Prerequisites

Before allocating vault funds, ensure you have:

  1. A Solana wallet with sufficient SOL for transaction fees

  2. Access to a Solana RPC endpoint (e.g., Helius)

  3. Required keypair file manager role

    1. Managers — capable of allocating funds in the vault between initialized strategies

  4. Appointed as a manager to the vault

  5. 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