> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/chinese/huan-ying-lai-dao-pancakeswap/how-to-guides/get-started-monad/create-a-wallet-monad.md).

# 创建钱包 (Monad)

### 1. **为什么你需要钱包**

要使用 **Monad 上的 PancakeSwap**，你需要一个**加密钱包**——它是你数字资产的个人保险库，也是你通往 DeFi 的护照。没有钱包，你将无法：

* 在 Monad 上**兑换代币**
* 为 PancakeSwap 的 **V2 和 V3 池提供流动性**
* 在 Monad 上与任何 dApp 交互或存储代币

***

### 2. **钱包设置要点（安全第一！）**

加密钱包让你完全掌控你的资产——但能力越大，责任越大。请遵循以下最佳实践来保护你的钱包安全：

| ✅ 应做                          | ❌ 不应做                            |
| ----------------------------- | -------------------------------- |
| ✅ **从官方来源下载**（应用商店、经过验证的网站）   | ❌ 不要从随机链接或私信中安装                  |
| ✅ 仔细**遵循设置说明**                | ❌ 不要仓促或跳过备份过程                    |
| ✅ **备份你的恢复短语**并离线存储           | ❌ 不要截屏或将其存储在你的手机或电脑上             |
| ✅ **对你的短语保密**——它是你恢复访问权限的唯一途径 | ❌ 绝不要分享它，即使有人声称自己是 "support"（客服） |
| ✅ 只在**钱包应用内部**输入你的恢复短语        | ❌ 绝不要将其输入到网站、弹窗或其他应用中            |

> 🧠 你的恢复短语 = 访问你钱包的权限

***

### 3. **选择你的钱包：移动端 vs. 桌面端**

不确定该使用哪种类型的钱包？这里快速介绍一下移动端与桌面/网页钱包的区别，帮助你选择适合自己风格的钱包：

| 特性        | **移动端钱包**     | **浏览器/桌面钱包**        |
| --------- | ------------- | ------------------- |
| **使用场景**  | 随时随地兑换和跟踪     | 最适合多任务处理或深度 dApp 使用 |
| **易用性**   | 直观，对初学者友好     | 轻量级扩展程序，快速访问        |
| **安全性**   | 取决于手机安全性      | 更易于集成硬件钱包           |
| **便利性**   | 一体化应用         | 更需手动操作，但功能强大        |
| **最适合……** | 休闲用户、移动优先的交易者 | 桌面用户、更高级的流程         |

> 📱 移动端钱包可以为交易、管理投资组合和浏览 NFT 提供更流畅的体验——一切都在你的手机上完成。

***

{% hint style="success" %}
**一些你可能用于 Monad 生态系统的热门** [**钱包**](https://docs.monad.xyz/tooling-and-infra/wallets/software-wallets)**！**
{% endhint %}

***

#### 🔌 **兼容 WalletConnect 的选项**

使用 **WalletConnect**，你可以将钱包连接到 Monad 上的 PancakeSwap——直接从桌面或移动端进行：

* **Leap wallet**
* **Bitget wallet**
* **HaHa wallet**
* **Backpack** 等

> 通过 WalletConnect 在 PancakeSwap UI 上连接时，你将看到支持的钱包的完整列表。

***

### 4. **通用钱包设置步骤（快速指南）**

无论你选择哪款钱包，过程通常都很相似：

1. 从其**官方来源**下载钱包应用或浏览器扩展程序
2. 启动应用并点击 **"Create a new wallet"**（创建新钱包）
   * （如果你已经有钱包，则选择 **"Import"**（导入））
3. 设置一个强**密码或 PIN**（如有需要）
4. 你将看到一个**恢复短语**（12 或 24 个单词）——

   → **将其写下来并存储在安全的、离线的地方**
5. **确认你的恢复短语**以完成设置
6. **为你的钱包充入 MON**

   → 在 PancakeSwap 上兑换或添加流动性时，你需要 **MON** 来支付 gas 费
7. 你可以使用这个[跨链桥](https://monadbridge.com/)将资产桥接到 Monad


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.pancakeswap.finance/chinese/huan-ying-lai-dao-pancakeswap/how-to-guides/get-started-monad/create-a-wallet-monad.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
