Light node

A persistent, verifying light client in your browser: headers sync forward from a schema-defined checkpoint into IndexedDB, every header validated by the 7-rule header phase (testnet4's BIP 94 timewarp and min-difficulty semantics included), sources cross-checked, and transactions verified against your own chain — not a server's word. · schema · header verifier · spv

verify a transaction against this node's chain

validation capability (Elementary Bitcoin §20.6)

classwhatthis node
Hheader chain: PoW, difficulty, timewarp, timestamps, versions✓ every header, locally
Ttransaction inclusion (merkle proofs vs local headers)✓ on demand
Bblock structural + script validity– on demand via the block validator (≤6 blocks)
UUTXO existence / full consensus– requires a full node; the honest gap