| # | Coin | Ticker | Price | 24h % | Market Cap | Volume (24h) |
|---|---|---|---|---|---|---|
Tower BFT is Solana's implementation of a Byzantine Fault Tolerant consensus mechanism that leverages the network's Proof of History (PoH) clock to dramatically reduce messaging overhead. In traditional BFT protocols, validators must exchange multiple rounds of messages to agree on the ordering of events, but Tower BFT uses PoH as a cryptographic clock that provides a verifiable passage of time. Validators vote on the current state of the ledger, and each vote includes a lockout period that doubles with each consecutive confirmation — after voting, a validator is locked out from voting on a conflicting fork for an exponentially increasing number of slots. This mechanism replaces the communication-heavy voting rounds of classical BFT with a time-based approach.
The exponential lockout mechanism provides strong consistency guarantees while enabling Solana's high throughput of thousands of transactions per second with sub-second block times (approximately 400 milliseconds per slot). Once a vote has been confirmed through 32 consecutive slots of lockout, it reaches maximum lockout and is considered finalized. The protocol can tolerate up to one-third of validators being malicious or offline while maintaining safety. Tower BFT's reliance on PoH for time synchronization means validators do not need to wait for network round trips to determine ordering, which is the key innovation enabling Solana's performance characteristics. However, this tight coupling with PoH means the consensus mechanism is dependent on the reliability of the PoH generator.
Tower BFT has been running on Solana's mainnet since its launch in March 2020, securing one of the highest-throughput blockchain networks in production. Solana has processed billions of transactions and supports a large ecosystem of DeFi, NFT, and consumer applications. The protocol was designed by Anatoly Yakovenko and the Solana Labs team, drawing on Yakovenko's background in distributed systems at Qualcomm. Despite experiencing several network outages in its early years — often related to the high throughput overwhelming validator hardware — Tower BFT has been progressively hardened and remains central to Solana's architecture.
Advertise
Are you looking to advertise? We offer press release publications, display banners, featured listings and more.
Contact us for questions, submit a PR or request our media kit.