# Metamask Wallet

In order to participate in the Rawrshak Alpha, a gamer must have have an Ethereum Wallet capable of connecting to the the Rawrshak front-end.

In this tutorial, we help the user install Metamask on their browser and create a wallet. We also recommend using Metamask mobile wallet in order to log into games through WalletConnect. We recommend using Metamask because it allows the user to change networks from Ethereum Mainnet to Optimism Kovan Testnet. A tutorial for switching networks is [here](/tutorials/gamer/setup/adding-optimism-kovan-network.md).&#x20;

{% hint style="info" %}
The wallets created in this tutorial are for testing purposes only and not used for anything else.
{% endhint %}

#### Requirements:

* A chrome-based web browser (Google Chrome, Microsoft Edge Chromium, Brave Browser, etc)

#### 1. Install the Metamask browser extension

Go to the chrome web store and search for metamask: [Link](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en)

![Add Metamask to your browser](/files/SkYBmihkE4yFFoMoVjf8)

#### 2. Generate an Ethereum Wallet or login with your wallet's Secret Recovery Phrase

In this tutorial, we will create a new wallet.

![Create a new wallet or load an existing wallet](/files/0sxV9iWQIP20rfuqbO9t)

#### 3. Create a Password

![Create a password](/files/49n0Qj3j4BVCecyGzNd8)

#### 4. Save Secret Phrase for recovery

![Save Secret Phrase and finish the wallet creation process](/files/VWENPehrmuI1W63YU5lv)

#### 5. All Done!

![Wallet Created!](/files/UiOlHgstRfojlMHYnlsz)


---

# 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.rawrshak.io/tutorials/gamer/setup/metamask-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.
