Prerequisites
Before allocating vault funds, ensure you have:
A Solana wallet with sufficient SOL for transaction fees
Access to a Solana RPC endpoint (e.g., Helius)
Required keypair file manager role
Managers — capable of allocating funds in the vault between initialized strategies
Appointed as a manager to the vault
The Voltr SDK and other required libraries installed in your project:
npm install @voltr/vault-sdk @solana/web3.js @coral-xyz/anchor @solana/spl-token
Explore SDK documentation:
Last updated