Token Tools

Create Token

Launch your own fungible token on the SUI blockchain without writing any code. Perfect for projects, communities, and decentralized applications.

Overview

The Create Token tool allows you to deploy a new fungible token on the SUI blockchain. Your token will have its own unique identifier and can be traded, transferred, and managed using SUI Labs suite of tools.

Initial supply is minted directly to your wallet address upon creation. You retain full authority over the token, which can be transferred or revoked later if needed.

Token Parameters

Token NameRequired

string

The full name of your token that will be displayed across platforms

Example:
My Awesome Token

SymbolRequired

string

Token ticker symbol, typically 3-5 uppercase characters

Example:
MAT

DecimalsRequired

number

Number of decimal places for your token. Standard is 6 or 9

Example:
9

Initial SupplyRequired

number

Total number of tokens to mint initially

Example:
1000000

Description

string

Brief description of your token and its purpose

Example:
A utility token for the XYZ ecosystem

Icon URL

string

Public URL to your token logo image (IPFS recommended)

Example:
https://ipfs.io/ipfs/...

How to Create a Token

  1. 1

    Navigate to "Create Token" on SUI Lab

  2. 2

    Fill in all required token parameters

  3. 3

    Review the transaction summary

  4. 4

    Confirm and sign the transaction in your wallet

  5. 5

    Wait for blockchain confirmation

  6. 6

    Save your token address for future use

Best Practices

Choose Decimals Wisely

Decimals cannot be changed after creation. Use 9 for high-precision tokens, 6 for standard tokens.

Host Icons on IPFS

Use IPFS or permanent storage for token icons to ensure they remain accessible.

Verify All Details

Double-check all parameters before confirming. Some settings are permanent.

Save Token Information

Record your token address and contract details for future reference.

Permanent Settings

Some token parameters like decimals cannot be changed after creation. Make sure to review all settings carefully before confirming the transaction.

After Creation

Once your token is created, you can:

  • • Create liquidity pools for trading
  • • Mint additional tokens (if authority retained)
  • • Transfer tokens to other addresses
  • • Manage token authority settings

Ready to Create Your Token?

Head over to SUI Lab to start creating your token on the SUI blockchain.