# Liquidation Mechanism

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

* The liquidation mechanism refers to the debt liquidation line that will be triggered when the sum of the total borrowing, lending principal, and interest relative to the sum of the balances of each miner in the Family reaches a certain threshold (currently set at85%).
* Anyone can trigger the liquidation, and the system will use 90% of the liquidation amount to repay the debt, reward 3% to the user who triggers the liquidation, and invest 7% in the risk reserve pool.


---

# 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.filliquid.io/storage-provider-guide/liquidation-mechanism.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.
