> 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/zhi-li/wavesfunny-zhi-li.md).

# WavesFunny 治理

## WavesFunny 治理

**WavesFunny 治理** 是一个链上系统，让 WAVES 质押者对节点的未来拥有真正的话语权。我们相信，节点的发展方向应由其社区塑造，而不只是由运营者决定

### 治理合约

所有投票和提案都通过 **WF-WavesDAO** 治理合约进行管理： `3PD2g7DBsnrk3idy7xBpTXEcGhPkw95L3x7`

### 运作方式

WFN V2 中的投票是完全去中心化且非托管的。 **你的 WAVES 始终保留在你的钱包中**，你的投票权与您质押（租赁）给我们节点的 WAVES 数量直接成正比

#### 按质押权重投票

你质押得越多，你的投票对最终决定的影响就越大。这确保了最投入的社区成员对项目方向拥有最大的影响力

#### 非托管且安全

* **无锁定：** 你无需将资金发送到第三方账户即可投票
* **控制权：** 由于你的 WAVES 从未因投票而被“锁定”，你仍可随时取消租赁或转移它们

{% hint style="warning" %}
**质押权成熟期：** 为防止治理操纵，你的投票权（质押权）只有在你的租赁成熟超过 **1,000 个区块** （约 17 小时）后才会生效
{% endhint %}

### 你可以投票的事项

WavesFunny 治理允许你参与关键决策，包括：

1. **节点策略：** 决定支持或投资哪些生态项目（例如，通过 WavesFunnyVC）
2. **奖励发放：** 对奖励分配变更或新代币集成进行投票。
3. **新功能：** 提出并决定新的技术实现（例如“山丘之王”功能）
4. **社区倡议：** 将节点资源用于活动、营销或社区项目

{% hint style="info" %}
**想提出变更？** 虽然鼓励每个人提出新想法，但所有提案首先必须 **与 WFN 团队讨论并获得同意** ，然后才能正式提交到治理合约。未经团队预先批准的提案不会被放入 **WF-Node 治理**
{% endhint %}

### 治理功能

#### WavesDAO 集成

我们积极参与 **WavesDAO**，而我们的质押者在我们如何代表节点利益参与更广泛的 Waves 生态系统中发挥作用。通过我们的治理，你可以影响节点如何对全球 Waves 提案投票

### 如何参与

1. **保持质押：** 只要你对 WavesFunnyNode（`3P98uUFYSP3jRr76kUAeW96Vb2m4LZhrAAf`）有有效租赁，你就有资格投票。
2. **查看提案：** 所有决策和投票结果都可直接在 [治理界面](https://app.wavesfunnynode.com/governance/WF-WavesDAO) 或通过合约数据查看
3. **投出你的票：** 签署一笔具有以下操作的链上交易：
   * **WfnWDAOvoteYes：** 支持一个提案
   * **WfnRetractWDAOvote：** 投下你的反对票

#### WF-WavesDAO 运营权限

为确保我们在更广泛的 Power.tech - WavesDAO 中参与的稳定性，WFN 保留以下权利：

* **WfnFinalWDAOVote：** 若不满足一致性或安全要求，可强制投票或取消提案。
* **紧急保护：** 这些操作仅用于确保我们的集体声音不会对节点或其质押者造成伤害


---

# 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/zhi-li/wavesfunny-zhi-li.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.
