> 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/ja/gabanansu/wavesfunnygabanansu.md).

# WavesFunnyガバナンス

## WavesFunnyガバナンス

**WavesFunnyガバナンス** は、WAVESのステーカーにノードの将来について本当の発言権を与えるオンチェーンシステムです。私たちは、ノードの方向性は運営者だけでなく、そのコミュニティによって形作られるべきだと考えています

### ガバナンス契約

すべての投票と提案は、以下を通じて管理されます。 **WF-WavesDAO** ガバナンス契約: `3PD2g7DBsnrk3idy7xBpTXEcGhPkw95L3x7`

### 仕組み

WFN V2での投票は完全に分散化されており、カストディなしです。 **あなたのWAVESは常にウォレットに残ります**、そしてあなたの投票力は、当ノードにステーク（リース）しているWAVESの量に直接比例します

#### ステーク加重投票

ステークが多いほど、最終決定に対するあなたの投票の影響は大きくなります。これにより、最もコミットしているコミュニティメンバーがプロジェクトの方向性に最も大きな影響力を持てるようになります

#### 非カストディアル & 安全

* **ロックインなし:** 資金を第三者のアカウントに送ることなく投票できます
* **管理:** 投票のためにあなたのWAVESが決して「ロック」されないため、いつでもアンリースしたり移動したりできます

{% hint style="warning" %}
**ステークパワー成熟:** ガバナンス操作を防ぐため、あなたの投票力（Stake Power）は、リースが以下の期間成熟した後にのみ有効になります **1,000ブロック** （約17時間）
{% endhint %}

### 投票できる内容

WavesFunnyガバナンスでは、以下を含む重要な意思決定に参加できます:

1. **ノード戦略:** どのエコシステムプロジェクトを支援または投資するかを決定する（例: WavesFunnyVCを通じて）
2. **報酬支払い:** 報酬分配の変更や新しいトークン統合への投票。
3. **新機能:** 新しい技術実装（「King of the Hill」機能など）の提案と決定
4. **コミュニティ施策:** イベント、マーケティング、またはコミュニティプロジェクトへノードのリソースを振り向ける

{% hint style="info" %}
**変更を提案しますか？** 誰でも新しいアイデアを提案することは歓迎されていますが、すべての提案はまず **WFNチームと協議し、合意を得る必要があります** 。それが正式にガバナンス契約へ送信される前提です。事前のチーム承認なしに提出された提案は、 **WF-Nodeガバナンス**
{% endhint %}

### ガバナンス機能

#### WavesDAO統合

私たちは積極的に **WavesDAO**に参加しており、ステーカーはより広いWavesエコシステムにおいてノードの利益をどのように代表するかに関与しています。私たちのガバナンスを通じて、ノードがWaves全体の提案に対してどのように投票するかに影響を与えることができます

### 参加方法

1. **ステークを維持:** WavesFunnyNodeへの有効なリース（`3P98uUFYSP3jRr76kUAeW96Vb2m4LZhrAAf`）がある限り、あなたは投票資格があります。
2. **提案を表示:** すべての決定と投票結果は、直接以下で確認できます。 [ガバナンスUI](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/ja/gabanansu/wavesfunnygabanansu.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.
