> For the complete documentation index, see [llms.txt](https://reapchain.gitbook.io/mainnet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reapchain.gitbook.io/mainnet/additional-guides/metamask/install-and-account-setup.md).

# Install & Account Setup

### 1. Install Metamask

Install the Metamask wallet as follows:

1. Launch Google Chrome Web Browser
2. Install the Metamask Extension from [here](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn)

### 2. Sign in to your Account

#### \* If you already have an account:

1. Recover your account with your mnemonic phrase which you received at your initial account setup [here](/mainnet/user-guides/account.md#creating-an-account).
2. After running Metamask, access the account import page.
3. Enter the mnemonic phrase and account name.
4. Confirm that you are logged into your account.

#### \* If you don't have an account:

1. Create an account using the create new account function of Metamask wallet.\
   Alternatively, refer to this [page](/mainnet/user-guides/account.md) to create an account using the command line interface.
2. If you have created an account with command line interface, access the Import Existing account page in Metamask and register.

### 3. Connect with the Reapchain Network(With Dashboard)

Please refer to [Connect With Metamask](/mainnet/user-guides/dashboard/how-to-use/connect-with-wallet.md#connect-with-metamask) section on [Connect With Wallet](/mainnet/user-guides/dashboard/how-to-use/connect-with-wallet.md) page

### 4. Connect with the Reapchain Network(Manualy)

Next, you can add the Reapchain Network to your Metamask as follows:

1. After running Metamask, click the dropdown button to select a network.\
   ![](/files/JmGr9ycxtRUjZnsaNYl1)
2. Click the "Add Network" Button\
   \
   ![](/files/VBD4z08kjvLYi0Xd0cwD)<br>
3. Click "Add a network manually" link at the bottom.<br>

   <figure><img src="/files/UG8M3oBqV2S6aL1WSuty" alt=""><figcaption></figcaption></figure>
4. Fill out the input form on the Add Network page as shown below.\
   \- **Network Name** : Reapchain Mainnet(what you want)\
   \- **New RPC URL** : <https://eth.reapchain.org\\>
   \- **Chain ID** : 221230\
   \- **Current Symbol** : REAP<br>

   <figure><img src="/files/AolPXvBj4MLWJ3PDl9UR" alt=""><figcaption></figcaption></figure>
5. Check Confirm the selected network.<br>

   <figure><img src="/files/kQvlKenUxb6M2GZTClCv" alt=""><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://reapchain.gitbook.io/mainnet/additional-guides/metamask/install-and-account-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.
