XChain Platform Action - DESTROY
This action destroys TICK supply.
Wallet issuer flow. The xchain-wallet Manage Token surface (reached from My Tokens) wraps
DESTROYin a guided UI with owner-gate and confirm-prelude steps, alongside the other issuer actions (ISSUE,MINT,DIVIDEND,AIRDROP,BROADCAST, supply/description locks, ownership transfer, dispenser creation). The protocol fields below remain canonical; the wallet is one of several clients that can build aDESTROYtransaction.
PARAMS
| Name | Type | Description |
|---|---|---|
VERSION |
String | Format Version |
TICK |
String | Ticker name or Ticker ID |
AMOUNT |
String | Amount of TICK to destroy |
MEMO |
String | An optional memo to include |
Formats
Version 0
VERSION|TICK|AMOUNT|MEMO
Version 1
VERSION|TICK|AMOUNT|TICK|AMOUNT|MEMO
Version 2
VERSION|TICK|AMOUNT|MEMO|TICK|AMOUNT|MEMO
Examples
DESTROY|0|BRRR|1
This example destroys 1 BRRR token from the broadcasting address
DESTROY|1|BRRR|1|GAS|10
This example destroys 1 BRRR token and 10 GAS tokens from the broadcasting address
DESTROY|2|BRRR|1|foo|GAS|10|bar
This example destroys 1 BRRR token with the memo `foo`, and 10 GAS tokens with the memo `bar` from the broadcasting address
Rules
- Any destroyed
TICKsupply will be debited from broadcasting address balances
Notes
- Format version
0allows for a single destroy - Format version
1allows for repeatingTICKandAMOUNTparams to enable multiple destroys - Format version
2allows for repeatingTICK,AMOUNT, andMEMOparams to enable multiple destroys - Format version
0and1allow for a single optionalMEMOfield to be included as the last PARAM - Use
^(caret) as prefix when passingTICK_IDforTICKfield (^1234 =TICK_ID1234)
Copyright © 2025–2026 Dankest, LLC
Based on XChain Platform by Dankest, LLC – https://dankest.llc
Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0-or-later) with a commercial license available for proprietary use.
You may use, modify, and distribute this material under the terms of the License. See LICENSE and NOTICE for full terms. See the licensing overview.