Straddle

The Straddle strategy is enabled by both on- and off-chain components:

  • Execution, such as opening and rebalancing positions, is coordinated off-chain due to the cross-chain nature of the strategy.

  • Deposits and withdrawals are enabled by the TheoDepositVault contract, which is in turn managed by the VaultKeeper contract.

  • Assets are swapped using the Swapper contract.

The key composable component of this infrastructure, TheoDepositVault, is detailed in-depth on the following page:

TheoDepositVault

Last updated