XChain Platform Action - MINT
This action mints TICK supply.
Wallet issuer flow. The xchain-wallet Manage Token surface (reached from My Tokens) wraps
MINTin a guided UI with owner-gate and confirm-prelude steps, alongside the other issuer actions (ISSUE,DESTROY,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 aMINTtransaction.
PARAMS
| Name | Type | Description |
|---|---|---|
VERSION |
String | Format Version |
TICK |
String | Ticker name or Ticker ID |
AMOUNT |
String | Amount of TICK to mint |
DESTINATION |
String | Address to transfer minted TICK to |
MEMO |
String | An optional memo to include |
Formats
Version 0
VERSION|TICK|AMOUNT|DESTINATION|MEMO
Examples
MINT|0|JDOG|1
This example mints 1 JDOG `token` to the broadcasting address
MINT|0|BRRR|10000000000000|1ExampleAddressXXXXXXXXXXXXXXXXXXX
This example mints 10,000,000,000,000 BRRR tokens and transfers them to 1ExampleAddressXXXXXXXXXXXXXXXXXXX
Rules
TICKsupply may be minted untilMAX_SUPPLYis reached.- Transactions that attempt to mint supply beyond
MAX_SUPPLYshall be considered invalid and ignored. - If the token sets
MINT_ADDRESS_MAX, the total an address has minted plus the newAMOUNTmust not exceed it. At/after theMINT_SELF_MINTED_ONLYflag-day only mints the address itself broadcast count toward its allowance; before it,MINTsupply the address received as another mint’sDESTINATIONalso counts. - If the token binds a
mint-class controller (or the catch-allall), the contract’sguardruns before the mint settles and mayrevertit;SOURCEpays the bounded guard gas. See Controller-Bound Tokens.
Notes
- Use
^(caret) as prefix when passingTICK_IDforTICKfield (^1234 =TICK_ID1234) - Use
^(caret) as prefix when passing anADDRESS_IDforDESTINATION(^57 =ADDRESS_ID57); see Index ID References
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.