Skip to main content

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.

Before creating a vault, ensure you have the following:

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

RoleResponsibilities
AdminAdd/remove adaptors, initialize strategies, update config, calibrate high water mark
ManagerAllocate funds, rebalance, claim protocol rewards
Use separate keypairs. The admin controls vault structure; the manager controls day-to-day capital movement.

4. SDK Dependencies

npm install @voltr/vault-sdk @solana/kit
Add @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).