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

# Staking について

## Staking

Staking は Chiliz Chain の consensus mechanism に不可欠な要素です。CHZ を wallet に保有することで、Chiliz の運用をサポートし、トランザクションを保護し、blockchain の整合性を維持します。

参加者は報酬（追加の CHZ）を獲得し、これがネットワークの安定性に貢献するためのモチベーションとなります。\
また、stake 全体のプールに占める自分の stake の割合に応じて、さまざまな機会も得られます。その機会には、トランザクションの validate、より多くのブロックの作成、そして validator になることが含まれます。

## Validator と delegator

Chiliz Chain の consensus mechanism には、Validator と Delegator という 2 つの役割があります。

[defining-validators-and-delegators.md](/jp/gakushu/validator/validator-delegator-towa.md)

Validator は通常、ノードを提供することで Chiliz Chain に貢献しネットワークをサポートしたいと考える大規模なプレイヤーであり、そのノードがチェーン上で作成される新しいブロックを validate します。その見返りとして、彼らは自分の stake に相当する投票権を得ます。

Delegator は、自分の CHZ を validator の stake の一部として stake することを選ぶ、より一般的なクリプトファンです。彼らは自分の CHZ を validator に「委任（delegate）」し、その投票に頼ります。\
このシステムのおかげで、Chiliz Chain の governance に参加し、Chiliz の活動をサポートすることが容易になります。

**あなたも CHZ を stake することで報酬を獲得できます！**\
CHZ を validator に stake することで、あなたはいわゆる「delegator」になります。あなたは自分の CHZ を validator に\_委任（delegate）\_し、その validator はより多くの CHZ を stake してより多くの報酬を獲得できるようになります。

[stake-your-chz.md](/jp/gakushu/staking/stake-chz.md)

{% hint style="info" %}
stake はいつでも引き出すことができます。\
ただし、報酬を請求できるようになるまでには、2 つの完全な epoch（約 3 日間）の期間があります。
{% endhint %}

[unstake-your-chz.md](/jp/gakushu/staking/unstake-chz.md)

## Chiliz governance

Chiliz Chain は Proof of Staked Authority（PoSA）governance と、gas 手数料の削減とブロック作成時間の短縮に役立つ堅牢な validator 構造に依拠しています。

PoSA consensus によって統治される blockchain では、ネットワークの validator がネットワークへの提案された変更（「proposal」と呼ばれます）に投票できます。投票できるのは active な validator のみで、proposal が可決されるには ⅔ の consensus が必要です。

Proposal は 7 日間オープンになります。その間に consensus に達しなかった場合、proposal は可決されません。特定の validator によって stake および／または delegate された CHZ が多いほど、その validator の投票権は大きくなり、その投票はより大きな影響力を持つようになります。

Chiliz Governance サイトでは、validator がまだ投票中、または実行待ちの active／open な proposal を含む、[proposal の履歴](https://governance.chilizchain.com/governance)を確認できます。

## Chiliz staking: 報酬の内訳

チェーン上で CHZ を stake すると、ブロックごとにインフレされる量に基づく報酬、およびユーザーがトランザクションで支払う優先手数料に基づく報酬を獲得します。validator がブロックを作成すると、これらの報酬を受け取り、それに応じて分配します。

報酬は次のように分けられます。

* Validator は報酬の 65% を受け取ります。これはその特定の validator の delegator と分配されます。
* 残りの 35% の報酬は、Chiliz Chain ネットワークの維持と成長を支援するために投資されます。

詳細はこちら：

[staking-rewards.md](/jp/gakushu/staking/staking-hoshu.md)


---

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