> For the complete documentation index, see [llms.txt](https://pu239.gitbook.io/pu239/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pu239.gitbook.io/pu239/core-features/flash-loans.md).

# Flash Loans

#### Understanding Flash Loans

Flash loans are advanced financial tools designed for users familiar with coding, given their complexity. They allow for borrowing of assets without the need for collateral. The entire borrowed amount, along with a nominal fee and any interest, must be repaid in a single blockchain transaction.

#### Execution of Flash Loans

To start a flash loan, a contract that requests the loan needs to be crafted. This contract is required to perform the outlined actions and repay the loan, including any interest and fees, all within the same blockchain transaction.

#### Accessibility for Non-Programmers

Although flash loans are technically complex, they can be accessed by non-programmers through user-friendly platforms and tools. Platforms like defisaver provide a simplified interface that facilitates interaction with flash loans without coding expertise. \
\
Additionally, services like furucombo offer easy-to-use interfaces and step-by-step assistance, allowing users to utilize flash loans for various financial strategies without needing to understand coding.


---

# 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:

```
GET https://pu239.gitbook.io/pu239/core-features/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.
