# How to withdraw a digital miner

You can withdraw digital miners stored in your virtual wallet to any of your personal wallets linked to your account.&#x20;

{% hint style="warning" %}

* Miners issued in the **ETH network** can be withdrawn only to ERC-20 wallets
* Miners issued in the **BSC network** can be withdrawn only to BEP-20 wallets, etc.
  {% endhint %}

1. Go to the My miners section and click on the miner you want to withdraw.
2. Click the Withdraw button on the miner's page.
3. Select the recipient address depending on the network of your digital miner. If you haven't added the address yet, here are [instructions](/instructions/how-to-add-eth-bsc-wallet.md) on how to do so.
4. If needed, you can add other miners to withdraw several at once. Then click Next
5. Check all the data carefully. Enter the confirmation code sent to your email and click Confirm.

All done! Your withdrawal request has been created and will be completed within 24 hours.


---

# 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://help.nft.gomining.com/instructions/how-to-withdraw-a-digital-miner.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.
