Injera
  • Injera Overview
  • Tokenomics & Vesting Schedule
  • 📚Guides
    • Learn to Mint USDi
    • How to Redeem USDi
    • How to Stake USDi
    • How to Refer
  • 💡Solutions Overview
    • USDi Overview
      • Delta-Neutral Stability
      • Delta-Neutral Examples
      • Scalability
      • Maintaining Delta-Neutral Stability
    • Yield Explanation
      • Yield Mechanism Explanation
    • Underlying Derivatives
      • Futures vs Perpetuals
      • Inverse vs Linear Contracts
      • Basis Spread
    • Peg Arbitrage Mechanism
    • Portfolio Scenario Analysis
  • 🔒Collateral Custody & Security
    • Overview
      • Off-Exchange Settlement in detail
    • Flow Of Funds
  • 🏦Injera Money Market
    • Collateralized Debt Positions
    • Supplying & Borrowing
    • Interest Rates
    • Risk Parameters
    • Liquidations
    • Fees
    • Oracles
  • 📔Resources
    • Contract addresses
  • Injera Website
  • Injera Money Market
  • Injera Twitter
Powered by GitBook
On this page
  1. Guides

How to Redeem USDi

Redeeming USDi is the process of burning USDi in exchange for backing assets.

PreviousLearn to Mint USDiNextHow to Stake USDi

Last updated 11 months ago

Users can redeem USDi with Injera through our UI or via our API.

Using the UI, the redeem USDi user workflow is:

  1. The user requests to redeem USDi via our dApp interface by selecting a backing asset to receive, such as stETH, entering the amount of USDi they wish to use for redeeming, and viewing the amount of stETH to receive.

  2. If the user agrees with the amount of stETH, the user is able to click the "Redeem" button which pops up their selected wallet to sign an EIP712 style signature specifying the USDi amount, the backing asset, and the backing asset amount they will receive.

  3. After the user signs the transaction with their wallet, Injera validates the request & submits the transaction to the blockchain.

  4. Upon successful confirmation of the transaction, the user's chosen backing asset, such as stETH, is atomically swapped for the agreed amount of USDi.

📚