# Wallets & Networks

To use R2E, you need a MetaMask wallet that is connected to Binance Smart Chain. For more info about MetaMask, please visit their website <https://metamask.io>

MetaMask by default only supports the Binance Smart Chain and allows you to send and receive coins. However, when you connect MetaMask to R2E, R2E will automatically configure MetaMask to work with Binance Smart Chain.

You can connect to these two networks to start your R2E adventure, with Binance Smart Chain as mainnet product, and Binance Smart Chain Testnet as beta testing network.

| Mainnet                                              | Testnet                                                            |
| ---------------------------------------------------- | ------------------------------------------------------------------ |
| **Network Name:** Smart Chain                        | **Network Name:** Smart Chain - Testnet                            |
| **New RPC URL:** <https://bsc-dataseed.binance.org/> | **New RPC URL:** <https://data-seed-prebsc-1-s1.binance.org:8545/> |
| **ChainID:** 56                                      | **ChainID:** 97                                                    |
| **Symbol:** BNB                                      | **Symbol:** BNB                                                    |
| **Block Explorer URL:** <https://bscscan.com>        | **Block Explorer URL:** <https://testnet.bscscan.com>              |


---

# 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://xaix.gitbook.io/x/get-started/wallets-and-networks.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.
