# Solana 代币增发教程

{% hint style="success" %}
**Solana 代币增发：**<https://ciaotool.io/zh-CN/token/mint>
{% endhint %}

### 🎯 什么是代币增发？

代币增发依赖于 **Mint Authority（铸币权限）**。只有持有该权限的钱包，才可以对代币进行新增发行。一旦放弃该权限，代币总量将被永久锁定，无法再进行任何形式的增发操作。

**主要用途：**

* 追加发行：根据市场或项目需求增加供应
* 流动性补充：为池子提供更多筹码
* 激励分发：用于空投、奖励或社区激励
* 策略控盘：配合价格或流通量进行调节
* 项目预留：分阶段释放代币

### 🧩 **如何增发代币？**

#### 1. 连接**钱包**

* 点击右上&#x89D2;**【连接钱包】**，选择钱包地址并确认授权。
* 页面右上角显示钱包地址即表示绑定成功。

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

#### **2. 选择代币**

* 粘贴代币地址或下拉选择钱包内的代币。

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

* 若有增发权限且未放弃，将显示增发按钮，否则会显示已放弃。

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

* 必须绑定拥有代币所有权的钱包，否则会显示未拥有。

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

#### 3. 设置增发数量

* 输入增发数量，理论上不限数量。

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

### 🔄 **交易流程**

* 任务开始执行时，会出现日志弹框为您实时更新交易进度。
* 任何环节出了问题，我们都会为你清晰透出。操作失败不会收取任何费用。

![](https://docs.dogtools.meme/~gitbook/image?url=https%3A%2F%2F4028514454-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Ft1j9LpucEChNmzQ1XqQO%252Fuploads%252FXeeLJe4zNeykTEOviIGz%252Fimage.png%3Falt%3Dmedia%26token%3D70040d64-762e-40d0-a678-df4356c88659\&width=768\&dpr=4\&quality=100\&sign=b391782a\&sv=2)

### ❓ 常见问题 <a href="#chang-jian-wen-ti" id="chang-jian-wen-ti"></a>

#### **1. 增发代币需要保留哪些权限？**

* [x] 答：必须保留 Mint 权限才能执行增发操作。

#### **2. 增发代币后总供应量会立即更新吗？**

* [x] 答：是的，链上数据即时生效，钱包和区块浏览器可同步显示。

#### **3. 增发代币会影响代币价格吗？**

* [x] 答：增发增加总量，可能影响市场供应和价格，需谨慎操作。

#### **4. 如何使用 CiaoTool 进行增发？**

* [x] 答：在 CiaoTool 代币管理界面，选择增发功能，填写数量并签名确认即可。

#### **5. 增发代币是否安全？**

* [x] 答：只要私钥安全且权限合理管理，增发操作是安全且受控的。

#### **6.** 如何确认自己是否有增发权限？

* [x] 答：可通过区块浏览器或工具查看 Mint Authority 是否为当前钱包。

#### 🔰 更多快捷工具 & 指南

《 [Solana 创建代币](https://ciaotool.io/zh-CN/token/create) 》《 [Solana 代币管理](https://ciaotool.io/zh-CN/token/management) 》

{% embed url="<https://ciaotool.io/zh-CN/token/create>" %}

**💬 如遇到问题？加入社群实时咨询**：<https://t.me/ciaotool>

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

{% hint style="danger" %}
CiaoTool 致力于提供便捷的工具服务，但不构成任何投资建议。平台内容可能根据产品迭代进行调整，敬请用户自行判断并留意更新。
{% 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/sol/management/control-1.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.
