Roles
The creator and manager may be the same address, different addresses, or - for a fresh vault - the manager seat may be left open for a third party to claim later.
Share Classes
A vault tracks two independent share classes against the same pool of capital:- Manager Shares are minted when the manager deposits and burned when the manager withdraws. They give the manager a claim on the manager-side balance and route their share of profits/losses through the manager’s economics (including the performance fee on profits above the high-water mark).
- LP Shares are minted to any other depositor and follow the LP-side balance.
balance and share count, but both classes own a single underlying account balance and a single set of positions. PnL is split between the two classes pro-rata before any per-class economics apply. See Profit & Loss.
Lifecycle
- Create. Creator pays the creation fee and chooses a configuration. The vault is assigned a fresh address and starts empty.
- Seed. The creator may seed the vault in the same call, or the manager (if different) may deposit later. A vault with
manager_min_balance_portionset must satisfy that floor before LP capital is accepted by the deposit cap. - Operate. The manager places orders for the vault subject to its symbol whitelist, blacklist, and per-symbol leverage caps. LPs deposit and withdraw within the configured cooldowns and withdrawal windows.
- Halt or wind-down. If the manager’s balance share falls below the configured liquidation portion, the engine halts trading and liquidates open positions. The manager can lift the halt by depositing back to the minimum balance portion. A vault with no remaining capital can be left dormant indefinitely.
Per-Page Guide
- Depositing - for users putting USDC into a vault. Covers share accounting, withdrawals, and what to evaluate before depositing.
- Managing a Vault - for vault creators and managers. Covers configuration, mutability, and operating constraints.
- Profit & Loss - how PnL is distributed between LP and Manager Shares, the performance fee, and the high-water mark.
- Risk Controls - symbol whitelists, leverage caps, manager balance requirements, trading halt, and vault liquidation.