> 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/prefs/torru.md).

# 制限とルール

## 制限、ルールと成熟度

健全で持続可能なノードのため、WFN V2 は一連の厳格なルールと運用上の制限に従います。これらを理解することで、報酬配分に関する期待値を適切に管理するのに役立ちます

### 1. 1000ブロックの成熟ルール

**これは何ですか？** リースは、次の期間アクティブであった後にのみ「成熟」と見なされ、報酬の対象になります **1000ブロック** （約17時間）

**なぜですか？** このルールは、「報酬ジャンプ」（ユーザーがブロックが採掘される直前にリースし、その直後に解除すること）を防ぎます。これにより、ノードのセキュリティに貢献する長期ステーカーのみが報酬を受け取れるようになります

**継続リース：** 古いリースをキャンセルして同じブロックで新しいリースを開始した場合、システムはこれを「継続リース」として検出できます。成熟度は失われず、旧リースと新リースの少ない方の金額を基準に報酬を継続して獲得できます。

### 2. 支払い間隔と制限

設定を行う際は、次の範囲内に収める必要があります：

* **最小間隔：**&#x20;
  * *例：100ブロックに設定すると、約1.7時間ごとに報酬を受け取ります*
* **最大間隔：**&#x20;
  * *例：10,000ブロックに設定すると、約7日ごとに報酬を受け取ります。*
* **デフォルト：** 間隔を設定していないユーザーには毎週支払われます

### 3. ノード手数料（コミッション）

ノード手数料は差し引かれます *前に* 報酬が比例配分されます。

* **WAVES：** 10%
* **LPトークン：** 10%
* **UNITトークン：** 10%

{% hint style="info" %}
これらは標準手数料です。特定のノード設定やプロモーションに応じて変動する場合があります
{% endhint %}

### 4. 最低支払額

ネットワーク手数料を節約するため、システムは最低支払額を設けています：

* **WAVES：** 900000 wavelet（0.009 WAVES）
* **トークンスワップ：** 報酬が小さすぎてスワップを実行できない場合は、残高が増えるまで保留されるか、元のトークンで支払われます

### 5. セキュリティと2FA

WFN V2 のすべての支払い取引は、次によって保護されています： **マルチシグネチャ（2FA）** プロセス。2つの異なる管理者キーが各支払いに承認署名を行う必要があり、報酬が常に安全かつ正しく処理されることが保証されます


---

# 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/prefs/torru.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.
