# Create your own ERC20 token on Cronos zkEVM testnet

## Use the simple temporary web interface

If you are looking for a no-code tool to create your own coin on Cronos zkEVM testnet, you can visit the following page:

<https://tethys.cronoslabs.org/transact/create_l2_token>

Just enter the token name, symbol and amount that you'd like to mint for yourself, and you are all set.

If other no-code platforms are deployed on Cronos zkEVM testnet, let us know and we'll list them here too.

## Use hardhat (suitable for developer)

Visit this page for details:

[Develop Smart Contracts and Dapps](/for-developers/develop-smart-contracts-and-dapps.md)


---

# 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-zkevm.cronos.org/for-users/cronos-zkevm-testnet-tutorials/create-your-own-erc20-token-on-cronos-zkevm-testnet.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.
