# Liquidation

To guarantee the stability of loans, almost every decentralized lending protocol, including the Lif3 Protocol, depends on prompt and efficient liquidations. A procedure often sells some of the underlying collateral and pays back the loan if a borrower's loan is not properly collateralized for the borrowed amount.

### **Borrowers**

For outstanding leveraged situations, borrowers should frequently check their Current Leverage and Liquidation Prices to ensure they are adequately collateralized.

Liquidation does not always imply complete loss of the initial collateral. The borrower pays a liquidation incentive on the borrowed amount, subtracted from the initial collateral when the borrower's position is liquidated. The borrower retains any residual collateral for the following liquidation. This procedure aids in ensuring that borrowers maintain positions with enough collateral to avoid penalties.

### **Avoiding Liquidation**

Borrowers may choose from several strategies to avoid liquidation:

Choose lending pools with more stability. Token pairs with higher volatility have a greater chance of going above or below the range of Liquidation Prices.

When you open a new leveraged position, choose a smaller amount of leverage with a wider range of Liquidation Prices.

Monitor your leveraged positions, especially during periods of high volatility, and decide whether you want to deleverage.

Finally, you have the option of providing tokens rather than borrowing. The risk of impermanent loss or liquidation does not exist for provided tokens. For any lending pool, you can supply tokens via the Lending tab.


---

# 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.lif3.com/terrace/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.
