Learn Before
Concept

How Solana Works

Solana reaches high-throughput consensus by combining several interlocking subsystems. Validators organize into clusters and synchronize using Proof of History timestamps, while leader rotation designates a single validator at a time to produce ledger entries. When connectivity to a leader is lost, the cluster tolerates fork generation, and a leader assigned to a fork must see it through rather than switching forks. Turbine propagates blocks efficiently across the cluster with minimal duplicate messages, secure vote signing isolates the vote-casting logic to protect validators from having their stake slashed for forged votes, and stake delegation lets token holders share in rewards for helping secure the network.

0

1

Updated 2026-07-10

Tags

1Cademy

Learn After