# Liquidation

Nearly every decentralized lending protocol, including the Tarot Protocol, relies on timely and swift liquidations to ensure the stability of loans.

### Liquidation Incentive

Tarot offers a liquidation incentive (currently 2%, and ranging from 1% to 5%) to liquidators in exchange for liquidating, or buying out, at-risk loans. Anyone can be liquidator as long as they provide the necessary tokens to repay the loan.

When a borrower’s position is liquidatable, up to the entire borrowed balance can be repaid by a liquidator. Once liquidated, an amount of the borrower’s collateral equal to the value of repayment plus the liquidation incentive is seized from the borrower and transferred to the liquidator in exchange for repaying the borrowed token amounts.

{% hint style="info" %}
As an example, when a liquidator repays an entire borrowed balance, they will receive 102% of the value of the repaid amount as collateral (cTAROT) seized from the position. This process helps to ensure borrowers keep their positions sufficiently collateralized to avoid penalization.
{% endhint %}

### Borrowers

Borrowers should periodically monitor their Current Leverage and Liquidation Prices for outstanding leveraged positions to ensure they are sufficiently collateralized.

Liquidation doesn’t necessarily mean losing 100% of LP equity. After a borrower’s position is liquidated, the borrower keeps any remaining collateral (and debt, if the entire borrowed balance is not repaid) for the position.

### Avoiding Liquidation

Borrowers may choose from a number of 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.
* Choose a smaller amount of leverage, with a wider range of Liquidation Prices, when you open a new leveraged position.
* Monitor your leveraged positions, especially during periods of high volatility, and decide whether you want to deleverage.

Finally, you may choose to supply tokens instead of borrowing. Supplied tokens have no risk of impermanent loss or liquidation. You can supply tokens in the Lend tab for any lending 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.tarot.to/tarot-protocol/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.
