# Mining & Rewards

Mining is the process of deploying built nodes to one of four datacenters Neon Haven, Phoenix Foundry, Shadow Mines, or Void Hive to earn $HASH tokens.&#x20;

<figure><img src="/files/FJ5QP0HC7JNscw98eHZ4" alt=""><figcaption></figcaption></figure>

Once a node is deployed, it begins mining and earning rewards based on several dynamic factors.

### Distribution Intervals and Capacity Modifier

#### Base Interval

Rewards are not distributed at static times, instead, they occur at dynamic intervals to ensure the health of the ecosystem.

{% hint style="success" %}
Every datacenter has a random **base interval of 20–50 minutes** between distributions to prevent predictable patterns.
{% endhint %}

#### Capacity Modifier

To balance reward rates as more users join, the interval could be extended based on how full the datacenter is.&#x20;

<figure><img src="/files/Nsit98jH4ZwRJYoG5AcQ" alt=""><figcaption></figcaption></figure>

If a datacenter reaches a high percentage of its capacity, distributions will occur less frequently.&#x20;

***Example:***

For example, a 30-minute base interval in a datacenter that is 90% full results in an actual wait time of 43.5 minutes.

The formula: `totalInterval = baseInterval + (baseInterval × capacityPercent / 2).`

### Reward Share Formula

During every distribution cycle, a datacenter distributes **1%** of its current $HASH pool by default (which can increase up to 2% during [Boost](/core-concepts/datacenters/datacenter-events.md#boost-event) events).

Your specific share of these rewards is calculated based on your node's hashrate compared to the total hashrate currently deployed in that datacenter.

> The higher your node's hashrate, the larger the portion of the distribution you receive.

#### Accumulation Bonus

The system rewards "loyalty" or long-term deployment through an accumulation counter.

Earning Points: For every hour a node remains deployed, its accumulation counter increases by 1 point = 0.1% to your reward bonus rate.

<figure><img src="/files/N23Xbjobjn8nsjCiA6Dw" alt=""><figcaption></figcaption></figure>

> **This bonus peaks at 3% after 30 hours of continuous deployment.**

**Calculation**: The bonus is applied as a percentage of your current unclaimed rewards, meaning the longer you stay deployed without extracting, the more you earn from each subsequent distribution.

<br>


---

# 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://docs.hashed.tech/core-concepts/mining-and-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.
