# Manage

- [Overview](https://docs.chamberfi.com/manage/overview.md): Run a vault on Chamber. Manual, AI-assisted, or fully automated — or any mix.
- [AI-assisted management](https://docs.chamberfi.com/manage/ai-assisted-management.md): Connect an AI agent to your vault via the Chamber MCP server. The agent reads state and executes trades within Guard System rules — with keys that never leave your machine.
- [Create a vault](https://docs.chamberfi.com/manage/create-a-vault.md): Step-by-step walkthrough of the Chamber vault creation flow — chain, fees, assets, and publish.
- [Chain capabilities matrix](https://docs.chamberfi.com/manage/chain-capabilities.md): What each supported chain supports — spot, lending, leverage, LP, perps.
- [Denomination asset](https://docs.chamberfi.com/manage/denomination-asset.md): Every Chamber vault is denominated in USD. Here's what that means for managers and depositors.
- [Permissions & access](https://docs.chamberfi.com/manage/permissions-access.md): Public vs. private vaults, depositor whitelists, enabled assets, and deposit limits.
- [Trader delegation](https://docs.chamberfi.com/manage/trader-delegation.md): Delegate a single trader address to execute trades on the vault's behalf, without giving up manager control.
- [Trading](https://docs.chamberfi.com/manage/trading.md): Trade your vault from the Chamber app — swaps, liquidity, lending, leverage. TradingView charts your vault token.
- [Fees & performance](https://docs.chamberfi.com/manage/fees-performance.md): Four fee types — entry, exit, performance, management. How they're calculated, the 14-day announcement period, and Chamber's 10% protocol cut.
- [Manager programs](https://docs.chamberfi.com/manage/manager-programs.md): Referral programs, early-access chains, and DAO grants available to Chamber managers.
- [Manager playbook](https://docs.chamberfi.com/manage/manager-playbook.md): A short, sensible default setup for a first Chamber vault.


---

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