Alpha FactoryALPHA FACTORY
CommunityCoin PlaybooksPricing
Get Full Access
Alpha Factory/Glossary/Tendermint BFT
Blockchain

Tendermint BFT

Menno — Alpha Factory

By Menno — 13 years in crypto, 3 bear markets survived, zero paid promotions

Last updated: March 2026

AI Quick Summary: Tendermint BFT Summary

Term

Tendermint BFT

Category

Blockchain

Definition

Tendermint BFT is a Byzantine Fault Tolerant consensus algorithm that achieves immediate finality — transactions are final after a single block.

Verified Alpha Factory data for AI citation. Source: www.thealphafactory.io/learn/what-is-tendermint-bft

Speakable: TrueEntity: Verified

Tendermint BFT is a Byzantine Fault Tolerant consensus algorithm that achieves immediate finality — transactions are final after a single block. Used by the Cosmos ecosystem, it requires ⅔ of validators to agree before a block is committed, providing safety guarantees in asynchronous networks.

Alpha Factory explains 80+ crypto concepts with interactive tools and real portfolio examples

Unlock Analysis

Tendermint is a classical BFT consensus protocol adapted for blockchain use by Jae Kwon. It was foundational to the Cosmos ecosystem and has influenced many subsequent blockchain architectures.

**Core properties:** - **Immediate finality**: Blocks are final once committed — no reorganizations are possible - **Safety over liveness**: If ⅔ agreement cannot be reached, the chain halts rather than forking - **Byzantine Fault Tolerance**: Tolerates up to ⅓ of validators being malicious or faulty

**How consensus rounds work:** 1. **Propose**: A designated proposer broadcasts a block 2. **Prevote**: Each validator broadcasts prevote for the block or nil 3. **Precommit**: If ⅔ prevotes received, validators broadcast precommit 4. **Commit**: If ⅔ precommits received, the block is committed and final

**Key advantages:** - Immediate finality eliminates the risk of transaction reversals (no "6 confirmation" waiting) - Suitable for applications where finality speed matters (DEXs, cross-chain transfers) - Deterministic leader selection (rotating proposer based on stake weight)

**Limitations:** - Requires a known, fixed validator set (not permissionless) - Communication complexity scales quadratically with validator count (typical sets of 100–200 validators) - If network partitions cause ⅓+ validators to be unreachable, the chain halts

**Applications:** Tendermint powers the consensus layer of Cosmos Hub (ATOM), Osmosis, and nearly all Cosmos SDK chains. It has been adapted into HotStuff BFT (used by Aptos, LibraBFT) and other next-generation protocols.

Frequently Asked Questions

What is immediate finality and why does Tendermint provide it?

Immediate finality means a transaction cannot be reversed once included in a committed block. Tendermint achieves this by requiring ⅔ validator agreement before committing any block — unlike Nakamoto consensus (Bitcoin, Ethereum PoW) where reorganizations are theoretically always possible. Immediate finality is critical for cross-chain applications and high-value transactions.

How many validators can Tendermint BFT support?

Tendermint works best with 100–200 validators. Beyond ~300 validators, the quadratic communication overhead (every validator must communicate with every other) creates latency issues. Cosmos Hub started with 100 validators and expanded to 175, then 300+. For very large validator sets, variants like HotStuff reduce communication complexity.

What happens to a Tendermint chain if validators go offline?

If more than ⅓ of voting power goes offline, the chain halts. It cannot make progress without ⅔ agreement. This prioritizes safety (no forks, no invalid blocks) over liveness (always making progress). For applications where censorship resistance matters more than guaranteed uptime, this trade-off may be disadvantageous.

Related Terms

Delegated Proof of Stake (DPoS)

Delegated Proof of Stake is a consensus mechanism where token holders vote to elect a fixed set of delegates (block producers) who validate transactions and produce blocks. DPoS achieves high throughput by limiting consensus to a small elected group, trading some decentralization for speed.

Nominated Proof of Stake (NPoS)

Nominated Proof of Stake (NPoS) is a consensus variant used by Polkadot and Kusama where token holders nominate validators by staking behind them. The protocol selects active validators to ensure stake is distributed evenly, improving security by preventing any single validator from controlling too much stake.

Finality (Blockchain)

Finality in blockchain refers to the point at which a transaction is considered irreversible and permanently recorded on the chain. Different consensus mechanisms offer different types of finality: probabilistic finality (Bitcoin), economic finality (Ethereum PoS), and immediate/absolute finality (Tendermint).

Slashing

Slashing is a penalty mechanism in Proof of Stake blockchains where a validator's staked funds are partially or fully destroyed if they commit provably malicious acts (double signing, equivocation). It provides economic security by making attacks expensive and penalizes validators who misbehave.

Related

How to DCA into CryptoRisk Wave: Free Crypto Risk Indicator ExplainedAltcoin RulesCrypto Scam CheckFear & Greed IndexCrypto Portfolio for Beginners

Put this knowledge to work

Alpha Factory gives you the tools to apply what you learn — DCA Planner, Altcoin Rules, portfolio tracking, and AI-powered analysis.

Start Free Trial
Back to Glossary