> 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-sol/get-sol-cake-on-sol.md).

# SOL / CAKEをSOLで入手する

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

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

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

SOL は Solana ネットワーク上のすべての操作に必要な「燃料」のようなものです。Ethereum 上の ETH や BNB Smart Chain 上の BNB と同様です。ウォレットに SOL がなければ、他のトークンを保有していてもオンチェーン操作は何もできません。

***

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

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

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

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

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

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

#### ✅ 手順：

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

***

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

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

{% hint style="success" %}
$**CAKE が Solana 上でライブ稼働中 - トークンアドレス：** `4qQeZ5LwSz6HuupUu8jCtgXyW1mYQcNbFAW1sWZp89HL`
{% endhint %}

#### ✅ 手順：

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

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

***

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

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

#### ✅ 手順：

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

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

***

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

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

#### ✅ 手順：

1. PancakeSwap のブリッジサイト <https://pancakeswap.finance/bridge> またはサードパーティのブリッジサイト（例：<https://stargate.finance/>）にアクセスする。
2. 送信元のトークンとチェーンを選択する。
3. 送信先として **Solana** を選択する。
4. ブリッジを完了して、ブリッジされたトークンを Solana ウォレットで受け取る。
5. そのトークンを PancakeSwap を使って **SOL** にスワップする。

> 💡 ヒント
>
> 1. CAKE は Stargate、LayerZero、deBridge を通じて直接ブリッジできるようになりました。
> 2. Solana 上でのガス代は SOL で支払う必要があります。USDC などをブリッジした場合は、PancakeSwap で一部を SOL に変換してください。

***

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

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


---

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