Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit 22f522b

Browse files
committed
New Merkle distribution for Sep 1st 2025
This rewards distribution corresponds to Aug 1st - Sep 1st 2025. These calculations are affected by TIP-092 and TIP-100 so: - No rewards are calculated for tBTCv2. - TACo rewards yield remains at 3,75% p.a. - The stake amount eligible for rewards per staking provider is capped at 15M T. So stakes greater than that will receive rewards corresponding to 15M T. - TACo monitoring and penalization mechanism is introduced. Nodes that are not able to prove that they are active and running properly during DKG heartbeat rounds are penalized. Details in Add TACo penalization to staking rewards calculation #175. - Beta Stakers don't receive staking rewards through Merkle distribution mechanism.
1 parent 671c4c4 commit 22f522b

File tree

8 files changed

+9392
-2
lines changed

8 files changed

+9392
-2
lines changed

distributions/2025-09-01/MerkleDist.json

Lines changed: 4441 additions & 0 deletions
Large diffs are not rendered by default.

distributions/2025-09-01/MerkleInputBonusRewards.json

Lines changed: 746 additions & 0 deletions
Large diffs are not rendered by default.

distributions/2025-09-01/MerkleInputTACoRewards.json

Lines changed: 1174 additions & 0 deletions
Large diffs are not rendered by default.

distributions/2025-09-01/MerkleInputTbtcv2Rewards.json

Lines changed: 754 additions & 0 deletions
Large diffs are not rendered by default.

distributions/2025-09-01/MerkleInputTotalRewards.json

Lines changed: 1214 additions & 0 deletions
Large diffs are not rendered by default.

distributions/2025-09-01/TACoRewardsDetails/EarnedRewards.json

Lines changed: 530 additions & 0 deletions
Large diffs are not rendered by default.

distributions/2025-09-01/TACoRewardsDetails/PotentialRewards.json

Lines changed: 530 additions & 0 deletions
Large diffs are not rendered by default.

distributions/distributions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"LatestCumulativeAmount": "1122775021928275559815630854",
2+
"LatestCumulativeAmount": "1123739203707140264696383262",
33
"CumulativeAmountByDistribution": {
44
"2022-07-15": "124734992091552235627767774",
55
"2022-09-01": "183365680150625789032093616",
@@ -41,6 +41,7 @@
4141
"2025-05-01": "1119867125075353242560913311",
4242
"2025-06-01": "1120864715536740438614176105",
4343
"2025-07-01": "1121806734253345407949909146",
44-
"2025-08-01": "1122775021928275559815630854"
44+
"2025-08-01": "1122775021928275559815630854",
45+
"2025-09-01": "1123739203707140264696383262"
4546
}
4647
}

0 commit comments

Comments
 (0)