Create a token on Sui

How to create a token on Sui

This guide walks you through publishing your own Coin on Sui from start to finish β€” no coding, low fees, done in minutes.

What is Sui?

Sui is a non-EVM layer-1 built in the Move language with an object-centric data model, enabling parallel execution and very high throughput. Tokens on Sui are Coins rather than ERC-20 contracts, and use wallets like Suiet or Sui Wallet.

Why create a token on Sui?

Sui's object model and parallel execution give it a genuinely different architecture from EVM chains β€” fast, cheap, and designed for consumer-scale apps. A Sui Coin is native to that high-throughput environment.

How to create a token on Sui

Step 1 β€” Set up your wallet

Install a Sui wallet such as Slush, Suiet or Phantom and create or import a wallet β€” see best Sui wallets. Our Sui creator connects to any of them via the Wallet Standard.

Step 2 β€” Get some SUI

You need a little SUI for gas and the service fee. Buy SUI on an exchange and withdraw it to your wallet address β€” see Sui fees.

Step 3 β€” Configure your token

Open the Sui token creator and enter your name, symbol, decimals and total supply. Optionally upload an icon and write a short description. Plan your numbers with our tokenomics generator.

Step 4 β€” Publish

Click create and approve the transaction in your wallet. Your Coin module is published on Sui in seconds, the full supply is minted to you, and you receive the TreasuryCap to mint or burn later.

Step 5 β€” Make it tradable

Add a liquidity pool on a Sui DEX β€” see add liquidity on Sui. Consider locking liquidity to build trust, then view your Coin on Suiscan.

How much does it cost to create a token on Sui?

Creating a Coin on Sui costs a fraction of a cent in SUI, plus the service fee. There is no separate listing charge β€” once deployed, your Coin (Move) is immediately tradable on Cetus and Turbos as soon as you add a liquidity pool.

Verifying your contract on Suiscan

The generator deploys an already-verified contract, so anyone can inspect the source on Suiscan. A verified contract is a core trust signal β€” share your Suiscan link so holders can confirm the total supply, ownership status and that there are no hidden mint or blacklist functions.

Security tips for your Sui token

A few habits protect your holders on Sui: decide up front whether to keep minting open or renounce it for a fixed supply, add liquidity and then lock it so buyers know it can't be pulled, test with a small amount first, and never promise guaranteed returns. If you plan a fair launch, read our guide on avoiding scams and rug pulls.

Frequently asked questions

Is my token a real Coin (Move)?

Yes β€” the generator deploys a standard, verified Coin (Move) that works with every Sui wallet, DEX and explorer. It is a normal on-chain token, not a wrapper or a copy.

How long does deployment take on Sui?

Only a few moments. After you confirm in your wallet, the contract is live on Sui within seconds (sub-second finality), with the full supply sent to your address.

Do I need to write any code?

No. You fill in a short form β€” name, symbol, supply and any optional features β€” and the tool deploys the Coin (Move) contract for you.

Do I need to code?

No. The Sui token creator builds and publishes a real Move Coin for you β€” you just fill in a form and approve.

How much does it cost?

Just the small Sui network gas plus the service fee. Keep a little SUI in your wallet.

Do I really own the token?

Yes β€” the package, full supply and TreasuryCap are all sent to your wallet. It is fully non-custodial.

Ready to create your Sui token?

Publish your own Coin on Sui β€” no code, low fees, sub-second finality, in minutes.

Create your token
Chat with us