Tokenomics - #58
Open
Ronnie-Ahmed wants to merge 2 commits into
Open
Conversation
tom-blk
reviewed
Jul 8, 2025
tom-blk
left a comment
Collaborator
There was a problem hiding this comment.
This looks good as far as I can tell, but we'll need two separate branches from now on then, since this will get rid of the pre-funded testing accounts if I am not mistaken. This means that we should probably have:
- a
developmentbranch that keeps the old testing accounts intact and is used for dev and testing - the
masterbranch with tokenomics implemented that mirrors the changes to thedevelopmentbranch
I think it would be good practice to add that before merging this, since it will be a requirement moving forward
This file contains hidden or 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
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.
Pull Request: Initial Token Distribution & ChainSpec Update
This pull request introduces the initial token distribution for the Cyborg network and updates the
chain_spec.rsaccordingly. It adds all relevant stakeholder accounts and allocates tokens based on the predefined tokenomics model.Changes Made
Modified
testnet_genesisfunction inchain_spec.rsto:Allocate portions of the total supply to:
early_contributorspublic_saleminersfoundationfounding_teammarketingearly_backerspresaleEach allocation is based on a percentage of a
20 million BORGtotal supply (adjusted for 12 decimal precision).Added token allocation for collators based on candidacy bond.
Added hardcoded
AccountIds derived from known public keys usingarray_bytes::hex_n_into_unchecked.