Setheum-Labs / EthicalDeFi

EthicalDeFi: Powering DeFi On Ethical Wheels
https://ethicaldefi.xyz
Other
1 stars 1 forks source link

Introduce `SoftDebtCeiling` and `HardDebtCeiling` in ECDPs #21

Open balqaasem opened 1 year ago

balqaasem commented 1 year ago

Where;

SoftDebtCeiling

SoftDebtCeiling can be exceeded by debt whereby the debt is above the SoftDebtCeiling. Once the SoftDebtCeiling is reached, more debt can be issued but only adhering to the SDC/SoftDebtCeiling parameters, which are:

HardDebtCeiling

HardDebtCeiling is never exceeded once it is reached, it can however also be updated to increase the HardDebtCeiling threshold.

These parameters can be used as stability mechanism triggers that help in stabilising the stablecoins during low/medium or extreme price fluctuations.

balqaasem commented 1 year ago

Ref: https://github.com/Setheum-Labs/Setheum/issues/934