S-Vault
The minting and redemption mechanism for the S-Vault is different because the price volatility of the stablecoin is low, so its mechanism is simpler compared to V-Vaults. Simply put, USB and xToken can mostly be minted and redeemed independently.
Taking the USDB vault as an example:
Deposit for minting
When the contract is initially created or when the supply of USDBx is zero, USB cannot be minted directly. The first time USDB assets are deposited into the contract to mint USDBx, we preset the initial minting amount with the formula:
After the initiation, when depositing into the USDB vault, users can mint USB or USDBx independently. The formulas for calculating the minted amounts are as follows:
Where:
: The amount of USB minted
: The amount of USDBx minted
: The amount of USDB deposited
: The price of USDB in terms of USD (assumed to be stable)
: The total amount of USDB in the vault
: The total amount of USDBx minted
: The amount of USB minted from the USDB vault
When the AAR falls below AARS, USB can no longer be minted independently. If users need to mint USB, USDBx will be minted at the same time in proportion, according to the following formula:
When AAR further drops below 101%, the formula for minting USDBx alone will change to:
Withdraw for redemption
When redeeming USDB using USB, the formulas based on the Asset Adequacy Ratio (AAR) are as follows:
Where:
: The amount of USB being redeemed
: The amount of USDB to be received
: The price of USDB
: The Asset Adequacy Ratio of the USDB vault
: The total amount of USDB in the vault
: The amount of USB minted from the USDB vault
When redeeming USDB using USDBx, the calculation formula is as follows:
When the AAR falls below AARS, USDBx assets can no longer be redeemed for USDB independently. Users will need a certain amount of USB to match the proportion of the two assets before they can redeem USDB. For example, if a user wishes to redeem a quantity of USDBx, denoted as ∆USDBx, they will need to pair it with a corresponding amount of USB, denoted as ∆USB. The calculation formula is as follows:
The amount of USDB redeemed with the paired ( \Delta USDBx ) and ( \Delta USB ) is:
The redemption fee is 0.5%
Last updated