# ASD 마켓

현재 UFOSwap 의 LP 토큰을 담보로 ASD 을 대출받을 수 있습니다. 추후 타 DEX 프로젝트의 LP 토큰을 이용하여 ASD 를 대출받을 수 있도록 업데이트 될 예정입니다.

### UFOSwap 풀

<table><thead><tr><th width="150">#</th><th width="177">DEX</th><th width="175.33333333333331">담보 풀</th><th width="187">최대 담보 대출(LTV)</th><th>최대 부채</th><th>대출 이자</th></tr></thead><tbody><tr><td>1</td><td>UFOSwap</td><td>KUSDT-KUSDC</td><td>70%</td><td>1,000,000</td><td>7%</td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td></tr></tbody></table>

### 주요 용어

* 담보 풀: LP 토큰으로 ASD 를 대출받기 위해 담보로 올릴 수 있는 LP토큰 풀입니다.
* 최대 담보 대출(LTV): 이것은 담보 시장 가치를 기준으로 얼마나 많은 ASD를 빌릴 수 있는지를 결정하는 핵심 변수입니다. 담보 값에 담보 풀의 최대 LTV를 곱한 값은 사용자가 빌릴 수 있는 최대 ASD 금액입니다.
* 최대 부채: 이것은 각 담보 풀에 대한 부채 한도입니다. 어느 시점에서든, 각 담보 풀에서 발행되는 유통 중인 ASD는 풀의 최대 부채 가치를 초과할 수 없습니다.
* 대출 이자: 대출금 이자는 미상환 대출금에 부과되며 부채로 발생합니다. 대출금 이자는 APR에 포함됩니다.


---

# 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://ufoswapfi.gitbook.io/korean/asd.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.
