# What is Impermanent Loss

In essence, impermanent loss is a temporary loss of value that occurs when providing liquidity. It will however become effectively permanent the moment liquidity is drawn from its pool. It’s often explained as the difference between holding an asset versus providing liquidity to that asset. Impermanent loss is usually observed in the most standard and common liquidity pools, to which the liquidity provider (LP) must provide both assets in a correct ratio and of which one is volatile in relation to the other.

The subject of Impermanent loss is discussed online ever since the first Automated Market Maker was introduced in the defi space in 2018.&#x20;

Check out this impermanent loss calculator - <https://dailydefi.org/tools/impermanent-loss-calculator/>

Read through some IL resources:

{% embed url="<https://academy.binance.com/en/articles/impermanent-loss-explained>" %}

{% embed url="<https://consensys.net/blog/metamask/impermanent-loss-defi-markets-gotcha-number-two/>" %}


---

# 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://doc.armadillo.is/more-information/what-is-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.
