> For the complete documentation index, see [llms.txt](https://docs.more.markets/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.more.markets/more-markets/editor/interactive-blocks-3.md).

# Flash Loans

## **Flash Loans**

Flash loans enable users to borrow assets and return them before the blockchain finalizes its current block, hence the term one-block borrowing. In MORE, these loans can be taken without collateral. Instead, borrowers must repay the borrowed amount plus a small fee, or open a corresponding borrow position, all within the same transaction. If the loan isn’t closed out in that short window, the entire operation reverts.

## **Flash Loan Fees**

In a typical scenario, the fee sits in a low percentage range (0.05%–0.07%), reflecting the short timeframe and minimal liquidation risk for the protocol. Although these fees may fluctuate based on the market’s configuration, the principle remains the same: pay back the original principal plus the protocol’s fee before the transaction completes.

## **Advanced Uses**

Flash loans demand specific technical skills such as understanding event sequences, transaction atomicity, and how on-chain operations revert if they fail. Those building dApps around MORE’s flash loan feature will find it especially valuable for complex rebalancing, automated debt closure, or other advanced financial maneuvers.&#x20;

MORE Vaults users, however, can use flash loans in the transaction builder so long as an operation to repay the loan is included in the same batch, in an acceptable order.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.more.markets/more-markets/editor/interactive-blocks-3.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
