Vault Actions

Deposits

A user deposits into Sage in two steps:

  1. Deposit USDC into Sage HoldingContract

  2. At start of next loan, stUSDC can be claimed from HoldingContract

Deposit USDC
Claim stUSDC

Redeems

A user redeems from Sage in two steps:

  1. Request redemption of stUSDC. Shares of stUSDC are transferred from the user's wallet to the HoldingContract.

  2. User claims USDC at the start of next loan epoch

    1. When incoming deposits are greater than requested redemptions, redemptions are available immediately at the start of the epoch

    2. When incoming deposits are less than requested redemptions, redemptions are available after the close of OpenTrade's Transfer Out Window

Request redeem of stUSDC
Claiming USDC

Canceling a Deposit

Deposits can be canceled anytime before the start of the new loan cycle.

  1. User cancels deposit and receives back deposited USDC

Cancel Deposit.

Last updated