Choose Your Path
| UI | CLI | SDK | |
|---|---|---|---|
| Best for | No-code; MPC/browser wallets (admin actions) | Most managers — full operations from the terminal | Embedding Voltr in your own app, bot, or service |
| Vault creation | Yes | Yes | Yes |
| Config updates | Yes | Yes | Yes |
| Metadata setup | Yes | Yes | Yes |
| Strategy initialization | No | Yes | Yes |
| Fund allocation | No | Yes | Yes |
| How | voltr.xyz/create | sdk-scripts CLI | @voltr/vault-sdk |
Common Prerequisites
Regardless of which path you choose, you’ll need:- A Solana wallet with sufficient SOL (~0.15 SOL for vault creation + ongoing transaction fees)
- An RPC endpoint — a reliable Solana RPC provider (e.g., Helius, Triton, QuickNode)
- Admin and manager keypairs — two separate Solana keypairs for role separation
- A clear plan for your vault — which asset, which strategies, target fees
Via UI
No-code vault creation
Via CLI
Recommended for most managers
Via SDK
Embed in your own code