
Tezos implements the Tallinn protocol upgrade on Saturday, reducing block time from the previous level to 6 seconds. This is the 20th major update of the protocol since its launch in 2018, achieved without network forks. The upgrade introduces BLS cryptographic signature aggregation technology, allowing all validators to verify each block, and enhances address indexing mechanisms to improve storage efficiency by 100 times. This upgrade reduces latency and accelerates final confirmation speed, opening the door for further shortening of block times.
Tezos is a layer-one proof-of-stake blockchain network that implemented the latest protocol upgrade, Tallinn, on Saturday, shortening the underlying block time to 6 seconds. According to an announcement from Tezos, this is the 20th update to the protocol, which reduces block time, lowers storage costs, decreases latency, and speeds up network finality.
Block time is one of the core indicators of blockchain performance. It determines how long it takes for a transaction to be confirmed after submission, directly affecting user experience and application scenarios. A 6-second block time means Tezos can now confirm transactions in under 10 seconds. This speed approaches the immediacy of traditional payment systems (like credit cards), making it feasible for real-world commercial applications.
Compared to first-generation blockchains, Tezos’s performance improvement is significant. First-generation networks like Bitcoin and Ethereum have speeds of about 7 TPS and 15-30 TPS respectively. Bitcoin produces a block approximately every 10 minutes, which poses challenges for everyday payments and commercial transactions. Increasing from 10 minutes to 6 seconds represents a 100-fold performance boost, enabling Tezos to support a broader range of applications.
The latest upgrade demonstrates Tezos’s pursuit of faster, higher-throughput blockchain networks that can process more transactions per second and shorten settlement times to meet growing application demands. In high-frequency applications such as DeFi, NFTs, and gaming, transaction confirmation speed directly impacts user satisfaction. The 6-second block time significantly enhances Tezos’s competitiveness in these fields.
Accelerating finality is equally important. In blockchain, “finality” refers to the state where a transaction is considered irreversible. Bitcoin typically requires 6 confirmations (about 60 minutes) for finality, and Ethereum about 15 minutes. By shortening block times and optimizing consensus mechanisms, Tezos greatly reduces finality time, which is crucial for financial applications requiring rapid settlement.
The Tallinn protocol upgrade marks Tezos’s 20th major update since its launch in 2018, achieved without network forking. This feature is one of Tezos’s most unique technical advantages and a fundamental difference from blockchains like Bitcoin and Ethereum.
Traditional blockchains often require hard forks for major protocol upgrades. A hard fork means incompatible new and old versions of the protocol, requiring the network to fully switch to the new version at a certain point; nodes that do not upgrade are excluded from the network. This approach carries risks: community splits (e.g., Bitcoin Cash from Bitcoin), temporary network instability, and coordination challenges among participants.
Tezos employs on-chain governance and self-amendment mechanisms, allowing the network to upgrade smoothly while running. Protocol upgrade proposals are submitted by developers, tested on testnets, and then voted on by token holders. Once approved, upgrades are automatically activated at a predetermined block height, without the need for hard forks. This mechanism enables continuous evolution without community splits.
The accumulation of 20 major upgrades demonstrates Tezos’s technical maturity and governance efficiency. Since launch, Tezos has completed about 2.5 protocol upgrades per year on average—a pace uncommon among blockchain projects. Many projects see a significant decline in upgrade frequency after initial years or face disputes and delays. Tezos’s steady upgrade rhythm reflects an active developer community, effective governance, and a scalable technical architecture.
Forkless upgrades also mean lower ecosystem risks. Exchanges, wallets, DApps, and other infrastructure providers do not need extensive technical adjustments for each upgrade—only simple software updates are required to adapt to new protocols. This stability is vital for attracting enterprise applications and institutional participation.
A Tezos spokesperson explained that the Tallinn upgrade also allows all network validators (called “bakers”) to verify each block, rather than only a subset as in previous versions: “This is achieved through BLS cryptographic signatures, which aggregate hundreds of signatures into a single signature per block. By reducing node load, this paves the way for further shortening of block times.”
BLS (Boneh-Lynn-Shacham) signature aggregation is a significant cryptographic innovation. In traditional blockchain consensus mechanisms, each validator signs the block, and these signatures are verified by other nodes individually. As the number of signatures increases, verification becomes more burdensome. BLS signatures allow multiple signatures to be combined into one, with the aggregated signature size remaining the same as a single signature.
This technology enables all validators to participate in verifying each block without slowing down the network as signature counts grow. Previously, Tezos used a rotation mechanism where only a subset of validators verified each block. While this reduced individual verification load, it lowered security because an attacker only needed to control the validators in the rotation to influence blocks.
Post-Tallinn upgrade, all validators participate in verifying each block, significantly enhancing security. Even if some validators go offline or are attacked, as long as the majority operate honestly, the network remains secure. This “everyone verifies” mode combined with BLS signature aggregation achieves both security and efficiency improvements.
“The reduction of node load also opens the door for further shortening of block times,” the statement reveals. A 6-second block time is not the end; BLS signature aggregation creates technical possibilities for further reductions to 3 seconds or even 1 second. As hardware performance improves and networks optimize, Tezos’s performance ceiling still has considerable room for growth.
The upgrade also introduces an address indexing mechanism that removes “redundant” address data, reducing storage requirements for applications running on Tezos. A Tezos spokesperson stated that this mechanism can improve storage efficiency by 100 times. This is an often overlooked but highly important improvement in the Tallinn upgrade.
Blockchain storage burdens grow over time. Every transaction, smart contract deployment, and state change must be permanently stored on-chain. As applications increase and transaction volume grows, full nodes may need to store hundreds of GBs or even TBs of data. This storage burden raises hardware requirements and costs, potentially leading to centralization.
The address indexing mechanism optimizes storage by removing redundant data. In blockchain, the same address may appear in thousands of transactions; traditionally, each occurrence records the full address data. The indexing mechanism consolidates address data, and elsewhere only records references (indexes) to that address, similar to foreign keys in databases.
A 100-fold increase in storage efficiency means that data previously requiring 100 GB of storage now only needs 1 GB. This optimization significantly lowers the hardware barrier for running Tezos nodes, encouraging more participation and decentralization. For DApp developers, lower storage costs enable building more complex applications without worrying about high storage expenses.