# Solana Tax Token2022 Creation Tutorial

{% hint style="success" %}
**Solana Tax Token Creation：**<https://ciaotool.io/en-US/token/taxToken/create-token-2022>
{% endhint %}

* Token2022 Token Documentation: <https://spl.solana.com/token-2022>

## 🛠️ How to Use the Solana Tax Token (Token2022) Creation Tool <a href="#how-to-use-the-solana-tax-token-token2022-creation-tool" id="how-to-use-the-solana-tax-token-token2022-creation-tool"></a>

1. **Connect Your Solana Wallet**
2. **Enter the Full Name and Abbreviation for Your Project Token**
3. **Upload the Token's Logo Image** (recommended size 1000\*1000 pixels)
4. **Set the Token's Precision** (decimal places) and Total Supply
5. **Fill in the Description for Your Project Token**
6. **Set the Transaction or Transfer Fee Rate and the Maximum Fee per Transaction**
7. **Set the Token Authority Address and Fee Withdrawal Wallet Address** (default is the current wallet)
8. **Add Project's Social Links** (optional)
9. **Advanced Settings for Authority Delegation and Interest Rate** (optional)
10. **Set Token Metadata Modification Permissions, Freezing Permissions, and Minting Permissions**
11. **Create the Token, Sign the Transaction, and Wait for the Token Creation to Complete**

## 📋 **Preparation:**

* A computer or a mobile phone
* Solana wallet (Phantom wallet installation tutorial)
* At least 0.15 SOL in the wallet
* Token logo and related information

## 🔁 Specific steps:

1. **Connect Your Solana Wallet**

   * CiaoTool currently supports various popular Solana wallets such as Solflare, Phantom, OK Wallet, etc. This tutorial uses the Phantom wallet as an example.
   * Solana Tax Token (Token2022) Creation: <https://ciaotool.io/en-US/token/taxToken/create-token-2022>
   * Enter the CiaoTool  Token2022 token creation page, and you can switch the language in the upper right corner.
   * Click the "Select Wallet" button in the upper right corner, then choose the wallet you are using in the pop-up window. The wallet should have 0.15 SOL for payment.
   * After connecting, you can see the wallet address displayed in the upper right corner.

   <figure><img src="/files/AneIAZh07a1K55DmeCgZ" alt=""><figcaption></figcaption></figure>
2. **Fill in the token-related information and upload the logo**

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

3. **Set the token's precision (decimal places) and total supply.**

* **About Token Precision:** Token precision defines how small a unit the token can be divided into. The maximum precision for SPL tokens is 9. Common precision settings are 6 (utility tokens) and 9 (high precision applications), while 0 precision is typically used for NFTs.&#x20;

4. **Fill in the description for your project (token). This is the most straightforward place to introduce your project.**

   <figure><img src="/files/txhwxZUgJ7x65tYXRLds" alt=""><figcaption></figcaption></figure>
5. **Set the token's mechanism parameters:**
   * **Fee Rate %**: The transaction or transfer fee rate, in percentage.
   * **Maximum Fee**: The maximum fee for a single transfer or transaction.
   * **Authority Wallet Address**: The wallet address with all permissions for this token, defaulting to the currently connected wallet address.
   * **Withdrawal Wallet Address**: The address authorized to withdraw the fees generated by the token, defaulting to the currently connected wallet address.

     <figure><img src="/files/Yd02tP68ObSuFqoMrD1s" alt=""><figcaption></figcaption></figure>
6. **Add social links for your project (optional).**

   If you want users to join your community or learn about your project, this information is the most straightforward way to do so.

   <figure><img src="/files/jxfgvZZGXt3n0XcMqjnz" alt=""><figcaption></figcaption></figure>
7. **Token Metadata Modification Permission, Freezing Permission, and Minting Permission Settings:**

* **Token Metadata Modification Permission**: "Renounce Authority" means you will no longer be able to modify the token metadata.
* **Freezing Permission**: If you renounce freezing permission, it means you will no longer be able to freeze tokens in the holder's wallet.
* **Minting Permission**: "Renounce Minting Authority" is necessary for making investors feel more secure and ensuring the success of the token. If you renounce minting authority, it means you will no longer be able to mint additional token supply.

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

8. **Create the token, sign the transaction, and wait for the token creation to complete**

> After clicking "Create Token," a source data file (Metadata) for the token information will be generated.
>
> The generation process takes about 10 seconds. After that, your wallet will be prompted for a signature to complete the on-chain token creation.

9. After creation is complete, you can view and copy the contract address of the created token at the bottom of the page.You can also open your wallet and view the token information in the Phantom wallet.

### ❓ Frequently Asked Questions

#### 1. What is a Token2022 fee token?

* [x] **Answer:** Token2022 is an upgraded Solana token standard that supports features like **customizable transaction fees**.

#### 2. How can I set the transaction fee rate?

* [x] **Answer:** During token creation, simply enter the fee parameters in the interface — **multiple flexible configurations** are supported.

#### 3. What custom features does Token2022 support?

* [x] **Answer:** It supports **transaction fees**, **custom authorities**, **cold wallet management**, and more.

#### 4. What are the benefits of using Token2022 tokens?

* [x] **Answer:** They offer **greater flexibility** for project strategies and help **enhance token ecosystem security**.

💬 **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-token2022.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.
