# Staking Rewards

Validators and delegators that help secure the network through staking will receive 25% of newly released OSMO. Validators operate nodes that participate in the consensus of the chain. At genesis, there will be space for 100 validators, chosen by highest amount of “slashable bond.” (Validators stake OSMO as collateral. Their OSMO stake can be slashed if they are caught engaging in malicious behavior.)

![](/files/-McLNvgRiO2RBAt4eyR_)

OSMO holders can delegate their OSMO to validators, who add these tokens to their slashable bond. Delegators provide security to the network by selecting high-quality validators. Rewards are distributed to delegators (in proportion to their amount of staked OSMO), minus the commission fee charged by their validator of choice.

Osmosis allows validators to choose their own commission rate but requires a minimum rate of 5%. This threshold can be adjusted by governance after genesis.


---

# Agent Instructions: 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://osmosis.gitbook.io/o/osmo/token-issuance/staking-rewards.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.
