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

# Staking

Our staking mechanism offers a simple yet rewarding experience. When you stake your $KEKE tokens, the amount of rewards you receive is determined by several factors. These factors include the number of users staking, the total amount staked, and the allocation in the staking pool for the current period. All of these variables collectively determine the Annual Percentage Rate (APR) for your staking activity.

By staking your $KEKE tokens, you become part of a network of users who contribute to the overall staking pool. The rewards are distributed proportionally based on the amount you stake relative to the total staked amount. This means that the more you stake, the greater your share of the rewards will be. As the staking pool's allocation for the current period is factored in, it helps to determine the specific reward amount you receive.

By taking part in our staking program, you not only earn rewards but also contribute to the stability and growth of our ecosystem. Staking provides a secure and predictable income stream, allowing you to actively participate in the success of our $KEKE token.

Please note that the exact details of the staking mechanism, including the specific APR and reward distribution formulas, will be provided in our comprehensive staking documentation and platform interface.


---

# 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://kingdomofkek.gitbook.io/kek-whitepaper/staking-and-farming/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.
