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

# 플래시론

**플래시론이란?**

빌린 유동성과 플래시론 수수료가 동일한 블록 내의 풀로 반환되는 한, 담보를 제공하지 않고 물라 유동성 풀에서 사용 가능한 자산을 빌리는 것입니다. 이 기능은 이를 실행하는 데 필요한 기술적 지식 때문에 주로 개발자를 대상으로 합니다..

**플래시론 수수료는 얼마입니까?**

플래시론 수수료는 현재 1bp(0.01%)이며 거버넌스를 통해 조정할 수 있습니다.

**플래시론을 사용하는 이유는 무엇인가요?**

플래시 론을 사용하면 일시적으로 많은 양의 자본을 이용할 수 있습니다. 다음과 같이 도움이 될 수 있는 다양한 사용 사례가 있습니다.&#x20;

* 청산 헤지(Hedge)(예: 최소 건강 지수 설정 및 부채 자동 청산)&#x20;
* [Ubeswap](https://app.ubeswap.org/#/swap) 및 Mento와 같은 거래소 간의 차익 거래&#x20;
* 부채 포지션을 청산할 필요 없이 담보물 스왑&#x20;
* 부채 재융자 그리고 더 많은 경우들....

**플래시론 도구 구축에 대한 자세한 정보는 어디에서 찾을 수 있나요?**

바로 [여기](https://github.com/moolamarket/moola#flashloan) Github 저장소에 있습니다.&#x20;


---

# 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://docs.moola.market/korean/flash-loans.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.
