# Liquidation

#### **Obligation Health**&#x20;

* It shows the personal state of liquidation risk, when Obligation Health >100%, your excess borrow will be liquidated by automated liquidation bots.&#x20;

{% content-ref url="/pages/-McrYyLGU4H8Aqh\_OLe1" %}
[Obligation Health](/strategies/position-health-formula.md)
{% endcontent-ref %}

#### Collateral Factor

* The Collateral Factor shows that the borrow percentage of collaterals.&#x20;
* For now, the collateral factor is 75% for BTC, ETH, SOL, USDT.&#x20;
* This means the borrowed value is 75% (depend on the collateral factor of specific token)of the deposit value.&#x20;
* Low collateral factor means high capital security.&#x20;

#### How can I avoid getting liquidated?

To avoid liquidation you can raise your health factor by depositing more collateral assets or repaying part of your loan (< 75%). Meantime, keeping repayments increases your supply more than deposits.

#### Can I participate in the liquidations ecosystem?

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.&#x20;

#### Liquidation reward for the liquidator

Liquidation reward for the liquidator will be 8% of liquidating amount.&#x20;


---

# 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.projectlarix.com/faq-1/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.
