> 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：** 1 wavelet（0.00000001 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.
