Skip to content

Pay 20% of KOTH weights via BURN_PERCENTAGE=80% - #442

Merged
kenobijon merged 3 commits into
mainfrom
feat/koth-burn-80
Sep 8, 2026
Merged

Pay 20% of KOTH weights via BURN_PERCENTAGE=80%#442
kenobijon merged 3 commits into
mainfrom
feat/koth-burn-80

Conversation

@kenobijon

@kenobijon kenobijon commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Sets BURN_PERCENTAGE from 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%.
  • Uses the existing validator haircut only. No KOTH_BURN constant in koth_weights.

Test plan

  • Confirm validators upgrade together before this lands on mainnet
  • After merge, verify a set_weights call: filled lanes pay 0.08 / 0.08 / 0.008 / 0.032 and burn 0.80

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_PERCENTAGE from 100% to 80%, so set_weights no 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), then build_koth_weights on 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 in koth_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.

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 kenobijon changed the title Burn 80% of KOTH weights before paying the 40/40/4/16 split Pay 20% of KOTH weights via BURN_PERCENTAGE=80% Sep 8, 2026
dylanuys and others added 2 commits September 8, 2026 03:05
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@kenobijon
kenobijon merged commit 1570806 into main Sep 8, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants