🦔
Liqui
  • 💻Overview
  • 🦔Hedgehog Strategy
    • Math
    • Procedures
      • Deposit
      • Withdraw
      • Rebalance
    • Parameters
    • Contract addresses
  • Resources
    • FAQ
    • Links
    • Blog
    • Twitter
    • Discord
    • Github
Powered by GitBook
On this page
  1. Hedgehog Strategy
  2. Procedures

Withdraw

The withdraw function burn ownership claims (strategy's tokens) and return a set of tokens wETH, USDC, and oSQTH to the user.

The flow is next:

  1. The user calls the withdraw function

  2. Contract burn his/her ownership claims (strategy's tokens)

  3. Burn liquidity share, that belongs to the user

  4. Receives 3 tokens at a current proportion

  5. Bring back these tokens to the user

PreviousDepositNextRebalance

Last updated 2 years ago

🦔