> For the complete documentation index, see [llms.txt](https://docs.infrablockchain.net/infrablockchain-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infrablockchain.net/infrablockchain-docs/infrablockchain/tutorials/service-chains/infra-evm-parachain/deploy-erc20-contract.md).

# Deploy ERC20 Contract

### Before you begin

Before you begin, make sure to do the following:

* [**InfraEVM Parachain**](/infrablockchain-docs/infrablockchain/service-chains/infra-evm-parachain.md)
* [**Moving Assets with EVM**](/infrablockchain-docs/infrablockchain/tutorials/service-chains/infra-evm-parachain/deposit-and-withdraw-token.md)

### Deploying an ERC20 Token Contract Using Remix

1. Visit [Remix](https://remix.ethereum.org).

   ![remix-main](https://github.com/InfraBlockchainTeam/infrablockspace-docs/blob/master/media/images/docs/infrablockchain/tutorials/service-chains/infra-evm-parachain/remix-main.png)

   In this document, we will proceed using the `0XPROJECT ERC20` template.
2. Compile the smart contract.

   ![remix-compile](/files/LfeDiA4V0IzUmFIfBbx2)
3. Select the network to deploy as `Injected Provider - MetaMask` and connect MetaMask to Remix.

   ![remix-inject-provider](/files/K1qgPV0HuvoCrNGSSW1p)
4. Before deployment, set variable values such as symbol, decimals, and deploy the contract.

   ![deploy-contract](/files/m6B8HA2euw35ZtLqIAO4)
5. Verify that the ERC20 token is recognized correctly using the contract address in MetaMask.

   ![remix-inject-provider](/files/ePdI36gVUfy62LKPmKmH)

### Moving on to the Next Step

* [Deploying an ERC721 Token Contract](/infrablockchain-docs/infrablockchain/tutorials/service-chains/infra-evm-parachain/deploy-erc721-contract.md)


---

# 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.infrablockchain.net/infrablockchain-docs/infrablockchain/tutorials/service-chains/infra-evm-parachain/deploy-erc20-contract.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.
