Create the vault
Open Create Vault (
/vaults/create). The editable wizard has four steps:- Basic Information — select chain, provider, underlying asset, listing metadata, and the computed onchain name/symbol.
- Managers — assign the primary manager and optional secondary managers.
- Fees — configure fee recipient, performance fee, management fee, PPS timing, and redemption timing.
- Review — inspect the full configuration before the transaction phase.
Work through the setup checklist
Open Setup. Treat it as the canonical go-live checklist. It coordinates the required rows for creation, upkeep, hook authorization, yield sources, strategy coverage, and Superform availability.Do not maintain a second checklist from this page. If the Setup page disagrees with another surface, Setup wins. See Setup Checklist.
Fund upkeep and activate automation
Open Vault Settings → Upkeep. Fund the required upkeep balance. Erebor marks the vault active and discoverable once the funding gate is satisfied.Without upkeep, operator pages can still show the vault by direct link, but keeper automation and public discoverability remain gated. Ethereum L1 vaults currently require at least
100,000 $UP; non-L1 vaults require at least 1,000 $UP.Configure hook authorization
Open Merkle Trees and follow the manager-root flow:
- Draft a root config.
- Activate the config.
- Generate the merkle tree.
- Have the primary manager propose and publish the root onchain.
Whitelist yield sources
Open Yield Sources. Add each target yield source with its paired oracle. Bulk add, bulk remove, and bulk oracle update flows prepare a single transaction for multiple rows.Emergency-exit readiness is tied to the whitelist: each whitelisted yield source can have a paired
EMERGENCY_EXIT strategy used by the Pause page to drain that source during an incident.Create and order strategies
Open Strategy Canvas. Create user-defined strategies for deposits, withdrawals, and rebalances. Strategy priority is server-managed: use drag-to-reorder, which persists through
POST /api/v1/strategies/reorder. Create and update requests do not carry priority.Before a strategy can publish intents, the OMS session key must be ready and the active merkle tree must contain the required withdrawal/deposit hooks.Confirm distribution readiness
Open Distribute. Confirm the vault has the metadata, visibility, and availability needed for Superform surfaces.Onchain created means the vault contract exists. Available in Superform means the vault is indexed, activated, configured, and visible to allocator-facing surfaces. See Distribute.
Source of Truth
After creation, Setup Checklist is the source of truth for go-live readiness. This quickstart intentionally avoids duplicating its row logic. Use the other pages for the work behind each row:| Work | Page |
|---|---|
| Upkeep and activation | Vault Settings |
| Hook authorization and proof publishing | Merkle Trees |
| Yield-source whitelist and oracles | Yield Sources |
| Strategy authoring and ordering | Strategy Canvas |
| Distribution availability | Distribute |
| Execution monitoring | Intent History |
