From 5d3faf6407bee61c85dbaab623771c180145fcbf Mon Sep 17 00:00:00 2001 From: Abhishek Date: Thu, 26 Sep 2024 01:09:11 +0530 Subject: [PATCH] . --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e69de29..79d6c4a 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,7 @@ +Stake-Based Calculation: +In a Proof of Stake system, rewards are typically proportional to the stake. +Formula: Your Reward = (Your Stake / Total Stake) * Block Reward * Blocks per Period +Time-Based Estimation: +Users can estimate rewards over time:Daily Reward = (Your Stake / Total Stake) * Block Reward * (Blocks per Day) +Annual Reward = Daily Reward * 365 +