> 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/huan-ying-lai-dao-wavesfunnynode-bang-zhu-ye-mian.md).

# 欢迎来到 WavesFunnyNode 帮助页面

## 欢迎来到 WavesFunnyNode 帮助中心

欢迎来到官方帮助中心，了解 **WavesFunnyNode（WFN）**。无论你是刚接触质押，还是长期支持者，本指南都将帮助你了解我们的独特功能和服务

### 快速链接

* [WavesFunnyNode 背后的理念？](/documentation/zh/guan-yu-wo-zi-ji/wavesfunnynode-bei-hou-de-li-nian.md)：了解我们的品牌形象、理念和愿景
* [如何质押并设置偏好](/documentation/zh/guides/ru-he-zhi-ya-bing-she-zhi-pian-hao.md)：快速入门指南，教你如何开始获得奖励
* [偏好支付](/documentation/zh/prefs/pian-hao-zhi-fu.md) **&** [偏好兑换](/documentation/zh/prefs/pian-hao-dui-huan.md)：了解如何自定义你的奖励和支付时间。
* [WavesFunny 治理](/documentation/zh/zhi-li/wavesfunny-zhi-li.md)：了解你如何参与关键节点决策
* [限制与规则](/documentation/zh/prefs/xian-zhi-yu-gui-ze.md)：必要的技术和运营细节

***

## 最常见的问题

<details>

<summary><strong>我什么时候会收到第一笔奖励？</strong></summary>

奖励按区块计算。等你的租约变为“成熟”后（1000 个区块后，约 17 小时），你的第一笔奖励就会出现。

</details>

<details>

<summary><strong>我可以随时更改我的支付间隔吗？</strong></summary>

可以，你可以随时更新链上偏好设置。更改将在下一个处理周期生效

</details>

<details>

<summary><strong>为什么我收到的是 WAVES，而不是我偏好的代币？</strong></summary>

如果兑换失败（例如由于流动性不足或价格波动），系统可以自动回退为向你发送 WAVES。这样可确保你始终安全地收到奖励

</details>

<details>

<summary><strong>租约有最低数量要求吗？</strong></summary>

没有严格的最低要求，但非常小的租约可能会导致奖励低于最低支付阈值

</details>

<details>

<summary><strong>我如何跟踪我的付款？</strong></summary>

所有付款都会记录在 Waves 区块链上。你还可以关注我们的 Telegram 频道，查看实时支付摘要

</details>

<details>

<summary><strong>如果我解除 WAVES 租赁会怎样？</strong></summary>

一旦你解除租赁，你将不再为任何新挖出的区块获得奖励。任何已累积的奖励 *在* 你解除租赁之前的，仍将在下一个周期支付

</details>

### 需要直接帮助吗？

如果你找不到想要的内容，我们的团队随时准备提供帮助！

* [**尽管放心提问，从最基础的步骤开始也可以**](https://t.me/wavesfunnynode)


---

# 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/huan-ying-lai-dao-wavesfunnynode-bang-zhu-ye-mian.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.
