# Liquidations

**Liquidation occurs** **when a borrower's collateral value falls below a certain threshold**, making the loan risky. To protect the system, third-party participants, known as liquidators, can repay the borrower's debt and claim either part or all of the collateral, usually at a discount. As an incentive, liquidators typically receive a 2.5% fee from the collateral for their role in stabilizing the lending pool.

{% hint style="info" %}
Find threshold information [here](https://lenfi.gitbook.io/docs/liquidity-pools/collateral)
{% endhint %}

In simple terms, the liquidator repays the loan and receives part of the collateral to compensate deb + fee.

### Liquidation threshold

<figure><img src="https://1021446076-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MbJ318ByJ_1XAqFUzX5%2Fuploads%2F9h1wDIHcJ812OKddUvqc%2Fimage.png?alt=media&#x26;token=1aeee000-4572-4caf-bd53-59721c7e6bd3" alt=""><figcaption></figcaption></figure>

The Liquidation Threshold (LT) is a crucial metric that specifies the loan-to-collateral ratio at which a loan becomes subject to liquidation. LT is a key value when determining the health factor:

$$HealthFactor = CollateralValue/DebtValue/LiquidationThreshold$$

Liquidation Threshold is defined at the time of pool creation as a pool [parameter](https://lenfi.gitbook.io/docs/liquidity-pools/protocol-parameters). In the event of liquidation, the liquidator is expected to swap the acquired collateral asset for the loan asset, which could move the market and result in cascading liquidations. Therefore, a higher LT should be applied to low-liquidity collateral assets, while a lower LT is suitable for more liquid assets.
