# One-click Flash Loan

This feature is under development. Please refer to [Roadmap](https://sio2-finance.gitbook.io/en/development/roadmap).

## FAQ

### What is a flash loan?

Flash loans are traditionally a feature designed for developers, due to the technical knowledge required to execute one. Flash Loans allow you to borrow any available amount of assets without putting up any collateral, as long as the liquidity is returned to the protocol within one block transaction. To do a Flash Loan, you will need to build a contract that requests a Flash Loan. The contract will then need to execute the instructed steps and pay back the loan + interest and fees all within the same transaction.&#x20;

### How would one-click flash Loan benefit me?

There are various reasons you'd like to do flash loan (e.g. arbitrage without bigger risk exposure, self hedging, [and etc.](https://medium.com/aave/sneak-peek-at-flash-loans-f2b28a394d62)), but coding with smart contracts is hard for most non-tech DeFi users. SiO2 Finance tries to abstract away the technical complexities and make flash loan easy to access for everyone.


---

# 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://sio2-finance.gitbook.io/en/advanced-functionality/one-click-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.
