> For the complete documentation index, see [llms.txt](https://blocx.gitbook.io/blocx./llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blocx.gitbook.io/blocx./gridbox/rewards.md).

# Rewards

### Rewards System

GRIDBOX offers two types of rewards:

1. **Direct Payments**\
   When your machine is rented, you receive payment directly from the renter.
2. **Proof of Machine Rewards**\
   Inspired by Proof of Work, this system rewards machines simply for being listed. Every Monday, eligible machines receive bonus rewards from the BLOCX project.

* **Eligibility Criteria**:
* Machine must be listed for at least 7 days
* Once eligible, the **Rewards** section unlocks and weekly bonuses begin

### Rewards Logic & Formula

#### **Rewards payout logic**

* 80% of the reward pool goes to GPUs.
* 20% goes to CPUs.
* Within each pool, rewards are distributed proportionally based on each machine’s effective score.<br>

Process we follow to make sure rewards are fair and balanced:

1. **We start by calculating the HPI (Hashpower Index) for every machine.**
   * Each GPU and CPU gets a performance score based on its hardware specs.
   * This gives us a baseline measure of how powerful each device really is.
2. **We then factor in uptime over a 7-day period.**
   * A machine that’s online and contributing consistently all week scores higher.
   * If a machine is only active part-time, its effective score is reduced.
3. **We compare each machine’s score against the rest of the network.**
   * This shows us what percentage of the total computing power each contributor is providing.<br>

### **General Hashrate with Hardware Specs**

**For GPUs**

* CUDA cores / Stream processors
* Core clock speed (GHz)
* Memory bandwidth (GB/s)
* VRAM size (GB)
* TDP (power draw)

**Hashpower Index (HPI) Formula (GPU):**<br>

<figure><img src="/files/84DF7ZeXBWtqdQbRhBUE" alt=""><figcaption></figcaption></figure>

**For CPUs**

* Number of cores and threads
* Base and boost clock speed (GHz)
* Cache size (L3 especially)
* Instruction set support (e.g., AVX2, AVX-512)

**Hashpower Index (HPI) Formula (CPU):**

<div align="left"><figure><img src="/files/i0nYh3WzUsB3owdfqhur" alt=""><figcaption></figcaption></figure></div>

When visiting GRIDBOX and adding a machine, you must first wait 7 days to unlock rewards section. This ensures that rewards are given only to those who truly contribute to the GRIDBOX and BLOCX. ecosystem.\ <br>

<figure><img src="/files/0048r5ADkEqE503I0WEb" alt=""><figcaption></figcaption></figure>

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

\
After 7 days, the rewards screen becomes available. You’ll be able to claim machine rewards every Monday from that point forward.


---

# 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://blocx.gitbook.io/blocx./gridbox/rewards.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.
