How to Burn Liquidity Pools on Solana's Raydium

ยท

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:

  1. Permanent Removal: Ensures assets in the liquidity pool can never be withdrawn again
  2. Project Commitment: Demonstrates project dedication to decentralization
  3. User Confidence: Shows verified pool status on blockchain explorers like Ave
  4. 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:

Step-by-Step Burning Process

Using SlerfTools

  1. Visit SlerfTools Liquidity Burner
  2. Enter your pool ID (see below for finding methods)
  3. Review loaded pool information
  4. 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

MethodDescriptionWebsite
Raydium AMM IDShown after liquidity creationRaydium.io
RugCheckSearch by token addressrugcheck.xyz
AveDexPool address listingavedex.cc
SolscanTransaction instruction analysissolscan.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:

๐Ÿ‘‰ Understanding Solana token economics

Q: How do I verify my pool was burned?

A: Check these indicators:

Additional Resources