Tao Emission
Every block, 1 tao* is emitted by the chain (until 10.5M blocks are emitted and the first halving occurs). Where do these blocks go?
The tao is divided amongst the subnets and the fraction of tao awarded to each subnet is placed into the tao_in
of the Subnet Pools.
*The amount of tao emitted each block is dependent on how much tao is emitted into each subnet pool. This can potentially be less than one.
Determining the emission into each Subnet pool.
In the past, Subnet emissions were set by validators, and Yuma Consensus would aggregate the results based on validator stake and consensus. This is no longer the case.
Tao emission (also known as tao_in
) on a subnet is calculated by finding the subnet price, and dividing by the total of all subnet prices.
Tao_in at dTao launch
At dTao launch, 1 tao and one alpha will be added to the subnet pool.
Therefore, the alpha price is 1 tao/1 alpha = 1. This holds for all 64 subnets, so the tao_in for each subnet at dTao launch is 1/64 = 0.015625 tao.
Updated 7 days ago