# 风险管理机制

清算机制旨在保护流动性提供者和 FILLiquid 池免受潜在损失。当借款人的抵押物价值跌破指定阈值时，机制会自动触发抵押物的出售以偿还贷款。

为了维持负责任的借贷行为并防止滥用，每个矿工最大可借贷五次。

此外，三笔贷款的总金额必须保持在矿工的信用额度（或家庭信用额度）之内。此限制确保恶意借款人不能在不偿还的情况下持续借款，或通过将大额贷款拆分成多个小额部分来规避事后利用机制，因为 FILLiquid 不要求借款人指定借款期限。

矿工必须至少借取 10 FIL，而矿工的信用额度决定了最大借款金额。

流动性提供者可以质押任何他们希望的金额，起始金额最低为 1 FIL。这个灵活的质押范围使得流动性提供者可以根据自己的偏好和可用资源参与。

通过引入这些机制以及社区在治理过程中的参与，FILLiquid 构建了一个强大的风险管理框架。这个框架增强了网络的安全性和完整性，确保恶意行为者得到适当处理，从而维持一个安全可靠的生态系统。


---

# 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.filliquid.io/zh/how-it-works/feng-xian-guan-li-ji-zhi.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.
