> 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/italian/benvenuto-su-pancakeswap/how-to-guides/get-started-sol/get-sol-cake-on-sol.md).

# Ottieni SOL / CAKE su SOL

### 1. **Perché hai bisogno di SOL**

SOL è il **token nativo** della blockchain Solana. Ne avrai bisogno per:

* **Pagare le commissioni di gas** per qualsiasi transazione (Swap, aggiunta di Liquidità ecc.)
* **Creare e gestire posizioni V3** su PancakeSwap
* **Interagire con qualsiasi dApp Solana**

Pensa a SOL come al "carburante" che alimenta tutte le azioni sulla rete Solana — proprio come ETH su Ethereum o BNB su BNB Smart Chain. Senza SOL nel tuo portafoglio, non potrai fare nulla on-chain, anche se possiedi già altri token.

***

### 2. **Principali Modi per Ottenere SOL**

Ci sono **quattro principali modi** per ottenere SOL, a seconda del tuo punto di partenza e delle tue preferenze.

| Metodo                               | Ideale per                                           | Richiede un Portafoglio?      | Note                                      |
| ------------------------------------ | ---------------------------------------------------- | ----------------------------- | ----------------------------------------- |
| **Exchange Centralizzati (CEX)**     | Principianti o utenti che acquistano con valuta fiat | ✅ Sì (per accedere alle dApp) | Punto di accesso più comune               |
| **PancakeSwap (DEX)**                | Utenti nativi DeFi con token già su Solana           | ✅ Sì                          | Scambia direttamente in SOL               |
| **Acquista tramite App Portafoglio** | Utenti mobile-first                                  | ✅ Sì                          | Alcuni portafogli offrono acquisti in-app |
| **Bridge da un'altra Chain**         | Utenti con fondi su Ethereum, BNB Chain, Base, ecc.  | ✅ Sì                          | Porta asset su Solana                     |

Vediamoli uno per uno:

#### I. **Acquista SOL da un Exchange Centralizzato (CEX)**

Se sei nuovo nel mondo delle crypto o non hai ancora un portafoglio, acquistare SOL da un **exchange principale** è l'opzione più semplice.

#### ✅ Cosa fare:

1. **Crea un account** su un Exchange Centralizzato (es. Binance).
2. **Acquista SOL** usando valuta fiat (USD, EUR, ecc.) o altre criptovalute.
3. **Preleva SOL** nel tuo **portafoglio Solana self-custodial** (es. Phantom) per interagire con dApp come PancakeSwap.

***

#### II. **Scambia per SOL / CAKE su PancakeSwap (DEX)**

Stai già usando Solana? Se hai token come **USDC** o **USDT** sulla rete Solana, puoi scambiarli direttamente per SOL / CAKE usando **PancakeSwap**.

{% hint style="success" %}
$**CAKE è ora disponibile su Solana - Indirizzo Token:** `4qQeZ5LwSz6HuupUu8jCtgXyW1mYQcNbFAW1sWZp89HL`
{% endhint %}

#### ✅ Cosa fare:

* Connetti il tuo portafoglio su Solana a PancakeSwap.
* Vai alla pagina **Swap**.
* Scambia il tuo token su Solana in SOL.

> 🧠 Nota: Avrai ancora bisogno di una piccola quantità di SOL per pagare lo Swap stesso. Se hai zero SOL, usa prima il metodo CEX o bridge.

***

#### III. **Acquista SOL Direttamente da un'App Portafoglio**

Alcuni portafogli supportano **acquisti crypto in-app** tramite Apple Pay, Google Pay, carta di credito o altri provider come MoonPay.

#### ✅ Cosa fare:

1. Apri il tuo portafoglio.
2. Tocca "Acquista" o "Acquista Crypto".
3. Seleziona **SOL**.
4. Scegli il tuo metodo di pagamento e segui i passaggi.

Questa è un'opzione facile da usare per gli utenti mobile-first che vogliono evitare di configurare un account su un exchange.

***

#### IV. **Bridge SOL / CAKE da un'altra Blockchain**

Hai già token su un'altra chain come **BNB Chain**, **Ethereum** o **Base**? Puoi portare fondi su Solana usando **piattaforme di Bridging**.

#### ✅ Cosa fare:

1. Visita il sito di Bridging di PancakeSwap <https://pancakeswap.finance/bridge> o siti di bridging di terze parti come: <https://stargate.finance/>
2. Seleziona il tuo token e la chain da cui stai inviando.
3. Scegli **Solana** come destinazione.
4. Completa il bridge e ricevi il token bridged nel tuo portafoglio Solana.
5. Scambia quel token in **SOL** usando PancakeSwap.

> 💡 Suggerimenti
>
> 1. CAKE è ora disponibile per il bridging diretto tramite Stargate, LayerZero e deBridge
> 2. Avrai bisogno di SOL per coprire le commissioni di gas una volta su Solana. Se hai fatto il bridge di USDC o simili, usa PancakeSwap per convertire una parte in SOL.

***

### 3. **Consiglio Finale**

Ogni azione su Solana — dallo Swap alla fornitura di Liquidità — **richiede SOL per il gas**. Mantieni sempre un po' di SOL nel tuo portafoglio dopo ogni transazione per evitare di rimanere bloccato.


---

# 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/italian/benvenuto-su-pancakeswap/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.
