# Introduction

In a decentralized exchange (DEX) such as Uniswap V2, liquidity providers deposit assets into liquidity pools to facilitate trades through automated market makers (AMMs) and receive **liquidity pool tokens** (LP tokens) in return. The purpose of these LP tokens is to allow liquidity providers to claim the fees collected in addition to the initial stake.

Nevertheless, risks arise with LP tokens from fluctuations in the market value of the underlying assets. Indeed, the **impermanent loss** represents the losses that occur when the current price of an asset differs from the initial price when adding liquidity. Furthermore, the main risk incurred by traders is the **slippage**. For a given order, the slippage corresponds to the difference between the expected price and the price at which the order is executed.

Therefore, a LP token is considered to be of good quality if impermanent loss and slippage are low. Then, the rating methodology defines the **market risk measure** (MRM) and the **liquidity risk measure** (LRM) in order to quantify these risks.


---

# 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.securd.org/documentation/securd-models/lp-token-rating-model/introduction.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.
