Skip to main content
A SuperVault is a vault-of-vaults: a single smart contract that holds your deposit and distributes it across a group of connected individual trading vaults. Instead of choosing and monitoring one strategy at a time, you deposit once into the SuperVault and the system rebalances allocations across all participating vaults automatically. Performance metrics for a SuperVault are computed as the average of the metrics of all its connected vaults.

Fetching SuperVaults

Returns all Supervault entities where isActive = true or tvl > 0. Results are cached for 60 seconds. The Supervault entity shares most fields with Vault but uses a single currency field instead of currency1/currency2, because all connected vaults share the same deposit token. Key fields returned:
SuperVault performance fields (perf3, perf6, perf12, perfTot, mdd, botOverMarket) are averages computed from all vaults whose supervault field matches this SuperVault’s id. The update runs every 6 hours.

Trade history

To retrieve the 50 most recent trades executed by any vault connected to a SuperVault:
Each record in the response includes:

How rebalancing works

The SuperVault smart contract distributes your deposit across connected vaults according to its allocation weights. Rebalancing happens automatically on-chain — you do not need to take any action. You can tell which individual vaults are part of a SuperVault by checking the vault detail page, which shows the parent SuperVault relationship.

SuperVault detail view

The SuperVault detail page shows everything you need to evaluate and manage your position:

Overview banner

Displays the SuperVault name, chain, currency, and top-level performance figures.

Strategy

Shows the strategy description for this SuperVault.

Summary cards

A summary grid showing your balance, max drawdown, TVL, and chain.

Deposit & withdraw

Deposit and withdrawal controls, including a link to the contract on BscScan and a display of fees and max capital.

Performance chart

Performance chart built from the monthly performance data.

Trade history

Table of the 50 most recent trades across all connected vaults.

Depositing into a SuperVault

The deposit and withdrawal flow for SuperVaults is identical to standard vaults and uses the same POST /vaults/deposit and POST /vaults/withdraw endpoints with the SuperVault’s id as the vaultId. See Depositing and withdrawing for full details.
Depositing into a SuperVault exposes you to the combined risk of all connected vaults. Review each vault’s risk level and strategy before depositing.