> For the complete documentation index, see [llms.txt](https://help.wavesfunnynode.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.wavesfunnynode.com/documentation/zh/prefs/pian-hao-zhi-fu.md).

# 偏好支付

## 首选支付与间隔

WFN V2 为质押者提供两种接收奖励的主要方式： **偏好设置** 和 **支付**

### 节点地址

要开始质押，请将你的 WAVES 租赁到以下地址： \
[3P98uUFYSP3jRr76kUAeW96Vb2m4LZhrAAf](https://w8.io/3P98uUFYSP3jRr76kUAeW96Vb2m4LZhrAAf)

### 1. 偏好设置

如果你是已在链上设置偏好的活跃用户，你可以自定义你的支付计划

* **自定义间隔：** 你可以设置自己的支付间隔（例如，每 500 个区块或每 10,000 个区块）
* **持续处理：** 我们的“偏好引擎”每 4 分钟运行一次，检查是否有用户到了支付时间
* **到了时间会发生什么？**
  1. 引擎会计算你的总奖励（WAVES、LP、UNIT）
  2. 它会执行你请求的任何兑换（见 [偏好兑换](/documentation/zh/prefs/pian-hao-dui-huan.md))
  3. 它会将你的所有奖励打包成一笔高效交易并发送到你的钱包

### 2. 支付

对于未设置特定偏好的用户（默认），奖励仍会自动分发

* **每周周期：** WAVES、LP 和 UNIT 的批量支付通常每周进行一次
* **效率：** 我们使用 Waves `WFNpayoutsMulti` 交易一次性向许多用户发送奖励，从而尽量减少区块链费用

{% hint style="info" %}
**无需操作：** 如果由于规则变更导致你的偏好已过时，也没问题——即使偏好时间超出规则，你仍会按默认方式收到奖励
{% endhint %}

设置偏好是一项链上操作，使用 `setPrefs` 函数。这允许你指定 3 对代币、一个目标接收钱包，以及你期望的支付间隔。

#### 配置与监控

所有与偏好相关的配置都存储并由以下地址管理： [3PMGwbhVG6LiQvM4WKHECs6CG1dmWXx3Hgd](https://w8.io/3PMGwbhVG6LiQvM4WKHECs6CG1dmWXx3Hgd)

此地址维护以下关键设置：

* **最小/最大周期：** 允许的支付时间范围。
* **允许的代币：** 哪些代币可用于奖励兑换。
* **允许来源代币：** 兑换的原始来源代币
* **最小周期：** 100 个区块（约 1.7 小时）。
* **最大周期：** 50,000 个区块（约 35 天）。
* **自动重试：** 如果支付交易失败（例如由于临时网络拥堵），系统将在下一轮自动重试或使用回退机制）

### 偏好佣金（获得更好的费率）

虽然我们的节点会收取少量佣金以维持基础设施和自动化服务，但我们相信应奖励忠诚用户和大规模参与者。

* **标准费用：** 通常为 10%（详见“限制与规则”）
* **优惠费用：** 如果你是长期质押者、合作伙伴或大规模参与者，你可以享受显著低于标准费率的自定义费率结构。

{% hint style="info" %}
**想要更好的佣金？** 我们始终愿意与我们忠实的社区成员讨论自定义条款。请通过 Telegram 直接联系我们： <https://t.me/wavesfunny> 以设置你的优惠佣金
{% endhint %}

**费用去哪了？** 佣金用于覆盖服务器成本、安全维护、持续的后端开发，以及 WavesFunny 生态系统的扩展

***

*了解限制、规则和成熟度，以最大化你的收益。*


---

# 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://help.wavesfunnynode.com/documentation/zh/prefs/pian-hao-zhi-fu.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.
