# What are Flash Loans?

Aave became a wildly popular protocol in DeFi, in part thanks to Flash loans. Flash loans are the first uncollateralized type of loan in DeFi.&#x20;

Aave Flash Loans are automated loans in which the borrowed amount must be returned within one, single Ethereum transaction. Using flash loans, you can borrow instantly and easily without provided collateral as long as that liquidity is returned to the pool within the same transaction block.

> The Aave Flash loan process occurs within a single Ethereum transaction and relies on the fact that transactions on Ethereum can revert, making all other commands void as well if the borrowed capital is not repaid. \
> \
> The amount of borrowed funds is only limited by the current available liquidity of the borrowed asset within the Aave protocol.

Aave offers a large selection of assets to loan, though it includes a small protocol fee (currently 0.09% of the borrowed amount).

You can only have a single flash loan in a recipe. It is technically possible to loan more than one asset via Aave, but the UI does not currently support this option.

Generally speaking, flash loans can be used whenever you need a temporary loan that you know you’ll be able to pay back at the end of the transaction. Some of the potential use cases include:

* Creating a fully leveraged position
* Collateral or debt asset swaps
* Closing a position
* Creating a liquidity mining position

***

## Related Articles:

* [Aave](https://help.defisaver.com/protocols/aave)
* [Dashboard & Use-case](https://help.defisaver.com/protocols/aave/dashboard-and-use-case)
* [Compatibility & Automations](https://help.defisaver.com/protocols/aave/compatibility-and-automations)


---

# 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://help.defisaver.com/protocols/aave-v3/what-are-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.
