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

# Audits

At Arcadia, we prioritize the security of our protocol through comprehensive security measures and auditing processes. The DeFi landscape is evolving rapidly and is the primary target of bad actors. We work with the best teams in the security industry and researchers to ensure users' funds at Arcadia maximally protected.

We would like to thank [0xladboy](https://twitter.com/Xc1008Cui) and Lambda from [Trust Securities](https://www.trust-security.xyz/), [HollaDieWaldfee](https://twitter.com/HollaWaldfee100), [alexxander](https://twitter.com/__alexxander_) and [bytes032](https://twitter.com/bytes032) from [Renascense](https://twitter.com/RenascenceLabs), [Pashov](https://twitter.com/pashovkrum), [Ruhum](https://code4rena.com/@ruhum) and [carrotsmuggler](https://code4rena.com/@carrotsmuggler) from the [Pashov Audit Group](https://twitter.com/PashovAuditGrp) and [0x52](https://twitter.com/IAm0x52) together with the many Sherlock Watsons for helping us with security reviews for the protocol.

The complete Arcadia V2 contracts are audited by multiple parties and underwent a Sherlock auditing contest. Additionally, asset modules and periphery contracts have been fully audited.

The audit reports can be found below:

* **Nethermind (Q4 2022 - Q1 2023):** complete codebase Arcadia V1
* **Trust Securities (Q4 2023):** complete codebase Arcadia V2
* **Renascence (Q1 2024):** complete codebase Arcadia V2
* **Pashov Audit Group (Q1 2024):** complete codebase Arcadia V2
* **Sherlock Contest (Q1 2024):** complete codebase Arcadia V2
* **Sherlock Contest - Aerodrome Asset Modules (Q2 2024):** Aerodrome Asset Modules
* **Renascence (Q2 2024):** Aerodrome staked Slipstream, Auto-compounder and Tranche Wrapper
* **Pashov Group (Q3 2024):** Spot Accounts and Uniswap V4 Asset Module
* **Renascence (Q1 2025):** Staking contracts
* **Sherlock (Q3 2025):** New Account versions, multichain deployment

All completed audit reports can be found in the following Github repository: <https://github.com/arcadia-finance/arcadia-finance-audits/tree/main/audits-v2>

We strongly recommend users to read our audit reports, our documentation and risk measures.


---

# 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.arcadia.finance/security-and-risk/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.
