# 冰淇淋 RPC

{% hint style="info" %}
冰淇淋的节点 RPC 速度快且稳定，可根据网络拥堵情况动态调整燃油费以保证交易顺畅进行
{% endhint %}

节点 RPC 负责钱包与区块链之间的通信以完成您的各项交易和操作。通过节点 RPC 连接到特定的区块链网络，是您与冰淇淋平台交互的第一步。我们在多个区块链上都有自己的专线节点 RPC。在很多情况下，我们比官方的更快、更稳定。

## CORE 链 <a href="#core" id="core"></a>

冰淇淋 RPC 是 [CORE](https://coredao.org/) 链上首个上线的非官方的专线 RPC 节点。相比之下，我们的更快，更稳定。

<table data-header-hidden><thead><tr><th width="234" align="right"></th><th></th></tr></thead><tbody><tr><td align="right">网络名称</td><td>CORE (冰淇淋)</td></tr><tr><td align="right">RPC URL</td><td>https://rpc-core.icecreamswap.com</td></tr><tr><td align="right">链 ID</td><td>1116</td></tr><tr><td align="right">符号</td><td>CORE</td></tr><tr><td align="right">区块浏览器 URL (可选)</td><td>https://scan.coredao.org</td></tr></tbody></table>

其中网络名称可任选。

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

冰淇淋 RPC 是 [Bitgert](https://bitgert.ccom) 区块链上使用最广泛，最安全，最强大的 RPC，这是我们对于整个 Bitgert 社区的巨大贡献。技术上平台支持所有在 [ChainList.org](https://chainlist.org/chain/32520) 上列出的 Bitgert 区块链 RPC，但我们自己的更好。:love\_letter:

<table data-header-hidden><thead><tr><th width="234" align="right"></th><th></th></tr></thead><tbody><tr><td align="right">网络名称</td><td>Bitgert (冰淇淋)</td></tr><tr><td align="right">RPC URL</td><td>https://rpc.icecreamswap.com</td></tr><tr><td align="right">链 ID</td><td>32520</td></tr><tr><td align="right">符号</td><td>Brise</td></tr><tr><td align="right">区块浏览器 URL (可选)</td><td>https://brisescan.com</td></tr></tbody></table>

其中网络名称可任选。

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

冰淇淋 RPC 是 [XDC](https://coredao.org/) 链上首个上线的非官方的专线 RPC 节点。相比之下，我们的更快，更稳定。

<table data-header-hidden><thead><tr><th width="230" align="right"></th><th></th></tr></thead><tbody><tr><td align="right">网络名称</td><td>XDC (冰淇淋)</td></tr><tr><td align="right">RPC URL</td><td>https://rpc-xdc.icecreamswap.com/</td></tr><tr><td align="right">链 ID</td><td>50</td></tr><tr><td align="right">符号</td><td>XDC</td></tr><tr><td align="right">区块浏览器 URL (可选)</td><td>https://xdcscan.net/</td></tr></tbody></table>

其中网络名称可任选。


---

# 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/zh/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.
