# Metamask Setup

MetaMask is an extension for accessing Harmony-enabled distributed applications (*dapps*) from your browser. The extension injects the XRP Ledger EVM sidechain Web3 API into every website's Javascript context, so that Web3 applications can read from the blockchain.

This tutorial walks through the process of installing MetaMask, configuring it on the XRP Ledger EVM sidechain network, and importing an existing account using a previously generated private key.

### 1. Installing MetaMask

Install the MetaMask extension on your browser from [**https://metamask.io/download/**](https://metamask.io/download/). The extension supports most desktop browsers.

### 2. Create an Account on MetaMask

To create a new account on MetaMask:

1. Click the MetaMask icon.

   ![Create an account on MetaMask](https://docs.xrplevm.org/55a6d8a9c6096032e0cdd2379d69f020/evm-sidechain-create-metamask-account.png)
2. Choose **Create Account** .
3. Enter the Account Name.
4. Click **Create** .

#### 3. Adding XRP Ledger EVM Sidechain to MetaMask

To add XRP Ledger EVM Sidechain to MetaMask:

1. Open the MetaMask extension.
2. Use the drop-down menu to choose **Add Network** .\
   ![Add the EVM Sidechain network to MetaMask](https://docs.xrplevm.org/8ad28c9d9f907e88e0bb7502794d1b5e/evm-sidechain-add-metamask-network.png)
3. Enter the XRP Ledger Devnet endpoint information.
   * **Network Name** : XRPL EVM Sidechain Devnet
   * **New RPC URL** : [https://rpc-evm-sidechain.xrpl.org](https://rpc-evm-sidechain.xrpl.org/)
   * **Chain ID** : 1440002
   * **Currency Symbol** : XRP
   * **Block Explorer** : [https://evm-sidechain.xrpl.org](https://evm-sidechain.xrpl.org/)


---

# 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.xrpl-commons.org/tools/metamask-setup.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.
