> For the complete documentation index, see [llms.txt](https://docs.immortalrising2.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.immortalrising2.com/intro/tokenomics/staking.md).

# Staking

To foster a healthy ecosystem, we offer IMT Staking Program, providing various rewards based on staking amounts and durations.

## IMT Staking

* Access the IMT staking via [stake.immortalrising2.com](https://stake.immortalrising2.com/).
* IMT tokens can be staked on the Immutable zkEVM network, the blockchain network that the Immortal Rising 2 game runs on.

### How to Stake

1. **Connect Wallet**: Use your Immutable Passport to connect your wallet to the IMT Staking platform.
2. **Enter Amount**: Input the number of IMT tokens you wish to stake. Ensure you have sufficient tokens in your wallet for staking.
3. **Approve**: Confirm the approve transaction within your wallet interface. This will grant permission to the staking contract.
4. **Execute Stake**: After approval, finalize the process by clicking "Stake" and sending the transaction to complete staking. Staked IMTs will then begin accruing rewards immediately.

### Unstaking

* To unstake your tokens, you must first initiate the **'Cooldown'**.
* Once initiated, **the cooldown period will last for 3.5 days**.
* After the cooldown period completes, **you have a 3-day window to finalize your unstaking**.
* If you do not unstake within this 3-day window, you must start the cooldown process again.


---

# 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.immortalrising2.com/intro/tokenomics/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.
