> For the complete documentation index, see [llms.txt](https://docs.hemi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hemi.xyz/how-to-tutorials/using-hemi/wallet-setup/metamask-wallet-setup.md).

# EVM Wallet Setup

{% hint style="info" %}

## 📜 **TL;DR:**

* [MetaMask](https://metamask.io/download/), available as a browser extension and mobile app, is designed to let users easily manage their cryptocurrencies and interact with dApps.
* This guide walks you through adding the Hemi network to MetaMask, including setting up network details like RPC URL, Chain ID, and Block Explorer URL.
* For a step-by-step guide on connecting MetaMask with a hardware wallet, please refer to [this guide from Ledger Academy](https://www.ledger.com/academy/security/the-safest-way-to-use-metamask).
  {% endhint %}

***

## 🏁 Prerequisites

* [MetaMask Extension Download ](https://metamask.io/download/)to execute transactions and smart contract interactions within the Ethereum network.

***

## 📚 Tutorial

### Video

{% embed url="<https://vimeo.com/1027100796?share=copy>" %}

### 1. Open the MetaMask Extension

<figure><img src="/files/WXY3gq9bJw4RuD0Kseog" alt="" width="188"><figcaption></figcaption></figure>

***

### 2. Access Network Selection Settings

Click on the network-selection dropdown, which is found at the top left of the MetaMask window.

<figure><img src="/files/aqdA18ALLfEOOPjEfbKu" alt="" width="359"><figcaption></figcaption></figure>

***

### 3. Select "Add Network"

<figure><img src="/files/g6HDnlP5UwdxUZdodxRg" alt="" width="348"><figcaption></figcaption></figure>

***

### 4. Add a Network Manually

<figure><img src="/files/NCsqa3plcQq0wpvTcHMd" alt=""><figcaption></figcaption></figure>

***

### 5. **Enter Network Details**

In the "`Add a network manually"` settings, input the following information for the Hemi testnet network:

<table><thead><tr><th width="289"></th><th>Hemi mainnet</th></tr></thead><tbody><tr><td><strong>Gas Token/Currency Symbol</strong></td><td>ETH</td></tr><tr><td><strong>ChainID</strong></td><td>43111</td></tr><tr><td><strong>RPC API endpoint</strong></td><td>https://rpc.hemi.network/rpc</td></tr><tr><td><strong>Explorer</strong></td><td><a href="https://explorer.hemi.xyz">https://explorer.hemi.xyz</a></td></tr></tbody></table>

For Hemi testnet, input the following information instead:

<table><thead><tr><th width="289"></th><th>Hemi testnet</th></tr></thead><tbody><tr><td><strong>Gas Token/Currency Symbol</strong></td><td>ETH</td></tr><tr><td><strong>ChainID</strong></td><td>743111</td></tr><tr><td><strong>RPC API endpoint</strong></td><td>https://testnet.rpc.hemi.network/rpc</td></tr><tr><td><strong>Explorer</strong></td><td><a href="https://testnet.explorer.hemi.xyz">https://testnet.explorer.hemi.xyz</a></td></tr></tbody></table>

***

### 6. **Your EVM wallet is ready to go! 🎉**

Select `Save` to add the Hemi network to your MetaMask.

***

## 🔄 Switch between Ethereum Mainnet and Sepolia

After you have set up your EVM wallet on MetaMask, you may want to explore some of the unique features on Hemi testnet. This requires switching the connected network in your MetaMask wallet.

{% hint style="info" %}
To ensure visibility of your `ETH` on the Sepolia testnet, toggle the `Show test networks`option in MetaMask:

* Select the drop down on the left
* Toggle `Show Test Networks`
* Select `Sepolia`
  {% endhint %}

<figure><img src="/files/IUZJBJqz5LVG1c7HmFOV" alt="" width="563"><figcaption></figcaption></figure>

***


---

# 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.hemi.xyz/how-to-tutorials/using-hemi/wallet-setup/metamask-wallet-setup.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.
