Emissions
Emissions to nodes are calculated through levels:
Overall network inflation
Subnet distribution
Node distribution
Overall Network Inflation
The Hypertensor inflation mechanism is disinflationary. As the overall network's number of sub-network nodes increases, the inflation rate decreases.
Inflation is based on the activity of subnet validator nodes.
This function defines a sigmoid-shaped curve for yearly inflation based on network utilization:
u: current node utilization ratio (active nodes / max nodes)
m: midpoint of the curve (utilization where inflation changes fastest)
k: steepness of the curve (higher = steeper transition)
r0: initial (max) inflation rate
rt: terminal (min) inflation rate
As utilization increases:
Inflation starts high at r0
Decreases smoothly as more of the network is used
Levels off near rt when saturation is reached
This incentivizes early participation while gradually stabilizing rewards as network activity increases.
Subnet Distribution
From the overall inflation, the emissions are distributed to subnets based on economic and fundamental mechanisms.
The final subnet weights are calculated once per epoch based on the delegate staking weight and the node weight of each subnet.
Node Distribution
Node distribution is based on the consensus that a subnet comes to each epoch.
Last updated