# How to use Token Issuer on Coin98 Extension

Token Issuer is a feature that allows users to issue their own tokens easily and conveniently. Currently, Token Issuer is supporting on multi-blockchains such as Ethereum (ERC20), Binance Smart Chain (BEP20), HECO Chain (HRC20), Polygon, Viction, etc.

To issue a new token on Token Issuer, follow steps below:

On the Products navigation bar at the top of the page, select **Coin98 Issuer** or visit the link: [**terminals.coin98.com/issuer**](https://terminals.coin98.com/issuer)

<figure><img src="/files/7h1hjGAXTUxnRQen7qXa" alt=""><figcaption></figcaption></figure>

**Step 1:** Connect to the wallet that you wish to issue tokens by selecting the corresponding blockchain and then the wallet address.

<figure><img src="/files/Z0YY0Yc6fD9xj0i5yQI4" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/8DuKedLFNPKC2j7xkVCb" alt=""><figcaption></figcaption></figure>

**Step 2:** Upload the token's logo and fill in the following information:

* **Name:** The name of the token
* **Symbol:** The symbol of the token in upper case (cannot be more than 5 characters).
* **Total supply:** The total amount of tokens you wish to issue.
* **Decimal Points:** The number of decimal places in the token's unit.

You can consider two options when issuing the token:

* **Token Burn:** This check specifies whether your tokens can be burned to decrease the supply
* **Token Mint:** This check specifies whether your tokens can be created to increase the initial supply.

You can choose or not choose both options but bear in mind that if you don't choose any, your initial aggregate supply will not be allowed to change.

* **Owner Address:** The address receiving the issued tokens. The system will automatically fill in the connected wallet address.

{% hint style="info" %}
**Note:** When issuing, the token issue fee is still charged on the connected wallet.
{% endhint %}

Click **Create a token**

<figure><img src="/files/OMeJpnNJ6liDB0L6s3s7" alt=""><figcaption></figcaption></figure>

**Step 3:** The system will ask you to pay a fee to issue tokens.

You need to prepare enough fees for this step. If you agree, click **Confirm** on the pop-up confirmation.

![](/files/OJYX8QsxfnH8AEVjo331)

There will be a pop-up announcement in the bottom right corner to redirect you to EtherScan/BscScan/Hecoscan to view your token information.

<figure><img src="/files/VLryA7uHEqlSl12znwfG" alt=""><figcaption></figcaption></figure>


---

# 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.coin98.com/audits/coin98-token/terminal/token-issuer/how-to-use.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.
