> For the complete documentation index, see [llms.txt](https://docs.metatime.com/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metatime.com/whitepaper/proof-of-meta-consensus-mechanism/macrominer-mpoh-and-metaanthill/light-node.md).

# Light Node

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

<figure><img src="/files/WN8sTPXUu36gmDCNBKqd" 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 MTC 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 MTC within a 24-hour period.

The MTC 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 MTC 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 MTC within a 24-hour period.

The MTC 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 : Meta Points
* TMP : Total Meta 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... MTC. 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 MTC, including 2,48 MTC earned.

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

The calculated reward amount in MTC 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
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://docs.metatime.com/whitepaper/proof-of-meta-consensus-mechanism/macrominer-mpoh-and-metaanthill/light-node.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.
