Subnet Pools
Last updated Feb 2
Subnet pools are liquidity pools that are used to exchange tao for alpha tokens
What is a Subnet Pool?
Section titled “What is a Subnet Pool?”A subnet pool (AKA liquidity pool) is a way to exchange between two currencies. In the case of subnet pools, they are used to exchange tao into the subnet’s alpha token. There are two values in the subnet pool: alpha_in and tao_in
- alpha_in: The amount of alpha currently in the subnet pool
- tao_in: The amount to tao currently in the subnet pool.
Inside the pool, the tao/alpha ratio is a constant. Another way to think about this is that the product of the two values is a constant k:

Emissions
Section titled “Emissions”Each block, tao and alpha are emitted into the liquidity pool.
Note that the value of k will change with each block as a result of this emission.
Alpha Price
Section titled “Alpha Price”The subnet pool determines the alpha price (shown in tao).

Subnet Pool Initialization
Section titled “Subnet Pool Initialization”When a new subnet is registered, how much tao is placed into the pool?
initial_tao = 1initial_alpha = 1
The initial alpha_price is 1.