# 闪电贷

什么是闪电贷？

闪电贷允许您从Moola资金池中借出任何可用数量的资产，而无需提供任何抵押品，只要借出的流动资金加上闪电贷费用在同一区块内返回到资金池中即可。由于执行闪电贷需要一定的技术知识，此功能主要面向开发人员。

闪电贷费用是多少？

闪电贷费用目前为 1 个基点（0.01%），这个费率可以通过社区治理进行调整。

为什么有人会使用闪电贷？

闪电贷可让您暂时获得大量资金。有许多闪电贷可以提供帮助的例子，比如：

* 清算对冲（例如设定最低健康系数和自动清偿债务）
* 根据Ubeswap和Mento等交易所之间的交易价格差异进行套利
* 兑换抵押品而不必关闭您的债务头寸
* 债务再融资
* 以及更多...

从哪里可以找到有关构建闪电贷工具的更多信息？

这里，就在我们的Github代码库中。


---

# 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.moola.market/chinese/flash-loans.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.
