# Solana Token Creation Tutorial

{% hint style="success" %}

## Solana Create Token：<https://ciaotool.io/en-US/token/create>

{% endhint %}

{% hint style="warning" %}
If you prefer learning through videos, feel free to watch this tutorial.
{% endhint %}

{% embed url="<https://youtu.be/efxCzNAMpYE?si=2g0hx_9Ry0biGRds>" %}

### 🪙 **How to Create a Token on Solana**

1. **Open the Solana One-Click Token Creation** interface: <https://ciaotool.io/en-US/token/create>
2. **Fill in Basic Information：**&#x54;he token **decimals** define how small the token can be divided. The maximum precision for SPL tokens is **9**, with common settings being **6** (for utility tokens) and **9** (for high-precision applications).

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

3. **(Optional) Add Contact Information**

If you want users to join your community or learn more about your project, this is the most direct way to provide that information.

![](https://docs.dogtools.meme/~gitbook/image?url=https%3A%2F%2F1231829018-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FbI9FOXIMOA6RLmAW6lRu%252Fuploads%252FDtDEcGy4wucGTAbUjw6O%252Fimage.png%3Falt%3Dmedia%26token%3D886032f3-044c-4771-9e01-e0e3438306ca\&width=768\&dpr=4\&quality=100\&sign=61433598\&sv=2)

4. **Custom Contract Address:** Create a personalized token address and stand out from the start — **all for just 0.01 SOL.**

* In the tool, select the “Import Private Key” option;
* Paste your pre-generated private key (make sure to store it securely);
* The system will deploy your token from this address, ensuring the contract address matches your expectations.

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

5. **(Optional) Set Permissions**

* Generally, for tokens that need to be added to **Raydium**, it is recommended to **revoke the freeze and mint permissions**.
* The metadata update permission can be chosen at your discretion.
* If the metadata update permission is revoked, the **token name and logo** can no longer be updated.

<figure><img src="/files/4Z8v43s6NURfHHHv9IFu" alt=""><figcaption></figcaption></figure>

### 🔁 **Token Creation Transaction Process** <a href="#token-creation-transaction-process" id="token-creation-transaction-process"></a>

* When the process starts, a **log popup** will appear to update you on the progress in real time.
* Once the transaction is successful, you will receive **transaction and token links**, which you can click to view directly.

![](https://docs.dogtools.meme/~gitbook/image?url=https%3A%2F%2F1231829018-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FbI9FOXIMOA6RLmAW6lRu%252Fuploads%252FbX1Xk530gARy7TfZsV0w%252Fimage.png%3Falt%3Dmedia%26token%3D35fa2967-8bc0-46c9-a17c-911effa622d3\&width=768\&dpr=4\&quality=100\&sign=fad18960\&sv=2)

* If anything goes wrong during the process, we will provide **clear feedback** on the issue, **No fees** will be charged for failed transactions.

### ❓ Frequently Asked Questions（FAQ）

#### 1. What wallet do I need to create a token?

* [x] **Answer:** We recommend using Solana-compatible browser extension wallets such as **Phantom** or **Backpack**, and ensuring the wallet is properly connected.

#### 2. How much SOL is required for one-click token creation?

* [x] **Answer:** Typically around **0.1–0.3 SOL** is needed to create the token account and complete the initialization transaction (may vary slightly based on network congestion).

#### 3. Why is nothing happening after I click "Create"?

* [x] **Answer:** Please check if your wallet is prompting for a signature. If not, try refreshing the page and reconnecting your wallet.

#### 4. Where can I view my token after it's created?

* [x] **Answer:** You can view the token details on a Solana block explorer such as **Solscan** by entering the token address, or import the token into your wallet to display it.

#### 5. Can I change the token name or symbol after creation?

* [x] **Answer:** Yes, **SPL tokens** allow you to modify the name and symbol even after the token has been created.

💬 **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>
* **Blog**: <https://www.ciaoailiquidity.com/blog>
* **Medium:** <https://medium.com/@ciaotool>
* **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/token-management/create.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.
