Burning liquidity pools (also known as liquidity burning) on Solana involves permanently destroying or removing liquidity provider (LP) tokens from a wallet. When you create liquidity on Raydium, the platform mints LP tokens representing your share of the pool. These tokens can later be redeemed to withdraw your liquidity.
Why Burn LP Tokens?
Burning LP tokens serves several important purposes:
- Permanent Removal: Ensures assets in the liquidity pool can never be withdrawn again
- Project Commitment: Demonstrates project dedication to decentralization
- User Confidence: Shows verified pool status on blockchain explorers like Ave
- Security: Prevents potential pool manipulation or abuse
๐ Complete guide to Solana DeFi security
Solana vs. EVM Chain Burning
While EVM chains burn liquidity by sending LP tokens to inaccessible addresses (like 0x000...dead), Solana uses a different approach:
- Requires calling the
burninterface throughspl-token - Can be done manually with programming knowledge
- Simplified through user-friendly tools like SlerfTools
Step-by-Step Burning Process
Using SlerfTools
- Visit SlerfTools Liquidity Burner
- Enter your pool ID (see below for finding methods)
- Review loaded pool information
- Click "Burn" and confirm the transaction in your wallet
Alternative Methods
For developers with CLI experience:
spl-token burn <LP_TOKEN_ADDRESS> <AMOUNT>Finding Your Pool ID
| Method | Description | Website |
|---|---|---|
| Raydium AMM ID | Shown after liquidity creation | Raydium.io |
| RugCheck | Search by token address | rugcheck.xyz |
| AveDex | Pool address listing | avedex.cc |
| Solscan | Transaction instruction analysis | solscan.io |
FAQ Section
Q: Is burning liquidity reversible?
A: No, burned LP tokens are permanently destroyed and cannot be recovered.
Q: What happens to the assets in a burned pool?
A: They remain locked in the pool forever, becoming inaccessible to all users.
Q: Why would projects burn liquidity?
A: Common reasons include:
- Finalizing token distribution
- Removing developer control
- Proving decentralized ownership
๐ Understanding Solana token economics
Q: How do I verify my pool was burned?
A: Check these indicators:
- Pool shows as burned on AveDex
- Transaction appears on Solscan
- LP token balance reaches zero