
/) is the top-level entry point at os.superform.xyz. It provides a global overview of all SuperVault deployments. No authentication required. Data refreshes from GET /api/v1/public/vaults (Erebor) with a 5-minute stale time.
Overview Cards
Three summary cards appear at the top of the page:| Card | Description |
|---|---|
| Total TVL | Aggregate USD value locked across all vaults |
| Total Vaults | Number of deployed SuperVaults |
| Best APY | Highest current annualized yield across all vaults |
Vault List
Below the overview cards, a searchable and filterable vault list displays every deployed SuperVault:| Field | Description |
|---|---|
| Vault Name | Operator-defined name |
| Underlying Asset | Token depositors supply (USDC, WETH, etc.) |
| TVL (USD) | Total value locked |
| APY | Current annualized yield |
| Chain | Ethereum or Base |
Filtering and Search
| Control | Options |
|---|---|
| Chain filter | All, Ethereum (1), Base (8453) |
| Search | Text match by vault name or asset |
/supervaults/{chain_name}/{vaultAddress}. That route uses the same allocator-facing dashboard context described in Dashboard, while manager-only actions remain in Operate.
Navigation Context
Home sits alongside the operator and distribution sections in SuperformOS:| Section | Path | Purpose |
|---|---|---|
| Home | / | Global overview — TVL, vault count, APY, vault list |
| Operate | /operate | Per-vault operation - dashboard, setup, strategy, simulation, merkle trees, yield sources, and settings |
| Distribute | /distribute | Vault and provider distribution workflows |
API Reference
| Endpoint | Method | Auth | Description |
|---|---|---|---|
/api/v1/public/vaults | GET | None | All vault deployments with TVL/APY |
/api/v1/registry/token-assets | GET | None | Token metadata (symbol, decimals, logo) |
GET /api/v1/registry/token-assets?chain_id={}&addresses={} and cached for the session (infinite stale time).