# Solana Token Management Tutorial

{% hint style="success" %}
**Solana Token Management：**<https://ciaotool.io/en-US/token/management>
{% endhint %}

### Tokens are categorized into the following **four types**:

#### 💰 **Standard Tokens：**

The most common type of SPL token, used for standard transfers and transactions.

![](/files/kKDWrox2BdgzbHARamyg)

#### 🎯 **Pump Tokens：**

Tokens created via Pump. You can perform token burning operations.

![](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%252Fnl8J2OhK4BGlU5jldNrG%252Fimage.png%3Falt%3Dmedia%26token%3D20a65685-dd94-453e-a706-b68370c4b556\&width=768\&dpr=4\&quality=100\&sign=9d11c578\&sv=2)

#### 🖼️ **NFT Tokens：**

Displays the list of NFT tokens you own.

![](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%252FAm0AerJnAHnQ5keeMfjt%252Fimage.png%3Falt%3Dmedia%26token%3Db2c4843b-1b31-4217-a835-5da14364070d\&width=768\&dpr=4\&quality=100\&sign=541ff03e\&sv=2)

#### 💵 **Stable Tokens：**

Displays the balance of USDT and USDC.

![](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%252FjbDReAXof54KdV8qeVI3%252Fimage.png%3Falt%3Dmedia%26token%3D0b70a9b7-6c78-4ec6-897e-af246eb11678\&width=768\&dpr=4\&quality=100\&sign=e40a4ae9\&sv=2)

### ❓ Frequently Asked Questions

#### 1. Can I change the total supply of a standard token?

* [x] **Answer:** Yes, if you’ve retained the **Mint authority**, you can increase or reduce the supply through minting or burning; otherwise, the supply cannot be changed.

#### 2. Do I have to revoke permissions for Pump tokens?

* [x] **Answer:** It's strongly recommended to **revoke permissions early** to avoid concerns about potential minting or freezing, and to build community trust.

#### 3. What’s the core difference between NFTs and regular tokens?

* [x] **Answer:** **NFTs are unique, non-fungible assets** (usually based on the Metaplex standard), while standard tokens are **fungible and divisible**.

#### 4. How do stablecoins maintain price stability?

* [x] **Answer:** Stablecoins typically rely on **reserves, pegging mechanisms,** or **algorithms** to maintain a 1:1 ratio with fiat currencies like USD.

#### 5. Can Pump tokens or NFTs be managed as standard tokens?

* [x] **Answer:** Not recommended. NFTs and some Pump tokens have **different structures**, and their **permission controls and trading behavior** may not follow standard token rules.

💬 **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/sol.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.
