> For the complete documentation index, see [llms.txt](https://docs.zircuit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zircuit.com/infra/rpcs.md).

# RPCs

## Mainnet

### Zircuit Load-Balanced Endpoint

This is the link for Zircuit load-balanced endpoint, that combined all nodes listed in the "Zircuit Isolated Endpoints" section.

<table><thead><tr><th width="325">URL</th><th>Supported By</th></tr></thead><tbody><tr><td><a href="https://mainnet.zircuit.com">https://mainnet.zircuit.com</a><br>wss://mainnet.zircuit.com</td><td>Zircuit Team and DRPC (<a href="https://drpc.org">drpc.org</a>)</td></tr></tbody></table>

The Chain Id is `48900`.

### Paid Nodes For Advanced Usage

The DRPC ([https://drpc.org](https://drpc.org/)) team provides paid node access, offering unlimited high-performance and cost-effective access to the Zircuit network (<https://drpc.org/pricing>). If your application requires higher performance and support, you can get them here.

The paid RPC endpoints support debug traces.

## Garfield Testnet

### Zircuit Load-Balanced Endpoint

This is the link for Zircuit load-balanced endpoint, that combined all nodes listed in the "Zircuit Isolated Endpoints" section.

<table><thead><tr><th width="325">URL</th><th>Support By</th></tr></thead><tbody><tr><td><a href="https://garfield-testnet.zircuit.com/">https://garfield-testnet.zircuit.com</a><br>wss://garfield-testnet.zircuit.com</td><td>Zircuit Team and DRPC (<a href="https://drpc.org">drpc.org</a>)</td></tr></tbody></table>

The Chain Id is `48898`.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.zircuit.com/infra/rpcs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
