# RPC节点

您可以使用查询字符串“rpcnode”来切换RPC节点。当存在可能与RPC相关的问题时，或者您寻求更快的速度时，这是很有用的。

#### 可用选项

* rpcnode=0：<https://global.uat.cash/>
* rpcnode=1: "<https://smartbch.fountainhead.cash/mainnet>"
* rpcnode=2（默认）: "<https://smartbch.greyh.at>"
* rpcnode=3: "<https://smart-bch.btc.com>"
* rpcnode=4: "<https://rpc.uatvo.com>"
* rpcnode=5: "<https://rpc.smartbch.org>"

你可以访问 <https://chainlist.org/chain/10000> 来查看公共节点的速度。

#### 缓存

浏览器会记住你最后使用的 rpcnode 并持续使用它。如果你要切换默认RPC节点，请使用 rpcnode=2 覆盖它而改回。

#### 例子

<https://benswap.cash/?rpcnode=1\\>
<https://chartpro.benswap.cash/?rpcnode=3>


---

# 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.benswap.cash/zhong-wen/security/rpc-nodes.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.
