Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/Products/VerifiedAssetOracle/vaoDashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,17 @@ Contains the addresses for all ERC20 token contracts for the asset, which chains
alt="token supply card Illustration"
/>
</div>
### Verifying the Token Supply

<div style={{textAlign: 'center'}}>
<img
src=" ../../img/Products/VAO/verifyTotalSupply.png"
alt="Verify Total Supply"
width="600"
/>
</div>

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 issued token supply. 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).
## Latest Oracle Events

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.
Expand All @@ -95,6 +105,7 @@ The latest oracle events module displays all blockchain transactions that have i
/>
</div>


## Holdings

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.
Expand Down
Binary file added static/img/Products/VAO/verifyTotalSupply.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.