> For the complete documentation index, see [llms.txt](https://docs.plume.org/plume/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plume.org/plume/developers/how-to-guides/how-to-connect-to-network/install-and-configure-wallet.md).

# Install and Configure Wallet

## Install a Wallet

You need to install a wallet in order to interact with the Plume Mainnet and Plume Testnet. **Plume supports all EVM-compatible wallets, including:**

* [MetaMask](https://metamask.io/)
* [Trust Wallet](https://trustwallet.com/)
* [Bitget Wallet](https://web3.bitget.com/)
* [OKX Wallet](https://www.okx.com/web3)
* [Coinbase Wallet](https://www.coinbase.com/wallet)
* [FoxWallet](https://foxwallet.com/)
* [Binance Web3 Wallet](https://www.binance.com/en/web3wallet)
* [Reown](https://reown.com/)
* [Rainbow](https://rainbow.me/)
* [Phantom](https://phantom.app/)

## Configure Wallet

Each wallet has its own process for adding Plume as a supported network. For example, below are the steps for **MetaMask**:

{% stepper %}
{% step %}
Open the MetaMask extension in **"Expand View"** mode

<figure><img src="/files/g4lUbvwzvAgg5GUexsgo" alt="" width="335"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click the network selection button in the top left of the expanded view/extension

<figure><img src="/files/7fzbnM02hPFjerQ7Pcka" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select **"Add a Custom Network"**

<figure><img src="/files/FlV89Z3vSVyABMBJsGyZ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Fill in the details from below for Plume Mainnet and Testnet, and press **"Save"**

{% tabs %}
{% tab title="Plume Mainnet" %}

<table data-header-hidden><thead><tr><th width="311"></th><th></th></tr></thead><tbody><tr><td>Network Name</td><td>Plume Mainnet</td></tr><tr><td>RPC URL</td><td><a href="http://rpc.plume.org/">http://rpc.plume.org</a></td></tr><tr><td>Chain ID</td><td>98866</td></tr><tr><td>Currency Symbol</td><td>PLUME</td></tr><tr><td>Block Explorer URL</td><td><a href="https://explorer.plume.org/">https://explorer.plume.org</a></td></tr></tbody></table>
{% endtab %}

{% tab title="Plume Testnet" %}

<table data-header-hidden><thead><tr><th width="311"></th><th></th></tr></thead><tbody><tr><td>Network Name</td><td>Plume Testnet</td></tr><tr><td>RPC URL</td><td><a href="https://testnet-rpc.plume.org">https://testnet-rpc.plume.org</a></td></tr><tr><td>Chain ID</td><td>98867</td></tr><tr><td>Currency Symbol</td><td>PLUME</td></tr><tr><td>Block Explorer URL</td><td><a href="https://testnet-explorer.plume.org">https://testnet-explorer.plume.org</a></td></tr></tbody></table>
{% endtab %}
{% endtabs %}

Here's a screenshot for testnet details:

<figure><img src="/files/AsZbA4gfDLOQ8yEDPFje" alt="" width="307"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Switch to desired network now
{% endstep %}
{% endstepper %}
