> For the complete documentation index, see [llms.txt](https://docs.oortech.com/oort/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oortech.com/oort/developers/mainnet-developers/rpc-nodes.md).

# RPC nodes

Please visit <https://chainlist.org/> for the details on ChainId and RPC nodes.

#### Mainnet

<table><thead><tr><th width="183.5"></th><th></th></tr></thead><tbody><tr><td>ChainId</td><td>970</td></tr><tr><td>RPC</td><td><a href="https://mainnet-rpc.oortech.com">https://mainnet-rpc.oortech.com</a></td></tr></tbody></table>

#### MainnetDev

<mark style="color:red;">Developers please use this network for testing Mainnet. The tokens on MainnetDev is for developer test only and will not be converted to Mainnet tokens.</mark>

Developers should go to CCN discord (<https://discord.gg/f4Z2jJjtNp>) and request the test tokens in `#faucet-mainnet-dev` channel.

<table><thead><tr><th width="186.5"></th><th></th></tr></thead><tbody><tr><td>ChainId</td><td>9700</td></tr><tr><td>RPC</td><td><a href="https://dev-rpc.oortech.com">https://dev-rpc.oortech.com</a></td></tr></tbody></table>

Both Mainnet and MainnetDev are fully EVM and Web3 compatible, the developers can use Metamask to connect to these two networks. Please read the Metamask document (<https://metamask.zendesk.com/hc/en-us/articles/360043227612-How-to-add-a-custom-network-RPC>) on detailed instructions.

***

Before launching the mainnet, Oort successfully conducted several testnet iterations and underwent thorough testing from our developer community. Below is the RPC node information for Oort's testnets.

#### Huygens

<table><thead><tr><th width="189.66666666666669"></th><th></th></tr></thead><tbody><tr><td>ChainId</td><td>971</td></tr><tr><td>RPC</td><td><a href="https://ascraeus-rpc.oortech.com">https://huygens-rpc.oortech.com</a></td></tr></tbody></table>

#### Ascraeus

<table><thead><tr><th width="182.5"></th><th></th></tr></thead><tbody><tr><td>ChainId</td><td>972</td></tr><tr><td>RPC</td><td><a href="https://ascraeus-rpc.oortech.com">https://ascraeus-rpc.oortech.com</a></td></tr></tbody></table>


---

# 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.oortech.com/oort/developers/mainnet-developers/rpc-nodes.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.
