# 添加RPC

## 添加更多链

KEYRING PRO Wallet 简化了添加新链的过程，使用户可以无缝创建钱包并使用它们。

1. 打开“账户”（Accounts）标签。
2. 向下滚动到页面底部，选择“添加链”（Add Chains）。

### 搜索支持的链

* 浏览可用链的列表，或直接搜索你想添加的链。
* 找到目标链后，点击该链。
* **添加链（Add Chain）**：此选项将链添加到可创建钱包地址的链列表中。
* **添加链并创建钱包（Add Chain and Create Wallet）**：此选项将链添加到列表并立即在该链上创建一个钱包地址。

<figure><img src="/files/Fh6geNg4hfngH2womK6Q" alt="" width="375"><figcaption></figcaption></figure>

### 手动添加链

如果在可用链列表中找不到特定的链，可以通过以下步骤手动添加到 KEYRING PRO Wallet：

1. 点击右上角的“+”图标。
2. 填写区块链信息，包括：
   * **链 ID（Chain ID）**
   * **网络名称（Network Name）**
   * **网络 URL（Network URL）**
   * **货币符号（Currency Symbol）**
   * **货币小数位（Currency Decimal）**
   * **区块浏览器 URL（Block Explorer URL）**
3. 点击“添加”（Add）。

你将看到两个选项来添加链：

* **添加链（Add Chain）**：选择此选项将链添加到可用于创建钱包地址的链列表中。
* **添加链并创建钱包（Add Chain and Create Wallet）**：此选项将链添加到列表，并在该链上创建一个钱包地址。

你可以选择现有地址来添加新链的钱包，或者为该链专门创建一个新地址。

<figure><img src="/files/3wapiuWBij7HSnWH5EXa" alt="" width="375"><figcaption></figcaption></figure>

## 如何删除链

用户现在可以删除自己添加的链。删除的链将不再出现在创建新钱包时的可用链列表中。 此功能可帮助用户避免在设置新钱包时因链过多而感到困扰。

#### 删除链的步骤

1. 进入 **账户**（Accounts）标签页。
2. 向下滚动并选择 **添加链**（Add Chain）。
3. 查看已添加的链列表。
4. 选择要删除的链，并确认删除。\
   **注意**：您可能需要通过密码或指纹进行身份验证以完成此操作。

<figure><img src="/files/dOyU0pH9iOd01U2Nljl9" alt="" width="375"><figcaption></figcaption></figure>

**重要提示**

* 尽管使用了“删除”一词，但 KEYRING PRO Wallet 并不会完全从应用中移除该链。该链只是从创建新钱包时的可选链列表中移除。
* 此外，KEYRING PRO Wallet 中的 12 条默认链无法删除。


---

# 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://help.keyring.app/zh/keyring-pro/how-to-use/add-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.
