# Glossary

### Automated Market Maker (AMM):

A type of decentralized exchange protocol that relies on a mathematical formula to price assets. As with many other AMMs, we use the constant product market maker formula <mark style="color:blue;">`y*x=k`</mark> to price assets.&#x20;

### Liquidity Provider (LP)

LPs are users that deposit liquidity into a pair and receive liquidity tokens. LPs help support healthy markets and are compensated with revenue earned from swap fees, and sometimes, incentives from DAOs.

### Liquidity Pools

Pools represent the active liquidity in the pair owned by liquidity providers. Pools dictate the swap ratio, or marginal price, between two assets.&#x20;

### Reservoirs

Reservoirs are a novel concept pioneered by Buttonwood that represents the inactive liquidity in an asset pair. Reservoirs allow Poolside to maintain a consistent swap ratio and protect liquidity providers from an impermanent loss caused by arbitrage.&#x20;

### Liquid Staking Tokens

Tokens that allow users to access the liquidity of their staked assets.&#x20;

### Rebase Tokens

Tokens that have balances that can change uniformly across all holders based on predetermined rules or external factors.&#x20;

### Value Accruing Assets

Tokens that appreciate in value based on an increasing exchange rate (rETH, swETH). &#x20;


---

# 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.poolside.party/resources/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.
