Skip to content

token mint Command Guide

Enrico Rubboli edited this page Apr 10, 2026 · 1 revision

token-mint

Given a token that is already issued, mint new tokens and increase the circulating supply.

Usage

token-mint <TOKEN_ID> <ADDRESS> <AMOUNT>

Arguments

  • <TOKEN_ID>: The id of the token to mint.

  • <ADDRESS>: The address that will receive the newly minted tokens.

  • <AMOUNT>: The amount to mint.

Notes

The selected account must own the token's authority key. Minting is not possible if the token supply has been locked with token-lock-supply.

Related

Clone this wiki locally