Liquidation System
The Liquidation System component handles the liquidation of unhealthy positions.
Action
Description
Function
Liquidate Position
Liquidate an unhealthy position
liquidation(address provider, address debtor, uint256 assetAmount)
Check Liquidation Status
Check if position is liquidatable
getLiquidateableAmount(address user)
Example: Check and Liquidate Position
Last updated