Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Token ID Handling (Create New Token)

This configuration tab will only appear when Token ID Handling property is Create New Token.

NameDescription
Mint Type

Select the type of asset to create:

  • Native Token
  • NFT
Token Name

The token name (e.g.: MyFirstToken).

Token Symbol

Typical 3 to 5 characters long, and all letters in UPPERCASE.

Token Memo

A short publicly visible memo about the token.

Amount To Mint

This property will only appear when Mint Type is Native Token.

Amount of native tokens to mint.

Tip
iconfalse
Based on the Token Decimals configured, this amount will be automatically adjusted, so there is no need to input the lowest denomination amount.
Example, for 2 token decimal points & to mint 500.50 tokens, there is no need to input "50050", you can simply input "500.50".
Token Decimals

This property will only appear when Mint Type is Native Token.

The number of decimal places a token is divisible by.

If Amount To Mint has decimal places exceeding the configured token decimals, the exceeded numbers are ignored.

IPFS Content ID

This property will only appear when Mint Type is NFT.

The IPFS content ID of the file after uploading your file to IPFS. This value will be attached as the NFT metadata.
Example: QmeRdF1aybs9VKMYKM8E5tFPW96ngJ8i76Lia763wVtNX6

Token Max Supply

For Native Token, this defines the maximum number of tokens that can be in circulation.

For NFT, this defines the maximum number of NFTs (serial numbers) that can be minted.

This value can never be changed.

Tip
iconfalse
For Native Token, based on the Token Decimals configured, this amount will be automatically adjusted, so there is no need to input the lowest denomination amount.
Example, for 2 token decimal points & to set a max supply of 999.12 tokens, there is no need to input "99912", you can simply input "999.12".

Token ID Handling (Mint More Token)

This configuration tab will only appear when Token ID Handling property is Mint More Token.

NameDescription
Mint Type

Select the type of asset to createmint more of:

  • Native Token
  • NFT
Token ID

The ID of the token you wish to mint more of.

Additional Amount To Mint

his This property will only appear when Mint Type is Native Token.

Amount of native tokens to mint and add to the existing supply.
If Additional Amount To Mint value's decimal points exceeds the token's set decimals, the exceeded numbers are ignored.

IPFS Content ID

This property will only appear when Mint Type is NFT.

The IPFS content ID of the file after uploading your file to IPFS. This value will be attached as the NFT metadata.

Token Keys Configuration

This configuration tab will only appear when Token ID Handling property is Create New Token.

NameDescription
Treasury Account

This account will receive the specified initial supply and any additional tokens that are minted.
If tokens are burned, the supply will decrease from the treasury account.

Defaults to Minter.

Admin Key
The key which can perform token update and token delete operations on the token.
The admin key has the authority to change:
  • Freeze key
  • Wipe key
  • KYC key
  • Pause key
  • Supply key

It can also update the treasury account of the token.

Warning

If "Admin Key" is disabled, token properties & supply & keys are PERMANENT upon mint!

Freeze KeyThe key which can sign to freeze or unfreeze an account for token transactions.
If disabled, no one can freeze token transactions for any account.
Wipe KeyThe key which can wipe the token balance of an account.
If disabled, no one can wipe the token's balance for any account.
KYC Key

The key which can grant or revoke KYC of an account for the token's transactions.
If disabled, KYC is not required, and KYC grant or revoke operations are not possible.

Warning

If KYC Key is enabled, token receivers must be associated with the token & explicitly granted KYC before transacting with the token.

Pause KeyThe key that has the authority to pause or unpause a token.
Pausing a token prevents the token from participating in all transactions.
If disabled, pausing is not possible.
Supply KeyThe key which can change the total supply of a token.
This key is used to authorize token mint and burn transactions.
If disabled, minting/burning tokens is not possible.
Fee Schedule KeyThe key which can change the token's custom fee schedule.
If disabled, changing the token's custom fee is not possible.