Polygon Lisovo Hardfork: Explanation and Details
2026-03-03
Polygon Lisovo hardfork is a scheduled network upgrade for the Polygon PoS chain. It is the kind of change that sounds scary, but for most users it feels quiet: you open your wallet, you send a transaction, and life goes on.
The important part is what happens under the hood, because the Lisovo update is designed to improve smart contract compatibility, tune fee rules, and keep the network safer as usage grows.
Key Takeaways
- Lisovo activates on Polygon PoS at mainnet block 83,756,500, with a separate activation on Amoy.
- The core upgrade set includes PIP 79, PIP 80, and the CLZ opcode (EIP 7939).
- Node operators must upgrade clients before the activation block, and the client releases also bundle reliability improvements.
Trade with confidence. Bitrue is a secure and trusted crypto trading platform for buying, selling, and trading Bitcoin and altcoins.
Register Now to Claim Your Prize!
What is the Polygon Lisovo hardfork and when does it happen
A hardfork is a protocol upgrade that changes consensus rules. After the activation point, nodes that did not upgrade will disagree with upgraded nodes, and they can fall out of sync. That is why these upgrades are planned in advance and triggered by a specific block number.
For Lisovo, the activation is defined at mainnet block 83,756,500 and Amoy block 33,634,700. A public client release announcement also shares an estimated wall clock time of around 2 PM UTC on March 4, 2026, tied to the same mainnet block height.

If you are a regular user, your main question is usually “Will my funds be safe and will transactions stop?”
The best expectation is short and simple: there may be a brief period of heightened attention as validators upgrade, but normal sending and swapping should continue as long as the network maintains a healthy supermajority of upgraded nodes.
The upgrade is mainly aimed at developers, validators, infrastructure providers, and smart contract teams.
For developers, Lisovo is more interesting than it looks at first glance. The included changes touch three areas that often cause pain in production: fee market flexibility (EIP 1559 behavior), wallet and authentication support (P256), and opcode compatibility with modern tooling and Ethereum upgrades (CLZ).
Read also : Polygon Co-Founder Considers Bringing Back the MATIC Ticker for POL
Polygon Lisovo update details: what changes in the protocol
The Lisovo hardfork proposal lists three main inclusions: PIP 79, PIP 80, and EIP 7939. Each one solves a different problem, so it helps to look at them one by one.
CLZ opcode support (EIP 7939)
Lisovo includes the “count leading zeros” opcode, commonly called CLZ. At a high level, CLZ lets a smart contract count how many zero bits appear before the first one bit in a 256 bit word. If the value is zero, it returns 256.
Why does this matter? Because many on chain computations need fast bit scanning and math helpers.
EIP 7939 describes CLZ as a basic building block used in math operations, byte operations, compression, and data structures. It also argues that a native opcode can reduce compute cost and even reduce proving cost in some ZK contexts.
There is also a security angle. The hardfork proposal notes this opcode is included early to help mitigate potential denial of service risks tied to opcode pricing and compatibility with upcoming Ethereum changes.
P256 gas cost updates (PIP 80)
PIP 80 increases the gas cost of the P256 precompile from 3450 to 6900 gas. The precompile address and its functionality stay the same, only the gas price changes.
This is a compatibility move. PIP 80 links the change to Ethereum’s Fusaka planning and EIP 7951 specifications, aiming to keep Polygon PoS aligned with expected gas pricing for secp256r1 verification.
What does that mean in practice? Apps that verify passkeys or WebAuthn style signatures using the P256 curve may see higher gas usage per verification after Lisovo. It does not break functionality, but it can affect transaction costs and gas estimation.
Smart contract teams should re test any flows that depend on that precompile, especially if they run close to block gas limits.
Read also : Polpick Faucet Review: How to Earn Free POL Tokens in 2025
Polygon blockchain upgrade impact: fees, reliability, and what users should do
Lisovo is not only about opcodes and precompiles. It also includes a meaningful change to how the network validates the base fee under the EIP 1559 mechanism.
Bounded range base fee validation (PIP 79)
Today, Polygon PoS validates the base fee using a deterministic calculation with fixed parameters, and blocks are rejected if the declared base fee does not exactly match.
PIP-79 replaces that exact match rule with boundary validation: after activation, validators accept a block if its declared base fee is within plus or minus 5 percent of the parent block base fee.
The intended benefit is flexibility. Instead of waiting for another hardfork every time the network wants to tune fee responsiveness, block producers can adjust within a safe envelope. The proposal frames this as similar to how gas limit changes can be producer driven within bounds.
For users, this is mostly positive when it works well: it can help fees respond more smoothly to real usage conditions. For builders and infra teams, the key task is testing. Fee logic touches wallets, relayers, gas estimators, and monitoring systems.
Client upgrades also bundle stability improvements
Alongside the hardfork plan, the client release announcement highlights that Bor v2.6.0 and Erigon v3.4.0 are the recommended stable versions for the upgrade.
It also lists additional improvements such as transaction rebroadcast, witness verification changes, and other reliability fixes shipped in the same release train.
It also explicitly mentions implementation of PIP 82 changes in the BurntContract in the client release notes. Separately, PIP 82 proposes recycling up to 1 million dollars worth of gas base fees for eligible “agentic commerce” transactions, with the program ending once the cap is reached or by December 31, 2026.
Public event summaries commonly describe Lisovo as subsidizing 1 million dollars in gas fees and improving wallet support, which aligns with the timing and messaging around that program.
Read also : Oil Reserve (USOR) Coin Price Update after America Attack Iran
Who needs to act before Lisovo
- Validators and node operators should upgrade clients before block 83,756,500.
- RPC providers should run dual testing and watch for mismatched fee validation after activation.
- Wallet teams should test gas estimation and signing flows, especially passkeys and P256 based verification.
- Smart contract teams should re-run unit tests that rely on bit operations, math helpers, or compression logic that might benefit from CLZ.
- Monitoring teams should update alerts to reflect the new base fee validation behavior and expected fee ranges.
- Regular users can simply avoid panic moves and watch official upgrade status dashboards from their preferred infrastructure providers.
Conclusion
Polygon Lisovo hardfork is a practical protocol improvement, not a flashy product launch. It upgrades the chain at a known activation block, introduces CLZ opcode support, adjusts P256 precompile gas costs, and changes base fee validation to allow bounded flexibility under EIP 1559.
For most users, the impact should be minimal. For validators, wallets, and developers, the value is real: better compatibility, clearer gas pricing alignment, and a fee system that can adapt without constant hardfork coordination.
If you work in infrastructure, the best move is simple: upgrade early, test carefully, and monitor closely around block 83,756,500.
FAQ
What is Polygon Lisovo hardfork?
It is a Polygon PoS protocol upgrade that activates new consensus rules at a specific block height and introduces several technical improvements.
When is the Polygon Lisovo network upgrade scheduled?
It is scheduled for mainnet block 83,756,500, with public estimates placing it around 2 PM UTC on March 4, 2026.
What are the main Polygon Lisovo update details?
The hardfork proposal includes PIP 79, PIP 80, and EIP 7939, covering base fee validation, P256 gas pricing, and the CLZ opcode.
Will Lisovo affect Polygon fees?
Indirectly, yes. PIP 79 changes how base fee validity is checked, allowing base fee movement within a bounded range, which can influence fee dynamics.
Do users need to do anything for the Polygon hardfork?
Most users do not. Node operators and infrastructure providers must upgrade clients before the activation block to stay in sync.
Disclaimer: The views expressed belong exclusively to the author and do not reflect the views of this platform. This platform and its affiliates disclaim any responsibility for the accuracy or suitability of the information provided. It is for informational purposes only and not intended as financial or investment advice.
Disclaimer: The content of this article does not constitute financial or investment advice.





