# Add Maxi Network on Metamask

Users can connect to Maxi Network by using Metamask

MetaMask is a software cryptocurrency wallet used to interact with the Ethereum blockchain. It allows users to access their Ethereum wallet through a browser extension or mobile app, which can then be used to interact with decentralized applications

There are 2 ways to do so

## Option 1: Connect Maxi Network via Chainlist

Users can add the Maxi Network to the Metamask browser plug-in extension

1. Navigate to <https://chainlist.org/>
2. Search "Maxi Network" in the search box
3. Select checkbox: include testnets (for connecting Testnet)
4. Click "Connect Wallet"
5. Sign in to your Metamask wallet
6. Click "Add to Metamask"

After complete these steps, users can see the Maxi Network in the Metamask

## Option 2: Manual Configuration

### Maxi Network Mainnet

Click the network icon on the top left then click "Add network"

<figure><img src="/files/gsEWOAML3wLczkvw2Opx" alt=""><figcaption></figcaption></figure>

Click add a network manually

<figure><img src="/files/4tQVz6C172F8p38jjQNL" alt=""><figcaption></figcaption></figure>

Then, input these data into each field

```
Network name: Maxi Network
New RPC URL: https://rpc.maxi.network

Chain ID: 899
Currency Symbol: MGAS
Block explorer URL (Optional): https://mainnet.maxi.network
```

<figure><img src="/files/fg3sGemmnmOkiyQVJthB" alt=""><figcaption></figcaption></figure>

### Maxi Network Testnet

1. Click the network icon on the top left then click "Add network"
2. Click add a network manually

Then, input these data into each field

```
Network name: Maxi Network Testnet
New RPC URL: https://rpc-testnet.maxi.network

Chain ID: 898
Currency Symbol: MGAS
Block explorer URL (Optional): https://testnet.maxi.network
```


---

# 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://maxi-network.gitbook.io/maxi-network/connect-to-maxi-network/add-maxi-network-on-metamask.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.
