# Old (v1) BMI staking

{% hint style="danger" %}
In case of encountering any red errors or alerts (e.g. "Cannot estimate gas") stop immediately and create a ticket in our discord server:\
<https://discord.gg/dein>
{% endhint %}

**Check your staked BMI**

1. Head [here](https://etherscan.io/address/0xdfb820b95eee42a858f50befbf834d2d24621153#readProxyContract#F4)
2. Connect your wallet ("Connect to Web3" button)
3. Enter your wallet address in the method 4. getStakedBMI and hit Query.

**Withdraw staked BMI**&#x20;

1. Head [here](https://etherscan.io/address/0xdfb820b95eee42a858f50befbf834d2d24621153#writeProxyContract#F16)
2. Connect your wallet ("Connect to Web3" button) at the top of the method list.
3. In method 16. unlockTokensToWithdraw enter the amount from the **Check your staked BMI** step above (*Be extra sure the amount is precisely the same)* and hit Write.
4. If no errors or alerts pop-up proceed with the transaction.
5. As soon as the transaction passes the 8 day waiting period starts.

*After 8 days you will have 48h to:*

1. Head [here](https://etherscan.io/address/0xdfb820b95eee42a858f50befbf834d2d24621153#writeProxyContract#F17)
2. Connect your wallet ("Connect to Web3" button at the top of the method list).
3. Under method 17. withdraw click the Write button.
4. If no errors or alerts pop-up proceed with the transaction.
5. As soon as the transaction passes your tokens will be transferred to your wallet.


---

# 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://dein-fi.gitbook.io/bridge-mutual/etherscan-interaction-guides/bmi-tokens/old-v1-bmi-staking.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.
