# Liquidations

### Introduction <a href="#introduction" id="introduction"></a>

A liquidation is a process that occurs when a borrower's [health factor](/sake-finance/lending-and-borrowing/risk-parameters.md#health-factor) goes below 1 due to their collateral value not properly covering their loan/debt value. This might happen when the collateral decreases in value or the borrowed debt increases in value against each other. This collateral vs loan value ratio is shown in the health factor.

In a liquidation, up to 50% of a borrower's debt 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.

### How much is the liquidation penalty? <a href="#how-much-is-the-liquidation-penalty" id="how-much-is-the-liquidation-penalty"></a>

The liquidation penalty (or bonus for liquidators) depends on the asset used as collateral. You can find every assets' liquidation fee in the [risk parameters section](broken://pages/ju5K2RnA4FimgbgqX4BD).

### How can I avoid getting liquidated? <a href="#how-can-i-avoid-getting-liquidated" id="how-can-i-avoid-getting-liquidated"></a>

To avoid liquidation you can raise your health factor 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 health factor and keep it high to avoid a liquidation. Keeping your health factor over 2, for example, gives you more of a margin to avoid a liquidation.

### Can I participate in the liquidations ecosystem? <a href="#can-i-participate-in-the-liquidations-ecosystem" id="can-i-participate-in-the-liquidations-ecosystem"></a>

Yes, liquidations are open to anyone, but there is 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.sakefinance.com/sake-finance/lending-and-borrowing/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.
