# Impermanent Loss

**Impermanent Loss (IL**) happens when the price of the tokens you deposit into a liquidity pool changes compared to when you first provided liquidity. The larger the price movement, the greater the potential IL — even if you’re earning trading fees from the pool.&#x20;

In some cases, simply holding the tokens in your wallet could result in a higher total value than providing liquidity.

* **Common in volatile token pairs:** Rapid price swings increase IL risk.
* **Less severe for stable or highly correlated assets:** Pairs like pegged pools (e.g. USDC/USDT, bbSOL/SOL ...) usually have minimal IL.

**Example:**

Imagine you add liquidity to an **ETH-USDC** pool when **ETH = $2,000**. Later, the price of ETH rises to **$3,000**.

* If you simply **held 1 ETH + $2,000 USDC**, your total would be worth **$5,000**.
* But in the pool, due to automatic rebalancing, you now hold **less ETH and more USDC**.
* The combined value of your position might be, for example, **$4,800** instead of $5,000.
* The **$200 difference** is the impermanent loss.

> **Note:** Impermanent Loss only becomes real when you withdraw your liquidity. If the token price returns to its original level, the impermanent loss disappears. Staying in the pool longer and earning trading fees can also help offset any temporary IL.


---

# 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.byreal.io/resources/knowledge/impermanent-loss.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.
