# Chamber Documentation

Secure vaults for AI trading.

Chamber is a vault platform that lets managers trade freely and safely — including with AI agents — while keeping depositor funds protected by onchain guardrails.

See the [table of contents](https://github.com/dhedge/chamber-docs/blob/main/SUMMARY.md) for the full documentation.

## Start here

* **New to Chamber?** → [What is Chamber](https://docs.chamberfi.com/introduction/what-is-chamber)
* **Coming from dHEDGE?** → [dHEDGE → Chamber](https://docs.chamberfi.com/introduction/dhedge-to-chamber)
* **Running a vault?** → [Manage](https://docs.chamberfi.com/manage/overview)
* **Depositing?** → [Deposit](https://docs.chamberfi.com/deposit/overview)
* **Building on Chamber?** → [Build](https://docs.chamberfi.com/build/overview)


---

# 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/readme.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.
