> For the complete documentation index, see [llms.txt](https://docs.tonflixwallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tonflixwallet.com/introduction/how-does-work/staking-flow.md).

# Staking flow

1. **Connect Your Wallet:**
   * Visit our telegram web app and connect your  wallet (or generate wallet address).
   * Ensure you have TONCOIN tokens in your wallet.
2. **Select a Staking Plan:**
   * Choose from the available staking plans that best match your preferences and goals.
   * NotStake offers flexible options, including short-term staking with higher rewards or long-term staking for stability.
3. **Stake Your Tokens:**
   * Select you plan to stake and confirm the transaction.
   * Your tokens will be securely locked in the staking contract.
4. **Earn Rewards:**
   * Sit back and watch your rewards grow.
   * You can track your staking progress and rewards directly through the web app.
5. **Unstake When Ready:**
   * At the end of your staking period or whenever you choose to terminate, initiate the terminate process.
   * Retrieve your original tokens along with the earned rewards.


---

# 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://docs.tonflixwallet.com/introduction/how-does-work/staking-flow.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.
