# 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: 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://wiki.havenprotocol.org/faq/overview/what-is-haven/how-does-it-work/haven-assets/can-i-see-the-supply-of-xassets.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.
