Skip to content

Add VAO Dashboard section #187

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
34 changes: 34 additions & 0 deletions docs/Products/VerifiedAssetOracle/vaoDashboard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
sidebar_position: 2
description: Verified Asset Oracle Dashboard
keywords: [dashboard, Verified Asset Oracle, VAO, RWA Oracle Data]
---
# Verified Asset Oracle Dashboard

The Verified Asset Oracle Dashboard enables users to visualize data verified by Chronicle's Verified Asset Oracle. It provides insights into key financial metrics associated with verified assets, including Net Asset Value per Share (NAV/S), Assets Under Management (AUM), custodian information, and more.

This dashboard is designed to enhance transparency and trust in onchain representations of real-world assets by offering a clear visualization of their underlying data.

## Key Concepts

**NAV/S (Net Asset Value per Share)**
The value of a single share, calculated as the total Net Asset Value divided by the total number of shares.

**AUM (Assets Under Management)**
Represents the total market value of all assets managed by the fund.

**TVL (Total Value Locked)**
Calculated as:
TVL = NAV/S * Total Supply
Reflects the total onchain value tied to the asset.

**NAV (Net Asset Value)**
The overall value of the fund, calculated as:
NAV = Assets - Liabilities

**Yield**
< to do >

Users can check asset verifications in the "Latest Oracle Events" section of the dashboard. This includes details about holdings such as security description, units, maturity dates, unit cost, and base market value.

In the "Administration" section, users can access additional insights, including information about the fund’s custodian, auditor, investment manager, and more.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In the context of blockchain, Real-World Assets (RWAs) refer to physical assets

<div style={{textAlign: 'center'}}>
<img
src=" ../img/Products/rwa.png"
src=" ../../img/Products/rwa.png"
alt="What are RWAs Illustration"
/>
</div>
Expand Down