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

# Staking Dapp

If the launch goes as planned then soon after the team will release a staking dapp. On this custom made decentralized application, SIR holders can stake their tokens to earn a fixed APY. This percentage can range depending on how long the holder will lock-up their token. If a lot of holders lock-up their tokens the circulating supply will decrease which is bullish for the project.\
\
A potential configuration of how the lock-up period and potential APY rewards will look like:

| Lock-up Period | Annual Percentage Yield (APY) |
| -------------- | ----------------------------- |
| 7 Days         | 5%                            |
| 14 Days        | 7%                            |
| 30 Days        | 10%                           |

For Staking it is important to have an attractive reward to encourage holders to lock-up their tokens. However, you also don't want to make the rewards too high as that will unlock too many tokens into the market. Overall, staking will help reduce sell pressure and improve 1000X potential.

<figure><img src="/files/Pyu8I4aoXCv6cNMNVI6E" alt=""><figcaption></figcaption></figure>


---

# 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://sir-coin.gitbook.io/sir-finance/features/staking-dapp.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.
