Skip to main content

Stateless Blockchains

Definition

Stateless blockchains are a design approach where network nodes do not retain the complete history of the blockchain’s state. In this architectural model, nodes validate new blocks and transactions using cryptographic proofs that attest to the correctness of state transitions, rather than requiring access to the full historical ledger. This significantly reduces the storage and computational overhead for individual participants, thereby lowering the barrier to running a full node. The objective is to enhance network scalability and decentralization by making validation more accessible.