# Get SOL / CAKE on SOL

### 1. **Why You Need SOL**

SOL is the **native token** of the Solana blockchain. You’ll need it to:

* **Pay gas fees** for any transaction (swaps, adding liquidity etc.)
* **Create and manage V3 positions** on PancakeSwap
* **Interact with any Solana dApp**

Think of SOL as the "fuel" that powers all actions on the Solana network — just like ETH on Ethereum or BNB on BNB Smart Chain. Without SOL in your wallet, you won’t be able to do anything on-chain, even if you already hold other tokens.

***

### 2. **Main Ways to Get SOL**

There are **four main ways** to get SOL, depending on your starting point and preferences.

| Method                           | Best for                                            | Requires a Wallet?      | Notes                               |
| -------------------------------- | --------------------------------------------------- | ----------------------- | ----------------------------------- |
| **Centralized Exchanges (CEXs)** | Beginners or users buying with fiat                 | ✅ Yes (to access dApps) | Most common entry point             |
| **PancakeSwap (DEX)**            | DeFi-native users with tokens already on Solana     | ✅ Yes                   | Swap into SOL directly              |
| **Buy via Wallet App**           | Mobile-first users                                  | ✅ Yes                   | Some wallets offer in-app purchases |
| **Bridge from Another Chain**    | Users with funds on Ethereum, BNB Chain, Base, etc. | ✅ Yes                   | Bring assets over to Solana         |

Let’s go through them:

#### I. **Buy SOL from a Centralised Exchange (CEX)**

If you're new to crypto or don’t yet have a wallet, buying SOL from a **major exchange** is the most straightforward option.

#### ✅ What you do:

1. **Create an account** on a centralised exchange (e.g., Binance).
2. **Buy SOL** using fiat (USD, EUR, etc.) or other cryptocurrencies.
3. **Withdraw SOL** to your **self-custodial Solana wallet** (e.g. Phantom) to interact with dApps like PancakeSwap.

***

#### II. **Swap for SOL / CAKE on PancakeSwap (DEX)**

Already using Solana? If you have tokens like **USDC** or **USDT** on the Solana network, you can swap them directly for SOL / CAKE using **PancakeSwap**.

{% hint style="success" %}
$**CAKE is now live on Solana - Token Address:** `4qQeZ5LwSz6HuupUu8jCtgXyW1mYQcNbFAW1sWZp89HL`
{% endhint %}

#### ✅ What you do:

* Connect your wallet on Solana to PancakeSwap.
* Go to the **Swap** page.
* Swap your Solana-based token into SOL.

> 🧠 Note: You’ll still need a small amount of SOL to pay for the swap itself. If you have zero SOL, use the CEX or bridge method first.

***

#### III. **Buy SOL Directly From a Wallet App**

Some wallets support **in-app crypto purchases** using Apple Pay, Google Pay, credit card, or other providers like MoonPay.

#### ✅ What you do:

1. Open your wallet.
2. Tap "Buy" or "Buy Crypto".
3. Select **SOL**.
4. Choose your payment method and follow the steps.

This is a user-friendly option for mobile-first users who want to skip setting up an exchange account.

***

#### IV. **Bridge SOL / CAKE from Another Blockchain**

Already have tokens on a different chain like **BNB Chain**, **Ethereum**, or **Base**? You can bring funds over to Solana using **bridging platforms**.

#### ✅ What you do:

1. Visit Pancakeswap's bridging site <https://pancakeswap.finance/bridge> or 3rd party bridging sites like: <https://stargate.finance/>
2. Select your token and the chain you’re sending from.
3. Choose **Solana** as your destination.
4. Complete the bridge and receive the bridged token in your Solana wallet.
5. Swap that token into **SOL** using PancakeSwap.

> 💡 Tips
>
> 1. CAKE is now available for direct bridging via Stargate, LayerZero and deBridge
> 2. You’ll need SOL to cover gas fees once you're on Solana. If you bridged USDC or similar, use PancakeSwap to convert a portion into SOL.

***

### 3. **Final Tip**

Every Solana action — from swapping to providing liquidity — **requires SOL for gas**. Always keep a little SOL in your wallet after each transaction to avoid getting stuck.


---

# 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://docs.pancakeswap.finance/welcome-to-pancakeswap/how-to-guides/get-started-sol/get-sol-cake-on-sol.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.
