> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parallaxprotocol.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Setting up MetaMask

[MetaMask](https://metamask.io/) is one of the most popular crypto wallets for interacting with blockchains.

By adding Parallax as a **custom network**, you can use MetaMask to create addresses, manage balances, and transfer Parallax coins (laxes).

This guide will show you how to connect MetaMask to your local Parallax node.

***

## Prerequisites

* You have already installed and started the [Parallax client](../client/setup).
* MetaMask is installed in your browser (Chrome, Firefox, Brave, or Edge).
  * If not, download it from [metamask.io](https://metamask.io/download).

***

## Step-by-step Guide

<Steps>
  <Step title="Open MetaMask settings">
    1. Click the **MetaMask extension** in your browser.
    2. Open the **account menu** (top-right circle).
    3. Select **Settings** → **Networks**.
  </Step>

  <Step title="Add a custom network">
    Click **Add a network** and then choose **Add a network manually**.
  </Step>

  <Step title="Enter Parallax network details">
    Fill in the fields with the following information:

    * **Network Name:** `Parallax Local`
    * **New RPC URL:** `https://rpc.parallaxprotocol.org`
    * **Chain ID:** `2110`
    * **Currency Symbol:** `LAX`
    * **Block Explorer URL:** (optional) `https://explorer.parallaxprotocol.org`
  </Step>

  <Step title="Save and switch network">
    After saving, MetaMask will add **Parallax Local** to your list of networks.

    Select it, and MetaMask will connect to your local Parallax node.
  </Step>
</Steps>

***

## Using MetaMask with Parallax

Once connected, you can:

* **Create new addresses**: MetaMask will generate them automatically.
* **View balances**: See how much laxes each address holds.
* **Send transactions**: Transfer laxes to other addresses on the Parallax network.

***

✨ That’s it! You’re now using MetaMask with Parallax to manage addresses and send Laxes.
