> ## 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.

# Supported Integrations

> Available adaptors and protocol integrations for Voltr vaults

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`](https://github.com/voltrxyz/sdk-scripts) toolkit — one CLI with a command group per adaptor, plus matching programmatic examples. See [CLI & Scripts](/vault-owners/operations/cli-and-scripts) for setup, profiles, and transaction modes.

| Adaptor Program            | Integrations                            | CLI command group                          |
| -------------------------- | --------------------------------------- | ------------------------------------------ |
| **Kamino Adaptor**         | Kamino Vaults, Kamino Lending Market    | `kamino:market:*`, `kamino:kvault:*`       |
| **Jupiter / Spot Adaptor** | SPL-Tokens (Jupiter Swap), Jupiter Earn | `spot:swap:*`, `spot:earn:*`               |
| **Trustful Adaptor**       | Centralised Exchanges                   | `trustful:arbitrary:*`, `trustful:curve:*` |

<Info>
  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](https://github.com/voltrxyz/sdk-scripts) for the current command surface.
</Info>

<Info>
  For detailed strategy initialization instructions, see the [Strategy Setup Guide](/vault-owners/strategies/setup-guide).
</Info>

For deployed program addresses, see [Deployed Programs](/security/deployed-programs).
