Yuma Consensus

The Yuma consensus mechanism

The Yuma Consensus algorithm translates weights into incentives for the subnet miners and dividends for the subnet validators. The Yuma Consensus rewards subnet validators with dividends for producing miner-value evaluations that are in agreement with the subjective evaluations produced by other subnet validators, weighted by stake. The results of the subnet consensus are written to the blockchain to facilitate trustless rewards distribution.

Each subnet has its own incentive scoring incentive that awards miners for the value created in the subnet. Every epoch validators set their scored weights which are then processed by Yuma Consensus. Emission structure for each tao generated is based on this consensus.

Subnet Emissions

1 tao is minted for each block that is created in the Bittensor blockchain (this occurs every 12 seconds). This emission is divided amongst the subnets based on weights set by validators in Subnet 0.

Calculating Subnet Emissions

Subnet weights are defined in the Root Subnet by validators using the cli command btcli r weights. Validators can set a score for any or all subnets and their submitted scores are normalised to equal a total of 1.0 (100%). Here is an example screenshot from Taostats for the top 2 validators (based on stake):

This chart can be found on the landing page: <https://taostats.io/>

This chart can be found on the landing page: taostats.io

In this screenshot, the top validator ranks subnet 1 at 0.09 (9%), and validator 2 ranks subnet 1 at 0.04 (4%). The values allocated across the 32 subnets by each validator will always add up to 1.0 (100%).

To calculate the total emissions Yuma Consensus takes into account both the score, the weight of the validator based on their stake and the consensus amongst the other validators weights to finalise the distribution of emissions across all subnets. The distribution percentage for each subnet is shown across the header of the table.


Subnet Emission Distribution

Each subnet's incentive mechanism breaks down the distribution of the Subnet's share of emissions to the active participants of the subnet.

  • Subnet Owner: The subnet owner receives 18% of the emissions.
  • Miner Miners split 41% of emissions.
  • Validator Validators also split 41% of emissions.

Miners are awarded emissions based on their emissions. Emissions are granted to each miner by validators, based on their incentive score derived from the quality of their work. The evaluation criteria is set by the subnet incentive mechanism. See Incentive for Miners for more detail on how incentive is awarded to miners.

Validators are awarded emissions based on the amount of tao they have staked, and the performance and consensus with other validators on the network, represented by the vtrust metric. See Incentive for Validators for more detail on how incentive is awarded to validators.