> For the complete documentation index, see [llms.txt](https://docs.qie.digital/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qie.digital/validator-rewards/reward-calculation-formula-simplified.md).

# 🧮 Reward Calculation Formula (Simplified)

Validator rewards in QIE are based on a combination of stake share, performance, and commission. Here's how they are calculated:

🧮 **Reward Formula**

```
Validator Reward = 
  (Validator Stake / Total Active Stake) × Daily Emission  
  + Validator Commission × Delegator Rewards  
  + Block Proposal Rewards

```

\
🔍 Breakdown:

1. **Proportional Emission Share**
   * The validator earns a share of the daily coin emission based on their **stake weight** relative to the total active stake.
2. **Delegation Commission**
   * Validators apply a **commission** on the rewards generated by their delegators.
   * This is an additional income stream, defined by each validator’s chosen commission rate.
3. **Block Proposal Rewards**
   * Validators who **propose blocks** receive extra rewards as an incentive for block production.

***

This formula ensures validators are rewarded fairly based on their contribution to network security, participation, and delegation support.
