-
Notifications
You must be signed in to change notification settings - Fork 31
token mint Command Guide
Enrico Rubboli edited this page Apr 10, 2026
·
1 revision
Given a token that is already issued, mint new tokens and increase the circulating supply.
token-mint <TOKEN_ID> <ADDRESS> <AMOUNT>
-
<TOKEN_ID>: The id of the token to mint. -
<ADDRESS>: The address that will receive the newly minted tokens. -
<AMOUNT>: The amount to mint.
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.
-
token-unmint: Unmint tokens and reduce the circulating supply. -
token-lock-supply: Permanently lock the supply. -
token-issue-new: Issue a new token.
- Home
- Installing Mintlayer
- Upgrade Mintlayer
- Node
- Addresses
- Wallet CLI
- Wallet RPC
- API
- Advanced Tools
- Guides
- CHANGELOG