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