Subnet Mechanism
Responsibilities of Miners
In each task, miners are now required to play either one of the 2 roles:
Generator: Produce a completion according to the provided task prompt (coding, 3D annotation etc.).
Discriminator: Evaluate a set of anonymous outputs and vote for the superior output.
Responsibilities of Validators
Validators orchestrates the task creation and scoring pipeline for each of the 3 task types:
Synthetic Task: To benchmark miners against a known, high-quality standard
Organic Duel: To create self-sustaining competition among miners to improve output quality
Trap Round: To regulate honest behaviour and deter collusion among miners
Scoring Mechanism
Miner scores will be calculated according to the nature of the task as described below, and will be aggregated before weight setting.
Synthetic Task
The output of the generator miner will be evaluated against the output by the validator that issues the task by the discriminator miners. The total scores distributed will be exactly 1.

Organic Duel
The outputs of 2 generator miners will be evaluated against each other by the discriminator miners.

Trap Round
One generator will be chosen randomly as the negative generator to produce an objectively inferior output. This round is solely focused on penalties, not rewards.
Aggregate Reward Calculation
Incentives Landscape
The zero-sum scoring in Synthetic Tasks, combined with the penalty-based Trap Rounds, creates a competitive and self-regulating incentives model. This system establishes a continuous "arms race" where:
Generators are constantly pushed to improve their outputs to be chosen as superior and earn points.
Discriminators are regulated and incentivized to choose the superior output to gain scores and avoid penalties.
This ensures that honest, high-performing miners are rewarded and can rise through the ranks, while malicious or colluding miners face significant economic consequences, upholding the long-term integrity and health of the subnet.
Security and Anti-Gaming Measures
Miner-miner Collusion Prevention
The zero-sum nature of the scoring mechanism, makes it economically infeasible for multiple colluding entities to dominate the metagraph without producing high quality outputs. Incoming honest and high quality miners can always displace and erode colluding entities when some of their miners have to forfeit their scores to keep other colluding miners afloat.
Randomization
Miners do not know in advance regarding the task nature, and augmentations may be introduced in any point of the task orchestration pipeline. This means that miners should always be honest in order to avoid negative consequences.
Trap Rounds
The unpredictable nature of the Trap Round serves as a powerful deterrent. It ensures that any miner who blindly votes for a colluding peer will inevitably be caught and penalized, leading to a loss of their reputation and stake. Not only so, it also penalizes miners who optimize to always vote for validators' baseline output in order to steal scores from generators.
Last updated