> 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/glossary.md).

# 용어사전

**APY는 무엇인가요?**

APY는 연간 수익률을 나타냅니다. APY에 대한 자세한 내용은 여기에서 확인할 수 있습니다. &#x20;

**담보 인정 비율 (LTV)이란 무엇인가요?**

LTV = 대출 / 담보 가치 \* 100%

**'현재' 담보 인정 비율(LTV)이란 무엇인가요?**

현재 LTV는 물라가 알고 있는 네트워크의 가장 최근 상태를 기준으로 한 담보 인정 비율입니다.

**'신규' 담보 인정 비율(LTV)이란 무엇인가요?**

새로운 LTV는 시뮬레이션된 담보 인정 비율입니다. 선택한 현재 자산과 입력한 수량을 네트워크에 트랜잭션으로 제출하고 블록에서 확인하는 경우 담보 인정 비율이 어떻게 되는지 보여주기 위한 것입니다.

**담보 자산이란 무엇인가요?**

담보 자산은 대출에 대한 담보로 사용되는 모든 자산입니다. 즉, 건강 지수가 100% 미만으로 떨어지면 청산될 수 있습니다. 기본적으로 예치된 모든 자산은 담보로 사용됩니다.

**대출 자산이란 무엇인가요?**

대 자산은 물가에서 빌린 모든 자산입니다.

**누가 당신의 아이콘을 만들었나요?**

"[황소](https://thenounproject.com/term/bull/2781765/)" 아이콘은 [The Noun Project](http://thenounproject.com/) 의 [Mat fine](https://thenounproject.com/matfine/)이 만들었습니다.


---

# 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/glossary.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.
