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
At the moment, credit manager provides liquidation premium = totalValue * liquidationPremium.
For some cases, if account has very valkid assets with low LT (for example 25%), such account could be liquidation and the premium would be unfairly high.
Idea is to change the formula to liquidation premium = min(totalValue; borrowedAmount) * liquidationPremium. At this case, bad accounts will have the same amount, however healthy accs which keep assets in token with low LT would get more fair amount
The text was updated successfully, but these errors were encountered:
At the moment, credit manager provides liquidation premium = totalValue * liquidationPremium.
For some cases, if account has very valkid assets with low LT (for example 25%), such account could be liquidation and the premium would be unfairly high.
Idea is to change the formula to liquidation premium = min(totalValue; borrowedAmount) * liquidationPremium. At this case, bad accounts will have the same amount, however healthy accs which keep assets in token with low LT would get more fair amount
The text was updated successfully, but these errors were encountered: