-
Notifications
You must be signed in to change notification settings - Fork 16
Create BIT-0001, miner incentive recycling #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
Open
trdougherty
wants to merge
1
commit into
opentensor:main
Choose a base branch
from
trdougherty:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# BIT-0001: Subnet Miner Emissions Recycling - Partial Incentive | ||
|
||
- **BIT Number:** 0001 | ||
- **Title:** Miner Emission Recycling | ||
- **Author(s):** Thomas Dougherty (tdougherty@taoshi.io) and Arrash Yasavolian (arrash@taoshi.io) | ||
- **Discussions-to:** https://discord.com/channels/1120750674595024897/1242999357436071956/1273127932491075638 | ||
- **Status:** Draft | ||
- **Type:** Core | ||
- **Created:** September 11, 2024 | ||
- **Updated:** Sepetmber 11, 2024 | ||
- **Requires:** | ||
- **Replaces:** | ||
|
||
## Abstract | ||
|
||
Subnet owners may recycle all or a portion of miner emissions based on the performance of miners if they fail to meet predefined quality criteria. | ||
|
||
## Motivation | ||
|
||
Upon release, subnets with advanced requirements may be affected by low-quality miners as their talent pool is still developing. This negatively impacts the subnet’s reputation, as top-performing miners may deliver low-quality results, and it is inefficient for Bittensor to invest TAO in the subnet before it has attracted higher-caliber talent. Subnets should be able to adjust incentives based on miner performance benchmarks. If miners fail to meet these benchmarks, subnets should be able to recycle some or all of their emissions. This allows for careful investment into the project without causing deflationary pressure on TAO due to initial exploitation. | ||
|
||
## Specification | ||
|
||
This feature requires the following: _The ability to specify a percentage value between 0 and 1, indicating the extent to which the full round of emissions should be utilized._ | ||
|
||
Miner weights will still be normalized against each other but will now be multiplied by this factor to reduce their emissions before distribution. | ||
|
||
## Rationale | ||
|
||
This functionality allows subnets to tailor emission distribution based on miner performance. A 0% emission allocation indicates that no miners met the required performance criteria and miners will receive no incentive, while 100% allocation means miners are eligible for full emissions distribution (currently standard). | ||
|
||
## Backwards Compatibility | ||
|
||
Subnets that do not adopt emissions recycling will continue to distribute all emissions to miners each round without any changes. | ||
|
||
## Security Considerations | ||
|
||
By reducing emissions to underperforming miners, gaming the system becomes more difficult across subnets, decreasing the potential attack surface through traditional routes. | ||
|
||
## Copyright | ||
|
||
This document is licensed under [The Unlicense](https://unlicense.org/). |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these emissions to be released to the subnet , or burned similar to how emissions are burned / recylced in root ?