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

# Browser Wallet Setup

> Connect a browser wallet to the Plasma Network

This guide outlines how to configure browser wallets for use with the Plasma network.

## Prerequisites

* MetaMask, Trust Wallet, or Rabby browser extension installed and set up.
* Familiarity with browser wallet interfaces.

Plasma is available across all three wallets—pick the section below that matches what you use.

<Tip>
  Check the [Ecosystem Directory](https://app.plasma.to/ecosystem?filter=wallets) for the latest wallet integrations and connection guides.
</Tip>

## Network Configuration

Use the following settings when adding the Plasma Mainnet:

| Parameter          | Value                    |
| ------------------ | ------------------------ |
| Network name       | Plasma Mainnet Beta      |
| New RPC URL        | `https://rpc.plasma.to`  |
| Chain ID           | `9745`                   |
| Currency symbol    | `XPL`                    |
| Block explorer URL | `https://plasmascan.to/` |

Use the following settings when adding the Plasma Testnet:

| Parameter          | Value                           |
| ------------------ | ------------------------------- |
| Network name       | Plasma Testnet                  |
| New RPC URL        | `https://testnet-rpc.plasma.to` |
| Chain ID           | `9746`                          |
| Currency symbol    | `XPL`                           |
| Block explorer URL | `https://testnet.plasmascan.to` |

<Tip>
  You can use the public RPC endpoint or get a private endpoint through one of our [RPC providers](../../plasma-chain/tools/rpc-providers).
</Tip>

## Add Plasma to Your Browser Wallet

1. Open your wallet extension (MetaMask, Trust Wallet, or Rabby).
2. Open the network selector (usually labelled **Add network**, **Custom network**, or **Manage networks**).
3. Choose the option to add a custom EVM network.
4. Enter the Plasma Mainnet or Testnet parameters from the tables above.
5. Save the network and switch to it when you are ready to interact with Plasma.

### Wallet-specific notes

* **MetaMask**: Select Add network → Add a network manually
* **Trust Wallet**: Use Manage Networks → Add Custom Network
* **Rabby**: Select Add chain → Add manually

Confirm the selected network shows **Plasma Mainnet/Testnet** after saving.

### Verify Connection

* Plasma Mainnet/Testnet appears in the network selector
* Your balance shows `0 XPL` if no tokens received
* Block explorer link opens [Plasma Explorer](https://plasmascan.to/)

## Troubleshooting

### Connection Issues

* Confirm RPC URL is correct
* If using QuickNode or another provider, verify endpoint status
* Restart browser and wallet extensions if needed

### Transaction Failures

* Ensure sufficient `XPL` for gas fees
* Confirm Chain ID is correct
* Use [Status Page](https://statuspage.incident.io/plasmanetwork) to verify network activity
