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

Typed namespace method (autocomplete, signature help):

import bittensor as sub

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

Or dispatch by name, as an agent would:

result = await client.read("subnet_registration_cost")