# Metamask

## Create a Taraxa wallet on Metamask

Since Taraxa is ETH-compatible, all you need to do is create a regular ETH wallet on Metamask.&#x20;

Here's the official guide from Metamask on [How to create an additional account in your wallet](https://metamask.zendesk.com/hc/en-us/articles/360015289452-How-to-create-an-additional-account-in-your-wallet), if you don't already have one you'd like to use with Taraxa.&#x20;

## Adding Custom Networks in Metamask&#x20;

Most ETH-compatible wallets allow you to add a "custom network". As long as that network is ETH-compatible - which Taraxa is - everything just works.&#x20;

You have two options to add Taraxa as a custom network into Metamask: adding it [via Chainlist](https://chainlist.org/chain/841), or doing it manually yourself.&#x20;

##

## Add Taraxa to Metamask: via Chainlist&#x20;

The first way to get add the Taraxa network onto Metamask is via [Chainlist](https://chainlist.wtf/). We highly recommend that you reference [Metamask's Chainlist Documentation](https://metamask.zendesk.com/hc/en-us/articles/360058992772).&#x20;

Here's a step-by-step guide for adding Taraxa to Metamask via Chainlist,&#x20;

* Go to [Chainlist](https://chainlist.wtf/)
* Click on "Connect Wallet" on the upper-right corner

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

* Choose "Metamask" in the pop-up

<figure><img src="/files/6oqxawucCJU30OAdUDcM" alt=""><figcaption></figcaption></figure>

* Once Metamask is connected, your wallet address will show up on the upper right corner

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

* Next, search for "Taraxa" in the search bar, and you should be able to see Taraxa's Mainnet and Testnet networks in the search results

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

* Click on "Add Chain" for the network you wish to join, for example, the Taraxa Mainnet

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

* You'll see a Metamask pop-up, here's where you can confirm the [Taraxa network's connection details](/taraxa-network/wallet/taraxas-network-connection-details.md) are correct, and then click on "Approve"

<figure><img src="/files/148yMLkHAkTAgHryBVCg" alt=""><figcaption></figcaption></figure>

* Next, Metamask will ask if you'd like to switch to the new network

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

* Finally, when you open the Metamask browser plugin, you should be able to see "Taraxa Mainnet" at the top, and you're done!&#x20;

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

##

## Add Taraxa to Metamask: via Custom Networks

You also have the option to simply add the Taraxa network into Metamask manually. The end result is exactly the same. We highly recommend that you reference [Metamask's Custom Network Documentation](https://metamask.zendesk.com/hc/en-us/articles/360043227612-How-to-add-a-custom-network-RPC#h_01G63GGJ83DGDRCS2ZWXM37CV5).&#x20;

Here's a step-by-step guide for adding Taraxa to Metamask via manually configuring custom networks,&#x20;

* Open the Metamask browser plugin, click on the network selector button, which will show you a list of networks, at the bottom, there's a "Add Network" button, click on that

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

* A browser tab will pop out and show Metamask's Add a Network settings, choose "Add a network manually" at the bottom

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

* Here you'll see a brief form for you fill in details of Taraxa's network

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

* You can reference the connection details in the [Taraxa's network connection details](/taraxa-network/wallet/taraxas-network-connection-details.md) page, here is a screenshot for connecting to the Taraxa's mainnet network, once you finished entering the connection details just click on "Save"

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

* After saving, open the Metamask browser plugin, you should be able to see "Taraxa Mainnet" at the top, and you're done!&#x20;

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


---

# 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://taraxa.gitbook.io/taraxa-network/wallet/metamask.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.
