> For the complete documentation index, see [llms.txt](https://docs.expanse.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.expanse.tech/beginner/how-to-configure-expanse-on-metamask.md).

# How  to configure Expanse on Metamask?

## Step 1

Go to the [https://metamask.io](https://metamask.io/) ![](https://lh6.googleusercontent.com/T_rgnkAO4ASJ-Y1p0uimrSIo7f_Dk13KAblWD1buSMGEcNkMZzdvPFXccKHK81OB7xtTunvpQC2nrpcGBoZ4QpuIuNScItITU2NEo2lAV8hyT_eHTDjc77L-U76LVYRYYS5HbKXh)

## Step 2

Click “Get Chrome Extension” to install Metamask.![](https://lh5.googleusercontent.com/rYWKPgyjrjFWV9sdoeBKTYKubSvBPsTuX4Nft0myy7GE2kPIKcRm2sJoPWibPofXJ_RMoDu_OiwOwVdHXCuc9BAvu5AxOaxqmFiKpfzXK6qXQfFB0qYk13BzVeblGmSK6UO3UcjS)

## Step 3

Click “Add to Chrome” in the upper right.

## Step 4

Click “Add Extension” to complete the installation.

## Step 5

Click on the Metamask logo in the upper right hand corner of your Google chrome browser, then read and agree to the terms and conditions or go to [https://eggs.cool](https://eggs.cool/) and click on Unlock Wallet![](https://lh6.googleusercontent.com/gOk8f2aMj5fZ8V7BuNlyLCjoRLFxUNH1Wu6W7Hyi4Y9IuQ06kpm_tL0IYfyzf3sKkgLpyzW_dcXFYzJi7TOBBs6UPpayXjLLRZ9H0FJHi3Th7dyxLkvwsini-KuRRseR2lNrnDXi)

## Step 6

Enter a password and click “Create” to create your wallet.

## Step 7

You will see a set of 12 “seed words” for your vault. Please save them.

## Step 8

Click “I’ve Copied It Somewhere Safe” once your seed words file has been secured. You’ll be taken into your Metamask wallet!

## Step 9

Click on the Ethereum mainnet and then Custom RPC and enter this information for Expanse:

* Name: Expanse
* Node – [https://node.expanse.tech](https://node.eggs.cool/rpc)
* Chainid – 2
* Symbol – EXP
* Block Explore URL – <https://explorer.expanse.tech>

![](https://lh3.googleusercontent.com/XMw09iBWaKUVdaXDCBewrWue1Jf21oqVtTrVDcXqgiOlxq_Cy8GJPvbgNW0FemgLETE8jz6ofKGzvN1T5Pe5Cpl7gExf3x4Rqpii9UBwkftqLPHySrEy2Ge1HPcxGCJhG9SCkO3X)

## Step 10

Add your Expanse wallet, you can create one or add your own in 2 ways by entering your private key or import your key (json file in the keystore folder), click on the circle in the right top corner and click on import. ![](https://lh6.googleusercontent.com/Vbz7PXxI8eiSR5qCi7w_GXSQf1yA3hhGKwStWG2-PcPu1AM4kZD0WkdAiKJvQbl2bs6ySwnmRtENMlBFECPelSGS9tDUIzPjj3oN40drgmJV7AxS9qq-t0jP3zvF3ax4CbSoM1X8)![](https://lh6.googleusercontent.com/eE9QqSrSPWSjoOhbfcOMK24_PFrTGW_yKr7isq3CQ9uO5u9V8qVI6M3TX1mjHT31emHdUNvdlLiR320K3_G3sXGqVSRj9U6IcjpxwrF0H_HwkmrQWUGl_hc319dKXFluvzu9jpwq)![](https://lh5.googleusercontent.com/Jk15Y9XbIkGOEJ0pQDvA2t0pixIpgahFq1qfpz_L5QaBJMQO8o0hrSQncJu7FkqeYswjUo2sDss__RorJmX2Edwb4OFdfoCBEt4FDI2HV-KR1ltOko_GEfKC7dEB_n_4Z5SUNE8d)


---

# 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.expanse.tech/beginner/how-to-configure-expanse-on-metamask.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.
