Queries
root-basket-total-nav
Network-wide total basket NAV across all validators, in TAO.
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 --jsonPython
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
- Runtime API
BetaBasketRuntimeApi.get_root_basket_total_nav
Every file is browsable under /code exactly as built into the runtime.