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

# Audits

SuiDeX has undergone three independent audits covering all three of our core smart contracts.

### HackenProof Audit

* HackenProof Audit Competition *(July 7, 2025 — $10,000 USDC rewards)*

  In partnership with HackenProof, the official security provider for the Sui ecosystem, top whitehat hackers reviewed our DEX core, Token Locker, and Yield Farm contracts. The event was public, no KYC required, and findings are categorized by severity. [View on HackenProof](https://hackenproof.com/audit-programs/suidex-audit-contest)&#x20;
* HackenProof Dual Defence Audit *(July 7, 2025 — $10,000 USDC rewards)*

  In partnership with HackenProof, we held a second audit round. The aim of our final HackenProof Audit was to rigorously test  our core contracts for critical errors. [View on HackenProof](https://hackenproof.com/audit-programs/suidex-sc-dualdefense-audit)&#x20;

### Spy Wolf Audit

Independent audit of our Yield Farm and Token Locker contracts, with the report published in our documentation.

DEX Audit:&#x20;

{% file src="/files/MmvriyqHnG8kkkUpurSA" %}

Yield Farm Audit:&#x20;

{% file src="/files/RTRLG5w4R44KJ7mrJJE8" %}

Token Locker Audit:&#x20;

{% file src="/files/ESogXbgBeSCqKFNuCA9H" %}

v3 CLMM Audit:

{% file src="/files/6Kc3nPMHPwgPWnnac8wb" %}

These reviews ensure SuiDeX is battle-tested, credible, and ready for liquidity.


---

# 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://suidex.gitbook.io/suidex/information/audits.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.
