← Back to trust

Bittensor

Bit Off

Effective stake weights validator judgments within Bittensor's consensus, bonds, and reward pipeline.

ContentsBrowse sections

Basis of analysis

A public Finney endpoint query at block 8,627,955 returned specVersion: 424, a TaoWeight of 0.18, and explicit commit-reveal on SN1, while SN1 LiquidAlphaOn and Yuma3On returned no explicit storage entries. Public release tag v3.4.9-424 supplies the source traced for effective stake, permits, consensus, ranks, bonds, and the alpha and TAO coinbase paths (Rao Foundation 2026a; 2026b; 2026c; 2026d; 2026e). Two final governance proposals, Lui and Sun's pre-Dynamic-TAO study, and a historical OpenValidators mirror of two netuid 1 runs add bounded institutional and internal evidence. The mapping does not assert byte identity between that source and the deployed WASM, and no independent task-quality label enters the record.


Abstract

Bittensor’s runtime never sees the miner answer a validator judged. It sees the validator’s submitted weights. At Finney mainnet block 8,627,955, the chain reported runtime specification 424. Public release tag v3.4.9-424 maps that specification number to source that combines subnet alpha stake with discounted root TAO stake, filters inactive and non-permitted validators, computes a stake-weighted median for each miner, clips submitted weights at that consensus, generates miner ranks, updates validator bonds, and divides alpha-denominated participant emission.

This paper calls that arrangement capitalized judgment: capital weights the authority of an evaluation whose substantive production remains outside the runtime. The term describes an institutional architecture rather than a finding that capital is a bad proxy for competence. The specification-424 source identifies where capital enters. Two final governance proposals, Lui and Sun’s pre-Dynamic-TAO study, and historical SN1 records add bounded institutional and internal evidence; independent task quality remains unmeasured.

The analysis distinguishes within-subnet alpha allocation from the mainly price-based allocation of TAO-side emission across subnets, then identifies the evidence needed to test whether effective stake predicts independently adjudicated evaluative competence.

Keywords: Bittensor, Yuma Consensus, capitalized judgment, Dynamic TAO, alpha, validator authority, construct validity, token-weighted aggregation, decentralized AI.


Research Questions

Bittensor distributes value through judgments about work. Subnet miners produce a digital commodity. Validators query them, score what returns, and submit weights to the chain. The difficult question is who is authorized to make judgment consequential.

The 2020 whitepaper described peers ranking one another and being rewarded for information-theoretic value (Rao et al. 2020). The specification-424 release source exposes a more legible object. A validator’s local code defines the task, query, rubric, and path from response to weight. The traced runtime logic receives the resulting weight vector, decides which validators count and how heavily, clips miner weights through consensus, and divides participant emission.

That division of labor creates two research questions:

  1. Where does capital enter the current judgment-to-reward path?

  2. Does that capital weighting track evaluative competence against a standard independent of the same reward mechanism?

The first question is answerable conditionally: chain state establishes the reported specification and configuration, while the corresponding public release exposes the associated authority rule without proving byte identity to on-chain WASM. Answering the second requires outcomes produced outside that rule. The affirmative claim is architectural; whether effective stake displaces a better quality signal remains an open hypothesis.


Evidence

Chain Anchor and Public Source

At block 8,627,955, the public Finney endpoint returned specVersion: 424. Public release tag v3.4.9-424 supplies the source used to trace effective stake, permits, consensus, ranks, bonds, issuance, and participant rewards (Rao Foundation 2026a). The mapping connects the chain-reported specification to a public release without asserting byte identity between that source and the deployed WASM.

At the same block, TaoWeight decoded to 0.18, and SN1 commit-reveal returned explicit true. SN1 LiquidAlphaOn and Yuma3On returned no explicit storage entries; the release source supplies false defaults for interpreting those paths.

Evidence Classes

Four evidence classes carry different inferences.

Evidence class Observation Supports Does not support

Chain state and specification-424 source

Specification 424 and configuration at a fixed block, plus the same-numbered public release tag

A conditional trace of the associated authority and reward architecture

WASM/source equivalence, branch execution, how validators produced scores, or whether those scores were good

Governance proposals

Problems asserted by BIT-0002 and BIT-0004 and the proposed design responses

The categories of failure that proposal authors considered

Prevalence, causal effect, or independent confirmation of those failures

Lui and Sun (2025)

Pre-Dynamic-TAO stake, reward, trust, and validator_trust records

Historical concentration and protocol-internal correlations in their dataset

Current Dynamic-TAO behavior or external task quality

Historical SN1 records

Preserved parquet and exact replay of three deterministic movement summaries

Recomputability of those bounded internal transformations

Current SN1 operation, chain-wide generalization, or external calibration

This is an architecture study with a bounded historical replay; causal and welfare effects are outside its design.


From Quality to a Weight Vector

The runtime begins after the most contestable work has already happened.

Adcock and Collier (2001) separate a background concept, a systematized concept, an indicator, and the scores assigned to cases. Applied to a subnet, the sequence is concrete:

Measurement level Bittensor analogue Primary validity question

Background concept

Valuable digital work, intelligence, usefulness, or task quality

What property is the subnet trying to reward?

Systematized concept

The subnet’s operational definition of good performance

Does that definition preserve the relevant meaning of the task?

Indicator

Validator queries, tests, reward models, filters, and scoring code

Does the procedure distinguish better from worse performance?

Scores

Miner-level results transformed into a submitted weight vector

Are scores reliable, comparable, and correctly transmitted?

Consequence

Consensus-clipped ranks, bonds, and alpha rewards

Does the aggregation preserve useful information in the scores?

The last row is an institutional addition to the measurement chain. A score becomes consequential because a protocol recognizes it. Cronbach and Meehl (1955) supply the underlying caution: construct validity is an inference supported by a pattern of evidence rather than a property conferred by numeric form. Espeland and Stevens (1998) add the organizational consequence. Commensurable judgments allocate resources while their common scale suppresses distinctions the measurement procedure did not encode.

Bittensor governs several layers. A subnet can use demanding benchmarks, adversarial tests, human adjudication, cryptographic verification, or measurable service-level outcomes; commit-reveal and bonds can discipline conduct inside the submitted-weight system. The specification-424 epoch path consumes stake, permits, activity and registration metadata, weights, prior bonds, and hyperparameters. Miner responses and independent quality labels sit beyond its visibility. The trace can therefore expose how evaluation acquires authority; merit remains an empirical question.


Authority Path at Specification 424

Effective Stake Is Not a Single TAO Measure

Dynamic TAO makes the unit of authority more complicated than the phrase "TAO-weighted" suggests. At specification 424, get_stake_weights_for_network constructs an effective-stake vector as:

Text
effective stake = subnet alpha stake + (root TAO stake x TaoWeight)

TaoWeight was 0.18 at the anchored block. The epoch code filters positions below the global threshold, normalizes remaining values, removes inactive stake, and removes stake attached to validators without a current permit. For non-owner positions, is_topk_nonzero recomputes the next permit vector over effective stake. The newer epoch path also gives the subnet owner an explicit permit exception (Rao Foundation 2026b; 2026c).

Capital therefore enters through a composite position. Alpha held or inherited on the subnet supplies one component. Root TAO exposure, discounted by a live global parameter, supplies another. Calling the result a single TAO reward metric would erase both the subnet token and the parameter that joins the two.

Submitted Rows Become Stake-Weighted Consensus

The runtime loads the sparse weight matrix, drops rows from non-permitted validators, removes prohibited self-weights, masks weights that predate miner registration, and normalizes the remaining rows. It then computes a column-wise stake-weighted median using the active effective-stake vector and the subnet’s kappa. Weights above that consensus are clipped. Miner rank is the matrix product of clipped weights and active effective stake (Rao Foundation 2026c).

The tally applies an authority distribution before it combines opinions:

  1. capital position helps determine who receives a permit;

  2. current permits decide which rows survive;

  3. active effective stake weights the consensus threshold; and

  4. the same vector weights the clipped rows used to produce rank.

The owner exception and subnet hyperparameters qualify any simple claim that the process is only top-stake rule. Neither qualification removes the stake-weighted core that runs through permits, the consensus threshold, and rank.

Bonds Reward Agreement Through Time

Validator dividends follow different formulas across configurations. In the legacy Yuma branch used by SN1 at the anchored block, active stake enters the bond update through a row-wise product of validator weights and active stake. The bond matrix is normalized, smoothed, and multiplied by miner incentive to produce dividends. In the Yuma3 branch, normalized bond exposure to incentive is multiplied directly by active stake before dividend normalization. If the combined emission signal is zero, the fallback assigns validator emission by normalized stake or active stake (Rao Foundation 2026c).

Liquid alpha changes the smoothing coefficient used in the bond update according to the relation between weights, bonds, and consensus. It does not insert an external task label. Commit-reveal delays public visibility of weights and masks certain stale or invalid rows. It can make simple copying harder. Both features do substantive work on information and timing inside the submitted-weight system.

Configuration prevents a network-wide generalization from defaults. At the anchored block, SN1 commit-reveal was explicitly enabled. The liquid-alpha and Yuma3 map lookups returned no entries, so the specification-424 defaults make both branches false for that state. Any other subnet requires its own state query before that reading transfers.

Participant Alpha and Inter-Subnet TAO Are Separate Paths

The most important correction is denominational. Within a subnet, the epoch returns incentive and dividend shares applied to AlphaBalance. The coinbase path mints subnet alpha for participants, accumulates miner and validator alpha, accounts for the owner cut and root share, and distributes those alpha-denominated amounts at the epoch (Rao Foundation 2026c; Rao Foundation 2026e).

Across subnets, get_shares starts with moving alpha-price shares, multiplies each by root_proportion * (1 - MinerBurned), and renormalizes. Submitted weight vectors reach this share through an indirect path. Within the epoch, clipped rank becomes miner incentive. During distribution, incentive directed to an owner-associated or immune hotkey is withheld, whether recycled or burned; run_coinbase.rs stores withheld incentive divided by total incentive as MinerBurned. A later get_shares call uses that value to discount the subnet’s price-based share (Rao Foundation 2026c; Rao Foundation 2026d; Rao Foundation 2026e).

The paths are therefore distinct but coupled:

  • validator judgment directly allocates participant alpha within a subnet and can indirectly alter a later TAO-side share through the destination of miner incentive;

  • moving price and root_proportion define the inter-subnet base, while MinerBurned applies the source-visible withholding discount.

Capitalized judgment remains principally an account of within-subnet evaluative authority. The inter-subnet path is analytically distinct from a second common-quality vote. Its MinerBurned discount supplies the bounded link to submitted weights.


Capitalized Judgment

Capitalized judgment names a specific coupling. Validators produce the substantive evaluation, while capital helps determine the authority the runtime gives the resulting weight vector.

The term describes an arrangement and sits within the token-weighted crowdsourcing and peer-prediction literatures. Under their model’s conditions, Tsoukalas and Falk (2020) demonstrate formally that token weighting can discourage truthful aggregation, and that accuracy can decline with dispersion. Miller, Resnick, and Zeckhauser (2005) show how rewarding agreement can elicit information without verifying reports directly, while creating an equilibrium-selection problem that later peer-prediction work developed. Bittensor supplies an institutional case in which those concerns sit inside a longer chain that runs from subnet-specific scoring through capital-conditioned permits, stake-weighted clipping, and temporal bonds to token-denominated distribution.

The architecture separates four propositions:

  1. validators produce task-specific judgments outside the runtime;

  2. effective capital structures access to and weight within aggregation;

  3. consensus and bond mechanics reward relationships among submitted judgments; and

  4. external task validity remains a subnet-level empirical question.

Sybil-Resistance Null

The strongest innocent explanation is also the obvious design problem. A permissionless network cannot treat every costless identity as an independent evaluator (Douceur 2002). Stake prices identity and makes authority expensive to multiply. Delegators may also move capital toward validators with better tools, reputations, or histories. Under that account, effective stake operates as a noisy market proxy for competence and costly participation rather than as a substitute for it.

Source cannot decide between costly selection and calibration failure; both predict the observed coupling. Stake-reward correlation is likewise non-discriminating because stake-bearing formulas partly generate validator reward. The decisive comparison is held-out evaluator accuracy and aggregate task performance under stake-weighted, capped, and equal alternatives. Stronger claims about miscalibration require subnet-level empirical evidence.


What the Non-Code Evidence Adds

Governance Proposals Are Problem Statements

BIT-0002 is a final proposal for a subnet start call. Its authors describe early dTAO launches in which arbitrary validator or miner code could establish validator trust and delegations before subnet owners had published production systems. The proposal delays trading and emission until a subnet owner starts the network. That delay makes the proposal evidence that launch sequencing was treated as a governance problem. The proposal is not a measured prevalence study, and its account of exploitation is its authors' diagnosis (Opentensor 2025).

BIT-0004 is a final subnet-deregistration proposal. It states that non-functional subnets continued to consume emission and chain resources after dTAO and specifies pruning by moving alpha price when the subnet limit is reached. This reveals a design choice: market price prunes where the protocol has no automatic, cross-subnet measure of functional quality available. It does not prove that price and function diverge in any named subnet (Opentensor 2026).

Together, the proposals show where designers placed two safeguards. Start control acts before open economic activity. Price-based pruning acts when capacity binds. Neither document independently evaluates validator competence.

Lui and Sun Describe the Pre-dTAO System

Lui and Sun (2025) analyze 6,664,830 records across 64 active subnets and 121,567 unique wallets from March 20, 2023 through February 12, 2025. They stop immediately before the Dynamic-TAO upgrade on February 13. Their study reports high concentration in stake and reward and calculates per-role correlations among stake, reward, and two API fields: trust for miners and validator_trust for validators.

The study is useful historical evidence, but it predates the specification-424 architecture and treats protocol-native trust fields as performance measures. Its validator stake-reward relationship is partly mechanical; its miner trust-reward result still compares internal fields. The external-calibration criticism is this paper’s, not a caveat attributed to Lui and Sun. The Lui-Sun evidence supports weaker claims than external-benchmark evidence would support.

What the SN1 Records Measure

The historical OpenValidators mirror preserves two netuid 1 runs from a public observation window in August and September 2023. The records include prompts, completions, rewards, block fields, hotkeys, and weights, offering a rare view of how one validator converted text-prompting work into internal scores.

The material predates Dynamic TAO and contains no independent quality labels. It can illuminate internal score movement in one historical SN1 process, but it cannot calibrate current validator competence.


What Would Test the Claim

The decisive study would compare validator judgments with an outcome independent of the subnet’s own reward model: a held-out benchmark, verifiable service result, expert rubric, or blinded multi-rater assessment. It would ask whether effective stake predicts evaluator accuracy, whether stake-weighted aggregation outperforms equal or capped alternatives, and whether miner rewards track the independent result.

If stake selects better evaluators and improves held-out aggregation, capital is performing epistemic work through costly selection and delegation. If flatter weighting performs better while effective stake fails to predict competence, the critical force of capitalized judgment increases. The result may vary by subnet and task.


Scope of Inference

The chain anchor reported specification 424, and the matching public release exposes the architecture traced here. Effective stake at that point combined subnet alpha with root TAO at a 0.18 weight; participant rewards and inter-subnet allocation followed different denomination paths.

Each empirical window behind those claims is narrow. Chain observation covers a single Finney block, 8,627,955, with subnet-level configuration read only for SN1; commit-reveal, liquid-alpha, and Yuma3 settings on any other subnet require their own queries. Lui and Sun’s records span March 20, 2023 through February 12, 2025 across 64 active subnets and stop before the Dynamic-TAO upgrade. The preserved OpenValidators material covers two netuid 1 runs from a public observation window in August and September 2023.

This architecture says how submitted judgments acquire authority, not whether any subnet evaluates poorly. Lui and Sun’s evidence and the historical SN1 material predate Dynamic TAO and cannot supply current, network-wide calibration. The finding is bounded to Bittensor’s stake-weighted evaluation architecture.


Falsification

The affirmative claim under capitalized judgment is architectural and narrow: at specification 424, an effective-stake vector combining subnet alpha with TaoWeight-discounted root TAO conditions which validator rows survive, how heavily each weighs in consensus, and how alpha-denominated participant emission is divided. Four observations would defeat that claim, and each names either a chain state that can be queried or a source path that can be read.

  1. A byte-level comparison shows the WASM running at block 8,627,955 diverging from v3.4.9-424 on the staking, epoch, or coinbase paths. The evidence table already withholds source-WASM equivalence; a demonstrated divergence would void the conditional trace instead of bounding it.

  2. get_stake_weights_for_network at specification 424 resolves authority from a single TAO quantity, with no subnet alpha component and no TaoWeight discount on root stake. The composite-position claim under "Effective Stake Is Not a Single TAO Measure" would fail.

  3. Permits, the consensus threshold, or miner rank derive from a vector other than active effective stake, such as registration order or an equal weighting across permitted validators. The four-step authority tally under "Submitted Rows Become Stake-Weighted Consensus" would then describe a mechanism the release source does not contain.

  4. Epoch settlement credits participants in TAO rather than through AlphaBalance. The alpha denomination of participant emission, argued under "Participant Alpha and Inter-Subnet TAO Are Separate Paths", would fail.

Two further observations defeat subsidiary readings rather than the affirmative claim. If get_shares derives a subnet’s TAO-side portion from aggregated validator weights instead of moving alpha price discounted by root_proportion and MinerBurned, the inter-subnet account fails, and that allocation stays analytically distinct from capitalized judgment either way. If storage at block 8,627,955 returns an explicit true for SN1 LiquidAlphaOn or Yuma3On, the legacy-branch treatment of bonds and dividends is the wrong branch for that state, and the liquid-alpha or Yuma3 path governs instead.

The open hypothesis carries a separate defeat condition, and no within-protocol correlation supplies it. Stake-bearing formulas partly generate validator reward, so agreement between stake and reward is consistent with costly selection and with calibration failure alike.


Conclusion

The specification-424 architecture receives judgments whose substantive production occurred elsewhere, gives some validators permits, weights surviving rows by effective stake, clips them through consensus, carries them through ranks and bonds, and pays participants in subnet alpha. A mainly price-based process allocates TAO-side emission across subnets, with an indirect discount when within-subnet incentive is withheld from owner-associated or immune hotkeys.

Capitalized judgment names that first arrangement: the point where a local evaluation becomes an authorized economic fact. The source trace exposes the conversion; evaluator competence requires a separate test. If stake selects better evaluators and improves held-out aggregation, it performs epistemic work. Otherwise, consensus may persist without the quality it is meant to represent.

The chain can price judgment without proving it. The next paper must test whether the price knows what the judgment is worth.


References

Adcock, Robert, and David Collier. 2001. "Measurement Validity: A Shared Standard for Qualitative and Quantitative Research." American Political Science Review 95(3): 529-546. https://doi.org/10.1017/S0003055401003100

Cronbach, Lee J., and Paul E. Meehl. 1955. "Construct Validity in Psychological Tests." Psychological Bulletin 52(4): 281-302. https://doi.org/10.1037/h0040957

Douceur, John R. 2002. "The Sybil Attack." In Peer-to-Peer Systems, 251-260. Springer. https://doi.org/10.1007/3-540-45748-8_24

Espeland, Wendy Nelson, and Mitchell L. Stevens. 1998. "Commensuration as a Social Process." Annual Review of Sociology 24: 313-343. https://doi.org/10.1146/annurev.soc.24.1.313

Lui, Elizabeth, and Jiahao Sun. 2025. "Bittensor Protocol: The Bitcoin in Decentralized Artificial Intelligence? A Critical and Empirical Analysis." arXiv:2507.02951. https://arxiv.org/abs/2507.02951

Miller, Nolan, Paul Resnick, and Richard Zeckhauser. 2005. "Eliciting Informative Feedback: The Peer-Prediction Method." Management Science 51(9): 1359-1373. https://doi.org/10.1287/mnsc.1050.0379

Opentensor. 2025. "BIT-0002: dTAO Subnet Start Call." Final core proposal. https://github.com/opentensor/bits/blob/7ff32e030e6cd080a1feb9fa4234b852e31d783d/bits/BIT-0002-Start-Call.md

Rao, Yuma, Jacob Steeves, Ala Shaabana, Daniel Attevelt, and Matthew McAteer. 2020. "BitTensor: A Peer-to-Peer Intelligence Market." arXiv:2003.03917. https://arxiv.org/abs/2003.03917

Rao Foundation. 2026a. "Subtensor v3.4.9-424." https://github.com/RaoFoundation/subtensor/releases/tag/v3.4.9-424

Rao Foundation. 2026b. "Effective Stake Construction." stake_utils.rs. GitHub.

Rao Foundation. 2026c. "Epoch, Consensus, Bond, and Dividend Logic." run_epoch.rs. GitHub.

Rao Foundation. 2026d. "Subnet TAO-Side Emission Shares." subnet_emissions.rs. GitHub.

Rao Foundation. 2026e. "TAO and Alpha Coinbase Paths." run_coinbase.rs. GitHub.

Tsoukalas, Gerry, and Brett Hemenway Falk. 2020. "Token-Weighted Crowdsourcing." Management Science 66(9): 3843-3859. https://doi.org/10.1287/mnsc.2019.3515