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

# Audits & Security

Our codebase has undergone rigorous public auditing. Here's a summary of the audits:

<table><thead><tr><th width="203">Auditor</th><th width="114">Date</th><th>Report</th></tr></thead><tbody><tr><td>Sherlock Contest</td><td>07/2023</td><td><a href="https://audits.sherlock.xyz/contests/95">https://audits.sherlock.xyz/contests/95</a></td></tr><tr><td>ChainSecurity</td><td>06/2024</td><td><a href="https://github.com/Unstoppable-DeFi/dex-contracts/tree/main/audits">https://github.com/Unstoppable-DeFi/dex-contracts/tree/main/audits</a></td></tr></tbody></table>

We're continuously developing our infrastructure and engage in private audits of our codebase with dedicated partners.&#x20;

Prior to the conclusion of our Early Access phase, we'll conduct a comprehensive public audit. Post Early Access, all our contracts will be open-source and verified on Arbiscan for transparency and security assurance.


---

# 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:

```
GET https://docs.unstoppable.ooo/unstoppable/contracts/smart-contracts/audits-and-security.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.
