> For the complete documentation index, see [llms.txt](https://wiki.havenprotocol.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.havenprotocol.org/faq/overview/what-is-haven/how-does-it-work/haven-assets/can-i-see-the-supply-of-xassets.md).

# Can I see the supply of xAssets?

Although the privacy features of Haven allow for anonymous accounts, balances and transactions, it was decided early on in the development phase that it would be beneficial to have transparent XHV and xAsset supplies. The live circulating supply of all assets can be viewed [here](https://network.havenprotocol.org/).&#x20;

The decision to make them visible was for several reasons including:

* It allows for more efficient monitoring of the Haven network, which means attempted attacks and large scale manipulation can be detected and mitigated much faster.&#x20;
* &#x20;It gives users greater confidence to enter the Haven network with the ability to view the number of XHV and xAssets in circulation at any given moment.&#x20;
* It allows for greater visibility and therefore greater analysis on coin metrics websites. As a result, to ensure accuracy and visibility, each mint and burn transaction will be created in such a way that amounts will be discoverable through analysis of the blockchain, and displayed in the Haven block explorers.&#x20;

This will allow users to maintain standard Monero levels of anonymity and wallet address privacy while allowing a clear view of circulating supply.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.havenprotocol.org/faq/overview/what-is-haven/how-does-it-work/haven-assets/can-i-see-the-supply-of-xassets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
