# Token & NFT Incinerator

> Permanently burn a Solana Token or NFT from a Token account owned by the connected wallet. A full-balance action closes the emptied account and returns its rent reserve only when that account is closable.

## What burning does

- A burn permanently reduces the Token account balance and the mint's total supply by the same amount.
- Burning is irreversible after the Solana transaction confirms.
- A full-balance burn allows the utility to close a now-empty, closable Token account. Closing it returns its rent reserve.
- A partial burn leaves the Token account open, so its rent reserve remains locked in that account.

## Supported scope

- SPL Token and supported Token-2022 Token accounts owned by the connected wallet.
- NFTs are handled as a zero-decimal Token account with one unit.
- Wrapped SOL is not burnable; use the Unwrap SOL utility to close a wrapped SOL account instead.
- Token-2022 mints with the creator's transfer-fee, default-frozen, pausable, permanent-delegate, non-transferable, and mint-close options are supported when the account is not frozen or paused. A Token account with withheld transfer fees cannot be closed until those fees are harvested or withdrawn; SolanaLauncher does not provide that harvest or withdrawal management.
- Token-2022 mints using transfer hooks, confidential transfers, interest-bearing balances, groups, scaled UI amounts, permissioned burns, or other unsupported extensions are not supported.

## Review before signing

Verify the exact Token account, mint, and burn amount. You must explicitly acknowledge that the action is permanent. The transaction is wallet-signed and has no platform fee; the wallet pays the current Solana network fee.
