# Our Glossary

**Automated Market Makers (AMMs) -** Smart contracts that allow users to trade assets in a non-custodial and peer to peer manner, using liquidity pools and liquidity providers!<br>

**Liquidity Providing -** Liquidity providing means being a Market Maker on Decentralized Exchanges, earning trading fees by providing capital to the liquidity pool!<br>

**Decentralized Exchanges (DEXs) -** A particular type of non-custodial Cryptocurrency Exchange where users trade assets thanks to different smart contracts and pools. Examples could be Uniswap, Sushiswap, Spookyswap etc etc.<br>

**Impermanent Loss (IL) -** The Opportunity cost that Liquidity Providers might encounter if one of two assets they are LPing changes in price a lot compared to the other! Read more about IL [**here**](https://popsiclefinance.medium.com/why-is-impermanent-loss-not-permanent-loss-38bca54254e3).\
\
\
**Slippage -** Slippage, in simple terms, is the loss that can occur as other swaps of these tokens take place during the processing of your transaction. To help avoid slippage you can set your gas price higher.<br>

**Total Value Locked (TVL) -** Dollar Value of all the assets deposited in a particular smart contract or pool.<br>

**Annualized Percentage Rate (APR) -** The percentage by which users can expect their token investment to grow in one year, not taking into account the possible compounding factor.<br>

**Return On Investment (ROI) -** Similar to the APR, the ROI is a popular profitability metric used to evaluate how well an investment has or will be performing over a particular period of time.<br>

**LP Tokens -** Tokens that are received from the decentralized exchange once users deposits capital in order to become liquidity providers. Different Pairs on different DEXs have different LP tokens.

\
**Popsicle Liquidity Provision Tokens (PLP) -**  Tokens that are sent to the Popsicle Finance Users when they deposit liquidity in one of our smart contracts. Different Pairs of tokens will have different PLP tokens.

\
**Volatility -** The Volatility is a statistical measure that describes how dispersed a particular asset's returns are. An asset with higher Volatility is a riskier asset than one with low volatility. <br>

**nICE -** Popsicle Finance’s fee sharing token, read more about it [**here**](https://docs.popsicle.finance/our-tech/ice-token/nice-tokens).<br>

**Sorbetto -** Our First Liquidity Optimization protocol, read more about it [**here**](https://docs.popsicle.finance/our-products/sorbetto).<br>

**Stand -** Our farming dashboard, deposit LP tokens and earn ICE!<br>


---

# 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.popsicle.finance/our-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.
