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

# Chiliz Staking FAQ

## staking 報酬はどのくらいの頻度で支払われますか？

報酬は epoch が経過するたびにあなたの CHZ stake へ複利として加算（「積み上げ」）されます。epoch は Chiliz Chain Mainnet 上で 28,800 ブロック（おおよそ 24 時間）です。厳密には、報酬はブロックが経過するたびに支払われ、Staking dApp 上では epoch ごとに 1 回（≈ 1 日に 1 回）更新されます。

[Chiliz Staking dApp](https://app.chilizchain.com/staking) では、あなたの staked CHZ には、あなたが stake した CHZ の合計額と、それ以降に獲得した staking 報酬の両方が含まれます。staked 残高は毎日更新されます。

なお、Staking dApp に表示される金額はリアルタイムではなく、epoch ごとに 1 回更新される点に注意してください。

## 報酬はすぐに発生し始めますか？

はい、報酬は staking 後、undelegate / unstake するまで毎日発生します。

## 報酬を請求するにはどうすればよいですか？

CHZ を請求するには、まずそれらを unstake する必要があり（最大 3 日 / 2 つの完全な epoch / 86,400 ブロックかかります）、その後に請求します。

[Chiliz Staking dApp](https://app.chilizchain.com/staking) における「Pending CHZ」とは、unstake の処理中にあるトークンを指し、これには最大 3 日（少なくとも 86,400 ブロック）かかります。この期間の経過後、あなたの CHZ は請求可能になります。

## 報酬を請求するにはどのくらい待つ必要がありますか？

staked CHZ の unstake をリクエストした時点から、それらを請求できる時点までの間に、86,400 ブロック（最大 3 日）待つ必要があります。これは「cooling period」または「cooldown period」と呼ばれます。

## 報酬は私の stake と複利で運用されますか？

はい、報酬はあなたの stake に加算されます。このようにして、報酬自体がさらに多くの報酬をもたらすことができます。

## 報酬はどこで確認できますか？

報酬はあなたの staked CHZ に複利として加算されます。

## Ledger から stake できますか？

はい、Ledger から CHZ を stake できます。[こちらをご覧ください](/jp/gakushu/staking/stake-chz.md#staking-your-chz-from-your-ledger)。

## コミッション率のパーセンテージは、Chiliz Staking dApp に表示される APY から差し引かれていますか？

はい、validator のコミッション手数料は、dApp に表示される算出済みの APY パーセンテージから差し引かれています。

## unstaking に必要な分を確保するため、ウォレットにどれくらいの CHZ を残しておくのが望ましいですか？

ごくわずかで十分です。5〜10 CHZ あれば請求トランザクションの gas をまかなえるはずです。

## CHZ を stake する validator はどのように選べばよいですか？

私たちが、あなたの CHZ を誰に預けるべきかを指示することは決してありません。それを決めるのはあなた自身です。

[こちらに役立つアドバイスがあります](/jp/gakushu/staking/stake-chz.md#staking-your-chz-to-a-validator)。

## validator がミスをした場合のリスクは何ですか？

唯一のリスクは、validator が 12 時間以上オフラインになることです。これにより、ペナルティとして epoch の報酬が削除され、validator が自身の CHZ を引き出すことを選ぶ可能性があり、その結果、validator が報酬を生成しなくなります。

いずれの場合でも、問題なく CHZ の unstake をリクエストできます。


---

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