# 钱包创建或导入助记词/私钥

## 1. 新建钱包

1. 打开 TokenPocket App，点击首页"添加钱包"按钮。
2. 选择"创建钱包"。
3. 设置钱包名称和密码。
4. 备份助记词，妥善保存。

![创建钱包截图](https://github.com/coretrust-shop/use-docs/blob/main/wallet/images/wallet-create-1.png)

## 2. 导入钱包

1. 打开 TokenPocket App，点击首页"添加钱包"。
2. 选择"导入钱包"。
3. 选择"助记词"或"私钥"方式。
4. 输入助记词或私钥，设置钱包名称和密码。

![导入钱包截图](https://github.com/coretrust-shop/use-docs/blob/main/wallet/images/wallet-import-1.png)

> **注意：** 助记词和私钥请勿泄露，建议手抄并离线保存。


---

# 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/wallet-create.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.
