# IceCream RPC

{% hint style="info" %}
IceCream RPCs are lightning fast and super reliable.
{% endhint %}

## Bitgert Chain <a href="#bitgert" id="bitgert"></a>

IceCream RPC is the most used, most reliable, and most capable RPC for the [Bitgert](https://bitgert.com) network. It is our gift to the entire Bitgert community. While technically you can use any Bitgert RPC listed on [ChainList.org](https://chainlist.org/chain/32520), ours is simply better.:love\_letter:

<table data-header-hidden><thead><tr><th width="192" align="right"></th><th></th></tr></thead><tbody><tr><td align="right">Network Name</td><td>Bitgert (IceCreamSwap)</td></tr><tr><td align="right">New RPC URL</td><td>https://rpc.icecreamswap.com</td></tr><tr><td align="right">Chain ID</td><td>32520</td></tr><tr><td align="right">Currency Symbol</td><td>Brise</td></tr><tr><td align="right">Block Explorer URL (optional)</td><td>https://brisescan.com</td></tr></tbody></table>

Note that "Network Name" can be arbitrary.

## Core Chain <a href="#core" id="core"></a>

IceCream RPC is the first RPC developed for the [CORE](https://coredao.org/) chain besides the official one, with added speed and reliability.

<table data-header-hidden><thead><tr><th width="192" align="right"></th><th></th></tr></thead><tbody><tr><td align="right">Network Name</td><td>Core (IceCreamSwap)</td></tr><tr><td align="right">New RPC URL</td><td>https://rpc-core.icecreamswap.com</td></tr><tr><td align="right">Chain ID</td><td>1116</td></tr><tr><td align="right">Currency Symbol</td><td>CORE</td></tr><tr><td align="right">Block Explorer URL (optional)</td><td>https://scan.coredao.com</td></tr></tbody></table>

Note that "Network Name" can be arbitrary.

## XDC Chain <a href="#xdc" id="xdc"></a>

IceCream RPC is the first RPC developed for the [XDC](https://coredao.org/) chain besides the official one, with added speed and reliability.

<table data-header-hidden><thead><tr><th width="192" align="right"></th><th></th></tr></thead><tbody><tr><td align="right">Network Name</td><td>XDC (IceCreamSwap)</td></tr><tr><td align="right">New RPC URL</td><td>https://rpc-xdc.icecreamswap.com/</td></tr><tr><td align="right">Chain ID</td><td>50</td></tr><tr><td align="right">Currency Symbol</td><td>XDC</td></tr><tr><td align="right">Block Explorer URL (optional)</td><td>https://xdcscan.net/</td></tr></tbody></table>

Note that "Network Name" can be arbitrary.


---

# 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://wiki.icecreamswap.com/get-started/rpc.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.
