# 公链

- [公链唯一标识](https://help.tokenpocket.pro/developer-cn/public-chain/blockchain-unique-identifier.md): 此系列标识作为tokenpocket钱包业务底层区分，ns+chain\_id作为钱包业务链的唯一标识
- [开放接口](https://help.tokenpocket.pro/developer-cn/public-chain/open-protocols.md)
- [Ethereum系列公链](https://help.tokenpocket.pro/developer-cn/public-chain/open-protocols/ethereum-namespace.md)
- [Polkadot系列公链](https://help.tokenpocket.pro/developer-cn/public-chain/open-protocols/polkadot-namespace.md)
- [EOSIO系列公链](https://help.tokenpocket.pro/developer-cn/public-chain/open-protocols/eosio-namespace.md)
- [已支持的公链开放接口](https://help.tokenpocket.pro/developer-cn/public-chain/supported-chain.md)
- [交易相关数据](https://help.tokenpocket.pro/developer-cn/public-chain/supported-chain/transaction-data.md)
- [行情相关数据](https://help.tokenpocket.pro/developer-cn/public-chain/supported-chain/market-data.md)
- [新增公链](https://help.tokenpocket.pro/developer-cn/public-chain/add-chain.md)
- [便捷加链介绍和展示](https://help.tokenpocket.pro/developer-cn/public-chain/add-chain/quick.md)
- [初级支持介绍和展示](https://help.tokenpocket.pro/developer-cn/public-chain/add-chain/addchain-simple.md)
- [高级支持介绍和展示](https://help.tokenpocket.pro/developer-cn/public-chain/add-chain/addchain-multifunction.md)
- [添加定制链的支持](https://help.tokenpocket.pro/developer-cn/public-chain/add-chain/addchain-custom.md)


---

# 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.tokenpocket.pro/developer-cn/public-chain.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.
