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

Last updated