> For the complete documentation index, see [llms.txt](https://kopio.gitbook.io/kopio-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kopio.gitbook.io/kopio-docs/fundamentals/cdps/scdp/liquidations.md).

# Liquidations

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

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

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](/kopio-docs/fundamentals/cdps/icdp/liquidations.md), the liquidator can arbitrarily decide which [Kopio Asset](/kopio-docs/fundamentals/kresko-assets.md) to liquidate and which [Collateral Asset](/kopio-docs/fundamentals/collateral-assets.md) 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.

### Cover Threshold

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

### Cover Incentive

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.

\\


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
