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

# SatoshiChain Staking

The SatoshiChain project will enable users to access three different token staking models in order to earn yields:

* Staking $SAT tokens on the SatoshiChain blockchain will allow stakeholders to secure the native blockchain and receive $SC rewards.
* Staking $SC tokens on the chain will provide additional $SC rewards.
* Staking $SC tokens into the SatoshiChain Ve model will allow users to receive $veSC tokens. They can select a vesting time between half a year and 4 years, with longer vesting periods granting higher $SC rewards and more $veSC in return.

The process of staking goes as follows:

1. Users bridge Bitcoin onto the SatoshiChain to receive $SAT.
2. During the airdrop window, users receive a 1-time airdrop for this action in $SC tokens in an amount equal to their $SAT.
3. Users can stake $SAT on SatoshiChain and receive $SC rewards.
4. Users can stake the $SC they received as rewards on the Ve model and receive additional $veSC rewards.
5. Users can stake $SC on SatoshiChain and lock up for a period of time to receive $SC 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://satoshichain.gitbook.io/satoshi-chain/satoshichain-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.
