# Proof of reserves

Building trust is critical for any financial system, and especially for onchain asset-backed tokens.

Proof of Reserves exists to provide clear assurance that issued tokens are fully backed. It confirms the existence and authenticity of underlying assets by verifying that the amount of cryptocurrency held matches the amount claimed by the issuer.

To support this, iTRY has partnered with [Accountable Capital](https://www.accountable.capital/) for Proof of Reserves verification. Accountable operates a Data Verification Network (DVN) that enables institutions to share real-time proofs of assets and liabilities without exposing sensitive operational or counterparty data.

Through this setup, Accountable has read-only access to relevant custody locations and can independently verify the status of underlying reserve assets. Using this data, Accountable publishes a public reserves dashboard that allows anyone to review onchain reserve balances and verify the collateralization ratio, ensuring that issued supply remains fully backed.

{% hint style="info" %}
Proof of reserves dashboard will be live on day 1 of official launch.
{% endhint %}


---

# 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.brix.money/itry/proof-of-reserves.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.
