> For the complete documentation index, see [llms.txt](https://guide.dem.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.dem.exchange/earn/nitron-lend-and-borrow/liquidations/liquidation-guide.md).

# Liquidation Guide

On the Nitron Liquidations page, it is easy to liquidate a position at risk to earn a [liquidation bonus](/earn/nitron-lend-and-borrow/liquidations.md#liquidate-risky-positions-to-earn-liquidation-bonuses).

Follow the steps below to liquidate a position:

**Step 1:** Under “Earn” in the navigation menu, click “Lend, Borrow, Mint”, and access "Nitron Liquidations" via the side navigation.

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

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

The page above shows the market of all borrowers at risk of liquidation. You can view their health factor, collateral, debt, and so on.

Click on any of the borrowers' “Liquidate” buttons according to the collateral you’d like to seize and the bonus you would like to earn from liquidation.

**Step 2:**

On clicking the “Liquidate” button, you can view the full details of the borrower, such as the debt and collateral available, as well as the borrower’s health factor, which is shown below.

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

Click on the “Repay” or “Liquidate” button to repay the borrower’s debt.

**Step 3:**

The Repay and Liquidate page opens up.

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

If you have sufficient balance in your wallet, loan amount, or collateral, you can repay the loan with any of your desired assets.

You can also click on the settings \[⚙️] button in this window to adjust your price tolerance settings.

{% hint style="info" %}
Note that setting a high tolerance will allow you to liquidate the risky position within a higher range if the price changes.
{% endhint %}

At the same time, setting a lower tolerance will lead to your liquidation being reverted or failing if the price changes beyond your tolerance settings range. By default, the price tolerance is set at 1%.

**Step 4:**&#x20;

Click on the “Repay & Liquidate” button to finalise your transaction.

<figure><img src="/files/L3frdztqTy78dkxHApm5" alt="" width="563"><figcaption></figcaption></figure>

Congratulations! You have successfully liquidated a borrower and earned a liquidation bonus.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.dem.exchange/earn/nitron-lend-and-borrow/liquidations/liquidation-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
