Skip to main content
The Voltr core team has created the following adaptors for easy integration with any Voltr vaults. Adaptors are modular and permissionless — anyone can create their own adaptors to connect Voltr vaults with any protocol.

Adaptor Overview

Every integration is operated from the unified sdk-scripts toolkit — one CLI with a command group per adaptor, plus matching programmatic examples. See CLI & Scripts for setup, profiles, and transaction modes.
Adaptor ProgramIntegrationsCLI command group
Kamino AdaptorKamino Vaults, Kamino Lending Marketkamino:market:*, kamino:kvault:*
Jupiter / Spot AdaptorSPL-Tokens (Jupiter Swap), Jupiter Earnspot:swap:*, spot:earn:*
Trustful AdaptorCentralised Exchangestrustful:arbitrary:*, trustful:curve:*
The Kamino, Spot, and Trustful adaptors are operated end-to-end by the CLI today. Additional adaptors (generic lending, Drift, Raydium CLMM) are built against the same vault interface; check the repository for the current command surface.
For detailed strategy initialization instructions, see the Strategy Setup Guide.
For deployed program addresses, see Deployed Programs.