> For the complete documentation index, see [llms.txt](https://docs.solidgrp.io/token-generator-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solidgrp.io/token-generator-docs/rfi-token-generator.md).

# RFI -  Token Generator

## 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;
* **taxFee** - is the % that will be taken every transfer and will be distributed proportionatly amoung holders&#x20;

**Additional Features**

Our RFI 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 %}

![](/files/-MgQw9_YkKsksrXiTthh)

{% hint style="danger" %}
Please note that if you don't add the Bot Protection Service Support now, you won't be able do add our bot protection in the future.&#x20;
{% endhint %}

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

![](/files/-MgQwpOBwNM63mE3T_FC)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.solidgrp.io/token-generator-docs/rfi-token-generator.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
