Queries
subnet-registration-cost
Current cost to register a new subnet.
Denominated in TAO. The cost is dynamic: it rises when subnets register and decays back down over time.
Category: Subnets
Parameters
This read takes no parameters.
CLI
btcli query subnet-registration-cost --jsonPython
import bittensor as sub
async with sub.Client("finney") as client:
result = await client.read("subnet_registration_cost")