# Network

- [Blockchain Unique Identifier](https://help.tokenpocket.pro/developer-en/network/blockchain-unique-identifier.md): This series of identifiers is used to distinguish the bottom layer of the tokenpocket wallet business, ns+chain\_id is the unique identifier of the wallet business chain
- [Supported Chains](https://help.tokenpocket.pro/developer-en/network/supported-chains.md)
- [Transaction Data](https://help.tokenpocket.pro/developer-en/network/supported-chains/transaction-data.md)
- [New Blockchains](https://help.tokenpocket.pro/developer-en/network/add-chain.md)
- [Lite add blockchain](https://help.tokenpocket.pro/developer-en/network/add-chain/quick.md)
- [Basic support introduction and demonstration](https://help.tokenpocket.pro/developer-en/network/add-chain/addchain-simple.md)
- [Adding Advanced blockchain](https://help.tokenpocket.pro/developer-en/network/add-chain/addchain-multifunction.md)
- [Adding custom blockchain](https://help.tokenpocket.pro/developer-en/network/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-en/network.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.
