# Audit Reports

Security is a top priority for the COTI network. Below you’ll find a list of independent security audits conducted on different components of the COTI ecosystem. Each report outlines the scope, focus areas, and includes a link to the full audit documentation.

These audits play a critical role in ensuring that the COTI protocol remains secure, reliable, and ready for real-world adoption.

You can find all published audit reports here:

| Date      | Reviewer | Scope           | Link                                                                                                                                       |
| --------- | -------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| 2025 - 4  | Sayfer   | Account Onboard | [2025\_Sayfer](https://github.com/coti-io/documentation/blob/main/security/Sayfer_gCoti_AccountOnBoard.pdf)                                |
| 2025 - 4  | Sayfer   | gCOTI           | [2025\_Sayfer](https://github.com/coti-io/documentation/blob/main/security/Sayfer_gCoti_AccountOnBoard.pdf)                                |
| 2025 - 3  | Hacken   | MPC             | [2025\_Hacken](https://github.com/coti-io/documentation/blob/main/security/Hacken_MPC.pdf)                                                 |
| 2025 - 8  | Hacken   | GoEthereum      | [2025\_Hacken](https://github.com/coti-io/documentation/blob/main/security/Hacken_Go_Ethereum.pdf)                                         |
| 2025 - 11 | Sayfer   | Redeemer        | [2025\_Sayfer](https://github.com/coti-io/documentation/blob/main/security/Sayfer_Redeemer.pdf)                                            |
| 2026 - 3  | Sayfer   | Private ERC20   | [2026\_ERC20\_Sayfer](https://github.com/coti-io/documentation/blob/main/security/Sayfer-2026-03-Smart-Contract-Audit-Report-for-Coti.pdf) |
| 2026 - 3  | Sayfer   | Metamask Snap   | [2026\_Metamask](https://github.com/coti-io/coti-snap/blob/main/docs/Sayfer-2026-03-Metamask-Snap-Audit-for-Coti.pdf)                      |
| 2026 - 5  | Sayfer   | Privacy Portal  | [2026\_PrivacyPortal](https://github.com/coti-io/documentation/blob/main/security/Sayfer-2026-05-Smart-Contract-Audit-Report-for-Coti.pdf) |


---

# Agent Instructions: 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.coti.io/coti-documentation/security/audit-reports.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.
