> For the complete documentation index, see [llms.txt](https://docs.frequencychain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frequencychain.org/11.-reward-generation-and-distribution/11.2-reward-allocation-for-nodes.md).

# 11.2 Reward Allocation for Nodes

FreCx implements a **deterministic, priority-based reward distribution model**, where each block produces a fixed emission that is systematically allocated across node participants and ecosystem stakeholders.

At the protocol level, every block generates a:

**Base Block Reward of 1.05 FreCx**

This reward is divided into two primary components:

* a **Node Reward Pool (fixed allocation)**
* an **Ecosystem / Tokenomics Allocation (BPS-based distribution)**

This structure ensures predictable emission while allowing dynamic scaling of validator participation.

From the base reward of **1.05 FreCx**, a fixed portion is reserved:

**Node Reward Pool = 0.2285084 FreCx per block**

This pool is exclusively allocated to network participants, including Sync nodes, Vault nodes, and Cluster nodes.

### Sync Node Reward Allocation

The first allocation from the node pool is assigned to Sync nodes.

Sync rewards are calculated based on stake units, where 1 Sync unit = 2,500 FreCx staked

Each unit receives a fixed per-block reward: 0.000033 FreCx per Sync unit

The total Sync allocation per block is therefore:

Total Sync Reward = Number of Sync Units×0.000033

This ensures that Sync participation scales linearly with stake.

### Vault Node Reward Allocation

After Sync allocation, the next portion of the node pool is distributed to Vault nodes.

Vault rewards are also stake-based, where 1 Vault unit = 1,000 FreCx staked

Each unit receives 0.0000096 FreCx per Vault unit

The total Vault allocation per block is:&#x20;

Total Vault Reward=Number of Vault Units×0.0000096

This provides a scalable verification layer aligned with participation.

### Cluster Node Reward Allocation (Residual Model)

After allocating rewards to Sync and Vault nodes, the remaining balance of the node reward pool is assigned to Cluster nodes.

Cluster Allocation=0.2285084−(Sync Reward+Vault Reward)

Each unit gets 0.0699584 per block that they produce. Unlike Sync and Vault nodes, cluster node rewards will be provided only for the nodes they produced.&#x20;

This residual allocation model ensures:

* full utilization of the node reward pool
* dynamic adjustment based on network participation
* strong incentives for block production

Cluster rewards are distributed among active Cluster nodes, typically proportional to block production performance.


---

# 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.frequencychain.org/11.-reward-generation-and-distribution/11.2-reward-allocation-for-nodes.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.
