Loading...
Put $10K into an LP. ETH 2xs. Take out your LP tokens. You have LESS than $20K. That's IL.
When you provide liquidity to a V2 pool, the contract rebalances your position continuously so that at any price p, you hold a 50/50 split by value.
If ETH doubles:
If you had just held (50% ETH, 50% USDC):
Being in the LP: ~1.414× starting value (sqrt(2)). The gap is impermanent loss (impermanent because if price returns, IL goes to zero).
Let p = price ratio (new / initial). IL as a fraction of hold-portfolio value:
IL = 2 * sqrt(p) / (1 + p) − 1Compute IL for price ratios 1.5, 2, 3, 5.