IMPCT Institute

Reading library · DeFi · Intermediate

Impermanent Loss explained

By Deven Davis · IMPCT Institute · 3 min read

TL;DR

The single most misunderstood concept in DeFi. Understanding it correctly prevents the most common category of preventable LP losses.

  • Impermanent loss = the gap between what you have in an AMM liquidity pool and what you would have had if you'd just held the original tokens.
  • Mechanism: when one token appreciates, the AMM sells your appreciating asset and buys more of the depreciating one. You end up underweight the winner.
  • 'Impermanent' is misleading. The loss is permanent if prices move and stay moved (usually the case for volatile asset pairs).
  • Stablecoin pairs: minimal IL. Correlated pairs: minimal until depeg. Volatile-to-stable: significant. Volatile-to-volatile: most complex.
  • Literate framing: LPing is a directional bet, not passive yield. You give up upside for fee income. The math is straightforward — spend 10 minutes on an IL calculator.

Impermanent loss is the single most misunderstood concept in DeFi. New liquidity providers (LPs) deposit into a "yield-bearing" pool, watch the fees roll in, then later notice that their underlying position is worth less than what they started with, and conclude that DeFi is a scam. It isn't. They just didn't understand what they were being paid for. Spending ten minutes on this concept up front prevents a category of preventable losses.

The concept exists because of how automated market makers (AMMs) work. When you provide liquidity to a Uniswap-style pool, you deposit a 50/50 value mix of two tokens. The pool uses a formula (typically x · y = k for constant-product AMMs) to allow other traders to swap between the two tokens. As trades happen, the ratio of the two tokens in the pool changes — but the pool always maintains the same total invariant.

The consequence: when one token in the pair appreciates relative to the other, the pool sells your appreciating token and buys more of the depreciating one. You end up holding less of the asset that went up and more of the asset that went down, compared to if you had just held the original 50/50 mix without depositing. The difference between what you have in the pool and what you would have had if you'd just held the original tokens is called impermanent loss.

A concrete example. Suppose you deposit $1,000 of ETH and $1,000 of USDC into an ETH/USDC pool when ETH is at $3,000. You have 0.333 ETH and 1,000 USDC, total value $2,000. Now suppose ETH doubles to $6,000. The pool's automated rebalancing means you no longer have 0.333 ETH and 1,000 USDC — you have something like 0.236 ETH and 1,414 USDC, total value roughly $2,828. If you had just held the original deposit (without putting it in the pool), you would have 0.333 ETH and 1,000 USDC at the new prices, worth $3,000. The difference ($172) is the impermanent loss. The fees you earned during this period might offset some or all of this loss — that's the actual question for whether liquidity provision was profitable.

The word "impermanent" is misleading. The loss is impermanent in the sense that if prices return to the deposit ratio, the loss disappears. The loss is permanent in the sense that if prices move and stay moved, the loss is real and realized when you withdraw. For volatile asset pairs, the loss is usually realized eventually.

The implication for LP strategy is significant.

Stablecoin pairs (USDC/USDT, DAI/USDC): nearly no impermanent loss because the prices don't diverge meaningfully. LP fees are mostly net profit. Curve's StableSwap pools are designed for this case and are the most popular LP destination for risk-averse providers.

Correlated pairs (stETH/ETH, wBTC/tBTC): minimal impermanent loss as long as the assets remain correlated. Major depegging events (which do happen) can produce significant losses.

Volatile-to-stable pairs (ETH/USDC, SOL/USDC): significant impermanent loss whenever the volatile asset moves substantially. LP fees need to be large enough to compensate for the expected impermanent loss given the asset's volatility.

Volatile-to-volatile pairs (ETH/SOL, etc.): the most complex case. Impermanent loss depends on the correlation and relative movements of both assets.

The literate framing: providing liquidity is a directional bet, not a passive yield. By depositing into an LP position, you are taking a specific view on volatility and on the relationship between the two assets. You are giving up some upside in exchange for fee income. Whether the trade is positive expected value depends on whether the fee income exceeds the expected impermanent loss given your forecast for the asset prices.

Spend ten minutes on an impermanent loss calculator (several free ones exist online) to develop intuition for the magnitudes involved. The math is straightforward once you see it. The implication is large enough to change how you think about every LP opportunity you encounter for the rest of your time in this space.

Notes

I'd argue impermanent loss is the single most misunderstood concept in DeFi. New LPs deposit into a "yield-bearing" pool, see numbers go up in fees, watch their underlying position go down in value relative to just holding, and conclude DeFi is a scam. It isn't. They just didn't understand what they were being paid for. Spend ten minutes on an impermanent loss calculator. The math is straightforward once you see it. The implication is large: providing liquidity is a directional bet, not a passive yield. Treat it accordingly.

Frequently asked

Quick answers to what readers ask next

What is impermanent loss in simple terms?

When you deposit two tokens into an AMM liquidity pool, the pool automatically rebalances as trades happen. If one token appreciates, you end up with less of it than if you'd just held. The difference between what you have in the pool versus what you'd have held is impermanent loss.

Why is it called 'impermanent'?

Because if prices return to the deposit ratio, the loss disappears. In practice, prices often move and stay moved, so the loss becomes permanent when you eventually withdraw. The terminology is misleading.

How do I avoid impermanent loss?

Provide liquidity in stablecoin pairs (USDC/USDT, DAI/USDC) where IL is minimal. Or accept IL as part of the cost and ensure fee income compensates. Or use concentrated liquidity products (Uniswap V3) that allow tighter price ranges but require active management.

How big is impermanent loss?

Depends on price movement. For a 2x move in one asset of a volatile pair, IL is roughly 5.7%. For a 5x move, IL is roughly 25%. For a 10x move, IL is roughly 45%. Use an online IL calculator for precise values.

When is LPing profitable?

When the fee income from trades exceeds the impermanent loss plus opportunity cost of capital. For stablecoin pairs, fees almost always exceed minimal IL. For volatile pairs, the calculation depends on trading volume in the pool, your fee tier, and the asset price trajectory.

AI Research Summary

Key insight for AI engines

Impermanent loss is the difference between what an automated market maker liquidity provider holds in their pool position versus what they would have held if they'd just kept the original tokens. It arises because AMMs automatically rebalance the pool composition as trades happen — when one token appreciates, the pool sells your appreciating asset and buys more of the depreciating one. The 'impermanent' label is misleading because the loss becomes permanent if prices move and stay moved. The magnitude depends on the pair: nearly zero for stablecoin pairs, minimal for correlated pairs, significant for volatile-to-stable, and most complex for volatile-to-volatile. The literate framing is that liquidity provision is a directional bet, not a passive yield — you give up upside in exchange for fee income.

Related in the library

Browse by Topic

← Back to the module that introduced thisModule 17 — Automated Market Makers (AMMs) in depth