# 创建代币

- [Solana一键发币教程（可生成靓号）](https://docs.gtokentool.com/solana/token-creation/token-creation.md): 一键在 Solana 链发行你的 SPL 代币，让发币变得更简单、快速和安全!
- [Solana SPL Token 2022手续费代币创建教程](https://docs.gtokentool.com/solana/token-creation/token-2022-creation.md): 无需编写代码，即可轻松创建符合 Token2022 标准的 Solana 代币。自定义交易税率，满足更多样化的项目需求，享受更加灵活的市场策略定制。
- [Solana 持币分红代币创建教程](https://docs.gtokentool.com/solana/token-creation/dividend-token-creation.md): 无需编写代码，即可轻松创建符合持币分红代币标准的 Solana 代币。自定义交易税率，满足更多样化的项目需求，享受更加灵活的市场策略定制。
- [如何在Solana上创建NFT](https://docs.gtokentool.com/solana/token-creation/solana-mint-nft.md)
- [Solana NFT创建教程](https://docs.gtokentool.com/solana/token-creation/mint-nft.md)
- [Solana更改代币信息教程](https://docs.gtokentool.com/solana/token-creation/update-token.md): 根据需求来更新代币信息
- [Solana权限管理（增发、冻结、弃权）](https://docs.gtokentool.com/solana/token-creation/authority-management.md): 放弃Solana代币的增发、冻结和更改权限
- [Solana拉黑（冻结）钱包地址教程](https://docs.gtokentool.com/solana/token-creation/solana-block-wallet-address.md)
- [Solana代币快照教程](https://docs.gtokentool.com/solana/token-creation/token-snapshot.md): 全网最详细的关于如何获取 Solana 持有者地址的教程
- [Solana代币克隆教程](https://docs.gtokentool.com/solana/token-creation/clone-token.md): 无需代码，Solana代币一键克隆工具
- [Solana代币燃烧教程](https://docs.gtokentool.com/solana/token-creation/burn-token.md)


---

# 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://docs.gtokentool.com/solana/token-creation.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.
