# Interacting with Meter Mainnet Using MetaMask

Meter mainnet now supports two transactions (tx) formats:&#x20;

1. The native Meter tx: which is more expansive and supports staking, on-chain auctions, validator transactions, and future multiple chains/shards. This tx format is used by the Meter mainnet wallet which is a PC/Mac application [downloadable](https://www.meter.io/wallets/) from the Meter website or [Github](https://github.com/meterio/meter-wallet).&#x20;
2. Ethereum tx: This is designed for backward compatibility with existing Ethereum dApps and ecosystem including wallets like [Metamask](https://metamask.io/).

Metamask communicates with the Meter mainnet through an RPC (Remote Procedure Call) emulation layer.  The user will have to configure a custom RPC network inside MetaMask. Here is how to do so.

## Setup Meter Network in MetaMask with Wallet.meter.io

{% embed url="<https://youtu.be/SKH4PTJtX0A>" %}

## Setup Meter Network in MetaMask with **Chainlist.org**

{% embed url="<https://youtu.be/RGJ9cJHZ_j8>" %}

## Setup Meter Network in MetaMask **manually**

**For the browser plugin version of Metamask:**

The easiest way to configure Metamask for your browser extension is to select Meter Network from "Support Networks" in the [Meter Passport Wallet](https://wallet.meter.io).

If you are configuring manually, there following are the details:

1. Select the network drop-down menu, and then click on the 'Add Network' at the bottom.

<figure><img src="/files/iL1g9RvyBG9FL765P2n4" alt=""><figcaption></figcaption></figure>

2\. Enter the following information for the Custom Network and click "Save":

<figure><img src="/files/hQBjwq35yFNXWh1q6gu2" alt=""><figcaption></figcaption></figure>

If you are using the mobile app version of Metamask, new Network settings can be added through the Network dropdown --> 'Add Network' --> 'Custom Network'

![](/files/5aapTPp3os6Frm6IK4S4)![](/files/isBhLprDS1wsmrumFM4u)

## Network Information:

**Network Name:** Meter Mainnet

**RPC URL:**&#x20;

&#x20;   <https://rpc.meter.io> or&#x20;

&#x20;   <https://meter.blockpi.network/v1/rpc/public> (maintained by [public.blockpi.io](https://public.blockpi.io/))

**Chain ID:** 82

**Symbol:** MTR

**Block Explorer URL:** <https://scan.meter.io>&#x20;

**MTRG can be treated as a custom ERC20 token:**

-MTRG: [0x228ebBeE999c6a7ad74A6130E81b12f9Fe237Ba3](https://scan.meter.io/address/0x228ebbee999c6a7ad74a6130e81b12f9fe237ba3)

## Setup Meter Desktop Wallet Account in MetaMask

{% embed url="<https://youtu.be/11ZjtEpiF0U>" %}


---

# 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://docs.meter.io/wallet-setup/interacting-with-meter-mainnet-using-metamask.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.
