# View ETH RLY in Wallet

## Viewing RLY in Your Ethereum Wallet

### RLY Token Information <a href="#id-90f5" id="id-90f5"></a>

Token Symbol: RLY\
Address: 0xf1f955016ecbcd7321c7266bccfb96c68ea5e49b\
Decimals of Precision: 18

[View on Etherscan](https://etherscan.io/token/0xf1f955016ecbcd7321c7266bccfb96c68ea5e49b)

### Wallets That Support Custom ERC-20 Tokens <a href="#id-227c" id="id-227c"></a>

The following wallets support all ERC-20 tokens and are recommended for viewing $RLY.

* Metamask (connected to the Ethereum Mainnet)
* Coinbase Wallet (Note that Coinbase Wallet is a separate product than the coinbase.com exchange website. The Coinbase Wallet product can be found at [wallet.coinbase.com](https://wallet.coinbase.com) )
* Check your wallet for its ability to add custom tokens and try that process using the $RLY Token Information above.

{% hint style="danger" %}
*Certain exchanges do not yet support all ERC-20 tokens and any $RLY tokens sent to such a wallet may be lost forever.*
{% endhint %}

### Metamask <a href="#id-33ba" id="id-33ba"></a>

1. Login to Metamask and click **Add Token**.
2. Click the **Custom Token** tab.
3. Copy and paste $RLY’s token address: 0xf1f955016ecbcd7321c7266bccfb96c68ea5e49b. \
   The *Token Symbol* and *Decimals of Precision* should fill automatically after entering the token address.
4. Click **Next**.
5. Click **Add Tokens**. When you return to the main screen, you should now see *RLY* under Assets.

[Alternative method to add $RLY to Metamask](https://vittominacori.github.io/watch-token/detail.html?address=0xf1f955016EcbCd7321c7266BccFB96c68ea5E49b\&network=mainnet\&logo=https%3A%2F%2Fimages-cc-dev.s3-us-west-2.amazonaws.com%2Fimages%2Frly_token%2Frly-t.svg)

Metmask documentation: [How to See/View Your Tokens in Metamask](https://metamask.zendesk.com/hc/en-us/articles/360015489031-How-to-View-See-Your-Tokens-in-Metamask)

{% hint style="danger" %}
You must use Ethereum Mainnet for this. RLY is not supported on other chains supported by Metamask (e.g. Binance Smart Chain)
{% endhint %}

### Coinbase Wallet <a href="#id-6125" id="id-6125"></a>

This is only for Coinbase Wallet, not coinbase.com. (Coinbase.com can receive RLY, although the process is slightly different.)

1. Open your Coinbase Wallet app and tap **Receive**.
2. In the search field, type "RLY".
3. Tap **Rally RLY** in the search results.
4. Copy the provided address and use to receive RLY.

### MyEtherWallet <a href="#id-6125" id="id-6125"></a>

MEW documentation: [How to add a custom token on MEW web](https://kb.myetherwallet.com/en/tokens/how-to-add-custom-token/)

### Trust Wallet <a href="#fdc5" id="fdc5"></a>

Trust Wallet documentation: [How to Add a Custom Token](https://community.trustwallet.com/t/how-to-add-a-custom-token/213)

### Best Practices <a href="#id-19f2" id="id-19f2"></a>

Make sure you don’t lose access to your Ethereum wallet! Secure and backup all of the following:

* Password
* Private Key (allows you to port your Ethereum address between your various devices)
* Seed Phrase


---

# 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://wiki.rly.network/rly-network/guides/view-eth-rly-in-wallet.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.
