Premissionless vaults
v3 bakes vaults natively into the protocol - which means you can launch a sophisticated vault strategy within minutes with no-humnas-in-the-loop. Vaults can be created, managed, and used entirely through the UX or programmatically. See the Vaults guide for more information.Risk universes
v3 introduces risk universes — isolated risk boundaries, each with its own managers, collateral, and open-interest and lending rules. Losses in one universe are contained to that universe and can never socialize onto another, so a new (and potentially riskier) listing lives walled off from the core book. This lets us significantly ramp up new collateral, perp, and option listings — new assets can go live in their own universe without adding risk to existing markets.
2-sided lending on all collaterals
v2 lending was USDC-only. In v3 every collateral has a 2-sided lending pool — you earn supply APY on what you post and can borrow against it, per asset and per risk universe. Live borrow/supply APYs, utilisation, and borrow caps are exposed on each spot asset viapublic/get_all_currencies (spot[].universes[].lending).
See Managers & Risk Universes for how to read lending per asset.
Granular session key scopes
In v3, account admins can choose to granular session keys for each type of team member - trading spot vs managing vaults vs purely read-only.
External transfers & whitelists
v3 adds the ability to transfer spot to a different owner’s subaccount. Admins can now set allowed recipients for external transfers and withdrawals using theprivate/update_whitelisted_recipients signed action.
See Transfers & Withdrawals.
