Skip to main content
After creating your vault, strategy setup is a two-step process:
  1. add the adaptor to the vault
  2. initialize each strategy you want to deploy to
Vault creation does not initialize any strategies. Until this step is complete, deposits remain idle.

Concepts

  • Adaptor: an on-chain program that knows how to talk to a category of protocols
  • Strategy: a specific target inside that adaptor, such as one market, vault, or counterparty

Add The Adaptor

Initialize The Strategy

Do It From The CLI

The exact strategy, discriminator, and remaining accounts are adaptor-specific. Rather than wiring them by hand, the sdk-scripts CLI derives them for you from your vault profile. Add the adaptor once, then initialize each strategy:
See CLI & Scripts for profile setup and transaction modes, and Supported Integrations for the full command surface. To build these instructions in your own code instead, the programmatic examples have one file per *-init action.