# Glossary

## AMM

An automated market maker (AMM) is a fully automated decentralized exchange (DEX) where trades are made against a pool of tokens called a liquidity pool without the need for a third-party intermediary. An algorithm determines the prices at which buyers and sellers can trade assets and regulates the values of the tokens in the liquidity pools. Examples of AMM include Uniswap, Curve, and MantisSwap.

## APR

An annual percentage rate (APR) is the % interest a user earns on their investment. Users can earn this by staking their assets in the protocol.

## MNTS

The native token of MantisSwap. More info in [MNTS & veMNTS](/tokenomics/mnts-and-vemnts.md#mnts)

## NLR

**Net Liquidity Ratio.** It is the sum of all the assets divided by the total liabilities of the protocol.

$$
Net\ Liquidity\ Ratio\ (NLR)\ =\ \frac{Total\ asset\ in\ all\ pools}{Total\ deposits\ made\ by\ LPs}
$$

NLR denotes the health of the protocol.

NLR >= 1 - Healthy

NLR < 1 - Stressed. Protocol fees are updated to return back to health.

## RTV

**Risk Tolerance Variable.** RTV determines the amount of risk the protocol is willing to take in case of a peg deviation for a token and prevents the liquidity ratio of a volatile token from going beyond a certain threshold. More info in [#rtv](#rtv "mention")

## veMNTS

**Vote-Escrowed MNTS**. Allows user to increase their liquidity mining rewards. More info in [MNTS & veMNTS](/tokenomics/mnts-and-vemnts.md#vemnts-vote-escrowed-mnts)


---

# 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://docs.mantissa.finance/introduction/glossary.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.
