Skip to main content

Light Client Architecture

Definition

Light client architecture refers to a design approach for blockchain clients that minimizes the amount of data and computational resources required for operation. These clients do not download the entire blockchain history; instead, they verify transactions and block headers using cryptographic proofs, such as Merkle roots. This design allows users to interact with a blockchain securely from resource-constrained devices. It provides a balance between security and accessibility.