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

# Staking

## **Who can join this program?**

Anyone who has registered an account on DeFi For You and holds DFY tokens in their wallet can join the staking program to earn rewards in interest.

\
**What are the benefits of DFY staking**
----------------------------------------

\
Staking allows you to earn rewards without the risks of trading. You can lock up your DFY tokens and grow them over time without having to worry about price movements. This is ideal for long term holders who want to grow their share of tokens.

## **Rewards for staking**<br>

It depends on the staking duration:

* 25% APY for 3 months staking
* 27% APY for 6 months staking&#x20;
* 33% APY for 12 months staking&#x20;

*\*APY is calculated on an annual basis.* <br>

\
**Are my tokens safe while staking?**
-------------------------------------

Yes. Your tokens are stored in a smart contract on the Binance Smart Chain (BSC). Blockchain technology is among the most secure in the world. DeFi For You has no access to your staked tokens, so no hacker could access your staked tokens even in the event of an advanced attack.

## **Can I withdraw my token during the period?**

You can’t withdraw your tokens during the staking period. You can, however, claim your staking rewards daily without any penalty.&#x20;

Once the staking period is over, you can claim your token.\ <br>


---

# 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://defi-for-you.gitbook.io/faq/list/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.
