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

# Solana Tools

- [Solana Token Creator Guide](https://help.pandatool.org/english/sol/stardand.md): Tutorial on Creating Solana Tokens Using PandaTool
- [Solana Token2022 Creator Guide](https://help.pandatool.org/english/sol/create2022.md): Tutorial on Creating Solana Token2022 Using PandaTool
- [Claiming Token2022 Transfer Fees Guide](https://help.pandatool.org/english/sol/taxclaim.md)
- [Creating Solana Vanity Tokens Guide](https://help.pandatool.org/english/sol/createvanitytoken.md): Tutorial on creating a vanity token contract in Solana
- [Launch Tokens On PumpFun and Bundle Buys Guide](https://help.pandatool.org/english/sol/createpump.md): Create tokens and bundle buys at Pump.fun
- [Launch Tokens On BonkFun and Bundle Buys Guide](https://help.pandatool.org/english/sol/createbonk.md): How to Create and Deploy a Token on BonkFun in Minutes
- [BonkFun Batch Trading Bot Guide](https://help.pandatool.org/english/sol/swapbotbonk.md): Batch trading tokens on LetsBonk
- [Guide to Burning LP Tokens on Solana](https://help.pandatool.org/english/sol/burnlp.md): Burning Solana Raydium Liquidity Pool Tokens
- [Solana Batch Sender or Airdrop Guide](https://help.pandatool.org/english/sol/batch-transfer.md): Airdrop SPL Token to multiple addresses
- [Solana Token Batch Consolidation Guide](https://help.pandatool.org/english/sol/gather.md): Batch Consolidation of Solana SPL Tokens & SOL
- [Create Solana Tokens Presale and Private Sale Guide](https://help.pandatool.org/english/sol/createmint.md): Start a Solana Presale on the PandaTool Platform
- [Create Solana Raydium Liquidity Pool  Guide](https://help.pandatool.org/english/sol/createpool.md): Learn how to create a Raydium liquidity pool in Solana in 1 minute
- [Add or Remove Liquidity On Raydium Guide](https://help.pandatool.org/english/sol/managepool.md): Learn to add/remove Raydium liquidity pool
- [Creating OpenBook Market ID Guide(Cheapest）](https://help.pandatool.org/english/sol/market.md): The Most Affordable Guide to OpenBook Market ID Creation
- [Pump Batch Sell All Tokens Guide](https://help.pandatool.org/english/sol/pump-batch-sell-all-tokens-guide.md): Sell Pump Tokens from Multiple Addresses
- [Burning Solana SPL Token or LP Guide](https://help.pandatool.org/english/sol/burn.md): Burn the SPL tokens or LP held in your wallet
- [Set Solana Token Authority: Minting, Freezing, and Removing](https://help.pandatool.org/english/sol/control.md): Setting Solana SPL Token Authority Without Code
- [Solana Tokens Update Metadata Guide](https://help.pandatool.org/english/sol/upload.md): Easily update Solana token metadata without coding
- [Bulk Generation of Solana Wallet Addresses](https://help.pandatool.org/english/sol/createwallet.md): Tutorial on how to create Solana wallets in batches
- [Solana Token Cloning Guide](https://help.pandatool.org/english/sol/clonetoken.md): Clone any Solana token with PandaTool
- [Solana New Address Buy Bot Tutorial](https://help.pandatool.org/english/sol/newbuy.md): The Ultimate Guide to the Most Powerful New Address Buy Tool
- [Solana Account Rent Recycling Tutorial](https://help.pandatool.org/english/sol/rent.md): Quickly Reclaim Rent for Tokens in Your Wallet
- [Solana OpenBook Market ID Query Guide](https://help.pandatool.org/english/sol/findmarket.md): Quickly Query Token OpenBook Market IDs Without Coding
- [Solana Token Snapshot Guide](https://help.pandatool.org/english/sol/snapshottoken.md): Taking a snapshot of SPL Token on the Solana
- [Solana Guide to Creating Raydium CLMM Pool](https://help.pandatool.org/english/sol/clmm.md): Create a CLMM Stable Pool to Stabilize Token Prices
- [Meteora DLMM Stable Pool Creation Tutorial](https://help.pandatool.org/english/sol/meteora.md): Creating a DLMM Stablecoin Pool on Meteora for Solana tokens
- [Solana Vanity Wallet Address Generation Guide](https://help.pandatool.org/english/sol/vanityaddress.md): Using PandaTool to Create Solana Vanity Addresses


---

# 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:

```
GET https://help.pandatool.org/english/sol.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.
