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

# Glossário

**O que é APY?**

APY é Annual Percentage Yield, que significa Porcentagem de Rendimento Anual em inglês. Mais informações sobre o APY podem ser encontradas [aqui](https://www.investopedia.com/terms/a/apy.asp). &#x20;

**O que é o Rácio Financeiro (LTV)?**

*LTV = Empréstimo / Valor da garantia \* 100%*

**O que é o rácio financeiro "atual" (LTV)?**

O LTV (loan-to-value), ou rácio financeiro, atual é a relação entre o valor do empréstimo e o estado mais recente da rede que o Moola conhece.

**O que é o "novo" rácio financeiro (LTV)?**

O novo LTV é um rácio financeiro simulado. O objetivo é mostrar a você qual seria seu rácio financeiro se o ativo atual que você selecionou e a quantidade que você inseriu fossem enviados como uma transação para a rede e confirmados em um bloco.

**O que é uma garantia?**

Uma garantia é qualquer ativo que está sendo usado como garantia (collateral) para um empréstimo. Isso significa que ele pode ser liquidado se seu Fator de Saúde cair abaixo de 100%. Por padrão, todos os ativos depositados são usados como garantia.

**O que é um ativo de dívida?**

Um ativo de dívida é qualquer ativo que tenha sido tomado emprestado do Moola.

**Quem criou seu ícone?**

O ícone "[ Bull](https://thenounproject.com/term/bull/2781765/) " foi criado por  [ Mat fine](https://thenounproject.com/matfine/)  de  [ the Noun Project](http://thenounproject.com/).


---

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