# MTRG Crosschain Info

## The Meter Passport

[Meter Passport](https://passport.meter.io) allows MTRG and other ERC20 and ERC721 tokens to be transferred among the supported blockchains.&#x20;

Here is important information about MTRG on different chains.  To reduce user confusion, we have decided to call all wrapped versions of MTRG on different chains as MTRG.  The Ethereum version was deployed earlier and was called eMTRG.

Ethereum:

1. eMTRG
   1. Contract address: [0xBd2949F67DcdC549c6Ebe98696449Fa79D988A9F](https://etherscan.io/token/0xBd2949F67DcdC549c6Ebe98696449Fa79D988A9F)
   2. [eMTRG / ETH Uniswap pool](https://uniswap.info/pair/0x837f68d11cd15e8ab10dd5f3f210516f2cf2bcfb)
2. eMTR
   1. Contract address: [0x29e9fdf5933824ad21bc6dbb8bf156efa3735e32](https://etherscan.io/token/0x29e9fdf5933824ad21bc6dbb8bf156efa3735e32)

Binance Smart Chain(BSC):

MTRG contract address: [0xBd2949F67DcdC549c6Ebe98696449Fa79D988A9F](https://etherscan.io/token/0xBd2949F67DcdC549c6Ebe98696449Fa79D988A9F)

Base Mainnet:

eMTRG contract address: [0xa023E6f6B4862EA38cbe45e377abD908abAb2f82](https://basescan.org/address/0xa023e6f6b4862ea38cbe45e377abd908abab2f82)

Meter Mainnet:

MTRG ERC20 Interface: <mark style="color:blue;">0x228ebBeE999c6a7ad74A6130E81b12f9Fe237Ba3</mark>

## Operating the Same Account on Metamask and Meter Wallet

Metamask configuration information can be found in the previous section

Meter Wallet supports native Meter transactions including staking, starting candidate nodes, vote on candidates.  Metamask is used in the Ethereum emulation mode to interact with dApps.  It is easy to operate the same account in both Meter Wallet and Metamask.  Meter wallet is completely [open sourced](https://github.com/meterio/meter-wallet).  Your private key will only be encrypted and stored on your local computer.

To export the private keys from Meter Wallet to Metamask:

![Backup Keystore into a .json file from MeterWallet](/files/-MfxM_aily7qBBtrNzuC)

![Import the .json file into Metamask](/files/-MfxNAdQSZDiaov5_BId)

Export Private Key from Metamask and Import to Meter Wallet

![Export Private Key from Account details in Metamask](/files/-MfxNwYt7jsyj1pJKVOk)

![Import Metamask Private Key to Meterwallet](/files/-MfxOW4T7IK_qMPucS_N)


---

# 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/passport/ethereum-interoperability.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.
