> For the complete documentation index, see [llms.txt](https://help.nft.gomining.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.nft.gomining.com/instructions/how-to-withdraw-a-digital-miner.md).

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