# Security and Risks

### General Risks in DeFi

In a new and unregulated space, it is important to secure one's assets and be vigilant of the constant attempts by bad actors to get their hands on your money. Here are a few things to look out for:

* Never share your seed phrase (including the QR code from your wallet)
* Avoid downloading content from suspicious sources as they might contain Keyloggers which will copy the info to your wallet and give scammers access to your money
* Always ensure that you are aware of which smart contracts you are allowing to interact with your wallet and what they are intended to do
* If someone sends you an unsolicited private message on Discord or Telegram, do not click on any links they might send you, and do not share your screen with them


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gitbook.chainarq.com/security-and-risks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
