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

# Фарминг на Solana

## Как использовать Фермы на PancakeSwap SOL V3

Фарминг позволяет тебе зарабатывать дополнительные вознаграждения поверх стандартных комиссий поставщика ликвидности (LP) при предоставлении ликвидности в подходящие пулы. Вот как начать: <https://solana.pancakeswap.finance/liquidity-pools/>

{% hint style="warning" %}
**Примечание:** Изображения в этом руководстве приведены исключительно в иллюстративных целях и могут не отражать данные в реальном времени или текущую статистику фарминга.
{% endhint %}

***

### 1. Отфильтруй для просмотра Ферм

* На странице **Pool List** включи фильтр **«Show Farm only»**, чтобы отображать только пулы с вознаграждениями от фарминга.

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

### 2. Просмотри разбивку APR

* **Наведи курсор** или **нажми** на APR, отображаемый рядом с пулом.
* Появится разбивка, показывающая:

  * Вознаграждения LP от торговых комиссий.
  * Дополнительные вознаграждения от стимулов фарминга.
  * **Расчётное еженедельное вознаграждение** в токенах для этого пула.

  <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. Начни получать вознаграждения от фарминга

* Просто **добавь ликвидность** в пул с включённым фармингом.
* Как только у тебя будет **активная (в диапазоне)** позиция:
  * Ты начнёшь получать вознаграждения от фарминга **автоматически при совершении обменов**.
  * **Не нужно стейкать NFT LP** — вознаграждения начисляются непосредственно на позицию.

### 4. Отслеживай свои вознаграждения

* Перейди на страницу **«My Positions»** для просмотра:
  * Активных LP-позиций.
  * Накопленных вознаграждений от фарминга для каждой позиции.

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

### 5. Получение вознаграждений

* **Нажми «Harvest»** на позиции для получения:
  * Вознаграждений LP (от торговых комиссий)
  * Вознаграждений токенами фарминга (если применимо)
* Используй **«Harvest All»** для получения вознаграждений от **всех активных позиций** в одной транзакции.

<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/russian/zarabotok/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.
