Exponent Strategy Vaults are onchain, policy-gated managed funds. Each vault pools capital and can deploy it across approved programs: Exponent Core (strip/merge), Exponent CLMM (concentrated liquidity), Exponent Orderbook, Kamino Lend, and Titan (DEX aggregation). Users deposit tokens and receive LP tokens proportional to their share of the Strategy Vault AUM. The vault’s manager deploys capital into yield strategies through policy-gated execution — every interaction must match an onchain Squads policy before it can proceed.
- Token Entries — accepted deposit tokens, each with its own escrow and price configuration
- Policies — Squads-level constraints that gate every strategy interaction
- AUM — total assets under management (base liquidity + position valuations)
- Strategy Positions — tracked allocations to external protocols
- Withdrawal Queue — pending LP redemptions waiting to be filled and executed
On-Chain Program
| Network | Program ID |
|---|---|
| Mainnet | HycecAnELpjL1pMp435nEKWkcr7aNZ2QGQGXpzK1VEdV |
SDK Class
The Strategy Vaults SDK exposes a single main class:ExponentVault— Loads vault state and provides instruction builders for deposits, withdrawals, and strategy operations.