> 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/createtoken.md).

# EVM Create Token

- [Create standard ERC20 or BEP20 token Guide](https://help.pandatool.org/english/createtoken/stardand.md): Basic token with all standard features，no tax an no risk
- [Holders Dividend Token Creation Guide](https://help.pandatool.org/english/createtoken/holdreflection.md): Distributes a portion of tokens from each transaction to all token holders based on their holdings
- [LP Reflection Token Ceration Guide](https://help.pandatool.org/english/createtoken/lpreflection.md): Rewards LP providers on DEXs with additional tokens directly to their LP address
- [LP Reflection Pro Token Ceration Guide](https://help.pandatool.org/english/createtoken/lpwithinviter.md): LP Reflection Pro adds referral rewards，the referrer can earn the transaction fee of the referee
- [Burning Reflection Token Ceration Guide](https://help.pandatool.org/english/createtoken/blackhole.md): Burning Reflection requires users to send tokens to a blackhole address to qualify for rewards
- [ERC314 Protocol Token Creation Guide](https://help.pandatool.org/english/createtoken/314.md): The ERC314 Protocol enables 'transfer-as-trade' to reduce fees and simplify transactions，no swap and no approval
- [Holders Interest Token Creation Guide](https://help.pandatool.org/english/createtoken/holdwithinviter.md): Allows users to generate interest by holding tokens and receive referral rewards by inviting others
- [Holders Reflection Token Creation Guide](https://help.pandatool.org/english/createtoken/holdothers.md): Holders Reflection distributes other tokens (e.g., USDT or USDC) as rewards based on holdings
- [Reserve Burn Token Creation Guide](https://help.pandatool.org/english/createtoken/lpburn.md): Burns tokens, raising price as paired asset supply (e.g., USDT/BNB) remains constant.
- [LP Mining Token Creation Guide](https://help.pandatool.org/english/createtoken/lpmine.md): LP Mining rewards tokens proportionally from a pre-funded pool
- [Creating a Staking Mining DApp Guide](https://help.pandatool.org/english/createtoken/createmine.md): A beginner-friendly tutorial for creating a staking-mining site
- [Creating Liquidity Pool On Evms Guide](https://help.pandatool.org/english/createtoken/createliquidity.md): Create liquidity pools on BSC, ETH, and BASE
- [Creating a Stable Liquidity Pool Guide](https://help.pandatool.org/english/createtoken/createv3.md): Create a stable liquidity pool for your token so users can trade it within a stable range.
- [Creating Liquidity Pool with Bundled Buying](https://help.pandatool.org/english/createtoken/createbuy.md): Launch Your Token and Execute Instant Bundled Purchases During Pool Creation
- [Create IDO Tutorial: From Token Creation to Presale Launch](https://help.pandatool.org/english/createtoken/createido.md)
- [Adding/Removing/Locking Liquidity Guide](https://help.pandatool.org/english/createtoken/lpmanage.md): Tutorial on adding pools and withdrawing liquidity on the BSC chain
- [Creating  Liquidity Lock or Token Lock Guide](https://help.pandatool.org/english/createtoken/createlock.md): Tutorial on creating a token lock in PandaTool
- [Unlocking Liquidity or Tokens Guide](https://help.pandatool.org/english/createtoken/lockmanage.md): Manage your locks and unlock tokens on PandaTool


---

# 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/createtoken.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.
