Withdraw for redemption

The protocol's asset redemption mechanism also consists of two modes: the stability phase and the adjustment phase.


Stability Mode

During the stability phase, users must hold a fixed ratio of USB and ETHx to redeem the corresponding ETH from the Vault. For example, if a user wishes to redeem a certain amount of ETHx, they need to pair it with the corresponding quantity of USB, and vice versa. The calculation formula is as follows:

ΔUSB=ΔETHx×MUSBETHMETHx\Delta USB = \frac{\Delta ETHx \times M_{USB-ETH}}{M_{ETHx}}

The amount of ETH redeemed with the paired ( \Delta ETHx ) and ( \Delta USB ) is:

ΔETH=ΔETHx×METHMETHx\Delta ETH = \frac{\Delta ETHx \times M_{ETH}}{M_{ETHx}}

Example:

Based on the data from the previous example, where there are a total of 7 ETH in the Vault, the protocol has generated 9333.8 USB, and 2.3333 ETHx, when a user wishes to redeem 1 ETHx, they need to accompany it with USB for redemption. The required amount of USB to accompany the redemption is:

ΔUSB=ΔETHx×MUSBETHMETHx=1×9333.82.3333=4000\Delta USB = \frac{\Delta ETHx \times M_{USB-ETH}}{M_{ETHx}} = \frac{1 \times 9333.8}{2.3333} = 4000

Then, the amount of ETH to redeem when accompanying 1 ETHx with 4000 USB for redemption (assuming no transaction fees) is:

ΔETH=ΔETHx×METHMETHx=1×72.3333×1=3\Delta ETH = \frac{\Delta ETHx \times M_{ETH}}{M_{ETHx}} = \frac{1 \times 7}{2.3333} \times 1 = 3


Adjustment Mode

When the protocol enters the adjustment phase, the user redemption rules change. If AAR rises above AARU, users can redeem ETHx alone. The redemption quantity calculation formula is as follows:

ΔETH=ΔETHx×(METH×PethMUSBETH)METHx×Peth\Delta ETH = \frac{\Delta ETHx \times (M_{ETH} \times P_{eth} - M_{USB-ETH})}{M_{ETHx} \times P_{eth}}

If AAR falls below AARS, users can redeem USB alone, and the quantity calculation formula is as follows:

ΔETH=ΔUSBPeth\Delta ETH = \frac{\Delta USB}{P_{eth}}

In the extreme scenario where AAR falls below 100%, the USB redemption mechanism is as follows:

ΔETH=ΔUSB×METHMUSBETHif AAR<100%\Delta ETH = \frac{\Delta USB \times M_{ETH}}{M_{USB-ETH}} \quad \text{if AAR} < 100\%

Excluding the two situations mentioned above, users still need to pair two assets together for redemption.

The redemption fee is 0.5%

Last updated