# 抵押品清算和拍卖

* 清算基本概念和计算方式：[点击查看](https://docs.bakerfi.com/bakerdao/v/en/liquidation-faqs)
* BakerDAO的清算采用和MakerDAO一致的机制，当用户的金库抵押物价值不足最低抵押率要求的时候，任何人都可以触发清算操作，清算用户不足的资产以获利，同时保证整个系统的抵押率稳定在最低要求以上，并且保证BAI的价值能稳定在1美金。
* 清算分类和拍卖参考文档：[点击查看](https://docs.makerdao.com/auctions/the-auctions-of-the-maker-protocol)
* 我们提供的清算机器人（Auction Keeper）：[点击查看](https://github.com/BakerDAO-Fi/auction-keeper)
* 清算机器人的技术细节：[点击查看](https://github.com/makerdao/developerguides/blob/master/keepers/auction-keeper-bot-setup-guide/auction-keeper-bot-setup-guide.md)查看

{% content-ref url="/pages/-McekKKWOBpNjvKz2tQ9" %}
[清算抵押物拍卖的竞拍教程](/bakerdao/guide/flip-auctions.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.bakerfi.com/bakerdao/liquidation/liq_auctions.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.
