# 如何创建LP策略

{% stepper %}
{% step %}

### 步骤 1：查看并选择资金池

导航到 Real Farmer 页面，点击「+ 创建我的策略」。然后，从可用的流动性资金池中选择一个选项，点击「添加流动性」部署您的策略。
{% endstep %}

{% step %}

### 步骤 2：设置价格范围和流动性

选择资金池后，配置您的集中流动性仓位：

* 选择您期望的价格范围
* 存入代币
* 设置您要使用的自动化工具（自动复投、止盈/止损、再平衡）
* 查看仓位详情并在钱包中确认

交易确认后，您的仓位已上线并在排行榜上可见。
{% endstep %}

{% step %}

### 步骤 3：吸引跟随者，扩大您的团队

在 X、Discord、Telegram 和其他渠道分享您的 Real Farmer 个人链接。随着用户复制您的策略，您将开始赚取推荐奖励（其 LP 手续费的 5%），您的收益加成也会增加。
{% 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/zh-my/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.
