> For the complete documentation index, see [llms.txt](https://docs.octusbridge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.octusbridge.io/ob-jp/staking/concepts/how-does-staking-work.md).

# ステーキングの仕組みは？

スタッキングの要点は、プルーフ・オブ・ステーク（PoS）ブロックチェーンがトランザクション処理とブロック生成を信頼できる特別なノードに委託していることです。バリデータは交代でネットワークをサポートするため、あなたが次のブロックの生成を任される確率は、あなたのウォレットに残っているコインの数に比例して増加します。このお金は、ノードがシステムに悪影響を与えないことを保証するものです。

格付けを上げるために、他の保有者のアセットを引き寄せ、その一部を支払います。もちろん、自分でバリデータになろうとすることもできますが、その場合は十分な資金が必要ですし、自分のノードがネットワークとスムーズに同期できるようにしなければなりません。また、多くのPOSシステムにおいてバリデータは投票によって選出され、再選されます。初心者の場合、当選する可能性はほぼありません。でも、この方法ならコインを別のアドレスにロックしておくだけで、一定期間経過すると配当がもらえるようになります。特定の要件はブロックチェーンエコシステムごとに異なる場合がありますが、これが一般的なステーキングの仕組みです。そのため、特定のピア・ツー・ピアネットワークのステーキング要件を慎重に調べてください。

バーチャルコインを凍結することで、ネットワークをインフレから保護します。トークン保有者には、最初の機会にアセットを捨てず、受動的収入を得ながらアセットを保持するインセンティブがあるからです。これにより、需要と供給のバランスが保たれ、アセットをある程度の減価から保護することが可能です。


---

# 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://docs.octusbridge.io/ob-jp/staking/concepts/how-does-staking-work.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.
