DeFi

Impermanent Loss in DeFi

Impermanent loss (IL) is the temporary reduction in dollar value that liquidity providers (LPs) experience when the price ratio of the two assets in a liquidity pool changes from the ratio at the time of deposit. The loss is 'impermanent' because it reverses if prices return to the original ratio, but becomes permanent when liquidity is withdrawn while the price ratio is diverged. IL is the primary risk that makes providing liquidity in volatile asset pairs less profitable than simply holding the assets.

Impermanent loss is the single most important concept for any DeFi user considering providing liquidity to an automated market maker (AMM) pool. It's also the most consistently misunderstood — many new liquidity providers don't realise they've experienced it until they withdraw and compare their holdings to what a simple "buy and hold" strategy would have returned. This guide explains the mechanism precisely, quantifies the impact at various price divergences, and covers the strategies for minimising it.

Why Impermanent Loss Happens: The AMM Mechanism

AMM pools like Uniswap maintain a constant product formula: x * y = k, where x and y are the quantities of the two tokens and k is a constant. When you deposit into a 50/50 ETH/USDC pool with ETH at $3,000, you provide equal dollar values of both assets. The pool's ratio reflects the market price.

When ETH price rises to $4,000, arbitrageurs buy ETH from the pool (it's still priced at the old ratio relative to USDC) until the pool's ratio matches the new market price. This leaves the pool holding less ETH and more USDC than when you deposited. You still own the same percentage of the pool, but the pool's composition has shifted away from ETH (which went up) and toward USDC (which didn't).

Compare: if you had simply held your original ETH and USDC without depositing, you'd have benefited fully from ETH's price increase. The LP position lagged the simple hold strategy — that lag is the impermanent loss.

Quantifying Impermanent Loss

For a 50/50 two-asset AMM pool, the IL at various price change multiples:

Price Change (one asset)Impermanent Loss vs. Holding
1.25× (25% increase)-0.6%
1.5× (50% increase)-2.0%
2× (100% increase)-5.7%
3× (200% increase)-13.4%
4× (300% increase)-20.0%
5× (400% increase)-25.5%
10× (900% increase)-42.5%

These IL percentages are relative to holding — not necessarily a nominal loss. If the pool earned 50% in trading fees during the period when one asset 2×ed (causing 5.7% IL), you still outperformed holding by 44.3%. IL only becomes a concern when fees earned are insufficient to cover it.

Note: IL is symmetric. A 2× price increase causes the same 5.7% IL as a 50% price decrease (0.5×). Price divergence in either direction causes IL; only a return to the original ratio eliminates it entirely.

Volatile vs. Stable Pairs

High IL risk: Volatile/volatile pairs (ETH/BTC, SOL/ETH, altcoin/altcoin). Both assets move independently, the price ratio can diverge significantly, and IL can be substantial over a bull market cycle where one asset dramatically outperforms the other. ETH/BTC LP would have experienced significant IL in any period where ETH and BTC diverged meaningfully.

Moderate IL risk: Volatile/stable pairs (ETH/USDC, BTC/USDT). The stable doesn't move, so all IL comes from the volatile asset's price change. IL is still significant in a bull market — a 5× ETH increase generates 25%+ IL relative to simply holding ETH.

Low/no IL risk: Stable/stable pairs (USDC/USDT, USDC/DAI). Both assets maintain a ~$1 peg, the price ratio rarely diverges more than 0.5%, and IL is negligible. These pools are safer but earn lower fees as volumes are smaller.

Concentrated Liquidity (Uniswap V3) and IL

Uniswap V3 introduced concentrated liquidity — LPs can specify a price range in which their liquidity is active. This dramatically increases fee earnings within the specified range but intensifies IL risk: if price moves outside the range, the position converts entirely to the underperforming asset (all stablecoins if price rises above range; all volatile asset if price falls below range). Active management of the price range is required to optimise V3 positions.

Minimising Impermanent Loss

  • Prefer stable/stable or stable/stable-correlated pools (USDC/DAI, stETH/ETH) where IL is minimal.
  • For volatile pairs, choose pools where the fee income is high enough to justify the IL risk — check historical APY vs. estimated IL using IL calculators (Daily DeFi, APY.Vision).
  • Provide liquidity during periods of low expected price divergence (ranging markets) rather than trending markets where IL accumulates rapidly.
  • Use protocols with IL protection mechanisms — Bancor V3 introduced impermanent loss protection for single-sided liquidity, though with its own complexity.

Summary

Impermanent loss is the value gap between holding assets and providing them to an AMM liquidity pool when the price ratio diverges. A 2× price move in one asset creates ~5.7% IL; a 5× move creates ~25% IL relative to holding. IL only fully reverses if the price ratio returns to the entry ratio. Minimise IL by focusing on stable/stable pools, volatile pairs during ranging periods, and pools where trading fee income clearly exceeds estimated IL. Always calculate expected IL before providing liquidity to a volatile pair using an IL calculator.