Skip to content

Commit

Permalink
Create usdx_high_lvl_architecture.mermaid
Browse files Browse the repository at this point in the history
  • Loading branch information
amr080 authored Feb 2, 2025
1 parent cd5ad31 commit 5e19bd0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/usdx_high_lvl_architecture.mermaid
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
graph TD
XFT_API[XFT API]
USDX["USDX (ERC20)"]
wUSDX["wUSDX (ERC4626)"]
Custodian[Custodian System]
Oracle[Oracle]
Treasury[Treasury]

XFT_API <-->|"USD/USDX"| Custodian
XFT_API -->|"Wrap/Unwrap"| wUSDX
Treasury -->|"Backing Assets"| Custodian
Custodian -->|"Mint/Burn/PoR"| USDX
Custodian -->|"NAV Data"| Oracle
Oracle -->|"Rebase"| USDX
Oracle -->|"Accrue"| wUSDX
USDX <-->|"Deposit/Withdraw"| wUSDX

0 comments on commit 5e19bd0

Please sign in to comment.