# Dashboard

In XdYe Dashboard we have performed some data recap for XdYe Ecosystem.

* **XdYe In Wallet:** Reads users XDYE in his wallet balance, through `balanceOf()` method.
* **XdYe Circulating Supply:** Reads from XDYE Token contract `totalSupply()`.
* **My XDYE %:** Performs a division among previous values.
* **Total Value Locked:** Checks through an iteration among all XdYe Factory created pairs. For being able to retrieve a dollar based value we check all tokens ETH conversion (in our case to VT) and then create a summation variable, once we have the total VT value we multiply it by the 'coin' value.
* **XdYe Price:** Is achieve it with the same procedure used for the whole total value looked but in this case just for the XDYE Token.
* **XdYe Pair:** Retrieves `allPairsLength()` value from the Factory Smart Contract.
* **Total Amount of LP:** Retrieves all the LPs that XDYE has created.

<figure><img src="https://1716109615-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaLpsXqP00Znm3KwSX02Z%2Fuploads%2FCWBKFp8sxeZPcVpCgraw%2FCaptura%20de%20pantalla%202022-10-14%20a%20las%2012.44.50.png?alt=media&#x26;token=20701b51-b6b9-40bc-974c-dec0a98bcf45" alt=""><figcaption><p>XdYe Dashboard</p></figcaption></figure>

You can check it out on:

{% embed url="<https://rogercapone.github.io/xdye/#/>" %}
XdYe Dashboad
{% endembed %}

{% hint style="warning" %}
**Attention:** If you want to check it out and see real data you will need to make sure to have [added Volta TestNet Network to your Metamask](https://rogercapone.gitbook.io/xdye-documentation/technology/blockchain#which-one-are-we-picking-for-xdye). If you want to interact with XdYe Dapp be sure to have [claimed some VT from Volta Faucet](https://voltafaucet.energyweb.org/).
{% endhint %}
