# Setting up your Wallet

In order to use, earn, or purchase RNDR Tokens, you need to have an ERC-20 compatible wallet that is **NOT** an exchange wallet (for example do not use a Coinbase Wallet).

&#x20;We recommend using [MetaMask](https://metamask.io/) - which can be setup as simply as:

1. Installing the MetaMask Wallet
2. Add RNDR as a custom token to your MetaMask

However, any ERC-20 compatible software or hardware wallet, outside of exchange wallets, can be used with the Render Network for sending or receiving tokens. &#x20;

### Installing the MetaMask Wallet

MetaMask is a browser extension which is currently supported by the following browsers: Chrome, Edge, Firefox and Brave.&#x20;

Installation is simple - just go to [**metamask.io**](https://metamask.io/) and follow their installation instructions.

![](/files/-MOssyMzMeHcHNwqkDfZ)

{% hint style="danger" %}
*Be extra careful with every click you make here - there is no “undo” button, and if you lose your wallet’s private keys - your coins may be gone forever!*
{% endhint %}

After installation, MetaMask will generate a private key and a recovery passphrase for you. **Write this down and store in a safe place**. Treat the recovery passphrase (and private key derived from it) as your actual wallet - anyone who knows it owns your money, so **never show it to anyone**.

If you already had an Ethereum wallet and you have a passphrase or a private key - you can skip the creation of the new one above and just import the one you had.

### Add RNDR as a custom token to your MetaMask

To see your RNDR balance on MetaMask's token list in the left-side menu, you must add it as a Custom Token.&#x20;

To add the token go to [etherscan.io ](https://etherscan.io/)and search for RNDR. You can also click on the link [https://etherscan.io/token/0x6de037ef9ad2725eb40118bb1702ebb27e4aeb24](https://etherscan.io/token/0x6de037ef9ad2725eb40118bb1702ebb27e4aeb24?) to go directly to the page.

Under Profile Summary you click "More" where you see the option to "Add Token to MetaMask (Web3)".

![Click "Add Token to Metamask"](/files/-MapfjzfINU9pav10pjE)

MetaMask asks you to log in an add the suggested token. Click "Add Token" and the RNDR token with your balance will show up in your wallet.

![Confirm with "Add Token"](/files/-Mapftoh7fKHeNWN0yTr)

If you prefer, you will find the same functionality on [coinmarketcap.com](https://coinmarketcap.com/) by clicking on the MetaMask icon.

![Alternatively you can use CoinMarketCap](/files/-Mapg3y_KR8idz-h4yhG)

RNDR Token Information

* Token contract address: **0x6de037ef9ad2725eb40118bb1702ebb27e4aeb24**
* Token Symbol: **RNDR**
* Decimals: **18**

The same process can be repeated to add RNDR's Layer 2 Polygon contract to MetaMask as well. Simply follow the instructions above and enter in the following token information:

* Layer 2 Token contract address: **0x61299774020dA444Af134c82fa83E3810b309991**
* Token Symbol: **RNDR**
* Decimals: **18**


---

# 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://know.rendernetwork.com/basics/what-is-a-wallet/setting-up-your-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.
