Sumer.Money
  • Sumer.Money: The Most Capital Efficient Blockchain Liquidity Infrastructure
  • KEY PREMISE
    • The Future is Multichain
    • Sumer - the most capital efficient Liquidity Infrastructure
      • Sumer's Capital Efficient unified liquidity pool
      • Sumer Synthetic Assets as Money Multipliers
  • SUMER POINTS PROGRAM - A Call for the Tribe
    • Introduction
    • Points Based Program
    • NFT Based Program
    • Sumer Partner Program — Meter Points
    • FAQs
  • Sumer Lending and Borrowing Market
    • Introduction
    • Asset Group Classification
    • Collateral Rate by Asset Group
      • Understanding the applicable mint limit
    • Deposit Native Assets
    • Mint SuTokens
    • Borrow Native Assets
    • Repay SuToken Liability
    • Repay Borrowed Native Assets
    • ​Interest Rate Model
      • Standard Model
      • Jump (Kink) Model
    • Redeem SuTokens
    • Liquidation Mechanism
    • Risk Management
  • Tokenomics
    • Token Distribution
  • Definitions
  • Frequently Asked Questions
    • Sumer Protocol
    • Deposit Market
    • Minting Synthetic Assets (SuTokens)
    • Borrowing Market
    • Liquidation
  • TUTORIALS
    • How to Deposit assets
    • How to Collateralize Tokens
    • How to Mint SuTokens
    • How to Borrow assets
    • How to Stake Sumer LP tokens into Liquidity Program
    • How to stake Sumer Tokens into veSumer Program
  • SECURITY
    • Audits
  • PROTOCOL PARAMETERS
    • SUMER Money Market
  • DEVELOPERS
    • Smart Contracts
    • sdr Tokens
    • Price Feeds
      • RedStone Price Feeds on Zklink Nova
      • Pyth Price Feeds on Meter
      • Chainlink Price Feeds on Arbitrum
      • Chainlink Price Feeds on Base
  • GOVERNANCE
    • Introduction
Powered by GitBook
On this page
  • Redemption Order
  • Redeemable Assets
  • Redemption Fees

Was this helpful?

  1. Sumer Lending and Borrowing Market

Redeem SuTokens

To maintain Pegging, SuTokens can be redeem to a basket of underlying assets with a redemption fee. Arbitragers could then help restore SuTokens' price. There are several aspects related to the redemption process:

Redemption Order

Since SuTokens are minted by users with various collateralized assets, the redemption process goes through each users' account to process the redemption requests.

In the current implementation, to reduce the on chain gas consumptions the redemption order is created off chain. The redeemer uses Sumer's backend API to obtain a signed transaction with redemption amount and expiration for the redemption transaction.

There are multiple factors impacting your rank in the redemption list, including but not limited to the risk of your position (heterogenous asset group collaterals are more risky than homogeneous group collaterals), whether you are providing liquidity in the pool or sold the SuTokens minted, the liquidity of various collateral pools.

Redeemable Assets

Since the minter could use any combination of the supported collateral assets to mint SuTokens, the redemption process may yield a basket of the collaterals that add up to the face value of the SuTokens being redeemed.

The protocol will start the redemption from the target minter's assets in the homogeneous asset group and then heterogeneous asset groups until all of the minter's SuToken liability has been redeemed.

Redemption Fees

Redemption fees are based on the BaseRate, which is dynamically updated. The BaseRate increases with each redemption, and decays to 0 over time with a 12 hour half life.

Upon each redemption:

  • BaseRate is decayed based on time passed since the last fee event

  • BaseRate is incremented by an amount proportional to the fraction of the total SuToken supply that was redeemed

  • The redemption fee is given by (BaseRate + 0.5%) * CollateralAssets

BaseRateNew = BaseRateOld + redeemedsuToken / (2 * totalsuTokenMinted)

Where BaseRateOld is the value just prior to this redemption, and BaseRateNew is the new value (and gets applied to this redemption).

PreviousJump (Kink) ModelNextLiquidation Mechanism

Last updated 9 months ago

Was this helpful?