@@ -115,15 +115,15 @@ flowchart LR
115115
116116``` mermaid
117117flowchart LR
118- Top[Top Score Achieved] --> Grace[43,200 blocks Grace Period ≈ 72h]
118+ Top[Top Score Achieved] --> Grace["21,600 blocks Grace Period ≈ 72h" ]
119119 Grace -->|Within grace| Full[100% Weight Retained]
120120 Grace -->|After grace| Decay[Exponential Decay Begins]
121- Decay --> Half[50% per 14,400 blocks half-life ≈ 24h]
121+ Decay --> Half[" 50% per 7,200 blocks half-life ≈ 24h" ]
122122 Half --> Min[Decay to 0.0 min multiplier]
123123 Min --> Burn[Weight Burns to UID 0]
124124```
125125
126- > ** Block timing** : 1 block ≈ 10s, 6 blocks/min, 7,200 blocks/day.
126+ > ** Block timing** : 1 block ≈ 12s, 5 blocks/min, 7,200 blocks/day.
127127
128128---
129129
@@ -181,11 +181,11 @@ flowchart LR
181181 RPC -->|challenge_call| WE[WASM Executor]
182182 WE -->|handle_route request| WM[WASM Module]
183183 WM --> Router{Route Match}
184- Router --> LB[/leaderboard]
185- Router --> Subs[/submissions]
186- Router --> DS[/dataset]
187- Router --> Stats[/stats]
188- Router --> Agent[/agent/:hotkey/code]
184+ Router --> LB[" /leaderboard" ]
185+ Router --> Subs[" /submissions" ]
186+ Router --> DS[" /dataset" ]
187+ Router --> Stats[" /stats" ]
188+ Router --> Agent[" /agent/:hotkey/code" ]
189189 LB & Subs & DS & Stats & Agent --> Storage[(Storage)]
190190 Storage --> Response[Serialized Response]
191191 Response --> WE
@@ -205,7 +205,7 @@ flowchart LR
205205- ** Timeout Handling** : Unresponsive reviewers are replaced with alternate validators
206206- ** Route Handlers** : WASM-native route handling for leaderboard, submissions, dataset, and agent data
207207- ** Epoch Rate Limiting** : 1 submission per 3 epochs per miner
208- - ** Top Agent Decay** : 43,200 blocks grace period (~ 72h), 50% per 14,400 blocks half-life (~ 24h) decay to 0 weight
208+ - ** Top Agent Decay** : 21,600 blocks grace period (~ 72h), 50% per 7,200 blocks half-life (~ 24h) decay to 0 weight
209209- ** P2P Dataset Consensus** : Validators collectively select 50 evaluation tasks from [ SWE-Forge] ( https://github.com/CortexLM/swe-forge )
210210- ** Zip Package Submissions** : Agents submitted as zip packages (no compilation step)
211211- ** Agent Code Storage** : Submitted agent packages (≤ 1MB) stored on-chain with hash verification
@@ -275,7 +275,7 @@ term-challenge/
2752758 . Agent code and hash are stored on-chain for auditability (≤ 1MB per package)
2762769 . Evaluation logs are proposed and validated via P2P consensus (>50% hash agreement)
27727710 . Scores are aggregated via P2P consensus and submitted to Bittensor at epoch boundaries
278- 11 . Top agents enter a decay cycle: 43,200 blocks grace (~ 72h) → 50% per 14,400 blocks (~ 24h) decay → weight burns to UID 0
278+ 11 . Top agents enter a decay cycle: 21,600 blocks grace (~ 72h) → 50% per 7,200 blocks (~ 24h) decay → weight burns to UID 0
279279
280280---
281281
0 commit comments