> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/jp/gakushu/staking/staking-hoshu.md).

# Staking 報酬

## Staking 報酬とは？

Staking 報酬とは、staking プールコントラクトに CHZ をロックまたは stake しているウォレットが受け取る報酬を指します。CHZ のロックまたは staking は、チェーンの governance に不可欠な構成要素です。

Staking 報酬は、各ブロックでインフレーションにより発行される CHZ と、トランザクションを優先的に処理してもらうためにユーザーが支払うチップ（tip）から生まれます。つまり、あるブロックに 50CHZ 相当のインフレーションと 50CHZ 相当の優先手数料が含まれている場合、それらの CHZ はチェーンの governance に参加している staker（Validator および Delegator）への報酬として使われます。

{% hint style="info" %}
あなたの報酬は、stake している CHZ に複利として加算されます。

このように、報酬がさらに多くの報酬を生み出すことになります。
{% endhint %}

## 各ブロックの手数料はどのように報酬として分配されるのか？

各ブロックで集められた手数料は、以下のように分配されます。

* ブロック内の総手数料のうち 35% はネットワークが取得し、チェーンへ再投資されます。この 35% は以下のように分割されます。
  * **Community Vault、$CHZ LP、および Shared Security Restaking 報酬（可能性あり）: 10%**

    この配分は、コミュニティの参加とエコシステムの流動性を支援することを目的としています。Chiliz Chain ネイティブの DEX における流動性プールへの参加や、その他のコミュニティ主導の取り組みへのインセンティブの原資となり、Chiliz Chain を中心とした活気あるエコシステムを育みます。これは、Chiliz Chain 内における堅牢な DeFi 環境の発展を促すために不可欠であり、その長期的な競争力と魅力にとって極めて重要です。
  * **Ecosystem and Operational（E\&O）分配: 25%**\
    E\&O 分配は、Chiliz Chain に関連する継続的な開発、マーケティング、運用費用に充てられます。これにより、プラットフォームとそのエコシステムの持続的な成長が確保され、イノベーション、エコシステム支援、アウトリーチ、そしてエコシステムパートナーシップの継続的な拡大に必要な費用がまかなわれます。これらは関連性を維持し、普及を推進するために不可欠です。
* ブロック内の総手数料のうち 65% は validator が保持し、その validator ノードに staking している delegator へと続いて分配されます。

{% hint style="info" %}
**シナリオ例**

あるブロックに 100 CHZ の報酬があり、validator が 10,000,000 CHZ を self-stake し、さらに多数の delegator から 10,000,000 CHZ を委任されているとします。validator は手数料率（commission rate）を 10% に設定しています。報酬は以下のように分配されます。

* 35% はネットワークに残ります（35% \* 100 CHZ = 35 CHZ）
* 65% は validator に渡ります（65% \* 100 CHZ = 65 CHZ）。両者が同じ量を staking しているため、この 65 CHZ はさらに validator へ 50%、delegator へ 50% に分割されます。次に、delegator の取り分から手数料率を差し引く必要があります。つまり、

  * Delegator の取り分: 50% \* 65 CHZ = 32.5 CHZ - 10% = 29.25 CHZ
  * Validator の取り分: 50% \* 65 CHZ = 32.5 CHZ + 10% = 35.75 CHZ

  Delegator の取り分は、その validator のすべての delegator に対して、現在 staking している量に基づいて公平に分配されます。
  {% endhint %}

2025 年 10 月の Snake8 ハードフォーク 以降、ブロックの作成は順番制ではなくなりました。代わりに、各 Validator が次のブロックを作成するために選ばれる確率を持ちます。\
この確率は、その validator に staking されている CHZ の量によって重み付けされます。staking されている CHZ が多いほど、ブロックを作成しその関連手数料を獲得するために選ばれる可能性が高くなります。

Validator は、自身が validate した 1 ブロックの手数料を保持します。

## Validator 手数料（Commission Fee）

Validator 手数料とは、すべての delegator 報酬の取り分から差し引かれる手数料です。これは、validator がサービス（すなわち validator ノードの運用）を提供し、delegator がその手間を負わずに済むようにしているために、validator が受け取る手数料です。

したがって、delegator が 20 CHZ を保持し、手数料率が 10% である場合、2 CHZ が validator に残り、残りは delegator 間で分配されます。


---

# 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:

```
GET https://docs.chiliz.com/jp/gakushu/staking/staking-hoshu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
