Loading data...

LP Token

DeFi

Token representing a share of a liquidity pool.

An LP token is a blockchain token or position record that represents a liquidity provider's claim on assets held in a liquidity pool. It is created when liquidity is deposited and used to calculate withdrawal rights and earned fees. The underlying value changes as trades, fees, prices, and pool balances change.

Traditional constant-product pools often issue fungible ERC-20 LP tokens. If a provider owns 1% of outstanding shares, the token can generally redeem 1% of current reserves under the contract rules. Concentrated-liquidity protocols may instead use an NFT-like position because each provider chooses a different price range and fee tier.

LP tokens matter because they make pooled positions portable and composable. A wallet can display the claim, and another protocol may accept it as collateral or stake it for rewards. This reuse improves capital efficiency but creates a chain of dependencies. Losing or transferring the LP token can mean losing the right to withdraw the underlying assets.

The token does not represent the exact assets originally deposited. AMM trading changes reserve composition, so redemption may return more of one asset and less of another. Fees increase pool value, while impermanent loss can make the position underperform holding. Displayed LP-token prices depend on correct reserve data and asset valuation.

Staking LP tokens in a farm transfers or locks the withdrawal claim in another contract. Users then face pool, farm, reward-token, administrator, and approval risk. Lending against LP tokens adds oracle and liquidation exposure. A high yield can hide several smart contract layers and correlated failure paths.

Before using an LP token, verify its contract, pool version, reserves, supply, redemption function, fee accounting, and migration rules. Track the position against an equivalent hold strategy and include gas and rewards. Back up wallet access because the protocol cannot restore a lost self-custody key. An LP token is a financial claim governed by code, not a fixed-value receipt or guaranteed principal.

Wallets and accounting systems may price LP tokens incorrectly when reserves include illiquid or manipulated assets. For important reporting, calculate the redeemable underlying amounts from verified pool state and apply realistic market depth. A nominal share value is not necessarily the amount available after withdrawal and sale.

Frequently asked questions

  • A pool mints LP tokens or records a position when a user deposits assets. The claim represents a proportional or range-specific interest in reserves and accrued fees. Redeeming burns or transfers that claim and returns underlying assets under current pool balances. Token quantity may stay constant while redemption value changes, depending on the protocol's accounting model.
  • Yes. DeFi protocols may accept LP tokens for farming, lending collateral, governance, or vault strategies. This composability adds dependencies. If the underlying pool, token, oracle, wrapper, or borrowing market fails, the combined position can lose value or liquidate. Verify permissions and redemption paths before depositing a pool claim into another smart contract.
  • The LP token reflects the pool's current reserves, fees, and any impermanent loss. Governance or administrators may change fee parameters or upgrade contracts, and token issuers may depeg. A migration can require redeeming or moving shares. Monitor official notices and on-chain state, and never send an LP token to a contract unless it explicitly supports that exact pool version.