> For the complete documentation index, see [llms.txt](https://docs.mangrove.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mangrove.exchange/quick-links/audits.md).

# Audits

Mangrove is an open-source protocol that has been rigorously audited by the highly reputable and expert firm, ChainSecurity and Nethermind, ensuring the utmost security and reliability.

Mangrove has been thoroughly audited. You will find here official reports of the audits we passed:

### Mangrove core[​](https://docs.mangrove.exchange/general/audits/#mangrove-core) <a href="#mangrove-core" id="mangrove-core"></a>

| Version                                                                                                                                                           | Auditor       | Date    |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | ------- |
| [V0](https://github.com/mangrovedao/audits/blob/main/core/v0/ChainSecurity_Mangrove_Association_\(ADDMA\)_Mangrove_audit-c7a5bd87cc411539606ff9082bb5c8a1.pdf)    | ChainSecurity | 03/2023 |
| [V1](https://github.com/mangrovedao/audits/blob/main/core/v1/ChainSecurity_Mangrove_Association_ADDMA_Mangrove_Core_audit_2-d3425cee36b3dad60bfac272af328fd4.pdf) | ChainSecurity | 11/2023 |

### Strategies[​](https://docs.mangrove.exchange/general/audits/#strategies) <a href="#strategies" id="strategies"></a>

| Version                                                                                                                                                                                               | Auditor       | Date    |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | ------- |
| [V0](https://github.com/mangrovedao/audits/blob/main/strats/v0/ChainSecurity_Mangrove_Association_ADDMA_MangroveOrder_audit-7e289d0c705233f1d69d419d7689cab5.pdf)                                     | ChainSecurity | 03/2023 |
| [V1](https://github.com/mangrovedao/audits/blob/main/strats/v1/ChainSecurity_Mangrove_Association_Mangrove_Strategies_audit-caa8fc55eadb26bf40eead2b80af0c99.pdf)                                     | ChainSecurity | 11/2023 |
| [Amplifier & Routing](https://github.com/mangrovedao/audits/blob/main/strats/v1/2024-02-14-NM-0162-Nethermind_SmartRouter_MangroveOrder_MangroveAmplifier_audit-26ca97c4578d39c3ca4cb82ae7a0f374.pdf) | Nethermind    | 02/2024 |
| [UniV3 & Orbit Routers](https://github.com/mangrovedao/audits/blob/main/strats/v1/NM0208_FINAL_MANGROVE-684a6582cd4f3a18a25feeed05fb5482.pdf)                                                         | Nethermind    | 03/2024 |
| [Kandel Morpho](https://drive.google.com/file/d/1ifmlJyz28pbgZiw4C0Gy-kJw0gEJz_sS/view?usp=sharing)                                                                                                   | Cantina       | 04/2025 |
| [Kandel Compound](https://drive.google.com/file/d/1-0XGKztPeKAXXRxTpWPzhmS3wZ645SDC/view?usp=sharing)                                                                                                 | Sherlock      | 08/2025 |

### Kandel[​](https://docs.mangrove.exchange/general/audits/#kandel) <a href="#kandel" id="kandel"></a>

| Version                                                                                                                                                           | Auditor       | Date    |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | ------- |
| [V0](https://github.com/mangrovedao/audits/blob/main/strats/v0/ChainSecurity_Mangrove_Association_ADDMA_Kandel_Strats_audit-db1b0f4516874f622d2a7f5bc7837f7c.pdf) | ChainSecurity | 04/2023 |

### Vaults

| Version                                                                                                    | Auditor     | Date    |
| ---------------------------------------------------------------------------------------------------------- | ----------- | ------- |
| [V1](https://github.com/mangrovedao/audits/blob/main/vaults/NM_0339_Mangrove_Vault_FINAL.pdf)              | Nethermind  | 10/2024 |
| [V2](https://drive.google.com/file/d/1-0XGKztPeKAXXRxTpWPzhmS3wZ645SDC/view?usp=sharing)                   | Sherlock    | 08/2025 |
| [Chainlink Aggregator](https://drive.google.com/file/d/1O66m4z-P6y9M-76h8zsAJsC_I0EZfuOF/view?usp=sharing) | Three Sigma | 11/2025 |

Note:

* Mangrove core and Strategies each have two distinct audits, which are complementary to each other.
* MangroveOrder is a peripheral contract for the Mangrove core protocol which allows users to submit limit orders such as:
  * Good-til-cancelled (GTC, or GTT)
  * Fill-or-kill (FOK)
* Kandel is "buy low, sell high" market making strategy that leverages Mangrove core protocol.


---

# 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://docs.mangrove.exchange/quick-links/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.
