> For the complete documentation index, see [llms.txt](https://help.pandatool.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pandatool.org/practical-information/parameter.md).

# 公链配置参数

## BSC币安链主网

* 网络名称：BSC Mainnet
* 新增 RPC URL：[https://bsc-dataseed1.binance.org/](https://link.zhihu.com/?target=https%3A//bsc-dataseed1.binance.org/)
* ChainID：56
* 符号：BNB
* 区块浏览器 URL（选填）：[https://bscscan.com/](https://link.zhihu.com/?target=https%3A//bscscan.com/)

## BSC币安链测试网

* 网络名称：BSC Testnet
* 新增 RPC URL：<https://bsc-testnet.public.blastapi.io/>
* ChainID：97
* 符号：TBNB
* 区块浏览器 URL（选填）：<https://testnet.bscscan.com/>
* **测试网薄饼**：<https://pancakeswap.finance/swap?chain=bscTestnet>

## Core主网

* 网络名称：Core Mainnet
* 新增 RPC URL：<https://rpc.coredao.org/>
* ChainID：1116
* 符号：CORE
* 区块浏览器 URL（选填）：<https://scan.coredao.org/>

Base链主网

* 网络名称：Base Mainnet
* 新增 RPC URL：<https://mainnet.base.org/>
* ChainID：8453
* 符号：ETH
* 区块浏览器 URL（选填）：<https://basescan.org/>

## Fantom主网

* 网络名称：Fantom Opera
* 新增 RPC URL：<https://rpc.fantom.network/>
* ChainID：250
* 符号：FTM
* 区块浏览器 URL（选填）：<https://ftmscan.com/>

## ARB主网

* 网络名称：Arbitrum One
* 新增 RPC URL：<https://rpc.ankr.com/arbitrum>
* ChainID：42161
* 符号：ETH
* 区块浏览器 URL（选填）：<https://arbiscan.io/>

## 马蹄链主网

* 网络名称：Polygon Mainnet
* 新增 RPC URL：<https://polygon.llamarpc.com/>
* ChainID：137
* 符号：MATIC
* 区块浏览器 URL（选填）：<https://polygonscan.com/>

## OK链主网

* 网络名称：OKX Mainnet
* 新增 RPC URL：<https://exchainrpc.okex.org>
* ChainID：66
* 符号：OKT
* 区块浏览器 URL（选填）：<https://www.okx.com/cn/explorer/okc>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.pandatool.org/practical-information/parameter.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.
