# Light Node

The minimum hardware requirements that users who want to undertake the task of **Light Node** must provide:

<figure><img src="https://3961530331-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE0AsD6OL7TIzQ6UZVhUw%2Fuploads%2Fo2lvT1LMBY8VoId40ayk%2Fimage.png?alt=media&#x26;token=7176c7f4-f03f-408b-ac21-423c998a9f34" alt=""><figcaption></figcaption></figure>

Starting from the moment it joins the Light Node system, its reward is calculated with multiple parameters just like in the case of an Archive Node and Full Node, and it receives its share from the total 25.000 W3B miner pool, which is renewed at 00:00 (UTC) every day.

Light Node can track the reward it is entitled to from the miner pool with hourly updates, but the reward can only be transferred to its wallet at 00:00 (UTC). A Light Node can earn a maximum of 50 W3B within a 24-hour period.

The W3B amount reflected in the balance of an Archive Node for each hour of hardware provided is calculated according to the following formula:math

$$
40.000 / (24 x TN)
$$

{% hint style="info" %}
TN : Total Nodes
{% endhint %}

Starting from the moment it joins the Light Node system, its reward is calculated with multiple parameters just like in the case of an Archive Node and Full Node, and it receives its share from the total 25.000 W3B miner pool, which is renewed at 00:00 (UTC) every day.

Light Node can track the reward it is entitled to from the miner pool with hourly updates, but the reward can only be transferred to its wallet at 00:00 (UTC). A Light Node can earn a maximum of 50 W3B within a 24-hour period.

The W3B amount reflected in the balance of an Light Node for each hour of hardware provided is calculated according to the following formula:

$$
(5.000 / ( TMP x ( TA / ( TN x 24 )))) x MP x (A / 24)
$$

{% hint style="info" %}

* MP : Web3 Points
* TMP : Total Web3 Point in the pool
* TA : Total active hours of all Archive Nodes for the reward day
* TN : Total Nodes
* A : Active hours during the day
  {% endhint %}

## For instance;

If there are 71.000 active Light Nodes during the balance update time, the mining reward for that hour will be 20.000/(71.000x24) = 0,01173... W3B . Let's assume that the user's MP balance is 17.

If the total MP in the pool (TMP) is 195.000 and the total active hours are 300.000, a Light Node active for 24 hours will be defined to be able to withdraw a total of 2,76 W3B , including 2,48 W3B earned.

$$
(5.000 / ( 195.000 x ( 300.000 / ( 71.000 x 24 )))) x 17 x ( 24 / 24 ) = 2,48 W3B
$$

The calculated reward amount in W3B is hypothetical and can increase or decrease depending on the number of nodes in the pool, the hours active, and the MP owned.


---

# 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://web3-coin.gitbook.io/welcome-to-web3-coin/whitepaper/proof-of-web3-consensus-mechanism/macrominer-mpoh-and-web3anthill/light-node.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.
