From 9b2611759e85ead5c2e83aa5497a4ef8e2cf0a4e Mon Sep 17 00:00:00 2001 From: sashass1315 Date: Sat, 30 Aug 2025 14:09:19 +0300 Subject: [PATCH] Update mining-reward.md --- docs/incentive-mechanism/mining-reward.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/incentive-mechanism/mining-reward.md b/docs/incentive-mechanism/mining-reward.md index fac0a88..78a7d68 100644 --- a/docs/incentive-mechanism/mining-reward.md +++ b/docs/incentive-mechanism/mining-reward.md @@ -7,6 +7,6 @@ The mining reward is paid to miners for providing data service. Miners receive m The mining reward consists of two parts: * Base reward: the base reward, denoted by $$R_{base}$$, is paid for every accepted mining proof. The base reward per proof decreases over time. -* Storage reward: the storage reward, denoted by $$R_{storage}$$, is the perpetual reward from storing data. When a PoRA falls in a pricing segment, half of the balance in its Reward Pool are claimed as the storage reward. +* Storage reward: the storage reward, denoted by $$R_{storage}$$, is the perpetual reward from storing data. When a PoRA falls in a pricing segment, half of the balance in its Reward Pool is claimed as the storage reward. The total reward for a new mining proof is thus: $$R_{total} = R_{base} + R_{storage}$$