Skip to content

Commit c0558ae

Browse files
Add Proof of asset verif. dashboard details
1 parent b65f059 commit c0558ae

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/Products/VerifiedAssetOracle/vaoDashboard.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,17 @@ Contains the addresses for all ERC20 token contracts for the asset, which chains
8383
alt="token supply card Illustration"
8484
/>
8585
</div>
86+
### Verifying the Token Supply
8687

88+
<div style={{textAlign: 'center'}}>
89+
<img
90+
src=" ../../img/Products/VAO/verifyTotalSupply.png"
91+
alt="Verify Total Supply"
92+
width="600"
93+
/>
94+
</div>
95+
96+
The `Verify` button enables users to check the value of the underlying assets onchain. By searching for the contract on a blockchain explorer, navigating to the `Read as Proxy` section, and locating the `totalSupply` function, users can run a query to view the underlying assets value. The result should match the reported total supply, keeping in mind that the number may appear in wei (requiring division by 10¹⁸ for tokens with 18 decimals).
8797
## Latest Oracle Events
8898

8999
The latest oracle events module displays all blockchain transactions that have included any of the asset's oracle contracts. These are primarily price updates but other transactions may appear here such as the whitelisting of new validators.
@@ -95,6 +105,7 @@ The latest oracle events module displays all blockchain transactions that have i
95105
/>
96106
</div>
97107

108+
98109
## Holdings
99110

100111
This section displays all underlying real-world asset holdings that contribute to the asset’s value, AUM and NAV. It allows users to see the precise composition of the fund. Information may include each asset’s value, purchase price, and, where applicable (such as for bonds or warrants), the expiry date.
225 KB
Loading

0 commit comments

Comments
 (0)