# Setting up MetaMask with Avalanche

![](/files/-MjbqpVz_zhzYAcrSm5Y)

## Download MetaMask

Download MetaMask [here](https://metamask.io/download.html). Install MetaMask as an extension to your browser. Note that the following browsers are supported: Chrome, Firefox, Brave, and Edge.

## **Create a Wallet or Import an Existing Wallet**

This is where you have to create or import an existing Ethereum wallet. If you don’t have an existing Ethereum wallet, please select "Create a Wallet". Always keep your Mnemonic and password to yourself and make sure to write it down. **Note: This is the wallet that will be used to conduct transactions on Avalanche.**

## Connect Metamask to Avalanche

Click the drop-down menu and select "Custom RPC."

![](/files/-Mgce2A8vEjWd6up6z5M)

Enter the following settings into the respective fields:

* **Network Name**: Avalanche Network
* **New RPC URL**: <https://api.avax.network/ext/bc/C/rpc>
* **ChainID**: 0xa86a
* **Symbol**: AVAX
* **Explorer**: <https://cchain.explorer.avax.network/>

### Add PartySwap token ($PARTY) to be displayed on your MetaMask

Select "Add Token".

![](/files/-MgcuIFQO9VgknMWUwyg)

### Select "Custom Token"

![](/files/-Mgcvnkgap3eUCyXdE-m)

### Enter the following information into the available fields:

* Token Contract Address: **0x69A61f38Df59CBB51962E69C54D39184E21C27Ec**
* Token Symbol: **PARTY**

### Press "Next"

You have now successfully added the PartySwap token ($PARTY) to be displayed on your MetaMask.


---

# 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://partyswap.gitbook.io/partyswap/welcome-to-the-party/setting-up-metamask-with-avalanche.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.
