> For the complete documentation index, see [llms.txt](https://supremedao.gitbook.io/supremedao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supremedao.gitbook.io/supremedao/security.md).

# Security

## Audits

Interacting securely with our protocol is our highest priority. Currently, we are in the [PoC phase](/supremedao/genesis-strategy.md) and have reviewed our code internally as well as through our partners multiple times. Please note that there has not been an official audit yet(use at your own risk). Once we secure the necessary funding, we will have all strategies validated by reputable auditors.

## Risks

Potential risks include, but are not limited to:

* Asset Volatility: The underlying assets are subject to high volatility, which can result in significant value fluctuations.
* Impermanent Loss: As we are dealing with AMMs, your liquidity could be a subject of impermanent loss.
* Complex Interactions: The protocol involves intricate interactions between multiple smart contracts, increasing the likelihood of unforeseen bugs.


---

# 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://supremedao.gitbook.io/supremedao/security.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.
