# Create standard ERC20 or BEP20 token Guide

## **Function Explanation**

A Standard Token refers to a token contract without additional functionalities or mechanisms. After creation, the contract automatically renounces ownership privileges, making it a pure, clean, and fully compliant ERC-20 or BEP-20 standard contract.

Follow these steps to create a Standard Token contract on any supported blockchain. We'll use BSC(Binance Smart Chain) as an example.

{% hint style="info" %}
*Note: You cannot create tokens without installing the MetaMask wallet. Please install the MetaMask plugin first:*[*https://chromewebstore.google.com/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn*](https://chromewebstore.google.com/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn)
{% endhint %}

## Standard Token Creation Steps

1.Open [PandaTool](https://www.pandatool.org/#/coinrelease/stardand?lang=en-US)

2.Select the standard  token template

3.Connect Wallet

4.Token Parameter Configuration

5.Create Contract

6.View Tokens Via Console

### **1. Wallet Connection (Advanced users may skip)**

Using your browser or wallet, open the PandaTool URL: <https://www.pandatool.org/#/coinrelease/stardand?lang=en-US>. Click on the top right corner to switch MetaMask to the BNB Chain(BSC).

<figure><img src="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2FEh2RwGNVmQ1NulMRBlRp%2F1%E5%88%87%E6%8D%A2%E9%93%BE.png?alt=media&#x26;token=8e0dc2d7-2bd8-42b6-bb45-ce8a945c94e4" alt=""><figcaption></figcaption></figure>

If you successfully connect your wallet, the chain name and wallet address you belong to will be displayed in the upper right corner, as shown below

<figure><img src="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2FUjLIfAzvAP9ZmffPjN7P%2F2%E8%BF%9E%E6%8E%A5%E6%88%90%E5%8A%9F.png?alt=media&#x26;token=3ddef6c9-0a56-4a1f-93ee-bf1326c2b91c" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
I**mportant Notice:**

If your Google Chrome has multiple wallet extensions installed (Phantom Wallet, MetaMask, and OKX Web3 Wallet), PandaTool will prioritize connecting to Phantom Wallet by default. To prevent this, temporarily disable the Phantom Wallet extension in your Google Chrome settings.
{% endhint %}

### **2. Token Parameter Configuration**

On the page that opens, fill in the token information in order. Assuming we are creating a token called "PandaTool", you should fill in the following:

* **Name:** PandaTool (full token name)
* **Symbol:** Panda (token abbreviation)
* **Total Supply:** 1000000 (token quantity)
* **Decimals:** 18 (number of decimal places)

<figure><img src="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2FaWM1o915ewqZjpPjqveU%2F3%E4%BB%A3%E5%B8%81%E5%8F%82%E6%95%B0.png?alt=media&#x26;token=63b1e414-c26b-46c0-8d67-0d26c1547cd2" alt=""><figcaption></figcaption></figure>

### **3. Create Contract**

After confirming that the parameters are correctly filled, click "Create Contract".&#x20;

<figure><img src="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2FFuCyIhhrh0z6DjnHUjnD%2F4%E5%88%9B%E5%BB%BA%E4%BB%A3%E5%B8%81.png?alt=media&#x26;token=73bd079a-222c-473f-b659-391c3362c48c" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2FLsZgKB6vl7am2UH7bHXx%2F5%E5%86%8D%E6%AC%A1%E5%88%9B%E5%BB%BA.png?alt=media&#x26;token=f1cb0fec-1df5-4f08-9b0c-e315252ee324" alt=""><figcaption></figcaption></figure>

At this point, MetaMask will prompt you to pay the gas fee. Click Confirm, wait for a few tens of seconds, and the contract will be created.

<figure><img src="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2F4oWssG7gJvIgNSCETnDr%2F6%E9%92%B1%E5%8C%85%E7%A1%AE%E8%AE%A4.png?alt=media&#x26;token=46d990eb-b567-40d4-9a6c-775325e69c8f" alt=""><figcaption></figcaption></figure>

Now, by clicking on the **console**, you can see the contract you created, and the token has already been sent to the creator's wallet address.

<figure><img src="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2FtVpvW4SWxh6NmLwnGCLD%2F7%E8%BF%9B%E5%85%A5%E6%8E%A7%E5%88%B6%E5%8F%B0.png?alt=media&#x26;token=03c16fe7-da65-4944-8359-f52556f43436" alt=""><figcaption></figcaption></figure>

### **4.** View Tokens Via Console

The console is a UI management page provided by PandaTool for tokens, which allows you to query token information and modify contract functions without code or blockchain browser.

<figure><img src="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2FJNQSM4rFGUuro8ElKr01%2F8%E6%8E%A7%E5%88%B6%E5%8F%B0.png?alt=media&#x26;token=48184ea8-5109-47bc-9246-289b4698494e" alt=""><figcaption><p>Token Details</p></figcaption></figure>

As shown in the figure, we can see the token’s contract address, token template, token owner, etc.

As we mentioned earlier, standard tokens do not have any permissions or functions, so the owner is the Eater Address.

If you forget to enter the console, you can also enter it from this link:<https://www.pandatool.org/#/coinrelease/console?lang=en-US>

<figure><img src="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2FVsEgQTsvTlHcTvYoYqLz%2F10%E6%8E%A7%E5%88%B6%E5%8F%B0.png?alt=media&#x26;token=ee39c2a4-3404-4daf-ab9c-9d546b38092f" alt=""><figcaption></figcaption></figure>

## FAQs

1.**How to verify my token contract on blockchain explorers when created via PandaTool?**

* No manual verification required - PandaTool enables **auto-verification** of smart contracts through our platform.

**2.How to make my token tradable?**

You must create a **liquidity pool** on decentralized exchanges (DEX):

* **BSC**: [PancakeSwap](https://pancakeswap.finance/)
* **Ethereum**: [Uniswap](https://app.uniswap.org/)

**3.Does PandaTool support testnets?**

Yes. PandaTool currently supports **BSC Testnet**. To deploy tokens there:

1. Switch your wallet to BSC Testnet
2. Obtain 0.3 tBNB (testnet BNB) from official faucets

**4.Why isn't my token visible in the wallet?**\
Manually import the token using its contract address. For MetaMask:

1. Open Assets tab → Click **"Import tokens"**
2. Paste contract address → Select **"Add Custom Token"**

<div><figure><img src="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2F5BB31dDNW39ZiSibIfda%2F9-%E6%B7%BB%E5%8A%A0%E4%BB%A3%E5%B8%811.png?alt=media&#x26;token=79ea164b-6efa-4528-9123-3cdc060a54bb" alt=""><figcaption><p>1</p></figcaption></figure> <figure><img src="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2F34MeRy0sRWhJNJBx2ktc%2F9-%E6%B7%BB%E5%8A%A0%E4%BB%A3%E5%B8%812.png?alt=media&#x26;token=bf7e271d-041c-480e-9846-47c066575704" alt=""><figcaption><p>2</p></figcaption></figure> <figure><img src="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2FVUyLIWe0cWm9dJBD9eH1%2F9-%E6%B7%BB%E5%8A%A0%E4%BB%A3%E5%B8%813.png?alt=media&#x26;token=e6cef65c-99e6-45ef-8da1-c98953c37af6" alt=""><figcaption><p>3</p></figcaption></figure> <figure><img src="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2Fw6BfW1QIxyyB2M6oVXhy%2F9-%E6%B7%BB%E5%8A%A0%E4%BB%A3%E5%B8%814.png?alt=media&#x26;token=7183e274-1149-493d-afa5-d54f8b2cb05d" alt=""><figcaption><p>4</p></figcaption></figure></div>

For any additional issues, join the Telegram group to seek help from volunteers: <https://t.me/pandatool_en>


---

# 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://help.pandatool.org/english/createtoken/stardand.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.
