Queries

subnet-registration-cost

Current cost to register a new subnet.

View as Markdown

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 --json

Python

import bittensor as sub

async with sub.Client("finney") as client:
    result = await client.read("subnet_registration_cost")