Pay 20% of KOTH weights via BURN_PERCENTAGE=80% - #442
Merged
Conversation
kenobijon
force-pushed
the
feat/koth-burn-80
branch
from
September 8, 2026 03:03
dbd0228 to
6626953
Compare
The existing validator haircut scales the 40/40/4/16 split; no second burn constant in koth_weights. Co-authored-by: Cursor <cursoragent@cursor.com>
kenobijon
force-pushed
the
feat/koth-burn-80
branch
from
September 8, 2026 03:04
6626953 to
8c2f8af
Compare
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
BURN_PERCENTAGEfrom 100% to 80% so validators run KOTH weights and keep one-fifth of the 40/40/4/16 split: image 8%, video 8%, audio 0.8%, generators 3.2%.KOTH_BURNconstant inkoth_weights.Test plan
Note
Medium Risk
Changes on-chain emission allocation for subnet validators; requires a coordinated upgrade so all validators apply the same burn vs KOTH split.
Overview
Release 5.0.2 lowers validator
BURN_PERCENTAGEfrom 100% to 80%, soset_weightsno longer sends the full epoch to the burn hotkey.When burn is below 100%, the existing flow runs:
update_scores, kings API (with cached fallback), thenbuild_koth_weightson the 40/40/4/16 KOTH split plus generator scores. That vector is scaled by 20% (1.0 - BURN_PERCENTAGE), and 80% is added to the burn UID—matching the intended lane shares (e.g. 8% / 8% / 0.8% / 3.2% when lanes are filled) without new logic inkoth_weights.Validators should upgrade together before mainnet adopts this, or weight semantics will diverge across the set.
Reviewed by Cursor Bugbot for commit 812afb5. Bugbot is set up for automated code reviews on this repo. Configure here.