# 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: 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.zircuit.com/infra/rpcs.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.
