# Standard Token Creation - Universal Tutorial

{% hint style="success" %}
**BSC Standard Token：**<https://bsc.ciaotool.io/token/create-token>

**Base Standard Token：**<https://base.ciaotool.io/token/create-token>

**X Layer Standard Token：**<https://xlayer.ciaotool.io/token/create-token>

**IoTeX Standard Token：**<https://iotex.ciaotool.io/token/create-token>
{% endhint %}

### 🪙 How to Create a Standard Token?

#### **1. Choose a Chain**

<figure><img src="/files/flBGc1AvxMQV18GrCxRr" alt=""><figcaption></figcaption></figure>

#### **2. Connect Wallet**

* Select and connect the wallet you wish to use.
* CiaoTool currently supports multiple Web3 wallets, including MetaMask, OKX Wallet, and more.
* Ensure your wallet holds the native token of the selected network to cover gas fees.

<figure><img src="/files/Hr4J5J1Ev4GHxYhNcDrC" alt=""><figcaption></figcaption></figure>

#### **2. Fill in Token Parameters**

* **Token Name**: The full name of the token (e.g. “CiaoTool”).
* **Token Symbol**: The shorthand symbol (e.g. “CIAO”).
* **Decimals**: Number of decimal places (commonly 18).
* **Supply Limit:** The total amount of tokens to issue.

<figure><img src="/files/Zwwk22urH8TYSjYOA7Kz" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Precision:** Token precision (Token Decimals) refers to the smallest divisible unit of a token. In simple terms, it determines how small a fraction of a single token can be.

**EVM chains like BSC and ETH:** The maximum precision is usually 18. This means 1 token can be divided into (10^{18}) smallest units.
{% endhint %}

{% hint style="warning" %}
**Total Supply:** The total number of tokens you want users to see.
{% endhint %}

#### **3. Contract Deployment & Token Issuance**

* After filling parameters, click “Deploy / Create Token”.
* The platform will automatically compile and deploy the BEP-20 contract to BSC.
* The initial supply will be minted to your address.

#### **4.** How to view the token in your wallet after issuance? (Using MetaMask as an example)

1. Open your wallet (browser extension or mobile app)
2. Go to the token page, and select “Add Token.

<figure><img src="/files/8oiwNLe2GDZ2fv65vKTw" alt=""><figcaption></figcaption></figure>

3. Select the Chain where you token created. There are two available modes—here we choose Custom Token.

<figure><img src="/files/xggGwaziLEEXZKqhr7rm" alt=""><figcaption></figcaption></figure>

4. Paste your token contract address to view the token details, then click Import to proceed.

<figure><img src="/files/UdKmocElRt6MTetVMD9g" alt=""><figcaption></figcaption></figure>

#### 5. **Add Liquidity**

* After the token is created, it can only be transferred and cannot be traded yet. To make the token tradable, you need to create a liquidity pool.
* CiaoTool now supports adding liquidity for both V2 and V3 pools on BNB Chain. For detailed steps, please refer to the instructions.

{% hint style="success" %}
**Create Liquidity v2：**<https://bsc.ciaotool.io/swap/v2/create-liquidity-v2>

**Create Liquidity v3：**<https://bsc.ciaotool.io/swap/v3/create-liquidity-v3>
{% endhint %}

### ❓Frequently Asked Questions (FAQ)

#### 1. What is the Standard Token Creation?

* [x] It’s a zero-code, fast token creation tool that lets you create your own token on EVM within just a few minutes.

#### 2. Is token creation safe?

* [x] Yes. All operations are signed locally in your browser, contracts are open-source and transparent, and external audits are supported.

#### 3. How long does the issuance process take?

* [x] Usually only **2–5 minutes**. Once deployed, your token will immediately appear on-chain.

#### 4. How much does it cost to create a token?

* [x] Only **0.024 BNB** service fee on BNB Chain, plus the on-chain **gas fee** (which varies based on network conditions).

#### 5. How do I set the total supply and decimals?

* [x] The creation page allows full customization of total supply and decimal precision — **18 decimals** is the most common setting.

#### 6. Can I create multiple tokens?

* [x] Of course. Each creation deploys an **independent token contract**, and they don’t interfere with one another.

#### 7. Can I modify parameters after creation?

* [x] No. Token total supply and decimals are immutable. To change them, you’ll need to create a new token.

#### 8. How can I manage my token?

* [x] You can send tokens directly using your wallet, or use **batch transfer tools** for airdrops and community governance.

**💬 Need help? Join our community for real-time support:** <https://t.me/ciaotool>

* **Email:** <support@ciaotool.io>
* **Website:** [https://ciaotool.io](https://ciaotool.io/)
* **X (Twitter):** <https://x.com/CiaoTool>
* **Medium:** <https://medium.com/@ciaotool>
* **Blog**: <https://www.ciaoailiquidity.com/blog>
* **YouTube:** <https://www.youtube.com/@CiaoTool>
* **WhatsApp**：<https://whatsapp.com/channel/0029VbAuLrVAojYxRNw95W1J>

{% hint style="danger" %}
**Note:** CiaoTool is committed to providing convenient tooling services but does not offer any form of investment advice. Platform content may change with product iterations. Users are advised to exercise judgment and stay informed about updates.
{% endhint %}


---

# 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://ciaotool.gitbook.io/docs/en/token/standard-token.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.
