# Flash Loan

## Overview

The Flash Loan Building Block enables instant access to [uncollateralized loans](https://docs.factor.fi/factor-building-blocks/flash-loan/concepts/uncollateralized-lending-and-borrowing) with zero default risks. Strategies utilizing the Flash Loan Building Block are able to source initial capital required for their trade in a permissionless and trustless manner. With the Flash Loan Building Block, users get equitable access to capital which is determined by the effectiveness of their created strategies.

Through integrations with [flash loan](https://docs.factor.fi/factor-building-blocks/flash-loan/concepts/flash-loan) protocols, the Flash Loan Building Block allows users to take advantage of blockchain transaction execution flow with relative ease. As flash loans are created and repaid in the same block, users get risk-free access to liquidity while avoiding the introduction of bad debt in the flash loan market.

<details>

<summary>Related Concepts</summary>

* [Uncollateralized Lending & Borrowing](https://docs.factor.fi/factor-building-blocks/flash-loan/concepts/uncollateralized-lending-and-borrowing)
* [Flash Loan](https://docs.factor.fi/factor-building-blocks/flash-loan/concepts/flash-loan)

</details>

## Features

* **Instantaneous Liquidity:** No waiting times as your loan is conditionally executed based on actual strategy performance.
* **No Collateral Required:** Borrow as much as you need as long as the loan (and interest) is paid back within the same multi-step transaction.
* **Trustless Loans:** Loan eligibility is determined by strategy effectiveness and not your [financial (i.e. credit) or personal history](https://docs.factor.fi/factor-building-blocks/concepts/uncollateralized-lending-and-borrowing#introduction-of-credit).

## Integrations

Factor is continuously working to integrate with the leading flash loan protocols thereby enabling practically unlimited access to liquidity.

* [Balancer](https://balancer.fi/)

Visit our [**Factor Discover**](https://app.factor.fi/discover) page to see the latest flash loan strategies.

{% hint style="info" %}
**Don't Limit Your Strategies To Just Flash Loans**

[Factor Studio](https://docs.factor.fi/factor-studio/factor-studio) enables different [Building Blocks](https://docs.factor.fi/factor-building-blocks/factor-building-blocks) to be mixed-and-matched thereby facilitating multi-step strategies which span across the whole DeFi ecosystem.

Please refer to [Supported Protocols](https://docs.factor.fi/getting-started/supported-protocols) to view the full list of DeFi protocols which have been integrated with Factor Studio.
{% endhint %}


---

# 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.factor.fi/factor-building-blocks/flash-loan.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.
