SpiceUSD
App
  • SpiceUSD Documentation
  • FAQ
    • General
    • Borrowing and Liquidation
    • SPICE & Earn
    • Redemptions and Delegation
  • Documentation
    • Technical Docs & Code Repository
    • Friendly Fork Program
    • Bug Bounty
    • Brand Assets
    • Risk Disclosure
Powered by GitBook
On this page
  • What are redemptions?
  • What happens if two Troves have the same IR?
  • When can redemptions occur?
  • Who can initiate a redemption?
  • What happens if my Trove gets redeemed?
  • How do redemptions work using three collateral assets?
  • How is the collateral split determined?
  • Is there a redemption fee?
  • How can I stay protected?
  • What is delegation of interest rates?
  • Who are the current active interest rate delegates?
  • What happens if there are issues with the smart contract for delegating interest rates?
  • Why are redemptions not a feature of both LTV & interest rate, but only interest rate?
  • What happens when redemptions cause a debt of a Trove to fall below the minimum amount?
  1. FAQ

Redemptions and Delegation

PreviousSPICE & EarnNextTechnical Docs & Code Repository

Last updated 3 months ago

What are redemptions?

Redemptions serve the crucial purpose of keeping SPICE pegged to the US Dollar, creating a price floor around $1. They do this in a decentralized way without reliance on centralized assets or 3rd parties.

A redemption is essentially swapping SPICE for collateral tokens at face value, as if 1 SPICE is exactly worth $1. Redemptions can be initiated by anyone, but are only profitable when SPICE <$1.

The redeemer sends SPICE to the protocol and in return gets a mix of collateral tokens (minus the redemption fee). The redeemed amount is split among the different collateral assets based on their current Stability Pool backing (see for more info).

Redemptions start from the borrower paying the least interest.

Read more about how to from redemptions and what happens if .

You can also watchi this on redemptions.

What happens if two Troves have the same IR?

In this case, the "Last In, First Out" (LIFO) principle applies, meaning the Trove that set its interest rate more recently will be redeemed first.

When can redemptions occur?

A redemption can occur at any time, but will likely only happen when it is profitable to do so. This is usually the case when the price of SPICE is less than $1 (minus the current redemption fee).

Who can initiate a redemption?

Any Ethereum address can initiate a redemption, provided that they have a sufficient amount of SPICE to do so. However, we expect redemptions to be mainly performed by professional bots rather than humans.

What happens if my Trove gets redeemed?

You can think of redemptions as if somebody else is repaying your debt and retrieving an equivalent amount of your collateral in return.

If your collateral is redeemed, an equivalent amount of your debt in USD terms is repaid. The redeemer receives your collateral, less the redemption fee, which remains in your Trove. This means that at the time of redemption you have not lost any money in USD terms, likely even made a small gain with the received redemption fee as the peg recovers.

Example with ETH at $3,000:

  • Before the redemption: 10 ETH collateral, 20,000 SPICE debt.

  • After the redemption: 5.025 ETH collateral, 5,000 SPICE debt.

You can see your collateral and debt reduced equally (in USD terms) and the redemption fee (0.025 ETH) being added to your collateral value.

How do redemptions work using three collateral assets?

In contrast to LUSD, SPICE is backed by a multitude of collaterals. Instead of letting the redeemer freely choose the collateral to redeem, SpiceUSD optimizes the process for economic safety. Redemptions are thus serviced through a collateral mix in a way that enhances the overall backing of SPICE.

The process starts with the Troves paying the lowest interest rates in each collateral market and continues until the full amount of SPICE is exchanged for collateral assets. Redemptions can be partial or full, as illustrated below.

In this example, the rETH market shows a full redemption of the first Trove and a partial redemption of the second. The wstETH and ETH markets have one partial and two full redemptions, respectively

How is the collateral split determined?

The split is dynamic, optimizing for the economic safety of the system. The logic is straightforward: the riskier a collateral is, the more redemption volume is directed to that market. In other words, if a market's Stability Pool is relatively small compared to its total debt, it's considered riskier, as there's a higher likelihood of bad debt occurring in extreme events.

To mitigate this risk, the system redeems proportionally to the "outside debt" of each collateral type. This is calculated as the total debt borrowed against a specific collateral minus the size of the Stability Pool for that borrowing market.

Here is an example: given outside debt amounts of 100 SPICE, 50 SPICE and 100 SPICE respectively, a redemption will result in a 40% (WETH), 20% (wstETH) and 40% (rETH) split.

Is there a redemption fee?

Yes. The redemption fee mechanics are broadly the same as in Liquity V1, but with adapted parametrization leading to a faster fee decay. The redemption fee is taken as a cut of the total collateral tokens drawn from the system in a redemption. Contrary to V1, the fee does not go to the LQTY stakers but stays with the users as part of their collateral.

Redemption fees are based on the baseRate state variable, which is dynamically updated. The baseRate increases with each redemption, and exponentially decays according to time passed since the last redemption (half-life of 6 hours).

Upon each redemption of x SPICE: baseRate is decayed based on time passed since the last fee event and incremented by an amount proportional to the fraction of the total SPICE supply to be redeemed, i.e. x/total_spice_supply

The redemption fee percentage is given by min (0.5% + baseRate, 100%).

The redemption fee (red line) follows this dynamic over time as redemptions occur (blue bars).

How can I stay protected?

The risk of redemption depends on two factors: the interest rate you set and the price of SPICE.

The interest rate you set determines how much SPICE must be redeemed before it's your turn. The higher your rate, the more SPICE is redeemable before you, and vice versa.

You can see this on any frontned, in the example below the number is 41M.

This means that 41M SPICE must be removed from the system before it would reach you. However, this number is relative, and you also need to consider recent redemption activity. While past events don't guarantee future outcomes, they can serve as a useful guide.

The price of SPICE is the second crucial factor. When it trades above $1, redemptions become unprofitable and should cease. If demand for SPICE is strong, it can maintain a price above $1 for an extended period, as was often the case for LUSD.

During such times, you can comfortably reduce the interest rate you're paying without increasing your risk of redemption.

What is delegation of interest rates?

Interest rate delegation is a feature in SpiceUSD that allows borrowers to delegate the management of their interest rate to a third party. This enables them to create a passive, hands-off position, while still keeping a competitive rate and low redemption risk.

There are three types of delegations:

  • To a third party manager: A specialized entity which provides predetermined strategies for batches of multiple Troves and charges a fee for the service

  • To an automated and decentralized contract strategy: A predefined strategy managing interest rates in an autonomous manner

  • To your own wallet: Delegate to a hot wallet when on vacation, or to a friend

It is important to note that a delegate or contract strategy can do nothing else but set the interest rate in a predetermined range, significantly limiting the risks of the borrowers.

Borrowers should thus keep an eye on the interest rate range and the maximum update frequency (relevant in case of premature adjustments) preset by the manager.

Who are the current active interest rate delegates?

Coming soon.

EntityCollateral AssetDelegate AddressDescription

Note that SpiceUSD is not responsible for the actions of any delegates. Please do your own research.

What happens if there are issues with the smart contract for delegating interest rates?

Your Trove would not be affected - the only thing would get affected is the interest rate at which your position is set.

Why are redemptions not a feature of both LTV & interest rate, but only interest rate?

Given that the raison d’etre for redemptions is to diminish SPICE supply in response to reduced demand, and interest rates drive demand, rate-based redemption processing is a more sustainable and effective lever to reach market equilibrium. Actively managing for both interest rate and LTV would weaken the ability to enforce market-level interest rates and deposit yields, while complicating the process for the system and its users

What happens when redemptions cause a debt of a Trove to fall below the minimum amount?

If the redeemed amount exceeds the debt of an affected Trove, it doesn’t get closed as in Liquity V1, but remains open with 0 SPICE debt and the remaining collateral. The owner of a fully redeemed Trove may close it by withdrawing the remaining collateral, or borrow anew to bring its debt above the minimum of 2000 SPICE, topping up its collateral if needed.

In the scenario that the redeemed amount of a Trove does not exceed the debt of a Trove, but would leave it between 0 and 2000 SPICE, the Trove would remain open with the remaining debt, and the remaining collateral. The owner of the Trove may close it by paying off the remaining debt and withdrawing the remaining collateral, or borrow anew as described above.

Partially affected Troves whose debt stays above the minimum debt threshold of 2000 SPICE continue to work as before, while Troves whose debt is reduced to a lesser amount (or 0) switch to a dormant operating mode (see below for info).

Example redemption across all three collateral markets

For example, if only 200K SPICE were redeemed in the last week, you're comparatively safer than if 15M were redeemed. You can monitor past redemptions in our

Dune dashboard.
more
9 min video
link
protect yourself
you are redeemed