What Is Liquidity Provider (LP)?
Definition
A liquidity provider is anyone who deposits tokens into a DEX liquidity pool — earning trading fees in proportion to their share of the pool while enabling others to trade.
Liquidity providers are the backbone of decentralized exchanges. Without LPs depositing tokens into pools, there would be no liquidity for traders to swap against.
- You deposit two tokens (e.g., TOKEN + SOL) in equal value
- You receive LP tokens representing your pool share
- Every trade generates a fee (typically 0.25-0.3%)
- Your LP tokens entitle you to your share of accumulated fees
- You can withdraw (redeem LP tokens) at any time — or burn them to lock liquidity permanently
- Impermanent loss — if token prices diverge, you may have less value than holding
- Smart contract risk — bugs in the pool contract could lose funds
- Rug pull risk — if the token creator drains their liquidity (prevented by LP burning)
As a token creator, YOU are usually the first LP — you set the initial price and provide the initial trading liquidity. CoinDevTools makes this easy with one-transaction pool creation on Raydium and Uniswap.
Related Terms
Liquidity Pool
A liquidity pool is a pair of tokens locked in a smart contract that enables decentralized trading on automated market makers (AMMs) like Raydium and Uniswap.
LP Tokens (Liquidity Provider Tokens)
LP tokens represent your share of a liquidity pool. They can be redeemed to withdraw your deposited assets or burned to permanently lock the liquidity.
Impermanent Loss
Impermanent loss is the difference in value between holding tokens in a liquidity pool versus simply holding them in your wallet, caused by price divergence between the paired assets.
DEX (Decentralized Exchange)
A DEX is a peer-to-peer exchange that enables cryptocurrency trading directly from your wallet without intermediaries, using smart contracts to match trades.