Voltr
  • Voltr
    • Introduction to Voltr
    • How It Works
    • Key Participants
  • For Users
    • User Overview
    • User Interface Guide
    • Web Application
  • For Vault Owners
    • Owner Overview
    • Current Integrations
    • Fees & Accounting
    • Vault Initialization Guide
      • Prerequisites
      • Vault Creation
      • Strategies Initialization
    • Fund Allocation Guide
      • Prerequisites
      • Fund Allocation
      • AI Agent Plugin
        • Solana Agent Kit
        • AI16Z
        • Zerebro
    • Frontend Integration Guide
      • Prerequisites
      • Frontend Integration
    • Client SDK Docs
    • Github Codebase
  • For Defi Protocols
    • DeFi Protocol Overview
    • Adaptor Creation Guide
      • Core Components Implementation
      • Security Considerations
    • Example Implementations
  • Security
    • Best Practices
    • Deployed Programs
    • Security Audits
    • Terms of Use
    • Disclaimer
Powered by GitBook
On this page
  1. For Vault Owners
  2. Vault Initialization Guide

Prerequisites

PreviousVault Initialization GuideNextVault Creation

Last updated 3 months ago

Before creating a vault, ensure you have:

  1. A Solana wallet with sufficient SOL for vault creation and transaction fees (~0.15 SOL)

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

  3. Required keypair files for admin and manager roles

    1. Admins — capable of adding new adaptors, initializing, and changing vault configurations

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

  4. 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:

Voltr SDK