# Overview

Chamber gives managers the infrastructure to run an onchain vault. Managers never take custody of depositor funds — the vault holds them, and the [Guard System](/security/guard-system.md) enforces what the manager can and cannot do with them. Anyone can create a vault.

## Three tools, any mix

Managers use any combination of three tools to run a vault:

* **Manual.** Trade directly in the web app. Built-in [TradingView charts](/manage/trading.md), full UI control.
* **AI-assisted.** Connect an [MCP server](/manage/ai-assisted-management.md) to Claude or another agent. The agent reads vault state and executes trades within Guard System rules.
* **Automated.** Run a bot via the [SDK](/build/sdk.md) or direct contract calls. Rebalance on a schedule or signal.

A single vault can layer all three. The Guard System applies the same constraints either way.

## What's in this section

* [AI-assisted management](/manage/ai-assisted-management.md) — connect an agent via MCP.
* [Create a vault](/manage/create-a-vault.md) — chain, denomination, fees, enabled assets.
* [Chain capabilities matrix](/manage/chain-capabilities.md) — what each chain supports.
* [Denomination asset](/manage/denomination-asset.md) — the reference currency for NAV.
* [Permissions & access](/manage/permissions-access.md) — public vs. private, enabled assets.
* [Trader delegation](/manage/trader-delegation.md) — delegate trade execution without fund access.
* [Trading](/manage/trading.md) — UI, API, or agent.
* [Fees & performance](/manage/fees-performance.md) — entry, exit, performance, management.
* [Manager programs](/manage/manager-programs.md) — referrals and programs for active managers.
* [Manager playbook](/manage/manager-playbook.md) — practical guidance for running a vault well.


---

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