# Tutorial - Withdraw Bitcoin Rewards

Wrapped Bitcoin (wBTC) rewards build up in the staking platform for anyone with an Axion stake. You can leave it to build up in there and withdraw at any time you want to. There is no penalty for late withdrawals, and you can withdraw as frequently as you wish.

### Withdraw your wBTC <a href="#h_f0977fa3a3" id="h_f0977fa3a3"></a>

* Go to the [Staking page](https://stake.axion.network/stake) and scroll down to "**My Rewards.**"

<figure><img src="/files/L2PVvsO7Nwe02kfQhtYh" alt=""><figcaption><p>Rewards are liquid and can be withdrawn at any time or used directly in the Accelerator.</p></figcaption></figure>

* Click the Withdraw button, and a MetaMask transaction window will open.
* Accept the transaction, and wait until it has been completed. You will notice the numbers reset to 0 once the withdrawal is complete.
* You should now see your wBTC balance in MetaMask.
* If you don't see wBTC in the Assets list, you need to click Add Tokens, search for wBTC and add it. Then you will see your balance.

{% code title="wBTC Contract Address (Polygon PoS BTC)" %}

```
0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6
```

{% endcode %}

### Metamask shows a lower dollar value for the wBTC than you expected. <a href="#h_c6465b1afd" id="h_c6465b1afd"></a>

This is due to MetaMask only showing three decimal places on wBTC when in fact, there should be eight. Rest assured that your balance is correct, just not displaying in MetaMask. If you check Polygonscan you will see the correct dollar value.


---

# 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://support.axion.network/fundamentals/staking-portal/tutorial-withdraw-bitcoin-rewards.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.
