Skip to content
Merged
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
4 changes: 4 additions & 0 deletions public/logos/ousg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/logos/syrup-usdc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/logos/usdy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/logos/ustb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions src/data/provider-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1742,6 +1742,36 @@ export const PROVIDER_REGISTRY: Record<string, ProviderRegistryEntry> = {
description:
"Aggregate long-tail bucket, not a single provider. On the block-builder bench it collects blocks whose extraData tag is not in the curated attribution table; every raw string is logged so named rows can be added as the table grows.",
},

// ─── RWA yield tokens (bench 089 rwa-yield-accuracy) ─────────
usdy: {
url: "https://ondo.finance/usdy",
description:
"Ondo USDY is a yield-bearing tokenized U.S. Treasury note. Rebases on Ethereum, also issued on Solana, Aptos and Sui. Delivered yield on bench 089 is read from Ondo's on-chain oracle rather than Ethereum totalSupply to avoid bridge-flow noise.",
twitter: "@OndoFinance",
docs: "https://docs.ondo.finance/",
},
ousg: {
url: "https://ondo.finance/ousg",
description:
"Ondo OUSG is a tokenized short-term U.S. Treasury fund. NAV appreciation model — the share price grows daily as yield accrues. Delivered yield on bench 089 is read from Ondo's on-chain oracle (Aave IPriceOracle interface).",
twitter: "@OndoFinance",
docs: "https://docs.ondo.finance/",
},
ustb: {
url: "https://superstate.com/ustb",
description:
"Superstate USTB is a tokenized short-duration U.S. Treasury fund. NAV-accrual model, share price published on-chain via a Chainlink NAV feed. Delivered yield on bench 089 reads the Chainlink feed at latest and t-30d blocks.",
twitter: "@superstateinc",
docs: "https://superstate.com/legal",
},
"syrup-usdc": {
url: "https://syrup.fi",
description:
"Maple SyrupUSDC is an ERC-4626 vault whose underlying is a book of institutional USDC loans. Not a T-bill wrapper — yield reflects loan-book performance. Delivered yield on bench 089 reads convertToAssets(1 share) at latest and t-30d blocks and compares to the pool's base APY (excludes SYRUP token rewards).",
twitter: "@maplefinance",
docs: "https://maplefinance.gitbook.io/maple/",
},
};

/**
Expand Down
6 changes: 6 additions & 0 deletions src/lib/logo-manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,12 @@ const RAW: Record<string, string> = {
invo: "/logos/invo.png",
marsgo: "/logos/marsgo.jpg",
"bitget-wallet": "/logos/bitget-wallet.png",

// ─── RWA yield tokens (bench 089 rwa-yield-accuracy) ───
usdy: "/logos/usdy.svg",
ousg: "/logos/ousg.svg",
ustb: "/logos/ustb.svg",
"syrup-usdc": "/logos/syrup-usdc.svg",
};

// Asset-symbol aliases used by perp-fees as chain dimension values.
Expand Down
Loading