# Connecting to the Network

## **Connecting to G7 Network**

When you connect your supported EVM wallet to the [Game7 DevHub](https://build.game7.io/) for the first time while accessing G7 Network (Mainnet) applications, such as the [Game7 Bridge](https://build.game7.io/bridge), the G7 Network will be automatically added to your connected wallet.

If you wish to manually add the G7 Network, you can do so by following these steps:&#x20;

1. Navigate to your wallet extension - in this example we will reference Metamask.
2. Select *Network* then click *Add new network*.
3. On the below screen, add the following information:

{% hint style="info" %}
**Network name:** G7 Network

**RPC URL:** <https://mainnet-rpc.game7.io>

**Chain ID:** 2187

**Currency symbol:** G7

**Block explorer URL:** <https://mainnet.game7.io>
{% endhint %}

4. Once you have filled in all of the information, select *Save*.&#x20;

## **Connecting to G7 Sepolia**

**G7 Sepolia** is the name of the G7 Network testne&#x74;**.** To add this network to your wallet, you can go to the [Game7 DevHub](https://build.game7.io/) and the *Testnet* [Game7 Bridge](https://build.game7.io/bridge), where G7 Sepolia is automatically added to your connected wallet. Note that not all wallets will automatically add the network. In those cases, the network can be added manually.&#x20;

If you need to manually add G7 Sepolia, you can do so by following these steps:&#x20;

1. Navigate to your wallet extension - in this example we will reference Metamask.
2. Select *Network* then click *Add new network*.
3. On the below screen, add the following information:

{% hint style="info" %}
**Network name:** G7 Sepolia

**RPC URL:** <https://testnet-rpc.game7.io>

**Chain ID:** 13746

**Currency symbol:** TG7T

**Block explorer URL:** <https://testnet.game7.io>
{% endhint %}

<figure><img src="/files/npp8xscveiQCJWFwYnLd" alt="" width="296"><figcaption><p>Adding a network in Metamask</p></figcaption></figure>

4. Once you have filled in all of the information, select *Save*.&#x20;

The network will be added to your wallet, allowing you to view your network token balances (if the tokens have been added to be visible in your wallet) and interact with Dapps (Decentralized Applications) on the G7 Network and G7 Sepolia.&#x20;


---

# 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.game7.io/building-on-the-g7-network/connecting-to-the-network.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.
