Skip to main content
This guide helps you get from zero to a fully operational vault. There are three paths — most managers use a combination.

Choose Your Path

UICLISDK
Best forNo-code; MPC/browser wallets (admin actions)Most managers — full operations from the terminalEmbedding Voltr in your own app, bot, or service
Vault creationYesYesYes
Config updatesYesYesYes
Metadata setupYesYesYes
Strategy initializationNoYesYes
Fund allocationNoYesYes
Howvoltr.xyz/createsdk-scripts CLI@voltr/vault-sdk
Recommendation: The CLI is the default for most vault managers — it covers every operation end to end. Use the UI for no-code creation and config (handy for MPC/browser-only admin wallets), and reach for the SDK only when you’re embedding vault logic directly in your own code. The UI cannot initialize strategies or allocate funds, so any vault that deploys capital needs the CLI or SDK.

Common Prerequisites

Regardless of which path you choose, you’ll need:
  1. A Solana wallet with sufficient SOL (~0.15 SOL for vault creation + ongoing transaction fees)
  2. An RPC endpoint — a reliable Solana RPC provider (e.g., Helius, Triton, QuickNode)
  3. Admin and manager keypairs — two separate Solana keypairs for role separation
  4. 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