The Admin section is the registry and provider administration area in SuperformOS. It provides a comprehensive view of all registered SuperVaults across chains, vault deployment workflows, and provider administration.
Vaults
Route: /manage
The primary Admin 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:
Filtering and Search
- 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
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 operations for registry maintainers, organized into two sub-tabs:
The Providers sub-page requires the registry_maintainer role. Users without this role will see an Access Denied message.
Permission Model
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.