You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve the ICR of an undercollateralized trove
So it’s not bad for the system.
That condition prevents the final state to be undercollateralized. So the only way to use that workaround and still end up with ICR < MCR is the trove was already undercollateralized. It doesn’t allow to convert a healthy trove into an undercollateralized one.
Therefore, we accept it for simplicity of the code.
The check
BorrowerOperations._requireValidAdjustmentInCurrentMode
prevents reducing collateral in undercollateralized troves (ICR < MCR
).It can be bypassed through self-redemptions, by first adjusting the interest rate of the trove to be the lowest in the branch, then redeeming from it.
The text was updated successfully, but these errors were encountered: