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

# Audit

CLMM:

[2025 Sep Audit by Asymptotic](https://drive.google.com/file/d/1nSTzmFH60FVLeFN3ozJJ3_diVjCYkLCQ/view?usp=drive_link)

[2025 Jul Audit by Certik](https://drive.google.com/file/d/1EETO_rN7w2-Ylpi-oz8MJ--iCyplCowp/view?usp=drive_link)

[2025 Jun Audit by OtterSec](https://drive.google.com/file/d/1S1uWW-unczs0jg3qaprV_Z7dFQH1Tp9D/view?usp=sharing)

[2025 Jun Audit by MoveBit](https://drive.google.com/file/d/1Ksvt_66kLyTna7fzIumjhgJYIG2g6hH8/view?usp=drive_link)

[2025 Apr Audit by Zellic](https://drive.google.com/file/d/1YYrWeOTvdZwlVQM5KerxpY_M7aUSIvPn/view?usp=drive_link)

[2024 Nov Audit by OtterSec](https://drive.google.com/file/d/1yE2QscX6Ubz-9KSWVbY9Pc328r65HXDZ/view?usp=drive_link)

[2023 May Audit by OtterSec](https://drive.google.com/file/d/1ObyvXo7_kHd1QfELuQxjINTtmLjinXNA/view?usp=drive_link)

[2023 Apr Audit by MoveBit](https://drive.google.com/file/d/1eKd_nMIQzS5FoSydHeHDejjyXbFOBlCp/view?usp=sharing)

DLMM:

[2025 Sep Audit by Certik](https://drive.google.com/file/d/1AlKVAZh0eGMsMg0wUj8iHQhPt0dk-2b0/view?usp=drive_link)

[2025 Sep Audit by MoveBit](https://drive.google.com/file/d/1aBowKl8No7PPvtw5uQsw3ZY3Ud-bnrG_/view?usp=drive_link)

Vault:

[2024 Mar Audit by OtterSec](https://drive.google.com/file/d/1EBCU0TOL8pRdeRK_pyLHy7ti9zfDPuSX/view?usp=drive_link)

[2024 Feb Audit by MoveBit](https://drive.google.com/file/d/12JlnrqPu1HScCdw1FLJnXLBNo6tcIGK7/view?usp=drive_link)

Farm:

[2024 Jan Audit by MoveBit](https://drive.google.com/file/d/1T6y1MPQ4FTK4mNzaxR4349pf9RgzD5g1/view?usp=drive_link)

Limit Order:

[2024 May Audit by OtterSec](https://drive.google.com/file/d/1g7shdaZKScchDhEcLUp168f5A9LI3Tcw/view?usp=drive_link)

[2024 Apr Audit by MoveBit](https://drive.google.com/file/d/1B6kJMlnysvjC1eRqn8EyeT5jb8sJ26ld/view?usp=drive_link)

Token & xCETUS:

[2023 Apr Audit by MoveBit](https://drive.google.com/file/d/1ue0bW7QXoQ5O4BiqmShiC6BQOy0cTb6Z/view?usp=drive_link)


---

# 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://cetus-1.gitbook.io/cetus-docs/security/audit.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.
