# Liquidations

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

If the[ collateralization ratio](https://kresko.gitbook.io/kresko-docs/fundamentals/cdps/..#collateralization-ratio) of the SCDP falls below the [liquidation threshold](https://kresko.gitbook.io/kresko-docs/fundamentals/cdps/..#liquidation-threshold), anyone can repay [debt owed](https://kresko.gitbook.io/kresko-docs/fundamentals/cdps/..#debt-value), seizing an equal value plus incentive from the [deposits](https://kresko.gitbook.io/kresko-docs/fundamentals/cdps/..#collateral-deposit-value). Any [protocol owned collateral](#protocol-owned-collateral) is seized before [depositor](https://kresko.gitbook.io/kresko-docs/fundamentals/cdps/scdp/deposits) assets.&#x20;

The liquidation is incentivized by a configured liquidation incentive percentage for each debt asset. It increases the seized value when the asset is repaid in a liquidation. This compensates the liquidator for the effort while enabling control on the assets likely to be repaid.

The seized value is equally reduced from each depositors, eg. if a liquidation seizes **10%** of all collateral, each depositor loses **10%** of their principal deposit.

<figure><img src="https://lh7-us.googleusercontent.com/V6wkxc6Rcl3md3Sxc5zmmmWYNqqbPVoWbaF0WEtkgQqvrhinHq0U29McpWm4DZctUQjfshtWZSDJmUGPrHDHLw_wxDJ5e3uMjX1A0ghAgFtxOGf3fTalWlrUyRu6z--WGnYnvPGf25K9ycW89n7Cn9I" alt="" width="563"><figcaption><p>Example maximum liquidation with protocol owner collateral and 160% MLR.</p></figcaption></figure>

Similar to [ICDP liquidations](https://kresko.gitbook.io/kresko-docs/fundamentals/cdps/icdp/liquidations), the liquidator can arbitrarily decide which [Kresko Asset](https://kresko.gitbook.io/kresko-docs/fundamentals/kresko-assets) to liquidate and which [Collateral Asset](https://kresko.gitbook.io/kresko-docs/fundamentals/collateral-assets) to seize.

## Cover

In addition to liquidations the SCDP has another mechanism of increasing collateralization. Cover is the act of providing any whitelisted assets to balance out the Debt Index value by reducing the overall debt value.&#x20;

### Cover Threshold&#x20;

Threshold after which Cover is incentivized, up to Cover Threshold itself, it is above the [LT](https://kresko.gitbook.io/kresko-docs/fundamentals/cdps/..#liquidation-threshold) but below the [MCR](https://kresko.gitbook.io/kresko-docs/fundamentals/cdps/..#minimum-collateralization-ratio).

### Cover Incentive&#x20;

Incentive percentage for providing Cover

#### Non-Incentivized / Incentivized

This action can be performed non-incentivized at any time. Cover Incentive is only active when the global position is under the configured Cover Threshold.

### Reasoning

Purpose of this mechanism is to add an additional layer of depositor safety before actual liquidations are needed. Depending on the whitelisted assets it can also be used to almost completely hedge out the debt composition which is an area for further investigation.

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kresko.gitbook.io/kresko-docs/fundamentals/cdps/scdp/liquidations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
