# Rewards

### How do I withdraw my BTC rewards?

All earned BTC rewards are accumulated in your GoMining virtual wallet. You can withdraw them to your external Bitcoin wallet manually at any time.

{% hint style="warning" %}
To enable BTC withdrawals, please ensure you have created at least one miner directly on the GoMining platform. If you only own miners bought on the secondary market or imported from elsewhere, BTC withdrawals will stay unavailable until you create a primary miner through GoMining.
{% endhint %}

There are two withdrawal options:

* **Fast withdrawal** — your BTC will be transferred within 1 hour; a fixed fee applies. KYC verification required
* **Standard withdrawal** — your BTC will be transferred within 24 hours with **no fees**.

#### What steps should I follow to complete a withdrawal?

1. Go to your virtual wallet and click **Withdraw**
2. Choose **BTC** and select the **Bitcoin network**
3. Select the withdrawal type: **Fast (fixed fee)** or **Within 24 hours (no fees)**
4. Enter the amount and the recipient wallet address

> You can choose to save this address as your default, which will be pre-filled in future withdrawals. You can always edit it or set a new default address at any time during the withdrawal process

5. Complete two-factor authentication to confirm the withdrawal

You can view your full withdrawal history and transaction statuses in the virtual wallet.

***

### How to withdraw GOMINING token rewards?

GOMINING tokens can boost your earnings in various ways. You can use them for fee-free purchases within the platform, discounted maintenance payments, and more.

If you choose to withdraw GOMINING tokens from your virtual wallet, you can do so via the **BEP-20**, **ERC-20**, or **TON** networks.

To withdraw GOMINING tokens:

1. Go to your virtual wallet and click Withdraw
2. Select GOMINING
3. Choose the preferred network that matches your recipient's wallet address
4. Enter the recipient address and the amount to withdraw
5. Complete two-factor authentication to confirm the withdrawal

#### What is the daily withdrawal limit for GOMINING tokens?

You can withdraw up to **30,000 tokens per day**. The minimum withdrawal amount varies by network and may change over time. You’ll see the exact value during the withdrawal process.

#### What is the withdrawal fee for GOMINING tokens?

Small fixed fees apply and vary by network. You’ll see the exact value during the withdrawal process.

***

### Reward Reinvestment

Reward reinvestment refers to the automatic purchase of mining power (TH) or GOMINING tokens using the BTC the user earns. This feature can be managed on the reward settings screen.

While TH reinvestment adds power to a single selected miner, GOMINING token reinvestment credits rewards directly to your virtual wallet.

Rewards from the [Bonus miner](/faq/promos/bonus-miner.md) can't be reinvested in TH or GOMINING tokens.

#### How does reinvestment into GOMINING tokens work?

Reinvestment into GOMINING automatically buys tokens using all the BTC rewards earned, without any fees. The tokens are credited to your virtual wallet.

#### Can I withdraw reinvested tokens from the virtual wallet?

Yes, reinvested tokens are real GOMINING tokens from the market. You can use them within the service or withdraw them to your crypto wallet. Learn more above on this page.

{% hint style="warning" %}
Withdrawing tokens may reduce your maintenance fee discount. Learn more [here](/faq/maintenance-fees-and-discounts.md#discount-for-maintenance-with-gomining)
{% endhint %}

#### Does the maintenance fee discount apply when reinvesting rewards into tokens?

Yes, the discount applies when token reinvestment into tokens is enabled. Increasing the number of tokens may boost your discount. Don’t forget to activate the "Maintenance in GOMINING" option in the reward settings.

#### How does reinvestment into TH work?

Reinvesting into TH lets you automatically boost your miner’s power by using your BTC rewards, and there are no additional fees. Plus, reinvesting earns you bonus rewards, so your mining power grows even faster over time:

* **Silver I VIP status and above**: Receive a **+5% bonus**.
* **Diamond I VIP status and above**: Receive a **+10% bonus**.

#### How many miners can be selected for reinvestment?

Only one miner can be selected at a time, but you can change your miner daily if needed.

Which miners are eligible for reinvestment into TH?

The following miners can be selected:

* Miners with power up to **5000 TH**
* Miners with energy efficiency better than **20 W/TH**

Reinvestment into TH is **not** available for:

* Miners with an active monthly power upgrade subscription
* Miners listed for sale
* Miners purchased via the MNPL (installment) program

#### Why didn’t my miner’s power increase?

* If the reward is less than $0.10, it will be credited to your virtual wallet in BTC
* If expenses exceed income, the protection against negative rewards is activated

If the issue persists, please contact support.

#### At what price are TH purchased?

TH is purchased at the upgrade price available at the time of reinvestment, without any additional fees. The BTC exchange rate used is the market rate at the time of the upgrade.

***

### Mining pools

You can choose the pool from which your rewards are generated. These pools connect miners in data centers, and selecting a pool lets you adjust the mining frequency and BTC payouts. Here are the available pools:

* **Binance** — Daily pool payouts per TH
* **VIA BTC** — Daily pool payouts per TH
* **Foundry** —  Daily pool payouts per TH

For the most up-to-date list of pools, payout sizes, and frequencies, check the Reward settings section in your personal account.


---

# 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/faq/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.
