# Audits

Oxium is an open-source protocol based on Mangrove’s battle-tested technology, rigorously audited by the highly reputable firms ChainSecurity and Nethermind, ensuring the highest level of security and reliability.

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

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

| 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 |
| [Kandle Takara](https://drive.google.com/file/d/1CxoIHWUDODN8nE4OzWk8C3UBYqIOWIzA/view?usp=sharing)                                                                                                   | Sherlock      | 08/2025 |

### 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    |
| ---------------------------------------------------------------------------------------------------------- | ----------- | ------- |
| [V0](https://github.com/mangrovedao/audits/blob/main/vaults/NM_0339_Mangrove_Vault_FINAL.pdf)              | Nethermind  | 10/2024 |
| [V2](https://drive.google.com/file/d/1CxoIHWUDODN8nE4OzWk8C3UBYqIOWIzA/view?usp=sharing)                   | Sherlock    | 08/2025 |
| [Chainlink Aggregator](https://drive.google.com/file/d/1ds488DKc2hAwMjeX1v1GcctjU24I6d5W/view?usp=sharing) | Three Sigma | 11/2025 |

Note:

* Oxium core and Strategies each have two distinct audits, which are complementary to each other.
* MangroveOrder is a peripheral contract for the Oxium 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 Oxium core protocol.


---

# 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.oxium.xyz/reference-and-compliance/audits.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.
