Alpha Emission
Each subnet emits alpha per block, split between two destinations:
alpha_in— alpha injected into the subnet’s liquidity pool. Capped atroot_proportion × alpha_emissionper block (de-facto the subnet’sroot_proportion, sincealpha_emission = 1).alpha_out— alpha paid to the subnet owner, miners, validators, and stakers. 1 α/block.
alpha_in and alpha_out are governed by independent rules and currently halve on different schedules. See Halving for the full schedule.
alpha_in (capped at root_proportion × alpha_emission)
Section titled “alpha_in (capped at root_proportion × alpha_emission)”Each block, the chain injects tao into the subnet pool and mints a matching amount of alpha to keep the pool’s tao : alpha ratio balanced.
The alpha injected is the smaller of two quantities: the tao injected divided by the current alpha price, and the per-block cap root_proportion × alpha_emission:
alpha_in = min(tao_injected / alpha_price, root_proportion × alpha_emission)Since alpha_emission = 1 for all subnets currently, the cap is de-facto the subnet’s root_proportion.

alpha_out (1 α/block)
Section titled “alpha_out (1 α/block)”alpha_out is a flat 1 α emitted per block per subnet, distributed to the subnet owner, miners, validators, and stakers via the standard incentive split. It is not affected by the December 2025 tao halving.
alpha_out will halve on its own schedule, when 10.5M alpha have been issued in that subnet — see Halving.
To learn how this 1 α is split across participants, see Subnet emission overview.
Worked example — Subnet 64
Section titled “Worked example — Subnet 64”SN64 has emission share 11.15%, alpha price 0.0786 τ, and root_proportion 0.14605 (so the alpha_in cap is 0.14605 × 1 = 0.14605 α).
- tao emitted to this subnet: 11.15% × 0.5 τ = 0.05575 τ
- alpha this tao would mint at price: 0.05575 / 0.0786 = 0.7091 α (far exceeds the 0.14605 α cap)
- alpha_in this block: 0.14605 α (clamped to the
root_proportioncap) - tao actually injected: 0.14605 × 0.0786 = 0.01148 τ (20.6% of emission)
- excess tao → chain buy (alpha held in protocol wallet): 0.04427 τ (79.4% of emission)
- alpha_out this block: 1 α (unchanged)
Total alpha entering the subnet ecosystem this block: 0.14605 α (alpha_in) + 1 α (alpha_out) = 1.14605 α.
See also
Section titled “See also”- Halving — current emission ceilings and the halving schedule.
- Tao Emission — how 0.5 τ/block is split into pool injection and chain buys, and what happens to chain-buy alpha (held in protocol wallet, redistributed on subnet dissolution).
- Subnet emission overview — how
alpha_outis distributed across owner, miners, validators, and stakers.