# 钱包相关

本分类包含 TokenPocket 钱包的创建、导入、链切换等基础操作指南。

* [钱包创建或导入助记词/私钥](/docs/wallet/wallet-create.md)：详细介绍如何新建钱包、导入助记词或私钥，包含每一步截图说明。
* [钱包地址链选择币安链](/docs/wallet/chain-select.md)：讲解如何在 TokenPocket 钱包中切换到币安智能链（BSC），并确保网络设置正确。
* [获取BNB作为手续费](/docs/wallet/get-bnb.md)：说明为什么需要BNB、如何获取BNB作为手续费。


---

# 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://coretrust-shop.gitbook.io/docs/wallet.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.
