# Metamask

### Installing and setting up MetaMask <a href="#installing-and-setting-up-metamask" id="installing-and-setting-up-metamask"></a>

MetaMask can be downloaded on Chrome and Firefox, or on iOS and Android if you’re a mobile user. For the purposes of this tutorial, we’ll use the Firefox version, but the instructions will be more or less the same for every platform.

Firstly, you’ll want to head over 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. Easy!

Next, follow along with the setup specified by the app. Go ahead and click Create a Wallet. Write down the backup [seed phrase](https://academy.binance.com/en/glossary/seed-phrase) somewhere secret (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.

\
**Configuring the wallet**

<figure><img src="https://13370880-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkSNqP0Gff8h2fXgaMlEL%2Fuploads%2FS2T7FxMMcmTRDNNitgvm%2Fimage.png?alt=media&#x26;token=e79853ff-9968-438d-bf01-8be721ccbac5" alt=""><figcaption></figcaption></figure>

You might notice straight away that we’re still dealing with an [Ethereum](https://academy.binance.com/en/articles/what-is-ethereum) wallet. At best, this won’t work with U2U Network dApps. 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 BNB Smart Chain nodes.

<br>

**On the Settings page, we want to locate the Networks menu.**<br>

<figure><img src="https://13370880-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkSNqP0Gff8h2fXgaMlEL%2Fuploads%2FBbxXZL40qVReGyOCmGEd%2Fimage.png?alt=media&#x26;token=5c8b82b4-c61f-4091-9f92-ab6e12b71386" alt=""><figcaption></figcaption></figure>

We want to click **Add Network** in the top-right corner to **manually add the U2U Network** one – it doesn’t come packaged with MetaMask. It’s important to note that there are two networks we can use here: the testnet or the mainnet. Below are the parameters to fill in for each.

### Mainnet (This is the one you are probably looking for) <a href="#mainnet-this-is-the-one-you-are-probably-looking-for" id="mainnet-this-is-the-one-you-are-probably-looking-for"></a>

**Network Name:** U2U Solaris Mainnet

**New RPC URL:** <https://rpc-mainnet.u2u.xyz>

**ChainID:** 39

**Symbol:** U2U

**Block Explorer URL:** <https://u2uscan.xyz>

### Testnet <a href="#testnet" id="testnet"></a>

**Network Name:** U2U Nebulas Testnet

**New RPC URL:** <https://rpc-nebulas-testnet.u2u.xyz>

**ChainID:** 2484

**Symbol:** U2U

**Block Explorer URL:** <https://testnet.u2uscan.xyz>

<br>
