> 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/portuguese-brazilian/ganhar/yield-farming/solana-farming.md).

# Farming na Solana

## Como Usar os Farms no PancakeSwap SOL V3

O farming permite que você ganhe recompensas adicionais além das taxas padrão de provedor de liquidez (LP) quando você fornece liquidez para pools elegíveis. Veja como começar em: <https://solana.pancakeswap.finance/liquidity-pools/>

{% hint style="warning" %}
**Nota:** As imagens mostradas neste guia são apenas para fins ilustrativos e podem não refletir dados em tempo real ou estatísticas atuais de farming.
{% endhint %}

***

### 1. Filtre para Ver os Farms

* Na página **Pool List**, ative o filtro **"Show Farm only"** para exibir apenas os pools que oferecem recompensas de farming.

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

### 2. Veja o Detalhamento do APR

* **Passe o mouse** ou **clique** no APR exibido ao lado de um pool.
* Um detalhamento aparecerá mostrando:

  * Recompensas LP de taxas de negociação.
  * Recompensas adicionais de incentivos de farming.
  * Uma **recompensa semanal estimada** em tokens para esse 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. Comece a Ganhar Recompensas de Farming

* Basta **adicionar liquidez** a um pool que tenha farming habilitado.
* Assim que você tiver uma posição **ativa (dentro do intervalo)**:
  * Você começará a ganhar recompensas de farming **automaticamente quando swaps ocorrerem**.
  * **Não é necessário fazer Staking do seu LP NFT** — as recompensas acumulam diretamente na sua posição.

### 4. Acompanhe Suas Recompensas

* Navegue até a página **"My Positions"** para visualizar suas:
  * Posições LP ativas.
  * Recompensas de farming acumuladas para cada posição.

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

### 5. Reivindicando Suas Recompensas

* **Clique em "Harvest"** em uma posição para colher tanto:
  * Recompensas LP (de taxas de negociação)
  * Recompensas de tokens de farming (se aplicável)
* Use **"Harvest All"** para coletar recompensas de **todas as posições ativas** em uma única transação.

<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/portuguese-brazilian/ganhar/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.
