Definition and scope
What Happens When an XRPL NFT Is Burned? addresses a distinct part of non-fungible tokens. Trace the permanent destruction of an NFT and the issuer controls that may permit it.
XRPL NFTs are protocol-native ledger objects rather than smart-contract records. This collection follows an NFToken from its identifier and mint settings through custody, offers, transfers, brokered sales, royalties, storage pages, and destruction. An on-ledger token records protocol ownership and identifiers; off-ledger media, licensing, authenticity, and marketplace claims require separate evidence.
How it works
NFTokenBurn permanently removes an NFT from the ledger. The owner can burn it, and the issuer may be able to burn it from another account only when the token was minted with the burnable flag.
- NFTokenBurn: verify this field, object, or component against the cited protocol documentation.
- tfBurnable: verify this field, object, or component against the cited protocol documentation.
- NFTokenID: verify this field, object, or component against the cited protocol documentation.
- NFTokenPage: verify this field, object, or component against the cited protocol documentation.
Practical example and checks
Before burning, decode the issuer flags, verify the exact NFTokenID and current owner, document why destruction is intended, then confirm the NFTokenPage change after validation.
For production use, preserve the exact signed or queried data, record the network and validated ledger reference, and compare the result with the current primary documentation before changing off-ledger state.
Open the related live demo or evidence lab →Limits, risks, and common confusion
Burning is irreversible and does not necessarily remove copies of referenced media or historical records. Issuer burn authority is a material control users should review before acquisition.
An on-ledger token records protocol ownership and identifiers; off-ledger media, licensing, authenticity, and marketplace claims require separate evidence.
Current network status
Enabled on XRPL Mainnet. NonFungibleTokensV1_1 was enabled on XRPL Mainnet in feature responses from both official public servers at review time. Client and service support can still vary.
Status reviewed 2026-08-23. Amendment-dependent behavior must be rechecked against the network's live feature state before operational use.