# How to Start Copy Farming

This guide walks you through copying a liquidity farming strategy in Real Farmer. The entire process takes just minutes.

## Prerequisites

Before you begin, make sure you have:

* A connected Solana wallet (Phantom, Solflare, or Backpack)
* SOL in your wallet for transaction fees
* The tokens required for the pool you want to enter (e.g., SOL and USDC for a SOL–USDC pool)

{% stepper %}
{% step %}

### Explore and Evaluate Strategies

Browse the Real Farmer leaderboard using the two available views:

* **Top Farmers:** Ranked by overall Creator performance across all their liquidity farming positions. Good for finding consistently profitable LPers.
* **Top Positions:** Ranked by individual position profitability. Good for finding the single best-performing strategy in a specific pool.

Click the arrow icon next to any row to expand the Creator's profile and see detailed position data including **pool pair, price range, fees earned, position age, and number of copiers**.
{% endstep %}

{% step %}

### Copy the Strategy

Once you've found a strategy you want to follow:

* **Click "Copy Strategy"** on the position you want to replicate. Byreal will pre-fill the same pool, price range, and configuration used by the Creator.
* **Enter your deposit amount.** Specify the amount of tokens you want to add as liquidity.
* **Review and confirm.** Check the position summary (pool, range, estimated fees), then confirm the transaction in your wallet.

That's it. Your new LP position is now live and linked to the Creator's strategy on the Real Farmer system.
{% endstep %}

{% step %}

### Track Your Position

After confirmation, your position will appear under **Portfolio → Current Position**. From there you can monitor your LP fees and Copy Bonus rewards in real time, and adjust or exit your position at any time based on market conditions.
{% endstep %}

{% step %}

### Claim Your Rewards

Copy Bonus rewards are calculated every minute and accumulate automatically. They are settled in weekly epochs every Monday, and become claimable starting the following Tuesday through to the next Tuesday (a 7-day window).&#x20;

Unclaimed bonuses expire after this window, so be sure to claim regularly.
{% endstep %}
{% endstepper %}


---

# 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.byreal.io/real-farmer/how-to-start-copy-farming.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.
