radiant_burn_token
Permanently destroy Glyph tokens on the Radiant blockchain via an explicit protocol 6 burn, recording the retirement on-chain and verifiable. Requires a WIF private key.
Instructions
Permanently burn (destroy) a Glyph token using protocol 6 (explicit burn). Spends the token UTXO into an OP_FALSE OP_RETURN output with a Glyph burn envelope. Use this to retire tokens cleanly — the burn is recorded on-chain and verifiable. Requires a WIF private key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wif | No | WIF-encoded private key of the token holder (transient). Provide this OR key_alias. | |
| amount | Yes | Amount to burn in base units (use full balance for NFT, or partial for FT) | |
| key_alias | No | Alias of a key previously registered with radiant_register_key. Preferred. | |
| token_ref | Yes | Token reference in txid_vout format (e.g. 'abc123...def_0'). Use radiant_get_token_utxos to discover refs. | |
| fee_per_byte | No | Fee rate in photons/byte (default: 10000, the mainnet V2 min-relay floor) | |
| change_address | No | Change address for any leftover RXD (defaults to sender address) |