# Concepts

- [Vaults as guardrails](https://docs.chamberfi.com/concepts/vaults-as-guardrails.md): A Chamber vault is not a wrapper around a manager's wallet — it's a set of onchain rules that bind what any manager, human or AI, can do with deposited funds.
- [Vault tokens & mechanics](https://docs.chamberfi.com/concepts/vault-tokens.md): Vault shares are ERC-20 tokens. Minted on deposit, burned on withdrawal, priced against the vault's NAV.
- [NAV & accounting](https://docs.chamberfi.com/concepts/nav-accounting.md): How Chamber values its vaults. Positions priced via oracles, summed in USD, divided by total shares outstanding.
- [Oracles](https://docs.chamberfi.com/concepts/oracles.md): How Chamber prices vault holdings
- [Supported assets & protocols](https://docs.chamberfi.com/concepts/supported-assets.md): What assets and DeFi protocols Chamber vaults can interact with. Per-chain capability with protocol-level allowlisting.
- [Leaderboard & ranking](https://docs.chamberfi.com/concepts/leaderboard-ranking.md): How Chamber ranks vaults. Vault Score and Risk Factor — what they measure, how they're calculated, and what they don't tell you.


---

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