After creating your vault, strategy setup is a two-step process: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.
- add the adaptor to the vault
- initialize each strategy you want to deploy to
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
Use The Script Repos As Source Of Truth
The exactstrategy, discriminator, and remaining accounts are adaptor-specific. Use the maintained repositories for working examples:
| Protocol / Adaptor | Initialization Repos |
|---|---|
| Kamino | voltr-kamino-scripts |
| Jupiter spot and lend | voltr-spot-scripts |
| Trustful | voltr-trustful-scripts |
| Drift / other adaptors | corresponding maintained script repo |