Forced Liquidation
Forced liquidation is the automated process by which a smart contract sells a borrower's collateral to repay a debt when the position's health drops below a specific threshold. This action is usually performed by external bots that monitor the blockchain for under-collateralized accounts.
Once a position hits the liquidation threshold, the bot triggers the function to settle the debt. The borrower loses their collateral, and the lender is repaid from the proceeds of the sale.
This process is essential for maintaining the solvency of lending pools in a trustless environment. It ensures that the protocol does not accumulate bad debt, which would devalue the underlying tokens.
Because it happens automatically, it can lead to rapid price cascades during market crashes. Users must actively manage their positions to avoid this outcome.
It is a harsh but necessary mechanism for market discipline.