> 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/full-node.md).

# Full Node

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

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

Starting from the moment it joins the Full Node system, the reward of the Full Node is calculated based on multiple parameters, just like in the case of an Archive Node. A Full Node receives its reward from a total of 50.000 MTC miner pool that is renewed every day at 00:00 (UTC).

The Full Node can track its share of the reward from the miner pool updated hourly, but the reward can only be transferred to its wallet at 00:00 (UTC). A Full Node can earn a maximum of 100 MTC within a 24-hour period.

The amount of MTC that will be reflected in a Full Node's balance for each hour of hardware contribution is calculated according to the following formula:

$$
40.000 / 24 x TN
$$

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

$$
( 10.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;

Starting from the moment Full Node joins the system, the reward of the Full Node is calculated based on multiple parameters just like in the case of the Archive Node, and it receives its reward from a total of 50.000 MTC miner pool that is renewed every day at 00:00 (UTC).

The Full Node can track its share of the reward from the miner pool, which is updated hourly, but the reward can only be transferred to its wallet at 00:00 (UTC). A Full Node can earn a maximum of 100 MTC within 24 hours.

The amount of MTC that will be reflected in a Full Node's balance for each hour of hardware contribution is calculated according to the following formula:

$$
( 10.000 / ( 600.000 x ( 500.000 / ( 25.000 x 24 )))) x 5 x ( 24 / 24 ) = 0,1 MTC
$$

and a total of 2.76 MTC can be withdrawn to the wallet at 00:00 (UTC).

The calculated reward in MTC is hypothetical. The number of nodes in the pool, active hours, and MP owned can increase or decrease the reward based on circumstances.


---

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