Skip to content

token unmint Command Guide

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

token-unmint

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.

Usage

token-unmint <TOKEN_ID> <AMOUNT>

Arguments

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

  • <AMOUNT>: The amount to unmint.

Notes

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.

Related

Clone this wiki locally