Before creating a vault, ensure you have the following:Documentation Index
Fetch the complete documentation index at: https://docs.voltr.xyz/llms.txt
Use this file to discover all available pages before exploring further.
1. SOL For Transaction Fees
You need roughly 0.15 SOL for vault creation rent plus additional SOL for later operations such as strategy initialization and allocation.The admin pays for vault creation. The manager pays for allocation and most operational transactions. Fund both keypairs.
2. Reliable RPC
Use a stable Solana RPC endpoint. Typical providers:3. Separate Admin And Manager Keypairs
| Role | Responsibilities |
|---|---|
| Admin | Add/remove adaptors, initialize strategies, update config, calibrate high water mark |
| Manager | Allocate funds, rebalance, claim protocol rewards |
4. SDK Dependencies
@solana/web3.js only if another dependency still requires it.
5. Asset Mint Address
Know the mint address of the SPL asset your vault accepts, for example USDC on mainnet:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v
You can also create a vault through the UI at vaults.ranger.finance/create. See Quick Start (UI).