# Flash Borrow

Flash borrow allows users to borrow A to interact with integrated protocols, to return B as collateral, maximizing composability.

This simplifies the looping process, position rebalancing, and minimizes gas fees.

[Read more](/borrowing/flash-borrow.md)

<figure><img src="https://lh7-us.googleusercontent.com/UgcWXO-ai30m5VM9-TpSiGqxtbldPr5cMeYzUWya1e04jRszJVQeGGDvr-rTcyr4fE_tP3ZmCyXEkyJ7CQwKy4fFnw5xmMxnwE7DAm8fv_GyBbY1sjMIOHZ-Ic_-K9dowVHusINLsqPJKB8BN3v1VQY" alt=""><figcaption></figcaption></figure>

## Flash Borrow vs Flash Loans

In flash loans, users can borrow liquidity from lending pools for any arbitrary use and return the borrowed liquidity without any fee within one transaction. The lending pool’s token is guaranteed to remain unchanged after the transaction.&#x20;

On the other hand, flash borrow allows users to manage their positions automatically using the available liquidity from the lending pools. However, the users’ position must be healthy, and the lending pool’s token is not guaranteed to remain unchanged after the transaction.


---

# 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.init.capital/key-features/flash-borrow.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.
