# 如何开始复制挖矿

本指南将带您完成在 Real Farmer 中复制流动性挖矿策略的过程。整个过程仅需几分钟。

{% hint style="info" %}
开始之前，请确保您有：

* 已连接的 Solana 钱包（Phantom、Solflare 或 Backpack）
* 钱包中有 SOL 用于交易费用
* 您要进入的资金池所需的代币（例如 SOL-USDC 资金池需要 SOL 和 USDC）
  {% endhint %}

{% stepper %}
{% step %}

### 浏览和评估策略

通过两种视图浏览 Real Farmer 排行榜：

* **最佳 Farmer：** 按创建者在所有流动性挖矿仓位中的综合表现排名。适合寻找持续盈利的 LP。
* **最佳仓位：** 按单个仓位盈利能力排名。适合在特定资金池中寻找表现最佳的单一策略。

点击任意行旁边的箭头图标展开创建者的资料，查看详细仓位数据，包括资金池对、价格范围、已赚手续费、仓位时长和复制数。
{% endstep %}

{% step %}

### 复制策略

找到您想关注的策略后：

* **点击「复制策略」**——Byreal 将预填创建者使用的相同资金池、价格范围和配置。
* **输入存入金额**——指定您要作为流动性添加的代币数量。
* **查看并确认**——检查仓位摘要（资金池、范围、预估手续费），然后在钱包中确认交易。

就这样。您的新 LP 仓位现已上线，并在 Real Farmer 系统中链接到创建者的策略。
{% endstep %}

{% step %}

### 跟踪您的仓位

确认后，您的仓位将出现在「投资组合 → 当前仓位」下。您可以实时监控 LP 手续费和复制奖励，并根据市场情况随时调整或退出仓位。
{% endstep %}

{% step %}

### 领取奖励

复制奖励每分钟计算一次，自动累积。结算和领取规则：

* 每周一结算
* 从次周二开始可领取
* 领取窗口为 7 天（周二至下周二）

未领取的奖励在窗口关闭后过期，请务必每周领取。
{% 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-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.
