> For the complete documentation index, see [llms.txt](https://docs.shardex.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shardex.org/get-start/set-up-wallet-on-shardeum-network.md).

# Set Up Wallet on Shardeum Network

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

### **Step1--Setup your Wallet**

Click [here](https://metamask.io/download/) to install the MetaMask extension on your browser. It can be installed on most desktop browsers. Just click on the installation button to begin the process. Once installed, continue to the next section to add the Shardeum network to your new wallet.

### **Step2--Add Shardeum Network**

#### 1.Open **MetaMask** and click the list of networks at the top, then select "Add Network".

<figure><img src="/files/zaVC5tzPu07pD1URGHuK" alt=""><figcaption><p>add network</p></figcaption></figure>

#### **2. Input the endpoint information (copy from table below).**

**Liberty 1.X**[​](https://docs.shardeum.org/wallets/MetaMask/add-shardeum-network#liberty-1x)

| **Field**                     | **Alphanet**                               |
| ----------------------------- | ------------------------------------------ |
| Network Name                  | Shardeum Liberty 1.X                       |
| New RPC URL                   | <https://liberty10.shardeum.org/>          |
| Chain ID                      | 8080                                       |
| Currency symbol (optional)    | SHM                                        |
| Block Explorer URL (optional) | <https://explorer-liberty10.shardeum.org/> |

**Liberty 2.X**[​](https://docs.shardeum.org/wallets/MetaMask/add-shardeum-network#liberty-2x)

| **Field**                     | **Alphanet**                               |
| ----------------------------- | ------------------------------------------ |
| Network Name                  | Shardeum Liberty 2.X                       |
| New RPC URL                   | <https://liberty20.shardeum.org/>          |
| Chain ID                      | 8081                                       |
| Currency symbol (optional)    | SHM                                        |
| Block Explorer URL (optional) | <https://explorer-liberty20.shardeum.org/> |

#### 3.Click 【**Save**】after filling in the Shardeum network endpoint info inside Metamask.

### Step 3--Create Account

#### Click on the account icon on the top right of MetaMask to create a new account

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

***Notes:***

*1.You can also quickly add networks using* [*https://chainlist.org/*](https://chainlist.org/)

*2.Shardeum Network is currently in the testing phase, please pay attention to the official news to update the network in real time*


---

# 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.shardex.org/get-start/set-up-wallet-on-shardeum-network.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.
