# Liquidation

<figure><img src="/files/LItgqwkkHClghnGQdlUN" alt=""><figcaption></figcaption></figure>

Liquidation is a process that occurs when [HF](/apollo-protocol/assets/risk-parameters.md#health-factor) of a borrower falls below 1 because the borrower's collateral does not adequately cover the value of the deposit/borrow. This can happen when the value of the collateral decreases or the value of the deposit/borrow increases with respect to each other. Therefore, after the liquidation, as previously explained in the [Depositing](/apollo-protocol/function/depositing.md), 80% of amount liquidated will be used for APOLLO token buyback.

The liquidation penalty depends on the asset used as collateral. You can find every asset's liquidation penalty in [Risk Parameters](/apollo-protocol/assets/risk-parameters.md).

### How to prevent from liquidation

Users should add more collateral or repay some of their debt before their Health Factor (HF) drops below 1 to prevent liquidations.


---

# 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://apollo-protocol.gitbook.io/apollo-protocol/function/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.
