# Liquidators

The Liquidation Process allows third parties to participate in the health of the overall protocol by acting in their own interest (to receive the discounted NFT) and as a result, ensure loans are sufficiently collateralized.&#x20;

Unlockd has a system that calculates in each situation the optimal liquidation setup, through traditional Auctions, Dutch Auctions with several variants and instant liquidation schemes through External Liquidation Pools.&#x20;

Our followers and community members get notified when they can buy or bid for a collateral for a (safe for the protocol) discount. Everyone can participate in these liquidations.

As an independent liquidator, you can currently only bid in active Auctions to acquire a NFT at a discount. Dutch Auctions are still a feature under development.

#### **FIRST BIDDER REWARD**

The first bidder will receive a reward (**bidFine**) that is dynamic depending on the auctioned NFT price to incentivize bidding kickoff. The higher the price, the smaller the percentage received as a reward.&#x20;

This reward only applies if there is a second bidder (who pays the bidFine) or the Borrower repays the debt + bidFine to save the liquidation and cancel the auction.

Learn more about the Liquidation Process:

{% content-ref url="/pages/uk9Z5hZH216SwbxIN7su" %}
[Liquidation Process](/unlockd-v1/protocol-mechanics/liquidations/liquidation-process.md)
{% endcontent-ref %}


---

# 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.unlockd.finance/unlockd-v1/unlockd-at-a-glance/liquidators.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.
