> 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/japanese/pancakeswapheyoukoso/how-to-guides/get-started-monad/create-a-wallet-monad.md).

# ウォレットを作成する (Monad)

### 1. **ウォレットが必要な理由**

**Monad 上で PancakeSwap** を使用するには、**暗号資産ウォレット**が必要です。ウォレットはデジタル資産の個人金庫であり、DeFi へのパスポートです。ウォレットがなければ、以下のことができません。

* Monad 上でのトークンの **スワップ**
* PancakeSwap の **V2・V3 Pools** への **流動性提供**
* Monad 上での dApp の利用やトークンの保管

***

### 2. **ウォレットセットアップの基本（セキュリティ最優先！）**

暗号資産ウォレットはアセットを完全に自己管理できますが、大きな力には大きな責任が伴います。以下のベストプラクティスに従ってウォレットを安全に保ちましょう。

| ✅ やること                               | ❌ やってはいけないこと                    |
| ------------------------------------ | ------------------------------- |
| ✅ **公式ソースからダウンロード**（アプリストア、公認ウェブサイト） | ❌ ランダムなリンクや DM からインストールしない      |
| ✅ **セットアップ手順をよく確認**しながら進める           | ❌ バックアッププロセスを急いだり省略したりしない       |
| ✅ **リカバリーフレーズをバックアップ**してオフラインで保管する   | ❌ スマートフォンやパソコンにスクリーンショットや保存をしない |
| ✅ **フレーズを秘密に保つ** — アクセスを回復する唯一の手段    | ❌ 「サポート」を名乗る人物にも絶対に教えない         |
| ✅ リカバリーフレーズは**ウォレットアプリの内部にのみ**入力する   | ❌ ウェブサイト、ポップアップ、他のアプリには絶対に入力しない |

> 🧠 リカバリーフレーズ = ウォレットへのアクセス権

***

### 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** など

> PancakeSwap の UI で WalletConnect を介して接続する際に、サポートされているウォレットの一覧が表示されます。

***

### 4. **ウォレットセットアップの一般的な手順（クイックガイド）**

どのウォレットを選んでも、手順は概ね同じです。

1. **公式ソース**からウォレットアプリまたはブラウザ拡張機能を**ダウンロード**する
2. アプリを起動して **「Create a new wallet」** をタップする
   * （既にウォレットをお持ちの場合は **「Import」** を選択）
3. 強固な**パスワードまたは PIN** を設定する（必要な場合）
4. **リカバリーフレーズ**（12 語または 24 語）が表示されます —

   → **書き留めて、オフラインの安全な場所に保管してください**
5. **リカバリーフレーズを確認**してセットアップを完了する
6. **ウォレットに MON を入金する**

   → PancakeSwap でスワップや流動性追加を行う際のガス代として **MON** が必要です
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/japanese/pancakeswapheyoukoso/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.
