Skip to main content

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.
Users → [Deposit Tokens] → Vault → [Policies] → Strategy Positions (Core, Orderbook, CLMM, Kamino, Titan)
Each vault maintains:
  • 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
Access to administrative operations is controlled by the Vault Roles (Manager, Curator, Allocator, Sentinel).

On-Chain Program

NetworkProgram ID
MainnetHycecAnELpjL1pMp435nEKWkcr7aNZ2QGQGXpzK1VEdV

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.

Getting Started