# Sui Token Creation Tutorial

**GTokenTool Sui Token Creation** is a one-click no-code tool for issuing custom tokens on the Sui network. It supports fast deployment, adjustable supply and full ownership control. It removes technical barriers and smart contract coding for developers, startups and Web3 users. Secure and cost-effective, it speeds up project development and ecosystem participation on Sui.

## 📌Core Summary: Sui Token Creation Tool

**GTokenTool Sui Token Creation** is a high-speed, no-code issuance engine for the Sui network. It enables users to launch custom assets instantly, bypassing technical Move smart contract complexities to accelerate project market entry.

* **Zero-Code Deployment:** Issue professional tokens on Sui in seconds without coding.
* **Customizable Supply:** Fully adjustable total supply and distribution settings.
* **Full Ownership:** Maintain complete administrative control and project security.
* **Cost-Efficient:** Optimized for low gas consumption and high-speed execution.
* **Market Ready:** Ideal for startups and developers to fast-track ecosystem participation.

> **Key Value:** Launch secure, professional tokens on Sui instantly with a streamlined tool that removes all technical barriers.

***

## Preparations

1. Install the Suiet wallet or SuiWallet plug-in: [Suiet wallet installation tutorial](https://docs.gtokentool.com/en/sui/suiet-wallet-installation-tutorial), [Suiwallet wallet installation tutorial](https://docs.gtokentool.com/en/sui/sui-wallet-installation-and-usage-tutorial)
2. If these two wallets are not installed, OKX Web3 Wallet is also supported.
3. Prepare at least 11 SUI in your wallet. If the amount is insufficient, it will cause the coin issuance to fail.
4. It is recommended to use the OKX Web3 wallet for issuing coins via mobile phones, not the TP wallet, because the TP wallet cannot upload logos.

## SUI Token Creation Specific Operations

### 1. Connect Wallet

Token Creation: <https://sui.gtokentool.com/Token/createToken>

Go to the token creation page, select the <mark style="color:purple;">Main</mark> network in the upper right corner and connect your wallet. It is recommended to use the Suiet wallet. A devtnet is used here for demonstration.

<figure><img src="/files/zTpf5xYGEI9wETzOUSk7" alt=""><figcaption><p>connect wallet &#x26; select network</p></figcaption></figure>

### 2. Enter Token Parameters

Compared to Solana, Sui’s token parameters are simpler, but have more requirements, including the following:

* **Name:** no Chinese characters or symbols supported, maximum 32 characters
* **Symbol:** does not support Chinese characters or symbols, requires 2 to 8 characters
* **Decimals:** The default value is 9. The decimals is related to the maximum supply you can fill in.
* **Supply:** When the precision is 9, the maximum supply cannot exceed 10 billion. When the precision is 8, it cannot exceed 100 billion, and so on.
* **Logo:** Image size less than 100k, recommended size 256x256 pixels (square)
* **Description:** Optional, and Chinese is not supported.

<figure><img src="/files/27Hny6iruMASAF4OWyKs" alt=""><figcaption><p>enter token parameters</p></figcaption></figure>

### 3. Click"Token Creation"

After confirming that the information is correct, click the "`Token Creation`" button. At this point, the Suiet wallet will pop up. We confirm the authorization and pay the fee, as shown in the figure below:

<figure><img src="/files/bejOjl0Jbde0F368hipb" alt=""><figcaption><p>confirm transaction</p></figcaption></figure>

When a hash value appears on the page, it means that the token has been successfully issued.

<figure><img src="/files/M9j9Y1mo3YsIExgAWXaW" alt=""><figcaption><p>created successfully</p></figcaption></figure>

Click the hash and go to Sui browser to see the token information.

<figure><img src="/files/DOMM6bNKdkFGB8NZlVH3" alt=""><figcaption><p>token info</p></figcaption></figure>

<figure><img src="/files/vCRf6heZ0IHGgN4ovbjJ" alt="" width="477"><figcaption><p>token info</p></figcaption></figure>

At this point, when we open our Suiet wallet or Suiwallet, we should also be able to see the token logo.

At this point, the entire token creation work is completed.

## ❓FAQ

### Q: How to verify a token after deployment?&#x20;

**A:** Check the transaction hash or module address via Sui Explorer (such as [Suiscan](https://suiscan.xyz/mainnet/home)). Use the command-line tool `sui client object <ID>` to view token metadata.

### Q: Why can't I transfer tokens?&#x20;

**A:** Possible reasons:&#x20;

* The token module is not imported correctly (the token type needs to be registered in the recipient's wallet).&#x20;
* &#x20;Insufficient Gas or permission errors (e.g., lack of authorization for `public_transfer`).

### Q: How to restrict additional token minting?&#x20;

**A:** Store the `TreasuryCap` in a secure module and allow only specific addresses to call the `mint` function.

### Q: What are the differences between Sui tokens and EVM chains (such as Ethereum)?&#x20;

**A:** Sui tokens are native objects that do not require pre-compiled contracts, but they must comply with Move's security model (e.g., explicit permission control).

***

### 🤝 Connect with GTokenTool <a href="#connect-with-gtokentool" id="connect-with-gtokentool"></a>

* 💬 **Telegram Community:** [Click to join our official group](https://t.me/GToken_EN)
* 💻 **Official Website:** [Visit our official site for full features](https://gtokentool.com/)
* 🐦 **Twitter (X):** [Follow us for the latest updates](https://twitter.com/GTokenTool)
* 📺 **Video Tutorials:** [Subscribe to our YouTube Channel](https://www.youtube.com/@GTokenTool)

> ⚠️ **Risk Warning & Disclaimer**
>
> GTokenTool reserves the right to modify this notice without prior notice. All platform information is for reference only. We do not endorse any virtual assets or activities. Virtual assets are highly volatile and carry significant financial risk. Please invest with caution and conduct your own due diligence.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gtokentool.com/en/sui/token-creation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
