Skip to main content
SuperVaults Manage Vaults — full registry table with chain filter, search, and Add Vault actions The Manage section is the admin-level registry view, accessible from the top navigation bar. It provides a comprehensive view of all registered SuperVaults across chains, vault deployment management, and provider administration.

Vaults

Route: /manage The primary Manage view is the full vault registry table. All authenticated users can browse the complete list of registered vaults.

Registry Table

The table displays all registered SuperVaults (576+ as of March 2026) with the following columns:
ColumnDescription
NameVault display name
ChainDeployment chain (e.g., Ethereum, Base, Arbitrum)
SymbolVault token symbol
ProvidersNumber of yield source providers configured
TVLTotal value locked in USD
APYCurrent annualized percentage yield
AvailabilityPublic / Private vault status
CreatedVault creation timestamp
  • Chain filter — dropdown to filter vaults by deployment chain
  • Search — search by vault name or contract address
All columns are sortable. Click a column header to sort ascending/descending.

Actions

ActionDescription
Add VaultRegister a new vault in the registry. Opens the vault registration flow.
Add ProviderRegister a new yield source provider.

My Vaults

Route: /manage/my-vaults The vault deployment and approval queue for registry maintainers. This sub-page shows vaults you’ve deployed or submitted for registry inclusion, along with their approval status.
My Vaults requires the registry_maintainer role. Users without this role will see an Access Denied message.

Providers

Route: /manage/providers Provider management for registry maintainers, organized into two sub-tabs:
TabDescription
My ProvidersProviders you’ve registered, with edit and status controls
QueuePending provider submissions awaiting approval
The Providers sub-page requires the registry_maintainer role. Users without this role will see an Access Denied message.

Permission Model

SectionRequired RoleDescription
Vaults (registry table)Any authenticated userBrowse and search the full vault registry
My Vaultsregistry_maintainerManage vault deployments and approval queue
Providersregistry_maintainerManage provider registrations and approval queue

API Reference

Vault list data comes from GET /api/v1/public/vaults (unauthenticated) or GET /api/v1/vaults (authenticated). Yield source and oracle registry data comes from /api/v1/registry/yield-sources and /api/v1/registry/oracles.
EndpointMethodAuthDescription
GET /api/v1/public/vaultsGETNonePublic vault list (no auth, used on Home page)
GET /api/v1/vaultsGETJWTAuthenticated vault list (?detail=minimal&limit=500)
GET /api/v1/registry/yield-sourcesGETJWTList yield sources (?chain_id={}&is_active=true)
GET /api/v1/registry/oraclesGETJWTList oracles