# Staking

Staking in a dPos (Delegated Proof of Stake) blockchain refers to the act of holding a certain amount of cryptocurrency in a wallet to support the network's operation and earn rewards for doing so. In a dPos blockchain, instead of traditional mining, token holders can vote for network validators or "delegates" who are responsible for processing and validating transactions on the blockchain.

By staking tokens, users can participate in the network's governance and decision-making process, as well as earn rewards for their contribution. The amount of rewards earned depends on various factors such as the amount of tokens staked, the length of time they are staked, and the percentage of total network tokens being staked.

Staking in a dPos blockchain typically requires a user to lock up their tokens for a certain period of time, during which they cannot be spent or transferred. However, this lockup period can vary depending on the specific blockchain protocol and its rules.

Overall, staking in a dPos blockchain allows users to participate in the network's operation and governance, while also earning rewards for their contribution and helping to secure the blockchain network.


---

# 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://docs.bitsong.io/features-and-modules/staking.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.
