LP Tokens
Understand LP tokens and liquidity-position receipts, how they represent claims on pool assets, fees and the extra risks created when they are reused elsewhere.
Reading progress — saved on this device
LP tokens or position receipts represent a liquidity provider’s claim on assets and accrued economics inside a pool; they are not a fixed claim on the exact token quantities originally deposited.
Learning objectives
- Explain what an LP receipt represents economically.
- Calculate a simple pro-rata claim on pooled reserves.
- Identify risks added when LP positions are reused as collateral or yield-bearing assets.
What it is
In fungible LP-token designs, a provider receives pool tokens representing a proportional ownership share. If an address owns 2% of outstanding LP units, it generally has a claim on roughly 2% of the pool’s withdrawable reserves, subject to protocol rules and fees.
Not every modern AMM position is represented by a fungible ERC-20-style LP token. Concentrated-liquidity positions may be non-fungible or otherwise encode a specific price range and fee history. The economic principle is the same: the receipt represents a claim on a particular liquidity position, not risk-free cash.
How it works
If a pool has £10m of withdrawable assets and your fungible LP tokens represent 1% of supply, the position is notionally worth about £100,000 before withdrawal costs and market impact. The token mix can change as trades rebalance the pool.
LP tokens are sometimes deposited into farms or lending protocols. This can increase capital efficiency, but it creates a dependency stack: the holder now relies on both the original AMM and the protocol that holds or values the LP token.
Valuation can be non-trivial. A lending market that accepts LP tokens as collateral may need an oracle for the underlying assets, logic for the LP share and protection against manipulated pool states. Poor valuation design can create bad debt.
The ability to transfer an LP token does not guarantee that a large underlying position can be exited without loss. Withdrawal may return illiquid tokens, and selling those tokens can create market impact.
How to analyse it
Start with the underlying pool, then add every layer that uses the LP receipt. A receipt cannot be safer than the assets and contracts supporting it.
| Check | Why it matters | What to verify |
|---|---|---|
| Receipt design | Fungible and range-specific positions behave differently. | Check whether the receipt represents the whole pool or a particular price range. |
| Underlying assets | LP receipts inherit token risk. | Value each component and assess liquidity independently. |
| Additional integrations | Staking or collateral use adds dependencies. | Map farms, lending markets, wrappers and bridges. |
| Valuation method | External protocols may misprice complex LP claims. | Review oracle assumptions and manipulation resistance. |
Do not use the wallet price of an LP token as the sole risk measure. Reconstruct the underlying claim and ask whether the position can be unwound in size.
When LP receipts are pledged as collateral, model a simultaneous decline in the underlying pool and the collateral valuation. Correlation between those failures can accelerate liquidation.
Worked example and thought exercise
A pool contains 500 ETH and £1.5m of stablecoins. You own 5% of fungible LP supply. Before fees and withdrawal effects, your claim is roughly 25 ETH plus £75,000 of stablecoins. If ETH rises sharply, arbitrage changes those quantities; you should not expect to withdraw the original deposit mix.
If you then stake the LP token in a farm, a smart-contract failure in either the pool or the farm can affect access to the same economic position.
Thought exercise: if a lending protocol values the LP receipt using only the last AMM price, what manipulation risk could arise in a thin pool?
Common mistakes and practical workflow
- Treating LP tokens as fixed-value receipts.
- Ignoring the changing underlying token composition.
- Stacking LP tokens into several protocols without mapping dependencies.
- Assuming transferability means the underlying position is liquid.
Practical workflow
- Identify exactly what the receipt represents.
- Calculate the current underlying token claim.
- Check how fees and range status affect value.
- Map every protocol holding, wrapping or valuing the receipt.
- Stress both underlying token prices and withdrawal liquidity.
✅ Knowledge checkpoint
- Why can an LP token change value even if no new LP units are issued?
- What extra risk is introduced when an LP receipt is used as lending collateral?
- Why might a concentrated-liquidity position not be represented by a fungible token?
- How would you estimate the underlying claim of a simple fungible LP token?
FAQs
❓ Is an LP token a claim to my original deposit?
No. It is generally a claim on a share or position whose token composition changes as the pool trades.
❓ Can LP tokens earn additional yield?
Yes, some protocols incentivise staking or reuse, but each additional layer adds smart-contract, valuation and liquidity risk.
❓ Are LP tokens liquid?
The receipt may be transferable, but economic liquidity depends on the underlying pool and assets.
❓ Can LP tokens be collateral?
Some lending protocols accept them, but valuation and liquidation are more complex than for a simple liquid token.
📋 Summary
LP receipts turn a liquidity position into a transferable or composable claim. Correct analysis looks through the receipt to the underlying assets, fee mechanics, range and every additional protocol dependency.
Want this in a personalised order?
Take the crypto assessment and get a custom path of 10 modules matched to what you already know. Free, no card required.
Build my path →