# Wallet creation and configuration

UNO — is a decentralized service which works via smart contracts (web3) technology, thus, to use it you should have an Ethereum cryptocurrency wallet supporting operations with web3. As such a solution, we recommend using a [Metamask](https://metamask.io/) wallet.

### Metamask installation

Go to the official website of the wallet [https://metamask.io/download](https://metamask.io/download/)

Install the browser version of the wallet.&#x20;

![](/files/g4q8v1MC2zUsQUIkpZEG)![](/files/YCkh3nZNRGqsGbdOhexs)

At the time of this writing, Metamask supports 4 types of browsers. This instruction is made for Google Chrome browser users.

![](/files/f24QeL1lyD4wXufiWLvM)

###

### Creation of the Ethereum wallet

Metamask has been installed, now we need to create a cryptocurrency wallet

![](/files/uV1jxVJyEZWR2FdExxG3)

Click "Create a Wallet" and follow the instructions

![](/files/cGPREcXGlkNgM8zn0cbD)

Enter a password which you will never forget. It will be used for unlocking of your wallet:

![](/files/kuJ5amxXpbPHp1lACDot)

<mark style="color:red;">**Carefully**</mark> read the following page:

![](/files/QuK8iPlKaQaa46q47EwA)

<mark style="color:red;">Remember that careless usage and storage of the secret phrase may lead to a complete loss of funds.</mark> Before getting of the secret phrase we recommend to make sure the lack of malware on your computer which can steal the information while getting or storage. Also, we recommend storing the secret phrase on paper and not copying it to the clipboard.

Follow the instructions until the wallet is created

<div align="left"><img src="/files/zjMKWK447gHyi6cPg9F3" alt=""></div>

Congratulations! Your cryptocurrency wallet is created and ready to be configured.

### Metamask configuration

Since the main Ethereum blockchain is slow and expensive, alternative blockchains and L2 solutions have been created that speed up and reduce the cost of working with DeFi.

UNO is a cross-chain application that will work with both the main Ethereum blockchain and L2 solutions.

<mark style="color:purple;">At the current stage of the protocol development, public version of UNO supports Pilygon blockchain only.</mark>  Money transfer to Polygon can be performed by several ways, the use of Binance Smart Chain (BSC) network is the most profitable of them. That's why we will describe below how to configure Metamask for use in the Polygon and BSC networks.

1. Open the Metamask extension in the upper right corner of your Google Chrome browser (you may first need to click on the "puzzle" icon to do this), expand the network selection drop-down list and click the button Add Network:\ <img src="/files/7oHZnKyGVuu2Z2MiccOx" alt="" data-size="original">
2. Add Binance Smart Chain (BSC) network with the following network parameters:\
   **Network Name:** Binance Smart Chain\
   **New RPC URL:** <https://bsc-dataseed.binance.org>\
   **Chain ID:** 56\
   **Currency Symbol:** BNB\
   **Block Explorer URL:** <https://www.bscscan.com/>\
   ![](/files/Pg6b2FZ6EoBUX2iN8SJH)
3. Add Polygon network in the same way:\
   **Network Name:** Polygon\
   **New RPC URL:** <https://polygon-rpc.com/>\
   **Chain ID:** 137\
   **Currency Symbol:** MATIC\
   **Block Explorer URL:** <https://polygonscan.com/>\
   ![](/files/xBKsz3iVikz44HvmnFMy)![](/files/Af5VLWIm1msr9q3NDbb7)

**Done!**\
\ <mark style="color:green;">**Congratulations! You've just created and configured the Metamask wallet.**</mark>

Now all that's left is to top it up. We will do this in the [next section](/tutorials/using-uno/wallet-top-up.md).


---

# 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.uno.farm/tutorials/using-uno/wallet-creation-and-configuration.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.
