Crypto
4 min read

Impermanent Loss

The opportunity cost suffered by AMM liquidity providers when the prices of pooled assets diverge. The loss is "impermanent" because it only realizes if the LP withdraws while prices are skewed.

Where the loss comes from

When you provide liquidity to a typical AMM pool, you deposit two assets in equal dollar value. The pool maintains a constant product — when one asset's price rises, the AMM rebalances by selling some of the appreciating asset and buying more of the depreciating one.

The result: as a liquidity provider, you systematically end up with more of the underperforming asset and less of the outperforming one than if you had just held both unchanged.

A worked example. You deposit 1 ETH (priced at $2,000) and 2,000 USDC into a 50/50 pool. ETH price doubles to $4,000:

  • If you'd just held: 1 ETH ($4,000) + 2,000 USDC = $6,000.
  • As LP (post-rebalance, ignoring fees): roughly 0.71 ETH ($2,828) + 2,828 USDC = $5,656.

The $344 difference (about 5.7%) is the impermanent loss.

Why "impermanent"

The loss is "impermanent" because it only realizes if you withdraw while prices are skewed. If prices return to the original ratio, the loss goes away.

In practice, prices rarely return exactly. So "impermanent" can be misleading — for most LPs in volatile pairs, the loss eventually realizes.

How impermanent loss scales with price moves

A rough table for a 50/50 pool:

  • 1.25x price change: ~0.6% impermanent loss
  • 1.5x: ~2.0%
  • 2x: ~5.7%
  • 3x: ~13.4%
  • 4x: ~20.0%
  • 5x: ~25.5%
  • 10x: ~42.3%

The loss accelerates with larger price moves. At extreme divergence (one asset 10x another), nearly half the dollar value is lost relative to just holding.

Fees vs. impermanent loss

LPs earn trading fees, which offset some or all of the impermanent loss. Whether net returns are positive depends on:

  • Fee rate — pools charge 0.05%, 0.3%, 1%, or other rates.
  • Trading volume — high-volume pairs generate more fees.
  • Volatility — high volatility produces more impermanent loss but also more trading volume.
  • Time horizon — fees compound over time; impermanent loss is point-in-time.

For high-volume stable pairs (USDC/USDT), fees usually dominate impermanent loss. For volatile pairs (ETH/random token), impermanent loss often dominates fees.

Concentrated liquidity (Uniswap V3+)

Uniswap V3 introduced concentrated liquidity:

  • LPs choose specific price ranges to provide liquidity in.
  • Capital is more efficient (more fees per dollar) within the chosen range.
  • But impermanent loss is also more severe if prices move outside the range.
  • The position can become "out of range" (entirely converted to one asset) and stop earning fees.

Concentrated liquidity requires more active management than constant-product LP positions. Returns can be higher but also more variable.

Impermanent loss in practice

Empirical analyses of major DEX LP positions have found that:

  • Many LPs underperform simple holding when impermanent loss is properly accounted for.
  • The losses are heavily concentrated in volatile pairs — stable pairs and ETH/major-stable pairs often perform fine.
  • Active management can improve outcomes — but most retail LPs don't actively manage.
  • The "yield" advertised by farms often doesn't account for impermanent loss; the realized return is significantly lower.

Mitigations

Several approaches to reduce or hedge impermanent loss:

  • LP in correlated pairs. stETH/ETH, USDC/USDT, BTC/wBTC pools have minimal IL because the assets move together.
  • Active range management in concentrated liquidity. Adjust ranges as prices move.
  • Hedging with perpetuals. Some sophisticated LPs short the appreciating asset to neutralize the impermanent loss.
  • IL-protected products. Some protocols (Bancor in earlier versions, others) have offered IL insurance, though they've struggled with sustainability.
  • Treat LP yield as compensation for risk rather than risk-free.

Why impermanent loss is unique to AMMs

Traditional market makers also rebalance positions but typically:

  • Don't offer fixed-formula automated rebalancing.
  • Adjust quotes based on market conditions and inventory targets.
  • Have more flexibility to manage adverse selection.

AMMs trade flexibility for simplicity — anyone can be an LP without market-making expertise. The cost is impermanent loss as a structural feature.

When LPing makes sense

For typical retail users:

  • Stable pairs with high volume — minimal IL, meaningful fees. USDC/USDT or similar.
  • Correlated assets — stETH/ETH, wstETH/ETH. Some IL but capped.
  • Active management capacity. Concentrated liquidity strategies require attention.
  • Position sizing. Don't put all crypto into LP; some directional exposure is usually preferable.

For most retail crypto holders, simply holding spot is more profitable than LP-ing volatile pairs once impermanent loss is properly counted. LP returns get marketed by their gross yield numbers; the net-of-IL returns tell the actual story.

In broader DeFi context

Impermanent loss is one of DeFi's most-misunderstood concepts. It's:

  • Not a bug or design flaw.
  • A structural feature of constant-product (and similar) market making.
  • Often glossed over in marketing materials promoting LP yields.
  • A meaningful drag on long-term returns for active LPs.

Understanding it is essential for evaluating any LP-yield opportunity. The honest framing: "X% APY" advertised by an LP pool is gross before impermanent loss; net returns are typically much lower and sometimes negative.