What is Liquidation
Liquidation Threshold
When a user deposits collateral assets into the protocol, the liquidation threshold is calculated using the following formula.
Liquidation Threshold = Collateral Value × Liquidation Threshold Factor
Liquidation threshold factors are set for each collateral asset in each pool and can be confirmed on the pool detail page.

For example, if you deposit $100 worth of collateral with a liquidation threshold factor of 90%, the liquidation threshold is 100 × 0.90 = 90 (USD).
The borrower's base asset borrows must be below this liquidation threshold.
The liquidation threshold is displayed in the red box on the pool detail page below.

Conditions for Liquidation
However, due to a decline in collateral value or an increase in base asset value, base asset borrows may exceed the liquidation threshold.
Since collateral value and base asset value are constantly fluctuating, the liquidation threshold is also constantly rising and falling.
Execution of Liquidation
At this point, anyone can liquidate this borrower's position.
Third parties who execute liquidation are called liquidators. Liquidators mainly include bots, users, and contracts.
When liquidation is executed, the borrower's collateral is confiscated, and in return, the base asset borrows are repaid.
What remains for the borrower is the remaining collateral assets after subtracting the base assets and liquidation penalty.
The liquidation penalty is split between the liquidator and the protocol.
Confiscated collateral assets may be purchased at a discount.
Last updated