> For the complete documentation index, see [llms.txt](https://docs.cian.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cian.app/security-and-risk/risk-warning.md).

# Risk Warning

Security audits don't eliminate risks completely. Never supply your life savings, or assets which you can’t afford to lose.

**Risks of other protocols** As secure as CIAN may be, we are not in control of potential breaches for integrated protocols. If some of your funds are invested in protocol X, where a breach or incident was to happen, you might lose part of your funds.

**Volatility of cryptocurrencies** As an emerging market, cryptocurrencies offer great benefits but also great risks due to their volatility. The value of your assets in CIAN may vary significantly because of the market.

**Network performance** CIAN is built on various blockchains, the performance of each chain is limited and congestion failures may occur when extreme market conditions are met. This may affect your usage of CIAN and lead to the loss of your funds.

**Risks of Smart Contracts** The smart contracts of asset allocation and strategy implementation might suffer from security issues. CIAN's asset allocation is based on multi-sig to ensure maximized security, and CIAN’s strategies are all battle-tested. No single liquidation happened in the past 2.5 years. Also, withdrawal is going through batched execution with manual review.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cian.app/security-and-risk/risk-warning.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
