Sandclock
  • Introduction
    • Glossary
    • Disclaimer
  • Strategies
    • v1 (Deprecated)
      • Amethyst
      • Jade
    • v2
      • scETH
      • scUSDC
      • scLUSD
      • scDAI
      • scSDAI
      • scUSDS
      • scUSDT
  • QUARTZ & The DAO
    • QUARTZ
    • Staking
    • Governance
    • Allocation
  • Partnerships
  • Technical Documentation
    • Specification
      • Vault
        • Vault Properties
      • Strategies
        • Strategy Properties
    • Security
      • External
      • Internal
      • Emergency Procedure
    • Resources
    • Integration
    • Deployments
Powered by GitBook
On this page
  1. Technical Documentation

Integration

For v2 Strategies

PreviousResourcesNextDeployments

Last updated 1 year ago

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

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.

ERC4626 Vault