# Stake

1. **Connect Your Wallet:** Make sure to connect your wallet. Currently, staking, renting, and other features are **only supported by EVM wallets**.
2. **Staking MERL:** Click the 'Stake' button, enter the amount of MERL you want to stake, and then click 'Approve'. Follow the prompts to sign your wallet. If your Merl has not been authorized for trading previously, you may need to sign twice.
3. **Unstaking MERL:** Click the 'Unstake' button. You can unstake at any time.
4. **Earning Rewards:** Once your stake is successful, rewards will be calculated based on the number of Bitmap Tokens consumed in Bitmap.game. The reward formula is:

$$
\text{ Staked MERL} / \text{Total MERL}  \times \text{Reward Value for the Period}
$$

5. **Harvesting Rewards:** To withdraw your rewards, click the 'Harvest' button and confirm the action by signing with your wallet.

#### ***Video Tutorial***

{% embed url="<https://www.youtube.com/watch?v=7oxeN87HSCE>" %}


---

# Agent Instructions: 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:

```
GET https://docs.bitmap.game/user-guide-3d-version/stake.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
