Integration

(For v2 Strategies)

Integrating your smart contract into our v2 strategies is as simple as depositing or withdrawing from a ERC4626 Vault.

You call the deposit() or mint() method to deposit into the Vault and the withdraw() or redeem() method to withdraw your funds from the contract.

Our scUSDC strategy is a very good example for taking reference into how to integrate into our v2 strategies.

Last updated