# Adding BlockX to Metamask

The [MetaMask ](https://metamask.io/)browser extension or mobile web allows us to access Ethereum-compatible applications. It can be used to connect to BlockX through the official testnet or through a BlockX node.&#x20;

Metamask also allows importing of different blockchains, making it a great solution for BlockX and similar ecosystems.&#x20;

*Below is an intuitive guide for adding the BlockX chain to Metamask:*

1. Open your MetaMask web extension (browsers - chrome, brave, Firefox, Opera)   or mobile web (iOS/Android), then click on the circle in the upper right corner to open settings.

![](/files/236xLU04LakueyA9qkIe)

&#x20; 2\. Click **Settings** at the bottom of the dropdown menu

![](/files/OVNVtDzkEQeYJ3sjZ9je)

&#x20; 3\. Select **Networks**

![](/files/MtlHi7DyTfDPUzmHWcjs)

&#x20; 4\. Enter the following details below:

**BlockX Mainnet**

Network Name: BlockX&#x20;

RPC URL: <https://web3.blockxnet.com>

Chain ID: 19191

Symbol: BCX

Explorer:  <https://explorer.blockxnet.com>

**BlockX Testnet (Atlantis)**

Network Name: BlockX Atlantis Testnet

RPC URL: <https://atlantis-web3.blockxnet.com>

Chain ID: 19077

Symbol: BCX

Explorer:  <https://testnet-explorer.blockxnet.com/>

&#x20; 5\. **Hit Save**

From here, you will have the same wallet as your Ethereum or other EVMs. No need for a separate app for you to access your funds.

### Automatic adding of BlockX to Metamask

Go to <https://ping.blockxnet.com> then select the chain to add

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

To add BlockX, select BlockX then click on the Green Button to add BlockX to Metamask

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

It will open up your Metamask to confirm the adding of BlockX Network, scroll to the bottom then click Approve. If it prompted you to switch the network to BlockX, you can also do so. \
![](/files/vHfdApu1r1QGY45hwLwg)

Make sure that the Chain ID and the Network URL is the same as above. It might also show a logo different than that of BCX later on but as long as you're connecting with the right RPC or Network URL and correct Chain ID of 100 you're in the right network. We'll work in adding the proper logo later on.

### Manual Import

Select **My Accounts** and click **Import Account**. You will then see the following:

![](/files/qfLq2Fr6PjXS5oeCb2MG)

Using your terminal, you can export your primary key using this command. Make sure that you replace `key` with your own key, and change the `keyring-backend flag to "file"`.

```
blockxd keys unsafe-export-eth-key mykey
```


---

# 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.blockxnet.com/introduction/wallet-and-accounts/adding-blockx-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.
