# Liquidation

<mark style="color:red;">New! Polter token stakers/lockers earn 50% of liquidation fees! Only on Sonic.</mark>

To maintain the health of the Polter Finance protocol, accounts with a “Health Factor” falling below 1 will face liquidation.

During liquidation, the liquidator will decide which of the borrowed assets will be topped up, and how much of the borrower’s collateral will be claimed in return.

In addition to the claimed collateral assets, the liquidator will receive additional value in the form of the borrowed asset's penalty.

A borrower’s Health Factor is derived from the combination of their total LTV and the Liquidation Threshold of each asset

```mathml
Health = Collateral * Threshold / Debt
```


---

# 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://polter.gitbook.io/polter/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.
