Indexer consensus
Meta-protocol users depend on deterministic off-chain interpretation and must understand divergence and reorg handling.
Loading lesson visuals...
Learn the idea
Indexer consensus is informal shorthand for independent indexers producing the same derived metaprotocol state. They do not create Bitcoin consensus. Agreement requires identical network identity, parser versions, inclusive activation heights, transaction ordering, invalid-message behavior, and reorg rollback. A pre-activation, wrong-network, or unsupported-version event must not mutate the pinned index. A divergence can show different balances while every indexer follows the same valid Bitcoin chain.
Pin protocol rules
Record implementation version, activation points, feature flags, network, and canonical test vectors before comparing outputs.
Inspect every idea above to open it.
Different parsing, versions, bugs, activation settings, or rollback logic can derive different states from identical valid bytes.
The questions unlock after every required learning activity
Inspect every guided idea, open the worked example, rebuild its mechanism, and complete the deterministic lesson tool. Your progress is saved automatically.