# Flash Loans

**What are flash loans?**&#x20;

Flash loans allow you to borrow any available amount of assets from a Moola Market liquidity pool without putting up any collateral as long as the liquidity borrowed plus a flash loan fee is returned to the pool within the same block. This feature is primarily intended for developers because of the technical knowledge required to execute them.

**How much is the flash loan fee?**&#x20;

The flash loan fee is currently 1 basis points (0.01%) and can be adjusted via governance.

**Why would someone use a flash loan?**&#x20;

Flash loans allow you to temporarily access large amounts of capital. There are many use cases where this can be helpful such as;

* Liquidation hedging (e.g. set a minimum Health Factor and auto wind down a debt)
* Arbitrage trading price differences between exchanges like [Ubeswap](https://app.ubeswap.org) and Mento
* Swapping collateral w/o having to close your debt position&#x20;
* Debt refinancing&#x20;
* And much more...

**Where can I find more information about building flash loan tools?**&#x20;

Right [here](https://github.com/moolamarket/moola#flashloan) in our Github repo.&#x20;


---

# 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/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.
