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

# Staking Dapp

The team will create a staking dapp where people can stake their tokens and receive an APY on their staked tokens. This will incentivize holders to lock up their tokens and start earning a passive income stream.

| Lock-up Period | APY |
| -------------- | --- |
| 7 days         | 5%  |
| 14 days        | 6%  |
| 30 days        | 8%  |

The longer you stake your tokens, the higher the APY will be and thus the more you will earn passively. The Staking Dapp is developed to keep rewarding holders of Biao Qing for a longer time period. Why just hold if you can also earn passive income whilst holding by staking your tokens.


---

# 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:

```
GET https://biao-qing.gitbook.io/biao-qing/features/staking-dapp.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.
