Skip to main content

Light Client

Definition

A light client is a type of blockchain client that does not download or store the entire blockchain history. Instead, it relies on a small subset of the chain’s data, such as block headers, and cryptographically verifies transactions using Merkle proofs provided by full nodes. This design offers faster synchronization and reduced storage requirements, making it suitable for mobile devices and resource-constrained environments. It provides a convenient way to interact with a blockchain.