# ERC20 - Token Generator

**How to generate your own customized, audited ERC20 token?**&#x20;

* Go to **<https://solidgrp.io>**
* Press **Token Generator**
* select **Basic ERC20 Plan**
* Connect to MetaMask&#x20;

## Configure Your Token

* Symbol - Insert the symbol of the token (For example, ETH, BNB etc'..)
* Name - Insert the name of the token
* Decimals - Insert the number of decimals, the standard is 18 decimals.
* Total Supply - Insert the total amount of tokens
* Owner Address - Insert the owner address of the token.&#x20;

**Additional Features**

Our ERC20 token contract can support our bot protection tool. We offer a bot protection tool that mitigates any bot activity. Our product secures your liquidity listing by taking proactive measures against unwelcome threats and provides your investors an unbiased environment. &#x20;

In order to generate an ERC20 token supporting our bot protection you should toggle on the Bot Protection Service Support. **Please note, that you cannot add bot protection support in the future.**

{% hint style="info" %}
Read more about our Bot Protection service:

<https://docs.solidgrp.io/solid-group-bot-protection/>
{% endhint %}

![ERC20 Token Generator Including Bot Protection Configuration](https://2474663007-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MfwLyA7ej78J3bZ8vG7%2F-MfwM1L81gr-cTK2w06P%2F-MfwVATilv9v0HnO-UUU%2FScreen%20Shot%202021-07-31%20at%2015.18.45.png?alt=media\&token=38935cc7-360f-4dc0-bb61-212ce2dcc08f)

{% hint style="danger" %}
Please note that if you don't add the Bot Protection  Support now, you won't be able to add it in the future!&#x20;
{% endhint %}

Once you are done configuring your token, press **Create** button.&#x20;

![](https://2474663007-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MfwLyA7ej78J3bZ8vG7%2F-MgQ2SKqv59DNcCMyTzB%2F-MgQGm3r6HBSXcJvNzfZ%2Fimage.png?alt=media\&token=e3684e11-240e-4cdc-8142-5e8981b00f41)

![](https://2474663007-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MfwLyA7ej78J3bZ8vG7%2F-MgQ2SKqv59DNcCMyTzB%2F-MgQI4SwWKIhtTWiuA5V%2Fimage.png?alt=media\&token=06f54bfa-c729-4689-9977-20f0bc9f3aa0)

Press **Deployed contract** in order to get the Token's address.

{% hint style="info" %}
**If you have any issues, feel free to contact us!**&#x20;
{% endhint %}


---

# 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.solidgrp.io/token-generator-docs/master.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.
