Comprehensive Guide
Learn more in our Investing Guide.
How it works
An impermanent loss calculator quantifies the gap between depositing two tokens into an automated market maker pool and simply keeping them in your wallet. Constant-product AMMs hold the value of the two sides equal by construction, so whenever one token's price moves relative to the other's, the pool mechanically sells the winner and accumulates the loser — arbitrageurs take the trend off your table. The result: your pooled position grows with the geometric middle of the two price moves, the square root of their product, while a held basket grows with the plain average. The shortfall between those two figures is impermanent loss. Enter the deposit, each token's price change, the pool's fee APR and your time frame; the calculator shows the loss in percent and dollars, the hold-versus-pool comparison, the fees earned and the net outcome once fees are counted — because fees, not charity, are why anyone provides liquidity. Three anchors help intuition: the loss is exactly zero whenever both tokens move together regardless of direction, it grows with the square of the divergence rather than linearly, and it only becomes permanent when you withdraw after a lasting split — until then it is unrealized, which is precisely what 'impermanent' means.Formula
pool value = deposit x sqrt(a x b) | held value = deposit x (a + b) / 2 | IL = pool / held - 1
Tips
- Correlated pairs — like two flavors of the same pegged asset — generate almost no divergence loss.
- Loss scales with the square of the ratio move: a 2x divergence hurts about four times as much as a 1.41x one.
- Compare fee APR against the loss percentage over your exact holding period, not against zero.
- Emission incentives can exceed fees but usually fade as programs wind down — model the post-incentive case too.
- Withdrawal converts the paper loss into a permanent one, so timing exits after divergences matters as much as entries.