> For the complete documentation index, see [llms.txt](https://docs.tokentools.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tokentools.app/sol.md).

# SOL

- [🔥Solana一键创建标准代币](https://docs.tokentools.app/sol/create-sol-token.md): 基于Solana的最全一键发币教程
- [💊PUMP发币与捆绑买入教程](https://docs.tokentools.app/sol/create-pump-token.md)
- [幻影钱包Phantom安装教程](https://docs.tokentools.app/sol/phantom-wallet.md)
- [批量回收租金-领取Solana教程](https://docs.tokentools.app/sol/batch-incinertor-solana.md)
- [租金回收-免费领取Solana教程](https://docs.tokentools.app/sol/incinertor-solana.md)
- [燃烧销毁Token/LP教程](https://docs.tokentools.app/sol/burn-assets.md)
- [Raydium创建廉价的市场ID](https://docs.tokentools.app/sol/cheap-raydium.md)
- [Raydium CPMM加池子教程](https://docs.tokentools.app/sol/cpmm-raydium.md): Sol链上最大DEX
- [Raydium CLMM稳定池教程](https://docs.tokentools.app/sol/clmm-raydium.md): 创建 CLMM 稳定池，实现代币价格稳定
- [Raydium V2加池子教程(旧版本)](https://docs.tokentools.app/sol/raydium.md)
- [Orca创建/移除流动性教程](https://docs.tokentools.app/sol/create-orca-pool.md)
- [Meteora创建/移除流动性教程](https://docs.tokentools.app/sol/create-meteora-pool.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.tokentools.app/sol.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
