# Create a Wallet

MetaMask wallet is required to proceed with the tutorial process. \
(These guidelines are based on Chrome.)

{% hint style="info" %}
All examples are based on WEMIX3.0 Testnet.
{% endhint %}

## Create a Wallet by MetaMask

### 1 . Installing/Creating MetaMask wallet for the First Time

{% content-ref url="/pages/TKU0SU1a9glHEWcI1dlD" %}
[Use MetaMask](/en/quick-start/account/use-metamask.md)
{% endcontent-ref %}

### 2 . Already Installed/Created MetaMask wallet

You must run the MetaMask Extensions that are installed. If you do not have MetaMask Extensions installed, you must go to the [Chrome Web Store](https://chrome.google.com/webstore/category/extensions) to download and run MetaMask.

If MetaMask is installed, it will be visible in the Extensions tab in the upper right corner. Pressing MetaMask in the figure below takes you to the MetaMask start screen.

<figure><img src="/files/AkHWUd2zcWZ4qjwSleQQ" alt=""><figcaption><p>Install MetaMask Extension</p></figcaption></figure>

Users who have previously created a wallet using MetaMask can recover their wallet by selecting 'Import Wallet' and using the Secret Recovery Phase that they have backed up.

Once MetaMask is running, you can now change the network from Ethereum to WEMIX3.0 Testnet as shown in the picture below.

<figure><img src="/files/89X4ntgYCxOJvDLrLtAZ" alt=""><figcaption><p>Connect WEMIX_Testnet</p></figcaption></figure>

If you have not added a WEMIX3.0 Testnet network, go to the Networks menu on the MetaMask's Settings screen. Then click 'Add a Network' and add the network manually.

The following parameters must be entered for each network.\
For the more information, move to[ Use MetaMask](/en/quick-start/account/use-metamask.md).

{% hint style="info" %}
**Testnet**

Network Name: WEMIX\_Testnet&#x20;

New RPC URL: <https://api.test.wemix.com/>

ChainID: 1112

Symbol: TWEMIX

Block Explorer URL: <https://explorer.test.wemix.com/>
{% endhint %}

{% hint style="info" %}
**Mainnet**

Network Name: WEMIX\_Mainnet&#x20;

New RPC URL: <https://api.wemix.com/>

ChainID: 1111

Symbol: WEMIX

Block Explorer URL: <https://explorer.wemix.com/>
{% endhint %}


---

# 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.wemix.com/en/tutorial/create-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.
