# Liquidations

{% hint style="warning" %}
**This documentation is a work in progress!**
{% endhint %}

## **Liquidations**

Anyone can liquidate a position under the [Liquidation Threshold](#liquidation-threshold) by repaying debt of a position, increasing its [Collateralization Ratio](https://kresko.gitbook.io/kresko-docs/cdps#collateralization-ratio). The repayment value, plus a liquidation incentive, is seized from the collateral deposits and sent to the liquidator. The liquidator decides which asset to repay and the collateral asset to seize in return.

It is the final backstop for protocol **solvency,** ensuring all [CDPs](https://kresko.gitbook.io/kresko-docs/fundamentals/cdps) are [overcollateralized](https://kresko.gitbook.io/kresko-docs/cdps#overcollateralization). A CDP with collateral ratio below the liquidation threshold is considered *underwater* and subject to liquidation. The protocol incentivizes anyone to perform these liquidations, as it does not do so itself.

Liquidation incentives are added into the seized value during a liquidation, this value is taken from any of the deposited collateral assets in the position. &#x20;

{% hint style="info" %}
Anyone can perform liquidations in the protocol. [Learn more](https://kresko.gitbook.io/kresko-docs/developers/liquidations)
{% endhint %}

## ICDP & SCDP&#x20;

Both CDP models have their own liquidation process, the difference being that [ICDP liquidations](https://kresko.gitbook.io/kresko-docs/fundamentals/cdps/icdp/liquidations) are targeting the assets of an account while the [SCDP liquidation](https://kresko.gitbook.io/kresko-docs/fundamentals/cdps/scdp/liquidations) targets the pooled assets.&#x20;

### Maximum Liquidation Ratio

The maximum collateralization ratio (MLR) defineds the maximum collateralization ratio the position ends up in after a liquidation. This is equal or higher than the LT. It limits the seizable value to the minimum required to prevent unnecessary large liquidations.

### Maximum Liquidatable Value

The protocol limits liquidations by calculating a maximum liquidatable value (MLV) for a CDP. The value is derived from the [MLR](#maximum-liquidation-ratio), resulting in the liquidated CDP's [collateralization ratio](https://kresko.gitbook.io/kresko-docs/cdps#collateralization-ratio) being equal to the MLR after the liquidation.

###
