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

# Flash Loan

플래시론은 하나의 트랜잭션 내에서 별도의 담보물 없이 토큰을 대출받아 해당 트랜잭션 내에서 상환을 끝마치는 형태의 대출을 의미합니다. 유니스왑 V3와 유사하게 대출자는 Pangea 의 풀에서 두 토큰 중 하나의 토큰을 담보 없이 빌린 후, 수수료를 더한 금액을 상환하게 됩니다. 이러한 플래시론은 유동성 공급자에게는 IL 이 발생하지 않으면서 수수료를 벌 수 있는 기회를 제공하고, 대출자에게는 담보물 없이 자신이 필요한 자산을 임시적으로 빌릴 수 있는 기회를 제공합니다.

Pangea 의 플래시론 수수료율은 각 풀별 스왑 수수료율과 동일합니다. 이후 시장 상황의 변화에 따라 플래시론의 수수료율은 변경이 가능합니다.


---

# 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://pangeaswap.gitbook.io/pangeaswap/developers/concept-overview/flash-loan.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.
