# 网络配置

### 一键添加网络

**Berachain Docs提供了一键连接，点击此页**[**一键添加网络**](https://docs.berachain.com/developers/network-configurations#add-the-network-in-one-click)**中的**<mark style="background-color:yellow;">**`Add Testnet`**</mark>**按钮即可。**

### 手动添加网络 <a href="#add-the-network-manually" id="add-the-network-manually"></a>

需要手动添加网络，请将下方参数添加进钱包自定义网络中：

|          |                                                                       |
| -------- | --------------------------------------------------------------------- |
| 网络名称     | Berachain bArtio                                                      |
| RPC 链接   | [https://bartio.rpc.berachain.com](https://bartio.rpc.berachain.com/) |
| 链 ID     | 80084                                                                 |
| Gas 代币符号 | BERA                                                                  |
| 区块浏览器链接  | [https://bartio.beratrail.io](https://bartio.beratrail.io/)           |

### RPC提供商 <a href="#rpc-providers" id="rpc-providers"></a>

* [Chainlist RPC列表](https://chainlist.org/chain/80084)
* [QuickNode](https://quicknode.notion.site/QuickNode-Benefits-for-Berachain-Developers-175d54ec5d644f598fde797633add2c1)
* [Nirvana Labs](https://nirvanalabs.io/nodes/berachain)
* [Alchemy](https://www.alchemy.com/)
* [Envio](https://docs.envio.dev/docs/HyperSync/hyperrpc-supported-networks) (optimized read-only)

{% hint style="info" %}
Berachain WebSocket连接可通过[RPC 合作伙伴](https://docs.berachain.com/developers/developer-tools#rpc-providers)获得。
{% endhint %}

### 什么是测试网 <a href="#what-is-a-testnet" id="what-is-a-testnet"></a>

测试网是主网的先行网络，它与主网独立运行，提供一个测试环境，测试网中的代币没有经济价值。

### 测试网有什么用 <a href="#what-is-a-testnet-used-for" id="what-is-a-testnet-used-for"></a>

* 创建测试地址并获取测试代币。
* 对开发的应用程序进行测试，确保程序在部署到主网时正常运行。
* 在应用程序主网部署前，先在Berachain测试网运行，排除故障和风险。

### 主网

Berachain主网目前尚未上线，正式上线日期待定。


---

# 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://www.docszh.com/berachain-docs/developers/for-developers/network-configurations.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.
