Ir al contenido principal

🎥 How to Create a Token-Burning Candy Machine on Solana

Actualizado el
Aug 07, 2026

1 min read

Candy Machine V3 is Deprecated

This guide uses Sugar V2 with Candy Machine V3, which has been deprecated. For new NFT projects, see How to Launch an NFT Collection with Metaplex Core Candy Machine. This guide is for historic educational purposes only.

A video showing how to build a token-burning Candy Machine on Solana where an SPL token needs to be burned to mint an NFT.
¡Suscríbete a nuestro canal de YouTube para ver más vídeos!

Steps

Candy Guard

"default": {
"tokenBurn":{
"amount": 100000,
"mint": "bonkKjzREa7pVBRD6nFPAKRaHhS7XpDhhgZCZdGNkuU"
}
}

Recursos

Bonk Mainnet

BONK_MINT = DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 BONK_DECIMALS = 5 ONE_BONK = 100000 // 1e5 b/c 5 decimals

Bonk Devnet (user-created example)

create your own fungible token

BONK_MINT = bonkKjzREa7pVBRD6nFPAKRaHhS7XpDhhgZCZdGNkuU BONK_DECIMALS = 5 ONE_BONK = 100000 // 1e5 b/c 5 decimals CANDY_MACHINE_ID = ARH5Dx3DYJ1qisBzJWubuhehLaPDA3PiSS2Piv6CQvgj