© 2026 Alchemii
BLOCKCHAIN

Lp Burn — Solana Token Guides

4 guides tagged "lp-burn". Curated for Solana token launchers, traders, and memecoin builders.

LP burn is the operational proof that you cannot drain your own pool. The mechanic: after seeding a Raydium pool, you receive LP tokens representing your share of the pool's reserves. Sending those LP tokens to the incinerator address `1nc1nerator11111111111111111111111111111111` (whose private key is mathematically unrecoverable) removes the only on-chain key that could withdraw the reserves. The articles below cover how to execute the burn, what proof to share publicly so traders accept it, and the failure modes (multisig burns, Pump.fun-graduated tokens, non-Raydium AMMs) where the standard playbook needs adjustment.

Guides in this topic

How these Lp Burn guides connect

Every guide tagged lp-burn is written from the operator's seat — by people who have launched real Solana tokens and watched what actually happens after the transaction confirms. Rather than abstract documentation, each piece covers the on-chain mechanics, the irreversible decisions, and the verification steps you check on Solscan, DexScreener, and Phantom before and after you sign. Read them together and you get the full picture for this part of the launch, not an isolated how-to.

New to launching on Solana? Start with How to Create a Solana SPL Token for the end-to-end walkthrough, work through the Solana memecoin launch checklist, then come back to the lp burn guides above for the detail on this specific step. When you're ready to ship, the Solana token creator handles the mint, metadata, and authority revocation in one no-code flow — no Rust, no CLI.