# Setup Metamask

## Setting up Avalanche on MetaMask

### Installing Metamask

If you have not yet installed MetaMask on your Chrome, Brave or Firefox browser, please do so via [**this link**](https://metamask.io/).

{% hint style="danger" %}
Remember to save your passkey and seed phrase in a secure location. **Never share this information with anyone.**
{% endhint %}

### Connect Metamask to Avalanche

1. Login to MetaMask&#x20;
2. In the top right corner of the page, select the Network dropdown menu.
3. Select **Add Network**.
4. Continue to fill in the Avalanche Network information:\
   \
   \- **Network Name:** Avalanche Network\
   \- **New RPC URL:** <https://api.avax.network/ext/bc/C/rpc\\>
   \- **Chain ID:** 43114\
   \- **Symbol:** AVAX\
   \- **Explorer:** <https://snowtrace.io/>
5. Select **Save**.

![](/files/Neh41gZTOs2RCqKUkiOA)

All your Avalanche compatible tokens will be viewable in this network once you have imported the token information.&#x20;

1. Navigate to the bottom of the Avalanche Network page in MM and select **Import Token**.&#x20;
2. Enter the information for the token you wish to import (you can find this on blockchain explorers such as [SnowTrace](https://snowtrace.io/)).&#x20;
3. The token information will usually auto-fill. Always double-check the token contract address to make sure it is not a fake version.&#x20;
4. Select **Add Custom Token** to save.&#x20;

![](/files/to5vjBelCRtOSzy5l5iB)

{% hint style="warning" %}
IMPORTANT: To use the Avalanche Network, you must purchase AVAX for transaction gas fees. **0.1 AVAX** is the advised minimum, but will be more than enough to get you started. See our guides to withdraw AVAX from [Gate.io](broken://pages/4kfTzc9ec0MZ9F459FiW), [Kucoin](broken://pages/-MiZerCp8LkMvt_wIC58) and [Coinbase](broken://pages/OKDnwYdHaqJGD4uvcaSK).&#x20;
{% 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.hoppersgame.io/guides-general/setup-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.
