# Analytics

Everything Chamber does is onchain. A few dashboards present the data in readable form.

## Official

* [**chamberfi.com/analytics**](https://chamberfi.com/analytics) — the app's built-in analytics page. Protocol overview, treasury composition (see [Holdings](/treasury-and-protocol-economics/holdings.md)), available assets, and manager stats. This is the source of truth for live figures.

## Third-party

* **DeFiLlama** — TVL across chains and historical flows where available.
* **Dune** — community-maintained dashboards where available.

## Onchain directly

If you want raw data, the contract addresses for each chain are on the [deployments page](/build/contract-addresses.md). Vault state, fee mints, deposits, and withdrawals are all readable without an indexer.

For indexed data, see the [subgraph](/build/subgraph.md) in the Build section.


---

# 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/resources/analytics.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.
