# Price effect vs Impermanent loss

**Price effect** refers to the net equity value change due to changes in asset prices in the liquidity pool, compared to your principal. It might be positive or negative, depending on token price fluctuations and trading fee rewards in the pool.&#x20;

**Impermanent loss** refers to the "loss" when you deposited your assets to a liquidity pool to get a share in the pool (LP-tokens) followed by tokens' price change, compared with simply holding the assets on hand. It is the result of fluctuations in the underlying value of the assets being swapped, and happens whenever the relative price of the tokens changed. It is always negative.&#x20;

Please note that price effect is focusing on **ACTUAL** price change while impermanent loss is focusing on **RELATIVE** price change. Thus, it’s possible to achieve 0 impermanent loss but high price effect for the liquidity provision.&#x20;

Here are two examples for illustration, but please note that the values here do NOT account for trading fee rewards for simplicity's sake.

#### Case 1: Farming in a non-stablecoin-stablecoin Liquidity Pool (LP) in 50:50

Consider the liquidity pool CRO-USDC LP, with USD2,000 principal&#x20;

Assume CRO/USDC = 0.5 on day 1

<figure><img src="/files/11W0bWSi7rjHh9z4i58o" alt=""><figcaption></figcaption></figure>

#### Case 2: Farming in a non-stablecoin-non-stablecoin pair Liquidity Pool (LP) in 50:50

Consider the liquidity pool CRO-SINGLE LP, with USD2,000 principal&#x20;

Assume CRO/USDC = 0.5 and SINGLE/USDC = 0.25 on day 1

<figure><img src="/files/qtMncrhLbGoFSA577Sya" alt=""><figcaption></figcaption></figure>


---

# 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.singlefinance.io/home/yield-farming/price-effect-vs-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.
