All Guides
DeFiAMMLiquidity

Understanding Impermanent Loss

What impermanent loss is, how to calculate it, when it matters for your protocol design, and how liquidity providers actually think about it.

Updated February 5, 2026 8 min read

Impermanent loss (IL) is the opportunity cost that AMM liquidity providers experience when the price ratio of their deposited tokens changes. It's one of the most important concepts for anyone designing a protocol that relies on third-party liquidity.

The Basic Mechanism

When you deposit ETH and USDC into an AMM at a 50/50 ratio and ETH's price doubles, the AMM's rebalancing mechanism means you end up with less ETH and more USDC than if you'd just held. The AMM sold your ETH as its price rose, giving you a worse outcome than simply holding. This differential is impermanent loss.

IL is 'impermanent' because if the price ratio returns to what it was at deposit time, the loss disappears. It becomes permanent — just a loss — the moment you withdraw at an unfavorable price ratio. This naming has been widely criticized as misleading; many DeFi researchers now call it 'divergence loss.'

The Math

For a two-asset pool with equal weights, IL as a function of price change ratio r: IL = 2√r/(1+r) − 1. At r=2 (price doubles): IL ≈ −5.7%. At r=4 (price quadruples): IL ≈ −20%. At r=9 (price 9x): IL ≈ −40%. This is why providing liquidity to volatile asset pairs is risky — large price moves produce significant IL that can exceed accumulated fees.

When IL Doesn't Matter

Stablecoin pairs (USDC/USDT, DAI/USDC) have minimal IL because the price ratio barely changes. Correlated assets (ETH/wstETH, BTC/wBTC) have low IL. Long-tail volatile pairs can produce catastrophic IL. The risk profile of an LP position is directly tied to the expected volatility and correlation of the paired assets.

Protocol Design Implications

If your protocol relies on AMM liquidity, understanding IL determines whether third-party LPs will stay. High IL means you need to compensate with higher fees or token incentives. Protocols that over-rely on token emissions to subsidize IL typically face a death spiral when token prices fall — the incentive value drops, LPs leave, liquidity falls, the token price drops further.

Protocol-Owned Liquidity

Olympus DAO popularized Protocol-Owned Liquidity (POL) — having the protocol own its own LP position rather than renting liquidity from incentivized third-party LPs. POL eliminates the mercenary capital problem but requires significant upfront capital. Many protocols now use a hybrid: seed POL for stability, supplement with moderate incentivized LPs.

Mitigations for LPs

Uniswap v3's concentrated liquidity can offset IL with higher fee capture (if managed actively). Options and IL hedging products exist on platforms like Dopex and Panoptic. Vaults like Arrakis Finance automate v3 LP management to reduce IL. For most passive LPs, the honest advice is: if you can't tolerate the IL, stick to stable pairs or accept that you're speculating on fee income outpacing divergence.

Ready to build your Web3 project?

Tell us about your project and get a precise quote.

Get a Project Quote