# How to create ERC-20/BEP20 token

Right now you can create your own BEP20/ERC20 or RFI token in Binance Smart Chain and Polygon.

1. Go to <https://cryptexlock.me/constructor> and connect the wallet in the upper right corner.&#x20;
2. Сhoose the Chain\
   \ <img src="/files/6EDOShmWjavo8t7IFHH3" alt="" data-size="original"><br>
3. In the field “Choose the contract” choose The BEP20/ERC20 token contract.\
   ![](/files/1gS7c2CheUNPJHtwjRPA)<br>
4. Next, go to the Contract settings.
5. Enter the token name in the field, it can contain from 2 to 32 uppercase alphanumeric symbols.
6. Enter the Token Symbol it can contain from 2 to 10 uppercase alphanumeric characters with no spaces.
7. Enter “Total Supply” which will be minted during deployment. 10000000 supply will be selected by default.
8. You can move the Decimals slider from 1 to 18. It is the number of characters displayed after the decimal point. The recommended and default value is 18.\
   \
   ![](/files/qJoDk0uwfnlnN4g6B6u2)
9. Choose comfortable Contract creation fees. \
   ![](/files/cLUIIK6lEZrx9LHZcQoP)
10. Read and Accept "Terms and Conditions".
11. Choose a much more convenient option and tap the “create contract” button.&#x20;
12. Confirm the operation in your opened Metamask field and wait for pending.&#x20;
13. &#x20;Congratulations! Your contract is created! You can see the contract address on BCSscan and the transaction details.&#x20;
14. At the top of the screen you can tap the button “My tokens” where you can see all your created tokens and all detailed information.


---

# 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.cryptexlock.me/cryptex-services/smart-contract-constructor/erc-20-bep20-token/how-to-create-erc-20-bep20-token.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.
