📢 Gate Square Exclusive: #WXTM Creative Contest# Is Now Live!
Celebrate CandyDrop Round 59 featuring MinoTari (WXTM) — compete for a 70,000 WXTM prize pool!
🎯 About MinoTari (WXTM)
Tari is a Rust-based blockchain protocol centered around digital assets.
It empowers creators to build new types of digital experiences and narratives.
With Tari, digitally scarce assets—like collectibles or in-game items—unlock new business opportunities for creators.
🎨 Event Period:
Aug 7, 2025, 09:00 – Aug 12, 2025, 16:00 (UTC)
📌 How to Participate:
Post original content on Gate Square related to WXTM or its
Comparative analysis of Polygon's four major ZK solutions: What are their features and advantages?
Written by: s, Venture Capital Analyst
Compiled by: Felix
When Ethereum faced network congestion, the sky-high fees made the Ethereum network too expensive, and some users could not afford it, causing many users to leave the Ethereum ecosystem. Given Ethereum's rollup-centric roadmap and Vitalik's position that ZK rollups will beat Optimistic rollups in the future. As an Ethereum sidechain Polygon that aims to solve scalability, it sees the potential of ZK in bringing the next generation of billions of users into the blockchain field, and invests $1 billion in building ZK solutions. Regarding Polygon's layout on ZK, venture capital analysts interpreted Polygon's four major ZK solutions.
Polygon Hermez | zkEVM
Hermez is the first decentralized ZK Rollup on the Ethereum mainnet, offering payment services as early as March 2021. Polygon Hermez is based on the ZK-SNARK architecture and aims to solve the scalability problem of the Ethereum blockchain by using zero-knowledge proofs to enable faster and cheaper transactions on the Ethereum network. Since the EVM was not created to generate ZK Proofs (ZKPs), Polygon Hermez built the zkEVM primarily by recreating all EVM operation code.
Why zkEVM?
By building zkEVM, the EVM opcode emulated by Polygon Hermez can bring the following advantages:
Inherit the strong security of Ethereum
Ease of adoption, as the Ethereum developer community can easily migrate their EVM work to zkEVM and use existing tools (good development experience).
Performance
The architecture based on ZK-SNARK can provide up to 2000 TPS and keep the cost below 300,000 Gas.
Polygon Zero | SNARK + STARK
Polygon Zero was formerly known as Mir Protocol. When Polygon Zero originally developed Plonky2, it took 2 minutes to generate a recursive proof. Now Plonky2 takes only 170ms to generate a recursive proof on a laptop.
Polygon Zero is ultimately building the most scalable zkEVM powered by Plonky2. Plonky2 is a recursive SNARK that is 100x faster than any other ZK scaling scheme on Ethereum. This is achieved by combining the advantages of STARKs (fast proof and no trusted setup) with the advantages of SNARKs (recursion, low verification cost).
EVM Compatibility
Plonky2 is compatible with native Ethereum, supports Solidity code, and converts it to ZK bytecode. Polygon Zero is thus able to leverage the existing Ethereum dApp ecosystem.
Polygon Miden | STARK
STARK-based rollup has the following functions:
Polygon Miden centers around the Miden VM (Virtual Machine) and supports arbitrary programs. It is more developer-friendly by hiding all the cryptographic complexity of ZKPs and following architectural patterns familiar to developers (stack machines, reading and writing memory, etc.).
Safety
One of the main features of Polygon Miden is safety. The protocol removes some unsafe features (available on the EVM), which make it easier to statically analyze smart contracts and prevent certain bugs at the virtual machine (VM) level.
EVM Compatibility
Miden is compatible with Ethereum at the Solidity level. Developers can deploy most Solidity smart contracts on Miden without modification. Another novelty is compatibility with other languages such as Move and Sway.
Performance
At launch, TPS will be between 1000 and 2000. Once the shards are deployed on Ethereum, the TPS will reach about 20,000 TPS.
Polygon Nightfall| Optimistic + ZK
In contrast to the aforementioned ZK solutions, Nightfall focuses on private transfers and payments, supporting ERC20, ERC721 and ERC1155 tokens.
Any data that does not need to be stored on the smart contract is stored off-chain, optimizing the smart contract. The team is working on an instant withdrawal mechanism that would allow users to bypass the 1-week deadline to submit proof of fraud. This protocol is significantly slower, up to 105TPS. However, it is estimated that the gas cost of the transfer can be reduced by up to 86%, stabilizing at about 9000 gas.
Compare
The figure below is the author's summary of the four schemes:
in conclusion
Clearly, Polygon is investing significant time and money in spearheading the development of ZK scaling solutions. Let’s wait and see the performance of the mainnet and how it will work with other ZK protocols.