Skip to main content
Manage protocol integrations for your vault. Integrations must be enabled before using protocol-specific commands. For more information on available integrations, see Integrations.

List Enabled Integrations

List all enabled integration programs and protocols for the active vault.
glam-cli integration list

Enable Protocols

Enable one or more protocols by name.
  • protocols...: Space-separated list of protocol names
Available protocols include:
  • SplToken - SPL token transfers
  • JupiterSwap - Jupiter swap
  • DriftProtocol - Drift spot and perp trading
  • DriftVaults - Drift vaults
  • KaminoLend - Kamino lending
  • KaminoVaults - Kamino vaults
  • KaminoFarms - Kamino farms
  • CCTP - Cross-chain token bridge
glam-cli integration enable <protocols...> [--yes]
Example: Enable Jupiter swap and Drift:
glam-cli integration enable JupiterSwap DriftProtocol

Disable Protocols

Disable one or more protocols by name.
glam-cli integration disable <protocols...> [--yes]

Disable All Protocols

Disable all protocols from a specific integration program.
  • integration_program: The integration program ID
glam-cli integration disable-all <integration_program> [--yes]