XChain Platform Action - AIRDROP
This action airdrops TICK supply to one or more lists.
PARAMS
| Name | Type | Description |
|---|---|---|
VERSION |
String | Format Version |
TICK |
String | Ticker name or Ticker ID |
AMOUNT |
String | Amount of TICK to airdrop |
LIST_ACTION_INDEX |
String | ACTION_INDEX of a LIST |
MEMO |
String | An optional memo to include |
Formats
Version 0 - Single Airdrop
VERSION|TICK|AMOUNT|LIST_ACTION_INDEX|MEMO
Version 1 - Multi-Airdrop (Brief)
VERSION|LIST_ACTION_INDEX|TICK|AMOUNT|TICK|AMOUNT|MEMO
Version 2 - Multi-Airdrop (Full)
VERSION|TICK|AMOUNT|LIST_ACTION_INDEX|TICK|AMOUNT|LIST_ACTION_INDEX|MEMO
Version 3 - Multi-Airdrop (Full) with Multiple Memos
VERSION|TICK|AMOUNT|LIST_ACTION_INDEX|MEMO|TICK|AMOUNT|LIST_ACTION_INDEX|MEMO
Examples
AIRDROP|0|GAS|1|1234
This example airdops 1 GAS to every holder on a list with ACTION_INDEX 1234
AIRDROP|1|GAS|1|1234|BRRR|2|4321
This example airdops 1 GAS to every holder on a list with ACTION_INDEX 1234 and 2 BRRR to every holder on a list with ACTION_INDEX 4321
Rules
Notes
AIRDROPrequires anXCHAINfee based on number of database hitsDROPACTIONcan be used for shorter reference toAIRDROPACTIONAIRDROPtoADDRESSLISTsendsAMOUNTofTICKto each address on the listAIRDROPtoTICKLISTsendsAMOUNTofTICKto holders of eachTICKon the list- Format version
0allows for a single airdrop - Format version
1allows for repeatingTICKandAMOUNTparams to enable multiple airdrops to a single list - Format version
2allows for repeatingTICK,AMOUNTandLISTparams to enable multiple airdrops to multiple lists - Format version
3allows for repeatingTICK,AMOUNT,LIST, andMEMOparams to enable multiple airdrops to multiple lists with multiple memos - Format version
0,1, and2allow 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.