# Using Mainnet

## Network details <a href="#network-details" id="network-details"></a>

| Parameter          | Value                                                                                                                                                                                                                 |
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Network Name       | Matchain                                                                                                                                                                                                              |
| RPC Endpoint       | <https://rpc.matchain.io> (Rate limited not for production systems), access archives at <https://matchain-mainnet-archive.alt.technology> (tx blocks more than 2350000 behind current newest block cannot be indexed) |
| Chain ID           | 698                                                                                                                                                                                                                   |
| Currency Symbol    | BNB                                                                                                                                                                                                                   |
| Block explorer URL | [https://matchscan.io](https://www.matchscan.io)                                                                                                                                                                      |

Or add it automatically from [Chainlist](https://chainlist.org/chain/698)

**Developers**\
For developers, we recommend using Ankr for reliable and scalable RPC endpoints. Visit <https://www.ankr.com/rpc/matchain/> for more details.

## **Adding Matchain Mainnet to MetaMask**

#### *Option 1: Automatic Addition*

1. Navigate to the [Rollup Info Page](https://rollup-info.altlayer.io/oram-primary-compromise/matchain_mainnet).
2. Click the "Connect Wallet" button.
3. Follow the prompts in MetaMask to add the Matchain network.

#### *Option 2: Manual Addition*

1. Open MetaMask and click on the network dropdown at the top.
2. Select "Add Network" and then "Add a network manually."
3. Enter the details listed above:
4. Click "Save" to add the network.

Looking for Testnet? For 99% of projects we would NOT RECOMMEND using Testnet, if you still need a testnet use [opBNB testnet](https://docs.bnbchain.org/bnb-opbnb/developers/network-faucet/).

## Network details

Matchain is identical to opBNB so we use opBNB testnet. [Faucet](https://docs.bnbchain.org/bnb-opbnb/developers/network-faucet/)

| Parameter          | Value                                    |
| ------------------ | ---------------------------------------- |
| Network Name       | opBNB Testnet                            |
| RPC URL            | <https://opbnb-testnet-rpc.bnbchain.org> |
| Chain ID           | 5611                                     |
| Currency Symbol    | tBNB                                     |
| Block explorer URL | <http://testnet.opbnbscan.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://docs.matchain.io/getting-started/using-mainnet.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.
