forked from 1inch/merkle-distribution
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Merkle Distribution for Jan 1st 24 #118
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
As this is a cumulative Merkle distribution, the rewards here collected are the sum of the rewards distributed in previous Merkle distributions plus the rewards earned in the period between the last and the current distribution. The rewards earned in this distribution are determined for the period between Dec 8th 2023 and Jan 1st 2023 and include: - tBTCv2 rewards for the stakes who comply with the tBTCv2 requirements for the period Dec 8th 23 - Jan 1st 24. Note that stakes with legacy Keep staking will not be included in this distribution. See note below. - TACo/PRE rewards for those that have a PRE or TACo operator confirmed and were staking T for the period Dec 8th 23 - Jan 1st 24. This is the TACo operator transition period, so for the calculation of this distribution rewards both PRE and TACo operators are valid [3]. Stakes that updated their PRE operator to TACo are earning rewards since the confirmation of the PRE operator, so no rewards are lost in the migration. Note: Since the deadline for the legacy tokens transtion has not yet ended for legacy Keep staking, and considering that stakes that completed the process will earn the complete amount of rewards for their legacy tokens, but those that won't complete the process in time won't, it is not possible to know how much rewards have been calculated for those stakes with legacy tokens. For this reason, no rewards have been calculated for legacy stakes in this distribution period. In future distributions after the transition deadline, the remaining rewards will be distributed. Info: [1] [2]. [1] https://forum.threshold.network/t/transition-guide-for-legacy-stakers/719 [2] #112 [3] #113
manumonti
requested review from
cygnusv,
dimpar,
lukasz-zimnoch,
derekpierre,
michalsmiarowski and
tomaszslabon
January 2, 2024 08:38
Script logs: |
theref
approved these changes
Jan 2, 2024
cygnusv
approved these changes
Jan 2, 2024
This was referenced Jan 2, 2024
michalsmiarowski
added a commit
to threshold-network/token-dashboard
that referenced
this pull request
Jan 2, 2024
Rewards allocation for Jan 1st 2024 This PR updates the Merkle tree for staking rewards. Computed in threshold-network/merkle-distribution#118.
michalsmiarowski
added a commit
to threshold-network/token-dashboard
that referenced
this pull request
Jan 15, 2024
…-2024 [Backport] Rewards allocation for Jan 1st 2024 Backport of #718 This PR updates the Merkle tree for staking rewards. Computed in threshold-network/merkle-distribution#118.
codeguru0220
added a commit
to codeguru0220/tokenboard
that referenced
this pull request
Oct 7, 2024
Rewards allocation for Jan 1st 2024 This PR updates the Merkle tree for staking rewards. Computed in threshold-network/merkle-distribution#118.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As this is a cumulative Merkle distribution, the rewards here collected
are the sum of the rewards distributed in previous Merkle distributions
plus the rewards earned in the period between the last and the current
distribution.
The rewards earned in this distribution are determined for the period
between Dec 8th 2023 and Jan 1st 2024 and include:
tBTCv2 rewards for the stakes who comply with the tBTCv2 requirements
for the period Dec 8th 23 - Jan 1st 24. Note that stakes with legacy
Keep staking will not be included in this distribution. See note below.
TACo/PRE rewards for those that have a PRE or TACo operator confirmed
and were staking T for the period Dec 8th 23 - Jan 1st 24. This is the
TACo operator transition period, so for the calculation of this
distribution rewards both PRE and TACo operators are valid [3]. Stakes
that updated their PRE operator to TACo are earning rewards since the
confirmation of the PRE operator, so no rewards are lost in the
migration.
Note: Since the deadline for the legacy tokens transtion has not yet
ended for legacy Keep staking, and considering that stakes that
completed the process will earn the complete amount of rewards for their
legacy tokens, but those that won't complete the process in time won't,
it is not possible to know how much rewards have been calculated for
those stakes with legacy tokens. For this reason, no rewards have been
calculated for legacy stakes in this distribution period. In future
distributions after the transition deadline, the remaining rewards will
be distributed. Info: [1] [2].
[1] https://forum.threshold.network/t/transition-guide-for-legacy-stakers/719
[2] #112
[3] #113