How Liquidity Pool Tokens Work
A liquidity pool token is a receipt that proves you own a fractional share of the reserves in a decentralized exchange. Its value fluctuates with the composition and size of the pool, and you redeem it by withdrawing your pro-rata share of both assets.
What a liquidity pool token represents
When you deposit assets into a decentralized exchange (DEX) that runs on an automated market maker (AMM) model, you are providing two assets in a defined ratio — typically equal dollar amounts. In return, the DEX mints liquidity pool tokens (LP tokens) and awards them to your wallet. These tokens are a record of your stake in that pool.
Unlike a stock in a company or a bond with a set coupon, an LP token does not represent a fixed claim. Instead, it represents a percentage ownership of whatever assets sit in the pool at any moment. If you own 5% of the pool’s LP tokens, you are entitled to 5% of its reserves — whatever those reserves are.
How LP token issuance works
When you deposit assets into the pool for the first time, the DEX calculates how many LP tokens to give you using a simple formula:
LP tokens issued = √(amount of token A × amount of token B)
This proportional minting protects early liquidity providers from being diluted unfairly. If the pool already contains reserves and you add to it, your new LP tokens are calculated so your ownership fraction matches your contribution to the pool’s dollar value (at the moment of deposit).
For example, if a pool holds 100 ETH and 200,000 USDC, and you deposit 10 ETH and 20,000 USDC, you are adding 10% of each asset to the pool. You receive LP tokens equal to 10% of the total outstanding supply.
Calculating the value of an LP token
An LP token’s value is its redemption value — what you get back when you withdraw. The math is straightforward:
LP token value = (Total pool reserves in dollars) / (Total LP tokens outstanding)
If a pool holds 100 ETH (worth $400,000) and 200,000 USDC, and 10,000 LP tokens exist, each token is worth $60. But the pool’s composition and total value change constantly as traders swap within it, so the token’s value changes too.
An LP token is not a fixed-income instrument. Its value drifts with:
- Swaps within the pool — traders buying and selling, which shifts the ratio of assets
- Price movements of the underlying assets — if ETH rises, that 100 ETH is now worth more
- Impermanent loss — the cost of holding two volatile assets that move in different directions (covered separately)
How redemption and withdrawal work
To exit the position, you burn your LP tokens and the DEX returns your pro-rata share of both assets in the pool. If you own 5% of the LP tokens and the pool holds 100 ETH and 200,000 USDC, you receive 5 ETH and 10,000 USDC (or the equivalent at the moment of withdrawal).
The critical point: you do not get back what you put in dollar-for-dollar. You get back your percentage share of whatever is in the pool now. If the assets have appreciated, you gain. If they have depreciated, you lose. If the ratio of assets in the pool has shifted (due to other traders’ swaps), you receive a different mix than you originally deposited.
Impermanent loss and the real cost of holding LP tokens
Liquidity providers face a unique risk called impermanent loss. When the two assets in a pool move at different speeds, the LP token holder bears the cost.
Imagine you deposit 10 ETH and 200,000 USDC into a pool at a 1:20,000 ratio (ETH at $20,000). Over time, ETH rises to $40,000. Traders’ arbitrage activity gradually rebalances the pool, forcing it to hold more USDC and less ETH as ETH’s price climbs. When you withdraw, you own a smaller amount of ETH than you deposited, because the pool mechanically sold some of your ETH at low prices during the rise.
The term “impermanent” reflects the fact that if prices revert, the loss partially or fully recovers. But if the assets’ prices diverge and never come back, the loss crystallizes and is permanent to the LP token holder.
Large impermanent losses can wipe out the trading fees that liquidity providers earn, making the position unprofitable. This is why LP tokens in pairs with high volatility (such as newly launched tokens) carry higher risk.
LP tokens and governance
Some LP tokens come with governance rights or farming rewards. In certain DEXes, holding an LP token can earn you a continuous stream of trading fees (as a percentage) generated by swaps in that pool. Other platforms distribute governance tokens to LP token holders, allowing them to vote on protocol changes.
These rewards incentivize liquidity provision but come with the underlying risks: impermanent loss, smart-contract risk, and the price volatility of the assets in the pool.
Comparing LP tokens across DEXes
Different DEXes use identical mechanics for LP tokens but different names and slightly different fee structures. On Ethereum and Bitcoin-focused platforms, Uniswap, Curve, and Balancer are common; each mints and prices LP tokens the same way, though their fee schedules and reward programs differ.
The key variables are:
- Pool fee — the percentage of each trade captured by liquidity providers
- Impermanent loss risk — higher in volatile pairs, lower in stablecoins pairs
- Reward incentives — whether the protocol subsidizes LP token holders
A liquidity pool token is always redeemable for its pro-rata share of reserves, so comparing LP token value across pools requires understanding the size and composition of each pool and the cost structure of the underlying trades.
See also
Closely related
- Automated market maker — the decentralized exchange model behind LP tokens
- Cryptocurrency exchange — overview of crypto trading venues
- Ethereum — the most common blockchain for DEXes and liquidity pools
- Blockchain fundamentals — how distributed ledgers underpin crypto protocols
- Token — what a token represents on a blockchain
Wider context
- Market maker trading — traditional liquidity provision and analogies
- Bid-ask spread — the fee structure of decentralized versus traditional markets
- Net asset value — similar valuation concept in mutual funds
- Swap — related financial instruments in traditional markets