diff --git a/docs/Products/VerifiedAssetOracle/vaoDashboard.md b/docs/Products/VerifiedAssetOracle/vaoDashboard.md index dda507d..dcdb33a 100644 --- a/docs/Products/VerifiedAssetOracle/vaoDashboard.md +++ b/docs/Products/VerifiedAssetOracle/vaoDashboard.md @@ -83,7 +83,17 @@ Contains the addresses for all ERC20 token contracts for the asset, which chains alt="token supply card Illustration" /> +### Verifying the Token Supply +
+Verify Total Supply +
+ +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. @@ -95,6 +105,7 @@ The latest oracle events module displays all blockchain transactions that have i /> + ## 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. diff --git a/static/img/Products/VAO/verifyTotalSupply.png b/static/img/Products/VAO/verifyTotalSupply.png new file mode 100644 index 0000000..5b37097 Binary files /dev/null and b/static/img/Products/VAO/verifyTotalSupply.png differ