# How Do You Get a Harmony wallet?

**1. Installing and setting up MetaMask**

If you’re a mobile user, MetaMask can be downloaded on Chrome, Firefox on iOS and Android. For the purposes of this course, we’ll use the Firefox version, but the instructions will be same for each platform.

First of all, go to the MetaMask [Download page](https://metamask.io/download.html). From there, select whichever platform you’re using, and follow the steps to install it on your device. It’s easy!

Next, follow along with the setup specified by the app. Go ahead and click *Create a Wallet.*

![](/files/qZR3ZUEfR0i0YJlM92UL)

![](/files/WqFIqkJdQ0TH38l001qm)

![](/files/QLZYttrqF1Jyhv7btpYY)

![](/files/ha2HzuZu4ftO4aW585ma)

Write down the Secret Recovery Phrase somewhere secretly(preferably not on an Internet-connected device). Without this phrase, your funds can’t be recovered if your device is damaged or lost. Confirm that you’ve written them down on the next page. And that’s it! You should now see your wallet, ready to send and receive funds.

The freshly-initialized MetaMask wallet.

![](/files/6ZYOCCkAWmtCuIctfkKT)

**2. Configuring the wallet**

You might notice straight away that we’re still dealing with an Ethereum wallet. At best, this won’t work with Harmony Mainnet Apps. At worst, you could lose funds by sending them to addresses you can’t actually use. Let’s change that. We want to access the Settings to point the wallet towards Harmony Mainnet nodes.

Select Settings from the drop-down menu.

On the Settings page, we want to locate the Networks menu.

The networks menu we want to click Add Network in the top-right corner.

![](/files/24e8fU5wkhJg1tdtWTrX)

To manually add the Harmony Mainnet one–it doesn’t come packaged with MetaMask. It’s important to note that there are two networks we can use here: the test net or the main net. Below are the parameters to fill in for each.

**Main net**

**NetworkName:** Harmony Mainnet

**New RPC URL:** <https://api.harmony.one/\\>
**Chain ID:** 1666600000

**Symbol:** ONE

**Block Explorer URL:** <https://explorer.harmony.one/#/>

&#x20;

**Test net**

**Network Name：**&#x48;armony Testnet

**New RPC URL:** <https://api.s0.b.hmny.io>

**Chain ID：**&#x31;666700000

**Symbol:** ONE

**Block Explorer URL**：ttps\://explorer.pops.one/

&#x20;

Get **ONE** from a faucet for the **Harmony Testnet**

<https://faucet.pops.one/>


---

# 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://theia001.gitbook.io/spaceship/help-center/how-do-you-get-a-harmony-wallet.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.
