> For the complete documentation index, see [llms.txt](https://docs.onefinity.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onefinity.network/onefinity-protocol/protocol-rewards/delegators.md).

# Delegators

### Rewards for delegators in OneFinity

In a Proof of Stake (PoS) network, delegators are individuals who stake their tokens with a validator. In return, they receive a portion of the validator's rewards.

The amount of rewards a delegator receives depends on a number of factors, including:

* The amount of tokens that have been delegated
* The validator they have delegated to
* The network's transaction volumes
* The fee charged by the validator

In general, the more staked tokens a delegator has, the more rewards they will receive. This is because validators with more tokens staked have a greater chance of being selected to propose a new block.

The validator a delegator chooses, also affects their rewards. Validators with a higher uptime and a lower block miss rate will typically generate more rewards for their delegators.

Finally, the network's transaction volumes also affects delegator rewards. When there is a high volume of transactions, validators will receive more rewards, and these rewards will be passed on to their delegators.

Delegator rewards in OneFinity are paid out in ONE, the network's native token. The amount of rewards a delegator receives is proportional to the amount of staked tokens they have delegated and the network's transaction volume.

#### To become a delegator in OneFinity, you must have the following:

* Have a minimum amount of ONE (TBA)
* Choose a validator to delegate to
* Delegate your stake to the validator

#### Here are some additional benefits of delegating ONE tokens to OneFinity:

* It is a low-risk way to earn rewards.
* It does not require any technical expertise.
* It helps to secure the network.

If you are interested in earning rewards from a PoS network, delegating is a great option.


---

# 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.onefinity.network/onefinity-protocol/protocol-rewards/delegators.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.
