Prerequisites
Before creating a vault, ensure you have:
A Solana wallet with sufficient SOL for vault creation and transaction fees (~0.15 SOL)
Access to a Solana RPC endpoint (e.g., Helius)
Required keypair files for admin and manager roles
Admins — capable of adding new adaptors, initializing, and changing vault configurations
Managers — capable of allocating funds in the vault between initialized strategies
The Voltr SDK and other required libraries installed in your project:
npm install @voltr/vault-sdk @solana/web3.js @coral-xyz/anchor
Explore SDK documentation:
Last updated