> For the complete documentation index, see [llms.txt](https://doc.chrema.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.chrema.net/5.-chrema/staking.md).

# Staking

## What is Staking?

Staking is the process of locking up CHREMA tokens on the platform for a specified period to contribute to the ecosystem and earn rewards in return.

For investors, staking offers an opportunity to generate returns, while for the platform, it serves as a key mechanism to secure liquidity and stability.

***

## Key Benefits of Staking

| Benefit                      | Description                                                                               |
| ---------------------------- | ----------------------------------------------------------------------------------------- |
| **Regular Reward Payments**  | Rewards are distributed proportionally based on the amount and duration of staked tokens. |
| **Additional Reward Events** | Extra incentives are provided to long-term stakers.                                       |
| **Lock-up Period Options**   | Users can choose flexible staking periods (e.g., 7 days, 30 days, 90 days).               |
| **Compound Effect**          | Rewards received can be restaked to maximize earnings through compounding.                |

***

## How to Stake CHREMA Tokens

1. **Hold CHREMA Tokens**\
   Ensure you have CHREMA tokens (ERC-20 based) in your wallet.
2. **Access the Staking Platform**\
   Connect to the official CHREMA staking DApp via the designated URL.
3. **Select Duration and Deposit**\
   Choose your desired staking period and amount, then confirm the transaction.
4. **Receive Rewards**\
   After the staking period ends, you can claim your rewards and unstake your principal.

> Some staking pools may impose penalties for early withdrawal.

***

## 📊 Example Simulation

<table><thead><tr><th width="139">Staking Period</th><th width="137">APY</th></tr></thead><tbody><tr><td>7 days</td><td>8%</td></tr><tr><td>30 days</td><td>12%</td></tr><tr><td>90 days</td><td>18%</td></tr></tbody></table>

※ Actual returns may vary depending on market conditions and platform policies.

***

## FAQ Summary

**Q. Can I unstake at any time?**\
A. It depends on the chosen lock-up period. Some products may impose penalties for early unstaking.

**Q. Where can I check my staking rewards?**\
A. Rewards can be viewed in real-time on the official DApp dashboard.

**Q. Can I participate in governance voting with my staked CHREMA?**\
A. Yes, voting rights will be granted based on the amount of CHREMA staked.


---

# 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://doc.chrema.net/5.-chrema/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.
