# Liquidation

### <mark style="background-color:blue;">What is Liquidation?</mark>

A liquidation is a process that occurs when a borrower's Collateral Rate goes above the liquidation threshold due to their collateral value not completely covering their liability. This might happen when the collateral decreases in value or the borrowed debt increases in value against each other.

In a liquidation, a portion of a borrower's debt up to the close factor is repaid and that value + liquidation fee is taken from the collateral available, so after a liquidation that amount liquidated from your debt is repaid.

### <mark style="background-color:blue;">How much is the liquidation penalty?</mark>&#x20;

The liquidation penalty (or incentive for liquidators) depends on the asset used as collateral.

### <mark style="background-color:blue;">How can I avoid getting liquidated?</mark>&#x20;

To avoid liquidation you can raise your Collateral Ratio by depositing more collateral assets or repaying part of your loan. By default, repayments increase your health factor more than deposits. Also, it's important to monitor your Collateral Ratio and keep it low to avoid a liquidation.

### <mark style="background-color:blue;">Can I participate in the liquidation ecosystem?</mark>&#x20;

Yes, liquidations are open to anyone, but there could be a lot of competition. Normally liquidators develop their own solutions and bots to be the first ones liquidating loans to get the liquidation bonus.


---

# 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://docs.sumer.money/frequently-asked-questions/liquidation.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.
