Exponent Strategy Vaults
Exponent Strategy Vaults allow managers to run managed strategies across Exponent and DeFi protocols with full onchain transparency.
Strategy Deployment and Policies
Managers control where vault capital can go by setting onchain policies that whitelist specific protocols and interactions. Any transaction that doesn’t match an approved policy is rejected automatically. These policies are publicly readable onchain, so depositors can always see exactly where their capital can be deployed.Squads Infrastructure
Exponent Strategy Vaults’s policies are built on Squads, Solana’s smart account standard securing billions in TVL. The Squads Smart Accounts program has been audited by OtterSec, Offside Labs, and formally verified by Certora.Role-Based Control
Strategy Vault governance is enforced through distinct roles, each with scoped permissions. Roles can be assigned to individual wallet addresses. A single entity may hold multiple roles, but it is recommended to distribute them across separate addresses.| Role | Responsibilities |
|---|---|
| Manager | Full control: initialize the vault, manage all other roles, update strategy positions |
| Curator | Add or propose new policies, configure token entries, define which assets the vault accepts and how they are priced |
| Allocator | Execute onchain interactions on behalf of the vault within the bounds of approved policies |
| Sentinel | Safety operations: can pause or freeze vault operations if conditions require it. Typically maintained by Exponent |
Deposits and Withdrawals
Depositors send supported tokens into the vault and receive LP tokens proportional to their share of total assets under management. LP tokens are standard SPL tokens, freely transferable and composable. Withdrawals follow a queued model. Depositors queue a withdrawal request, the vault manager fills it from available liquidity, and the depositor then executes to receive their tokens. The queued withdrawal model ensures vault managers maintain control over liquidity allocation without forcing immediate liquidation of strategy positions.Vault Valuation
Total AUM reflects the combined value of all capital in the vault — both idle and deployed.- Idle capital — tokens held in the vault that have not been allocated to any strategy position.
- Deployed capital — tokens allocated to strategy positions. These are priced using the Exponent Prices oracle, which supports direct price feeds and protocol-level position valuations (e.g. Kamino lending positions).