# 创建代币

- [Solana 标准代币创建教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/solana/token-creator/standard-token.md): Solana 一键发币工具，快速创建 SPL 代币，克隆 Solana 代币，界面清晰操作简单
- [Solana - 税费代币创建教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/solana/token-creator/tax-token.md): 无需编写代码，即可轻松创建符合 Token2022 标准的 Solana 代币。自定义交易税率，满足更多样化的项目需求，享受更加灵活的市场策略定制。
- [Solana - 代币管理教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/solana/token-creator/token-manager.md): 对钱包内代币分类整理，便于统一进行权限管理、燃烧等操作
- [Solana - 放弃权限教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/solana/token-creator/revoke-permission.md): 一键放弃 Solana 上代币控制权限，CiaoTool 助您增加项目透明度，提升信任度，吸引更多投资者参与。
- [Solana - 代币增发教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/solana/token-creator/mint.md): Solana 一键增发代币，CiaoTool 代币增发工具让您根据市场需求灵活调整供应，优化代币管理，帮助项目成长。
- [Solana - 代币更新教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/solana/token-creator/update.md): 支持一键更新 Solana 链上代币信息，包括代币元数据修改、铸币权限调整和冻结权限管理，帮助您及时调整代币经济模型。
- [Solana - 燃烧代币教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/solana/token-creator/burn.md): 便捷的永久移除流通中的代币，以提升代币的稀缺性或作为项目承诺的一部分，从而增强您的项目经济模型。
- [Solana - 冻结账户教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/solana/token-creator/freeze-account.md): Solana 冻结账户功能允许持有权限的账户暂时限制指定钱包的代币转出，防止恶意操作，保障资产安全。
- [Solana - 解冻账户教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/solana/token-creator/unfreeze-account.md): 无需代码实现账户权限管理，此功能可恢复特定账户的关键操作，有效解除冻结状态，确保对市场策略的灵活控制和资产的正常运作。
- [Solana  - 代币快照](https://ciaotool.gitbook.io/docs/zh-hans/chains/solana/token-creator/snapshot.md): CiaoTool 代币快照工具可帮助你在短时间内完成指定代币的持有人快照统计，适用于市值监控、精细化用户分析或空投分发准备。


---

# 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/zh-hans/chains/solana/token-creator.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.
