Calculate the current value of a constant-product AMM liquidity position. Enter pool reserves or k value and price to find your LP token worth.
When you provide liquidity to a constant-product AMM (x × y = k), your position value changes as the price of the tokens shifts. Unlike simply holding tokens, an LP position rebalances continuously, which affects how much of each token you hold and the total dollar value.
This LP Position Value Calculator computes the current value of your liquidity position based on the AMM's constant product formula. Enter the pool's k value (or initial deposit amounts) and the current price to see your position's worth and token composition.
Understanding your LP's current value is essential for tracking performance, planning exits, and comparing against holding. The math behind AMM positions is unintuitive, and this tool makes it transparent.
Crypto traders, long-term holders, and DeFi participants benefit from transparent crypto lp position value calculations when planning entries, exits, or portfolio rebalances. Revisit this calculator whenever market conditions shift to keep your strategy grounded in accurate data.
AMM rebalancing means your LP token counts change with price. This calculator shows exactly what you hold and its value at any given price, so you can track performance and plan exits accurately. Real-time recalculation lets you model different market scenarios quickly, so you can act with confidence rather than relying on rough mental estimates.
For x×y=k AMM: Position Value = 2 × √(k × price). Token amounts: x = √(k/price), y = √(k×price). Where k = initialX × initialY.
Result: $12,247 LP value
Initial deposit: 5 ETH + 10,000 USDC (k = 5 × 10,000 = 50,000). At $3,000/ETH: x = √(50,000/3,000) = 4.08 ETH, y = √(50,000×3,000) = 12,247 USDC. Total value = 4.08 × $3,000 + 0 ≈ $12,247.
In a constant-product AMM, if you deposit x₀ tokens of A and y₀ tokens of B, then k = x₀ × y₀. At any future price p (of A in terms of B), your holdings are: x = √(k/p) and y = √(k×p). Your total value in terms of B is 2×√(k×p).
Compare your LP value against a hold portfolio (same initial amounts, never rebalanced). The difference is your impermanent loss. Add accumulated fees to your LP value for true performance. Many tools like Zapper and DeBank automate this tracking.
Every trade adds fees to the pool, increasing k. If the pool collects 30% APY in fees, k grows by 30% over a year. This translates directly to LP token value growth, compounding on top of (and partially offsetting) any impermanent loss.
k is the constant product in the AMM formula x × y = k. It equals the product of the two token reserves, and it stays constant (or grows with collected fees). It determines the liquidity depth of the pool.
Your pool share = your LP tokens / total LP token supply × 100. Most DeFi dashboards display this. You can also check on the pool's contract by comparing your LP token balance to total supply.
This calculator assumes a constant-product (x×y=k) AMM like Uniswap v2, SushiSwap, or PancakeSwap v2. It doesn't apply to Curve's stableswap, Balancer's weighted pools, or Uniswap v3 concentrated liquidity.
The AMM always maintains x × y = k. As one token's price rises, arbitrageurs buy it from the pool, reducing its quantity and increasing the other token. Your position rebalances automatically.
Each trade pays a fee that gets added to the pool's reserves, slightly increasing k. Over time, this makes LP tokens more valuable since each token represents a claim on a growing pool of assets.
Theoretically, if one token goes to zero, your LP value approaches zero as well (you'd hold infinite amounts of the worthless token and nearly zero of the other). In practice, pools are usually abandoned before this extreme.