Definition and scope
Issuer Controls for XRPL NFTs addresses a distinct part of non-fungible tokens. Review flags for transferability, trust lines, burning, and other issuer-defined behavior.
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
Mint-time NFT flags can allow transfer, issuer burn, trust-line treatment, and other behavior. TransferFee and issuer identity are encoded into NFTokenID, making pre-mint configuration central to the token's lifecycle.
- tfTransferable: verify this field, object, or component against the cited protocol documentation.
- tfBurnable: verify this field, object, or component against the cited protocol documentation.
- tfTrustLine: verify this field, object, or component against the cited protocol documentation.
- TransferFee: verify this field, object, or component against the cited protocol documentation.
Practical example and checks
A collection policy lists each flag and its user consequence, mints a test token, exercises transfer and burn paths, and publishes the issuer address in a verifiable identity document.
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
Issuer settings are not controls over native XRP, and an issuer label does not prove authenticity. Users should decode each token rather than trusting marketplace text.
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.