# How to Create an LP Strategy

Any user who opens a liquidity farming position on Byreal can become a Real Farmer. Your position automatically appears on the Real Farmer leaderboard, and other users can start copying it immediately.

{% stepper %}
{% step %}

### View and Select a Liquidity Pool

Navigate to the Real Farmer page and click "+ Create My Strategy." Then, select an option from the available liquidity pools and click "Add Liquidity" to deploy your strategy.
{% endstep %}

{% step %}

### Set Your Price Range and Liquidity

Once you've chosen a pool, you can then configure your concentrated liquidity position.

* Choose your desired price range
* Deposit your tokens
* Set any automated tools (Auto-Compound, TP/SL, Rebalancing) you want to use
* Review your position details and confirm in your wallet

Once the transaction is confirmed, your position is live and visible on the leaderboard.
{% endstep %}

{% step %}

### Attract Followers and Grow Your Crew

Share your Real Farmer profile link on X, Discord, Telegram, and any other channels. As users copy your strategy, you'll start earning referral rewards (5% of their LP fees) and your yield boost will increase.
{% 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-create-copy-farming-strategy.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.
