# How to install and connect a wallet

To start using our platform, you need to connect your personal Metamask Wallet.

{% hint style="info" %}
**Good to know**:

<mark style="color:blue;">Metamask</mark> is a crypto wallet, which allows you to receive, send and store cryptocurrencies. The program works as an extension in your browser. Like with other wallets, all information about transactions is securely stored in the blockchain.
{% endhint %}

Installation of the wallet is very easy - you don't need any specific knowledge.

1\. In the upper right corner of [cruzo.cards](https://beta.cruzo.cards) click the Connect button.

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

2\. A window will open, where you will be offered to connect to your wallet.

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

3\. Since we don't have a wallet yet, we scroll to the end of the window and click "Create wallet".

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

4\. Here you will be offered to download the Metamask extension for your browser (keep in mind that Opera is not supported). In addition, there are extensions for iOS and Android - if you will be using the wallet from a mobile device.

<figure><img src="/files/5I0xdg99nWOLKjrB4sSR" alt=""><figcaption></figcaption></figure>

5\. After downloading and installing the extension, follow the further instructions.

6\. In the welcome window, click the "Get Started" button. A curious fox will follow every movement of the mouse.

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

7\. Then you get acquainted with the terms and if you agree, click "I agree".

8\. After that, two options will appear: "Import Wallet" and "Create Wallet". Since we do not have a wallet yet, we choose "Create a wallet.

<figure><img src="/files/4jYCooNWbm8iOOkuiXOO" alt=""><figcaption></figcaption></figure>

9\. Now you need to come up with a password. It must be quite complex because in this wallet your cryptocurrency will be stored.

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

10\. After creating your password you will need to use a secret phrase - this is a key that will help you restore your wallet in case you lose access to it, open it with a new browser, or reinstall the system. The secret key cannot be recovered - it is important to write it down or copy it to a safe place. First, watch the embedded video that explains the secret phrase.

{% embed url="<https://youtu.be/-b1tQnOI-no>" %}

11\. Click "Next." A window will open with a gray box and an image of a lock. Click on the lock to see the secret phrase. Copy it and save it in a suitable place.

12\. Click "Next" again. A new window will ask you to assemble the sequence of the secret phrase by clicking on the words from it in the right order.

13\. If you do everything correctly, the "Confirm" button will activate. If you make a mistake, you won't be able to click on it - check the word order again. When you find the mistake, pull the word and put it in the right place.

14\. Click the Confirm button. A window will open with instructions and an "All Done" button.

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

15\. Click that button. That's it, you are in your wallet! Now there is 0ETH, i.e. no money. But you hang in there - because soon you'll know how to top up your wallet and where to get some cryptocurrency for cards!

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

{% hint style="info" %}
**Good to know**:

The acronym "ETH" - <mark style="color:blue;">"Ethereum"</mark> - is the cryptocurrency and network for which Metamask was originally developed, it is available by default.&#x20;
{% endhint %}

You can also **add other networks** to your wallet: Polygon, Binance Smart Chain, Optimism, and others. You can switch between networks in the drop-down menu. To do it click on the Main Ethereum Network button at the top of the window and select the wished network.


---

# 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://guide.cruzo.cards/cryptocurrency-wallets/how-to-install-and-connect-a-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.
