> For the complete documentation index, see [llms.txt](https://docs.hoppersgame.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hoppersgame.io/guides-general/setup-metamask.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hoppersgame.io/guides-general/setup-metamask.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
