> For the complete documentation index, see [llms.txt](https://docs.maalscan.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maalscan.io/maal-network-details.md).

# MAAL Network Details

MAAL Chain is an EVM based blockchain.

MaalChain Mainnet & Testnet, both are listed on chainlist.org. Go to the links below to add it to MetaMask wallet from Chainlist\
\
Mainnet: <https://chainlist.org/chain/786>

Testnet: <https://chainlist.org/chain/7860>

### MaalChain TestNet

RPC-URL:&#x20;

Use one of the following:

{% embed url="<https://node1.maalscan.io>" %}

Chain ID: 7860

Token Symbol: MAAL

Block explorer: <https://testnet.maalscan.io>

*Note: Check the screenshot below*

<figure><img src="/files/kDBYDpBteEaXMwjhkQi8" alt=""><figcaption><p>Adding MaalChain testnet to MetaMask</p></figcaption></figure>

Head over to our test-net faucet from the link below to claim test MAAL Coins to help you start your development journey on MaalChain test-net.

{% embed url="<https://faucet-testnet.maalscan.io>" %}

### MAAL MainNet

RPC-URL: \
Use any one of the following:

{% embed url="<https://node1-mainnet.maalscan.io>" fullWidth="true" %}

{% embed url="<https://node2-mainnet.maalscan.io>" %}

{% embed url="<https://node3-mainnet.maalscan.io>" %}

Chain ID: 786

Token Symbol: MAAL

Block explorer: <https://maalscan.io>

*Note: Check the screenshot below*

<div data-full-width="false"><figure><img src="/files/7JokvQZw9yWp35beDkE5" alt=""><figcaption><p>Adding MaalChain Mainnet to MetaMask</p></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.maalscan.io/maal-network-details.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.
