# is it risky?

As is the case with liquidity providing in a standard liquidity pool, there is only one main risk implied with the use of liquidity pools and that is <mark style="color:orange;">**impermanent loss (IL)**</mark>**.**

In essence, IL is a temporary loss of funds occurring when providing liquidity and it's often explained as the difference between holding an asset versus providing liquidity in that asset.

In a perfect world with no impermanent loss, the liquidity providers (LPs) would just be collecting money from the entirety of the trading fees.

LPs can of course still be profitable even in case of impermanent loss (IL), as long as  \[impermanent loss < collected fees] is true.&#x20;

### Explain impermanent loss to me like i'm 5 years old

> *5 years old but I know what an NFT is...*

It's simply the difference between holding your NFTs and SOL versus providing those NFTs and SOL to a liquidity pool: if the price of the NFT increases, the liquidity pool will rebalance itself and there is a chance that holding your NFTs may have yielded better return.

{% hint style="info" %}
Disclaimer: hadeswap is currently not audited and will be open sourced soon after the audit is conducted. Use at your own risk.
{% endhint %}


---

# 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.hadeswap.com/why-hadeswap/is-it-risky.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.
