The token-unfreeze
command in Mintlayer is used to unfreeze a token, restoring the ability to perform all operations with it. This action is only possible if the token was originally frozen with the option to be unfreezable. The wallet (and the selected account within it) must possess the authority keys to execute this command.
Unfreezability: The ability to unfreeze a token depends on whether it was designated as
unfreezable
at the time of freezing. Tokens frozen asnot-unfreezable
cannot be unfrozen.
Note: To unfreeze a tokens on the Mintlayer Blockchain, 50 ML tokens are required to be burned. This amount will be automatically subtracted from your balance by the wallet.
token-unfreeze <TOKEN_ID>
<TOKEN_ID>
: The identifier of the token to be unfrozen.-h, --help
: Displays help information about the token-unfreeze
command.Unfreezing a Token:
To unfreeze a token with ID tmltk1v6p95hcdft3fmg93kcp6k8r63mt769wh8huf3cmke2dvevyukckq0wcaqt
, the command would be:
token-unfreeze tmltk1v6p95hcdft3fmg93kcp6k8r63mt769wh8huf3cmke2dvevyukckq0wcaqt
This command will enable all previously frozen operations for the specified token, provided it was frozen with the unfreezable
option.