> 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/guadagna/yield-farming/solana-farming.md).

# Farming su Solana

## Come usare i Farm su PancakeSwap SOL V3

Il Farming ti permette di guadagnare ricompense aggiuntive oltre alle commissioni standard del fornitore di Liquidità (LP) quando fornisci Liquidità a Pool idonei. Ecco come iniziare tramite: <https://solana.pancakeswap.finance/liquidity-pools/>

{% hint style="warning" %}
**Nota:** Le immagini mostrate in questa guida sono solo a scopo illustrativo e potrebbero non riflettere dati in tempo reale o statistiche di farming attuali.
{% endhint %}

***

### 1. Filtra per visualizzare i Farm

* Nella pagina **Lista Pool**, attiva il filtro **"Mostra solo Farm"** per visualizzare solo i Pool che offrono ricompense di farming.

  <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%281%29.png" alt=""><figcaption></figcaption></figure>

### 2. Visualizza il dettaglio dell'APR

* **Passa il cursore** o **clicca** sull'APR visualizzato accanto a un Pool.
* Apparirà un dettaglio che mostra:

  * Ricompense LP dalle commissioni di trading.
  * Ricompense aggiuntive dagli incentivi di farming.
  * Una **ricompensa settimanale stimata** in token per quel Pool.

  <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%281%29%20%284%29.png" alt=""><figcaption></figcaption></figure>

### 3. Inizia a guadagnare ricompense di farming

* Semplicemente **aggiungi Liquidità** a un Pool che ha il farming abilitato.
* Una volta che hai una posizione **attiva (in range)**:
  * Inizierai a guadagnare ricompense di farming **automaticamente quando avvengono Swap**.
  * **Non è necessario mettere in Staking il tuo LP NFT** — le ricompense si accumulano direttamente sulla tua posizione.

### 4. Monitora le tue ricompense

* Vai alla pagina **"Le mie posizioni"** per visualizzare:
  * Le posizioni LP attive.
  * Le ricompense di farming accumulate per ogni posizione.

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%28415%29.png" alt=""><figcaption></figcaption></figure>

### 5. Riscuotere le tue ricompense

* **Clicca "Harvest"** su una posizione per raccogliere sia:
  * Le ricompense LP (dalle commissioni di trading)
  * Le ricompense in token del farming (se applicabile)
* Usa **"Harvest All"** per raccogliere le ricompense da **tutte le posizioni attive** in un'unica transazione.

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%28416%29.png" alt=""><figcaption></figcaption></figure>


---

# 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/guadagna/yield-farming/solana-farming.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.
