# RPC 端点

**如果您遇到不稳定的站点加载、事务延迟/失败或其他意外行为，您可能遇到了 RPC 问题。**&#x4E3A;了改善您的体验，您可以切换到另一个 RPC 服务器。

对于 Metamask，这可以通过导航到：

```
Settings > Networks > (Your Elastos Network)
```

从那里，更新新的 RPC URL 值。

{% hint style="info" %}
注意：切换 RPC 端点不会影响您钱包的资金。他们是安全的，没有受到影响。
{% endhint %}

替代 RPC 服务器：

* <https://rpc.glidefinance.io> (位于美国)
* <https://escrpc.elaphant.app> (位于美国)
* <https://api.elastos.io/eth> (位于亚洲)
* <https://api.trinity-tech.cn/eth> (位于亚洲)

**链 ID 始终为 20。**&#x8BF7;勿更改此设置或任何其他设置。

您可以编辑现有的亦来云网络连接，或添加新网络，例如“亦来云 2”。更新 RPC 地址后，请确认您是否能够连接到亦来云以及您的余额是否正确显示。


---

# 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.glidefinance.io/chinese/resources/rpc-endpoints.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.
