> For the complete documentation index, see [llms.txt](https://docs.chamberfi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamberfi.com/manage/overview.md).

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

## Two ways to run a vault

Managers run a vault manually, programmatically, or a mix of both:

* **Manual.** Trade directly in the web app. Built-in [TradingView charts](/manage/trading.md), full UI control.
* **Automated.** Run a bot via the [SDK](/build/sdk.md) or direct contract calls. Rebalance on a schedule or signal. Many managers use an LLM to help write that automation.

A single vault can use both. The Guard System applies the same constraints either way.

## What's in this section

* [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 or API.
* [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.
