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

What is Chamber

Chamber is an onchain platform for vault-based asset management. A single vault can hold tokenized stocks, commodities, and crypto. Depositors keep custody; managers trade within rules the Guard Syste

Chamber is an onchain platform where managers run trading strategies and depositors provide capital, with both sides bounded by smart-contract rules that no one can override. A single vault can hold tokenized stocks, commodities, and crypto side by side, so a manager can run a cross-asset strategy in one place instead of spreading it across separate platforms.

The vault holds the funds. The manager trades the vault. The Guard System enforces what the manager can and cannot do. Nobody takes custody of anyone else's money.

How it works

Three parties, one smart contract.

  • Depositors deposit assets into the vault contract. They receive vault shares, an ERC-20 receipt representing their proportional claim. They can withdraw any time after the post-deposit lockup (up to 24 hours, weighted across deposits) clears.

  • Managers design the strategy, set fees, and trade the vault's assets. They never take custody and are bounded by the Guard System's rules: only the vault's enabled assets, only approved protocols, fee caps respected.

  • The Guard System checks every trade onchain. Calls that would violate the rules revert before they can touch vault funds.

This is the shape of all onchain asset management worth doing: custody stays with the depositor, strategy decisions stay with the manager, and the rules are enforced by code rather than by trusting a counterparty.

Two ways to run a vault

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

  • Manual. Trade directly in the Chamber app with TradingView charts and per-category protocol tabs.

  • Automated. Run a bot via the SDK or direct contract calls. Rebalance on a schedule or a signal. Many managers use an LLM to help write and maintain that automation.

Either way, the Guard System applies the same constraints: a bot doesn't get looser rules than a human, and a human doesn't get looser rules than a bot.

Who Chamber is for

  • Vault managers: human traders, strategy developers, and anyone running a bot or agent who wants onchain infrastructure without building their own vault contracts.

  • Depositors: individuals looking for managed onchain strategies with non-custodial guarantees.

  • Developers: teams building on top of Chamber via the SDK, subgraph, Data API, or MCP server.

What Chamber is not

  • Not custodial. Chamber never holds your funds. Deposits live in the vault contract; the contract enforces who can do what.

  • Not insured by default. Audits, the Guard System, and bug bounties reduce risk, but every deposit carries market, smart-contract, and manager risk. Optional cover may be available via third-party providers (see Insurance); otherwise see Risks.

Where to go next

Last updated