Queries

root-basket-total-nav

Network-wide total basket NAV across all validators, in TAO.

View as Markdown

Sampling this over time yields the TAO/day flowing to root stakers.

Category: Staking

Parameters

This read takes no parameters.

CLI

btcli query root-basket-total-nav --json

Python

Namespace method (autocomplete, signature help):

import bittensor as bt

sub = bt.Subtensor()
result = sub.staking.root_basket_total_nav()

Or dispatch by name, as an agent would:

result = sub.read("root_basket_total_nav")

Async is the same surface awaited: async with bt.Subtensor() as client:.

On-chain implementation

Every file is browsable under /code exactly as built into the runtime.