Polygon has deployed its highly anticipated “Rio Upgrade” to the Amoy testnet, marking a pivotal step in the network’s ambitious GigaGas roadmap that aims to fundamentally reshape how the Polygon PoS chain processes transactions. The upgrade, which went live on September 11 and drew widespread technical analysis throughout the weekend, introduces two landmark protocol improvements that could position Polygon as one of the fastest and most reliable Layer 2 networks in the ecosystem.
TL;DR
- Polygon’s Rio Upgrade activates Stateless Verification (PIP-72) and Validator-Elected Block Producer model (PIP-64) on the Amoy testnet
- The upgrade targets instant finality and up to 5,000 transactions per second on Polygon PoS
- Node storage requirements are dramatically reduced through cryptographic “witnesses” that replace full state history
- This is the first major technical milestone since the MATIC-to-POL token migration completed on September 3
- Mainnet deployment is expected after a comprehensive testnet validation period
Stateless Verification Changes the Game
The centerpiece of the Rio Upgrade is PIP-72, which introduces Stateless Verification to the Polygon PoS network. Under the previous architecture, validators were required to maintain the entire state history of the blockchain to verify new blocks — a requirement that increasingly strained node operators as the network grew. The new witness-based approach allows nodes to verify transactions using compact cryptographic proofs rather than storing the full state trie locally.
For node operators, this represents a seismic shift in infrastructure requirements. Instead of needing terabytes of storage to keep up with the chain, validators can now operate with significantly reduced hardware demands while maintaining the same level of security guarantees. The approach mirrors similar statelessness research conducted by Ethereum core developers, but Polygon’s implementation is purpose-built for its PoS architecture.
The implications extend beyond mere storage savings. Lighter nodes mean more participants can join the validator set, potentially improving decentralization metrics across the network. Developers building on Polygon have noted that the change could also simplify the process of spinning up new nodes for testing and development purposes.
Validator-Elected Block Producers Deliver Instant Finality
The second major component, PIP-64, overhauls Polygon’s block production model by introducing Validator-Elected Block Producers, or VEBloP. Under the legacy system, block production followed a protocol-driven schedule that occasionally resulted in chain reorganizations — situations where blocks were produced but subsequently replaced by alternative chain forks. These reorgs, while typically brief, introduced latency and uncertainty for applications requiring fast confirmations.
VEBloP replaces this model with a system where validators collectively elect block producers for defined intervals. This democratic approach to block production eliminates the conditions that previously caused reorgs, delivering what Polygon engineers describe as “instant finality” — once a block is produced, it is immediately considered confirmed and irreversible.
For decentralized applications processing time-sensitive transactions — such as decentralized exchanges, lending protocols, and payment systems — instant finality removes one of the most persistent pain points in blockchain infrastructure. Users no longer need to wait for multiple block confirmations before considering a transaction settled.
The GigaGas Roadmap and 5,000 TPS Target
The Rio Upgrade serves as the foundational layer for Polygon’s broader GigaGas roadmap, which sets an ambitious target of 5,000 transactions per second for the Polygon PoS network. Current throughput sits considerably below this benchmark, and achieving it requires both the efficiency gains from stateless verification and the throughput improvements enabled by VEBloP.
The GigaGas initiative represents Polygon’s answer to growing competition in the Layer 2 space. With networks like Arbitrum, Optimism, and zkSync all vying for developer attention and user activity, Polygon needs to demonstrate that its PoS chain can handle enterprise-scale throughput without sacrificing decentralization or security. The Rio Upgrade is the first concrete proof point that this vision is technically achievable.
Post-POL Token Era Begins
The timing of the Rio Upgrade is significant. It arrives just ten days after Polygon completed its full migration from the MATIC token to the new POL token on September 3, 2025. The successful token migration set the stage for a new chapter in Polygon’s technical evolution, and the Rio Upgrade represents the first substantial protocol improvement built on this refreshed foundation.
POL token holders stand to benefit from the upgrade’s success. A faster, more reliable Polygon PoS chain attracts more users and applications, which in turn drives demand for block space and network activity — metrics that directly influence the value proposition of the POL token within the ecosystem.
Why This Matters
Polygon’s Rio Upgrade is more than a routine technical improvement — it is a statement of intent. By tackling statelessness and finality simultaneously, Polygon is addressing two of the most fundamental challenges in blockchain scalability. If the testnet validation proceeds smoothly and mainnet deployment follows, Polygon PoS could establish itself as a genuinely high-performance network capable of supporting the next generation of decentralized applications at scale. For developers, investors, and users watching the Layer 2 race, September 2025 may well be remembered as the month Polygon made its most decisive technical move yet.
Disclaimer: This article is for informational purposes only and does not constitute financial advice. Always conduct your own research before making investment decisions.
stateless verification is the real deal. validators no longer needing the full state trie is a huge deal for decentralization since hardware requirements drop massively
First major milestone since MATIC became POL too. The token migration completed on September 3 and now this. Polygon is moving fast.
the cryptographic witness approach mirrors what eth researchers have been working on for years. polygon basically shipped it first
5000 TPS sounds great but I remember similar claims from other L2s that never materialized in production. Need to see mainnet numbers.