Impermanent loss is the difference in value between holding tokens in a DeFi liquidity pool versus holding them in your wallet. It occurs whenever the price ratio of the pooled tokens changes from the ratio at deposit. The loss becomes permanent only when you withdraw. Concentrated liquidity positions amplify both fee income and impermanent loss.
A 50% price change in one token relative to its pair causes approximately 5.7% impermanent loss, and a 2x price move causes roughly 5.7% loss under the constant product model, according to the mathematical derivation in Uniswap’s documentation. This is the core math every liquidity provider must understand before depositing into any pool. The loss scales non-linearly — a 5x price move results in about 25.5% impermanent loss.
What exactly is impermanent loss?
Impermanent loss (IL) is the opportunity cost of providing liquidity instead of simply holding the same tokens. When you deposit into a pool, the automated market maker constantly rebalances your position as prices move. If ETH doubles in price while you hold ETH/USDC in a pool, the AMM sells some of your ETH for USDC to maintain the ratio. You end up with more USDC and less ETH than you started with — and fewer total dollars than if you had just held both tokens.
The term “impermanent” is misleading. The loss is real the moment prices diverge. It only reverses if prices return to the exact ratio at which you deposited. If you withdraw at any other ratio, the loss is locked in permanently. Most DeFi educators agree the name understates the actual risk — “divergence loss” is a more accurate term gaining adoption in protocol documentation.
Understanding impermanent loss is essential before providing liquidity to any DeFi liquidity pool. Our comprehensive DeFi guide covers the broader context of how these protocols interact.
How much impermanent loss happens at different price changes?
The constant product formula (x * y = k) produces a predictable relationship between price movement and loss. This table shows the impermanent loss for a standard 50/50 pool at various price change levels.
| Price Change | Impermanent Loss | Value If Held | Value If in Pool (starting $10,000) |
|---|---|---|---|
| 1.25x (25% up) | 0.6% | $11,250 | $11,180 |
| 1.5x (50% up) | 2.0% | $12,500 | $12,247 |
| 2x (100% up) | 5.7% | $15,000 | $14,142 |
| 3x (200% up) | 13.4% | $20,000 | $17,321 |
| 5x (400% up) | 25.5% | $30,000 | $22,361 |
| 0.5x (50% down) | 5.7% | $7,500 | $7,071 |
The loss is symmetrical — a 2x increase and a 0.5x decrease both produce roughly 5.7% impermanent loss. This is because the AMM mechanically sells the appreciating token and buys the depreciating one. At a 5x price move, one quarter of your position’s value is lost compared to holding. Data from Dune Analytics dashboards tracking Uniswap LP returns confirms that the majority of LPs in volatile ETH pairs underperform a simple hold strategy when measured over 90-day periods.
Does impermanent loss affect concentrated liquidity differently?
Concentrated liquidity, introduced by Uniswap v3, amplifies impermanent loss significantly. When you concentrate liquidity in a narrow price range, you earn higher fees per dollar deployed but face IL that scales with the concentration factor. A position concentrated in a 10% range around the current price experiences roughly 10x the impermanent loss of a full-range v2 position for the same price movement.
According to research published by academic researchers studying Uniswap v3, over 49% of liquidity providers on Uniswap v3 were net unprofitable when accounting for impermanent loss versus fees earned. The tight ranges that maximize fee capture also maximize loss exposure. This is the fundamental tradeoff of concentrated liquidity — it is not a free upgrade over v2 for passive LPs.
Orca Whirlpools on Solana use a similar concentrated liquidity model. The mechanics are identical even though the underlying blockchain differs. Read our Solana vs Ethereum comparison for how network choice affects DeFi costs and performance.
How can you reduce or avoid impermanent loss?
You cannot eliminate impermanent loss from standard AMM pools. The rebalancing mechanism that creates it is the same mechanism that enables decentralized trading. But you can minimize it through deliberate pool selection and position management.
Strategy 1: Stablecoin pairs. Pools containing two stablecoins (USDC/USDT, DAI/USDC) experience minimal impermanent loss because both tokens maintain near-identical prices. Curve Finance specializes in these pools and uses a StableSwap curve that further reduces IL for pegged assets.
Strategy 2: Correlated asset pairs. Pools where both tokens tend to move together (stETH/ETH, WBTC/BTC) have low relative price divergence. The impermanent loss is proportional to the divergence between the two tokens, not their absolute price movement.
Strategy 3: Wide ranges on concentrated liquidity. If using Uniswap v3, setting a wider price range reduces IL amplification at the cost of lower fee capture per dollar. A range covering the entire expected price range for the next 30 days is a reasonable starting point.
Strategy 4: Active management. Rebalancing your concentrated liquidity position when the price moves outside your range prevents further IL accumulation. Some protocols like Arrakis Finance and Gamma Strategies automate this process, though they charge management fees.
When does providing liquidity still make sense despite impermanent loss?
Providing liquidity is profitable when fee income exceeds impermanent loss over your holding period. High-volume pools with moderate price volatility hit this threshold most consistently. The ETH/USDC 0.05% pool on Uniswap v3 is a good example — its enormous daily volume generates substantial fee revenue that often outpaces IL for wide-range positions.
I recommend calculating the breakeven point before depositing. If a pool generates 20% APR in fees and you expect a 2x price move (5.7% IL), the fees cover the loss with room to spare. If the same pool generates only 5% APR in fees, a 2x move wipes out your entire fee income and then some. Dune Analytics and DeFiLlama provide historical fee and volume data to run this calculation.
Protocols that offer liquidity mining incentives (additional token rewards on top of trading fees) can tip the math in favor of LPs even for volatile pairs. But treat incentive tokens as compensation for risk, not free money — those tokens often depreciate. Check our research methodology for how we evaluate DeFi yield opportunities. This is not financial advice; always assess your own risk tolerance before providing liquidity to any protocol.
Frequently Asked Questions
The loss is real but only finalizes when you withdraw. If the token prices return to their original ratio, the impermanent loss reverses to zero. If you withdraw at a different ratio, the loss is locked in permanently.
Technically yes, but it is negligible. Since both stablecoins are pegged to the same value, their price ratio rarely deviates enough to cause meaningful loss. Curve’s StableSwap algorithm further minimizes this for pegged pairs.
Yes, for concentrated positions. Uniswap v3 amplifies impermanent loss proportional to how tightly you concentrate your liquidity range. A position in a 10% range experiences roughly 10x the IL of a full-range v2 position for the same price move.
Yes, if the pool generates enough trading volume. High-volume pools like ETH/USDC on Uniswap can generate fee APRs that exceed impermanent loss for moderate price movements. Always compare historical fee income against expected IL before depositing.
For a 50/50 pool, use the formula: IL = 2 * sqrt(price_ratio) / (1 + price_ratio) – 1. Online calculators like dailydefi.org/tools/impermanent-loss-calculator simplify this. For concentrated liquidity, multiply the IL by the concentration factor.