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
Calling liquidateBorrow on the fyToken reverts when the price of the collateral has fallen so much that the liquidator cannot receive their 10% share of the deal (an economic risk that we were well aware of when we wrote the protocol).
Before liquidating the user via the Uniswap V2 pair, we should call the getClutchableCollateral function on the BalanceSheet and compare it to the currently locked collateral in the vault.
The text was updated successfully, but these errors were encountered:
Calling
liquidateBorrow
on the fyToken reverts when the price of the collateral has fallen so much that the liquidator cannot receive their 10% share of the deal (an economic risk that we were well aware of when we wrote the protocol).Before liquidating the user via the Uniswap V2 pair, we should call the
getClutchableCollateral
function on the BalanceSheet and compare it to the currently locked collateral in the vault.The text was updated successfully, but these errors were encountered: