For the complete documentation index, see llms.txt. This page is also available as Markdown.

Overview

Run a vault on Chamber, manually in the app, or automated via the SDK, or a mix.

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 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, full UI control.

  • Automated. Run a bot via the SDK 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

Last updated