# Security

- [Overview](https://docs.chamberfi.com/security/overview.md): How Chamber keeps depositor funds safe — architecture, audits, and track record
- [Audits](https://docs.chamberfi.com/security/audits.md): Full audit history of the Chamber (formerly dHEDGE) contracts
- [Bug bounty](https://docs.chamberfi.com/security/bug-bounty.md): The Chamber bug bounty program, hosted on Immunefi
- [Risk model](https://docs.chamberfi.com/security/risk-model.md): The risks Chamber reduces at the contract level, and the risks that remain with the depositor
- [Guard system](https://docs.chamberfi.com/security/guard-system.md): How Chamber constrains what a vault can do at the contract level
- [Incident history](https://docs.chamberfi.com/security/incident-history.md): Chamber's track record on security incidents since launch


---

# 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.chamberfi.com/security.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.
