> 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/get-mon-on-monad.md).

# MonadでMONを入手する

### 1. **MON が必要な理由**

MON は Monad ブロックチェーンの**ネイティブトークン**です。以下の操作に必要です。

* スワップや流動性追加などのすべての取引における**ガス代の支払い**
* PancakeSwap での**流動性ポジションの作成と管理**
* **あらゆる Monad dApp との連携**

***

### 2. **MON を入手する主な方法**

出発点やニーズに応じて、MON を入手する方法は**主に 4 つ**あります。

| 方法                    | 最適なユーザー                                | ウォレットが必要？        | 備考                 |
| --------------------- | -------------------------------------- | ---------------- | ------------------ |
| **中央集権型取引所 (CEX)**    | 初心者や法定通貨で購入するユーザー                      | ✅ はい（dApp 利用のため） | 最も一般的な入口           |
| **PancakeSwap (DEX)** | すでに Monad 上にトークンを保有している DeFi ネイティブユーザー | ✅ はい             | MON に直接スワップ        |
| **ウォレットアプリ内購入**       | モバイル重視のユーザー                            | ✅ はい             | 一部のウォレットはアプリ内購入に対応 |
| **他のチェーンからブリッジ**      | Ethereum、BNB Chain、Base などに資金があるユーザー   | ✅ はい             | Monad にアセットを移動     |

それぞれの方法を見ていきましょう。

#### I. **中央集権型取引所 (CEX) で MON を購入する**

暗号資産の初心者やまだウォレットをお持ちでない方には、**主要な取引所**で MON を購入するのが最もシンプルな方法です。

#### ✅ 手順：

1. 中央集権型取引所（例：Binance）で**アカウントを作成する**。
2. 法定通貨（USD、EUR など）または他の暗号資産で **MON を購入する**。
3. dApp（PancakeSwap など）を利用するために、**セルフカストディの Monad ウォレット**に **MON を出金する**。

***

#### II. **PancakeSwap (DEX) で MON にスワップする**

すでに Monad をお使いの方へ：Monad ネットワーク上に **USDC** や **USDT** などのトークンをお持ちであれば、**PancakeSwap** を使って直接 MON にスワップできます。

#### ✅ 手順：

* Monad 上でウォレットを PancakeSwap に接続する。
* **Swap** ページに移動する。
* Monad 上のトークンを MON にスワップする。

> 🧠 注意：スワップ自体のガス代として、少量の MON が必要です。MON が 0 の場合は、まず CEX またはブリッジ方式をご利用ください。

***

#### III. **ウォレットアプリから MON を直接購入する**

一部のウォレットは、Apple Pay、Google Pay、クレジットカード、または MoonPay などのプロバイダーを使った**アプリ内暗号資産購入**に対応しています。

#### ✅ 手順：

1. ウォレットを開く。
2. 「Buy」または「Buy Crypto」をタップする。
3. **MON** を選択する。
4. 支払い方法を選択して手順に従って進める。

取引所アカウントの開設をスキップしたいモバイル重視のユーザーに便利な方法です。

***

#### IV. **他のブロックチェーンから MON をブリッジする**

**BNB Chain**、**Ethereum**、**Base** などの別のチェーンにトークンをお持ちの場合は、**ブリッジングプラットフォーム**を使って Monad に資金を移動できます。

#### ✅ 手順：

1. <https://monadbridge.com/> にアクセスする。
2. 送信元のトークンとチェーンを選択する。
3. 送信先として **Monad** を選択する。
4. ブリッジを完了して、ブリッジされたトークンを Monad ウォレットで受け取る。
5. そのトークンを PancakeSwap を使って **MON** にスワップする。

***

### 3. **最後のヒント**

スワップから流動性提供まで、Monad 上のすべての操作には**ガス代として MON が必要です**。操作が止まってしまわないよう、各取引後もウォレットに少量の MON を残しておくようにしましょう。


---

# 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/get-mon-on-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.
