> For the complete documentation index, see [llms.txt](https://dexioprotocol.gitbook.io/dexioprotocol-whitepaper-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dexioprotocol.gitbook.io/dexioprotocol-whitepaper-1/crypto/staking.md).

# Staking

In the Dexioprotocol ecosystem, staking is not just a passive endeavor; it's a dynamic gateway to earning rewards and actively contributing to the growth of the ecosystem. These are the benefits of staking within the Dexioprotocol ecosystem:

* [x] **Earn Passive Income:** Staking DEXIO tokens allows users to earn passive income in the form of additional tokens or rewards. The longer you stake, the more you earn.
* [x] **Incentivizing Participation:** Dexioprotocol rewards active participants. Stakers are often granted voting rights, enabling them to influence protocol upgrades and decisions, giving them a say in the platform's future.
* [x] **Earn multiple rewards:** Users staking DEXIO tokens for a longer amount of time will be able to earn unique NFTs, DexiCash and even in-game assets.&#x20;
* [x] **Token Lock-up Period:** When users stake their DEXIO tokens, they typically commit them for a specified period. During this time, these tokens are effectively taken out of circulation, reducing the available supply in the market. This scarcity can create upward pressure on the token's price.


---

# 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://dexioprotocol.gitbook.io/dexioprotocol-whitepaper-1/crypto/staking.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.
