In this lesson, you will learn <strong>what is impermanent loss</strong>, why it happens in decentralized finance, and how to think about it before adding funds to a liquidity pool. We will use simple examples, basic math, and practical trading rules so you can judge whether the rewards are worth the risk.
What Is Impermanent Loss?
<strong>Impermanent loss</strong>, often shortened to <strong>IL</strong>, is the difference between:
A <strong>liquidity pool</strong> is a smart contract, meaning code on a blockchain, that holds tokens for traders to swap. A <strong>liquidity provider</strong> adds tokens to the pool and earns a share of trading fees, and sometimes extra reward tokens.
The loss is called impermanent because it can shrink or disappear if token prices return to the same ratio as when you deposited. But it becomes real, or permanent, if you withdraw while the price ratio has changed.
For example, suppose you deposit ETH and USDC into a pool. If ETH rises strongly, the pool automatically sells some ETH for USDC as traders rebalance it. You still own value in the pool, but you end with less ETH than if you had only held it. Your pool position may be profitable in dollar terms, but it may still lose compared with holding.
This is the core of <strong>IL in DeFi</strong>: you are not only betting on price direction. You are also accepting price-ratio risk in exchange for fees and rewards.
Why Impermanent Loss Happens in AMM Pools
Most DeFi liquidity pools use an <strong>automated market maker</strong>, or <strong>AMM</strong>. An AMM is a system that sets prices using a formula instead of a traditional order book. A common model is the constant product formula:
<strong>x × y = k</strong>
Here, <strong>x</strong> and <strong>y</strong> are the token amounts in the pool, and <strong>k</strong> is a constant number the pool tries to maintain after each trade.
In a simple 50/50 pool, such as ETH/USDC, the pool tries to keep equal dollar value in both assets. If ETH price rises outside the pool, arbitrage traders buy cheap ETH from the pool until the pool price matches the market price. <strong>Arbitrage</strong> means buying an asset where it is cheaper and selling it where it is more expensive.
This rebalancing is necessary for the pool to work, but it changes your token mix:
This is why pools with two volatile assets can carry high IL risk. Pools with assets that usually stay close in price, such as stablecoin pairs, often have lower IL risk, although they have other risks.
Practical Example: Holding Versus Providing Liquidity
Let us use a simple example to make <strong>impermanent loss explained</strong> more concrete.
Assume ETH is priced at 2,000 USDC. You deposit:
Your total deposit is 4,000 USDC in a 50/50 ETH/USDC pool.
Now suppose ETH rises from 2,000 USDC to 4,000 USDC. If you had simply held your assets, you would have:
In the liquidity pool, the AMM rebalances your position. For a 50/50 constant product pool, a 2x price increase creates about <strong>5.72% impermanent loss</strong> compared with holding. Your pool position may be worth about 5,657 USDC before fees, instead of 6,000 USDC.
That difference is around 343 USDC. This does not mean you lost money overall. You started with 4,000 USDC and now have about 5,657 USDC before fees. But compared with simply holding, you are behind.
Fees can offset this. If your share of trading fees and rewards is greater than the impermanent loss, providing liquidity can still be better than holding. If fees are too low, holding may be the better choice.
Here are rough IL levels for common price moves in a 50/50 pool:
The key point is simple: <strong>large price divergence creates larger IL</strong>.
How Traders Manage IL in DeFi
Intermediate traders do not ignore impermanent loss. They estimate it before entering a pool and compare it with expected income.
Here are practical ways to manage the risk:
Also remember that impermanent loss is not the only risk. DeFi pools can have <strong>smart contract risk</strong>, meaning the code may have bugs or be exploited. There is also <strong>depeg risk</strong>, where a stablecoin fails to hold its target value, and <strong>protocol risk</strong>, where the platform rules or incentives change.
A useful decision checklist is:
If you cannot answer these questions clearly, reduce your size or avoid the position.