> For the complete documentation index, see [llms.txt](https://parrotdefi.gitbook.io/parrotdefi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://parrotdefi.gitbook.io/parrotdefi/resources/add-iotex-to-metamask.md).

# Add IoTeX to Metamask

Getting IoTeX on Metamask is simple and is the same as adding any other EVM blockchains. All you need to do is enter the network details on **Custom RPC** addition feature on your MetaMask.

Open Metamask extension and drop down the "Ethereum Mainnet" at the top right corner. This opens networks where you can choose different EVM blockchains, or you can add a new custom EVM (Ethereum virtual machine) network of your choice.

Click on the **Custom RPC** and enter the following details to add the IoTeX network.

* **Network Name:** IoTeX Chain Mainnet
* **RPC:** <https://babel-api.mainnet.iotex.io/>
* **Chain ID:** 4689
* Currency Symbol: \*Optional
* Block Explorer URL: \*Optional

![](/files/-MlJxp7ssYGyOlQcLfsr)


---

# 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:

```
GET https://parrotdefi.gitbook.io/parrotdefi/resources/add-iotex-to-metamask.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.
