# Solana 燃烧代币教程

{% hint style="success" %}
**Solana 燃烧代币:** <https://ciaotool.io/zh-CN/token/burn>
{% endhint %}

### **🎯 什么是 Solana 燃烧代币？**

Solana 燃烧代币是指将流通中的代币永久移除，使其不可再流通或使用，从而降低总供应量。这一操作通常通过销毁代币实现，需要持有 **Burn 权限** 的钱包才能执行。燃烧代币不仅可以提升稀缺性，还能作为项目承诺或经济模型优化的一部分。

**常见用途：**

* 提升稀缺性：减少供应，潜在提升代币价值
* 市场信号：显示项目方承诺或公平性
* 策略控盘：配合流动性管理调整市场筹码
* 空投回收：销毁未领取或回收的奖励代币
* 项目治理：实现阶段性通胀控制或经济模型优化

### 🔥 **Solana 如何燃烧代币？**

1. 可以从[代币管理](https://ciaotool.io/zh-CN/token/management)页直接跳&#x8F6C;**（若有代币余额，将显示燃烧按钮）**
2. 直接进入[燃烧代币](https://ciaotool.io/zh-CN/token/burn)页，选择需要燃烧的代币，输入燃烧数量，点击下方操作按钮即可

<figure><img src="/files/jC2Vq9yEcQQoXFKYijU1" 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)

* 任何环节出了问题，我们都会为你清晰透出。操作失败不会收取任何费用。

#### **⚠️ 常见失败案例**

* 未持有 Burn 权限，无法执行燃烧
* 燃烧数量错误，操作过多或过少
* 地址或钱包错误导致代币未被成功销毁
* 交易失败或未上链，误以为已燃烧
* 燃烧操作影响流动性池，引发价格异常

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

#### **1.** 什么是代币燃烧？

* [x] 答：代币燃烧是指将一定数量的代币永久销毁，减少流通供应。

#### **2.** 代币燃烧对项目有何影响？

* [x] 答：燃烧可以提升代币稀缺性，增强市场信心和项目价值。

#### **3.** 燃烧操作是否可以撤销？

* [x] 答：不可以，燃烧后代币被永久移除，无法恢复。

#### **4.** 如何在 CiaoTool 上执行代币燃烧？

* [x] 答：通过代币管理功能选择燃烧数量，确认后签名即可完成。

#### **5.** 燃烧代币是否会产生手续费？

* [x] 答：是的，燃烧操作会产生正常的链上交易手续费。

#### **6.** 燃烧是否会直接拉升价格？

* [x] 答：燃烧本身不保证价格上涨，但减少供应可能产生稀缺效应。

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

《 [Solana 代币管理](https://ciaotool.io/zh-CN/token/management) 》《 [Solana 一键清仓](https://ciaotool.io/zh-CN/wallet/manage/one-click-clearance) 》

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

**💬 如遇到问题？加入社群实时咨询**：<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-3.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.
