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

# Pref支払い

## Pref 支払いと間隔

WFN V2 では、ステーカーが報酬を受け取る主な方法が2つあります: **設定** と **支払い**

### ノードアドレス

ステーキングを開始するには、以下のアドレスに WAVES をリースしてください: \
[3P98uUFYSP3jRr76kUAeW96Vb2m4LZhrAAf](https://w8.io/3P98uUFYSP3jRr76kUAeW96Vb2m4LZhrAAf)

### 1. 設定

オンチェーン設定を行っているアクティブユーザーであれば、支払いスケジュールをカスタマイズできます

* **カスタム間隔:** 独自の支払い間隔を設定できます（例: 500ブロックごと、または10,000ブロックごと）
* **継続処理:** 当社の「Preferences Engine」は4分ごとに実行され、支払い対象のユーザーがいるか確認します
* **その時が来るとどうなりますか？**
  1. エンジンがあなたの総報酬（WAVES、LP、UNIT）を計算します
  2. 必要に応じて、リクエストしたスワップを実行します（参照 [Prefスワップ](/documentation/ja/prefs/prefsuwappu.md))
  3. すべての報酬を1つの効率的なトランザクションにまとめ、あなたのウォレットに送信します

### 2. 支払い

特定の設定をしていないユーザー（デフォルト）にも、報酬は自動的に配布されます

* **週間サイクル:** WAVES、LP、UNIT の一括支払いは通常、週に1回行われます
* **効率性:** Waves `WFNpayoutsMulti` トランザクションを使用して、多数のユーザーに同時に報酬を送信し、ブロックチェーン手数料を最小限に抑えます

{% hint style="info" %}
**対応不要:** ルール変更により設定が古くなっていても問題ありません。設定時間がルール外であっても、デフォルトで受け取れます
{% endhint %}

設定は、 `setPrefs` 関数を使用したオンチェーン操作です。これにより、3つのトークンペア、対象の受取ウォレット、希望する支払い間隔を指定できます。

#### 設定と監視

設定関連のすべての構成は、以下のアドレスで保存・管理されています: [3PMGwbhVG6LiQvM4WKHECs6CG1dmWXx3Hgd](https://w8.io/3PMGwbhVG6LiQvM4WKHECs6CG1dmWXx3Hgd)

このアドレスでは、次のような重要な設定を管理しています:

* **最小/最大期間:** 許可される支払い時間範囲。
* **許可トークン:** 報酬スワップに利用できるトークン。
* **AllowedFrom トークン:** スワップ元の元トークン
* **最小期間:** 100ブロック（約1.7時間）。
* **最大期間:** 50,000ブロック（約35日）。
* **自動再試行:** 支払いトランザクションが失敗した場合（例: 一時的なネットワーク混雑）、システムは次のサイクルで自動的に再試行するか、フォールバックを使用します）

### Pref 手数料（より良いレートを得る）

当ノードは、インフラと自動サービスを維持するために少額の手数料をいただいていますが、長期的な利用と大規模参加には報いるべきだと考えています。

* **標準手数料:** 通常10%（詳細は「制限とルール」を参照）
* **優遇手数料:** 長期ステーカー、パートナー、大規模参加者の方は、標準レートより大幅に低いカスタム手数料を利用できます。

{% hint style="info" %}
**もっと良い手数料をご希望ですか？** 私たちは、献身的なコミュニティメンバー向けの個別条件について、いつでもご相談を受け付けています。Telegram で直接ご連絡ください <https://t.me/wavesfunny> 優遇手数料の設定を行います
{% endhint %}

**手数料はどこに使われますか？** 手数料は、サーバー費用、セキュリティ保守、継続的なバックエンド開発、そして WavesFunny エコシステムの拡大に充てられます

***

*収益を最大化するために、制限、ルール、成熟条件を理解しましょう。*


---

# 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/prefi.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.
