-
Notifications
You must be signed in to change notification settings - Fork 31
token unmint Command Guide
Enrico Rubboli edited this page Apr 10, 2026
·
1 revision
Unmint existing tokens and reduce the circulating supply.
Unminting reduces the circulating supply and puts the unminted tokens back under the issuer's control. The wallet must own the tokens being unminted.
token-unmint <TOKEN_ID> <AMOUNT>
-
<TOKEN_ID>: The id of the token to unmint. -
<AMOUNT>: The amount to unmint.
The selected account must own both the tokens being unminted and the token's authority key. Unminting is not possible if the supply has been locked with token-lock-supply.
-
token-mint: Mint tokens and increase the circulating supply. -
token-lock-supply: Permanently lock the supply.
- Home
- Installing Mintlayer
- Upgrade Mintlayer
- Node
- Addresses
- Wallet CLI
- Wallet RPC
- API
- Advanced Tools
- Guides
- CHANGELOG