# Security & Risk

Arcadia uses a multi layered security approach to protect users and the protocol.

1. All code is [audited](/security-and-risk/audits.md) by multiple parties and underwent a Sherlock auditing contest.
2. A [Risk Framework](/security-and-risk/risk.md) is developed with industry leading third parties and continuously monitored.
3. [Security breakers](/security-and-risk/circuit-breakers.md) are in place to protect against malicious actors.
4. User can opt-in for [Insurance](/security-and-risk/insurance.md) to protect their deposits.

For the formal risk model and protocol design rationale, see the [protocol whitepaper](https://github.com/arcadia-finance/whitepapers/blob/main/main.pdf).

**Disclaimer**: While we take extensive measures to ensure protocol security, users should always understand that no system is 100% immune to potential risks. We recommend users to read our audit reports, our documentations and risk measures.


---

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