> 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/use/staking/concepts/how-does-staking-work.md).

# How does Staking work?

At its core, staking leverages the Proof-of-Stake (PoS) consensus mechanism, where transaction processing and block creation are entrusted to designated, trusted nodes. Validators take turns supporting the network, and the likelihood of being selected to generate the next block correlates directly with the number of coins held in the validator's wallet. This collateral serves as a guarantee of the validator's commitment to the system's integrity, as any malicious actions would result in personal losses.

To enhance their reputation and attract additional assets, validators incentivize other token holders by sharing a portion of their staking rewards. While becoming a validator is an option, it requires substantial resources and technical expertise to ensure seamless synchronization with the network. In many PoS systems, validators are chosen and re-elected through community voting, making the process competitive. Alternatively, individuals can participate in staking by locking their coins and earning dividends over time. Specific staking requirements may vary across different blockchain ecosystems, necessitating a comprehensive understanding of each network's staking protocols.

The act of freezing virtual coins serves as a safeguard against inflation, as token holders are incentivized to retain their assets rather than impulsively liquidating them. This approach maintains a delicate equilibrium between supply and demand, mitigating asset depreciation risks.

As you engage in Octus Bridge staking, remember that your participation contributes to the network's security, decentralization, and economic stability. By comprehending these staking concepts, you unlock the potential to actively shape the future of the Octus Bridge ecosystem.


---

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