Summary:
- Polygon will be launching its zkEVM Mainnet Beta on March 27th, 2023.
- A zk-Rollup is a layer 2 construction on top of Ethereum that solves its scalability problem through mass transfer processing rolled into a single transaction.
- Developers can copy-pasta their code onto Polygon’s zkEVM.
- Secure scalability, cheaper transaction costs, faster finality and capital efficiency.
- zkEVM uses Proof-of-Efficiency, not Proof-of-Stake
- The MATIC staking balance has grown 36.6% YoY, staking wallets are up ~ 420% YoY.
- How to connect to the Polygon zkEVM
What is happening?
Polygon will be launching its zkEVM Mainnet Beta on March 27th, 2023. This is a significant milestone in the roadmap to scale Ethereum and unlock the full potential of Web3, paving the way for mass adoption.
Why is this significant?
If you’ve ever used Ethereum Mainnet during periods of heavy network activity, you’re probably familiar with the not-so-smooth (and sometimes costly) experience it can provide for everyday users. Fortunately, Layer 2 networks like Polygon have emerged with solutions to help mitigate some of these issues. Among the most promising scaling solutions are ‘Zero-Knowledge Rollups’ (zk-Rollups). These offer a viable path to scale Ethereum in a cost-effective and efficient manner.
A zk-Rollup is a layer 2 construction on top of Ethereum that solves its scalability through mass transfer processing rolled into a single transaction. The technology is used to present and publicly record the validity and correctness of the rolled transfers processed on the Ethereum blockchain. Storing only the proof and compressed data of a batch of transfers results in a significant increase in the network’s efficiency and throughput.
Now that may seem like a mouthful, but all you need to know is that ZK proofs reduce transaction costs and massively increase throughput, all while inheriting near proximal security to Ethereum’s L1. Sounds great doesn’t it, let’s dive into the details!
What are the main features of the Polygon zkEVM?
Polygon zkEVM is a Layer Two (L2) scaling solution for Ethereum that leverages the scaling power of zero-knowledge (ZK) proofs while maintaining Ethereum-compatibility. Developers and users can use the same code, tooling, apps, etc that they use on Ethereum, but with much higher throughput and lower fees. Enabling them to copy and post their code, and enjoy the benefits of ZK technology. We can describe the core features of the upgrade as follows:
What are the benefits of Polygon zkEVM?
True EVM-equivalence allows scaling Ethereum without relying on half-measures. To scale Ethereum effectively, it is necessary to preserve the existing Ethereum ecosystem, including its code, tooling, and infrastructure. This approach ensures that everything functions properly, which is precisely what Polygon zkEVM aims to achieve. In addition, much-anticipated transaction cost reductions are included in the upgrade:
- Cost for generating a proof for a large batch of transactions down to about $0.06
- Less than $0.001 for a simple transfer
The Polygon foundation has highlighted four key benefits of the upgrade for Ethereum ecosystem developers and users:
Secure scalability
zk-Rollups offer stronger security assurances when compared to alternative scaling solutions, as they employ validity proofs to verify the accuracy of off-chain computations. This approach enables smart contract transactions on Layer 2 to be verified on L1 (Ethereum) without the need for nodes to re-execute operations, resulting in significant time and resource savings. As a result, Ethereum’s processing speed can be significantly increased without compromising security.
Cheaper costs
zk-Rollups can afford to post minimal data to Ethereum because validity proofs already guarantee the trustworthiness of state transitions.
Faster finality and capital efficiency
The zkEVM typically confirms transactions immediately after they are posted to Ethereum. Since each transaction batch comes with a verifiable proof of validity, state updates can be rapidly applied to the main Ethereum chain.
Network effects
The primary rationale for developing EVM-compatible zkVMs is to capitalize on the network effects of Ethereum. As the largest smart contract platform in the world, Ethereum has a vast ecosystem that offers significant value to both developers and projects.
Polygon zkEVM uses Proof-of-Efficiency, not Proof-of-Stake
David Schwartz and Jordi Baylina from Polygon Hermez (Scaling Solution) outlined a new consensus model to overcome unique challenges that Layer 2 PoS protocols face.
Maintaining network service levels requires the efficient production of zk validity proofs. However, proofs are highly computationally intensive for the prover, which means that not every validator can be tasked with the computation. Randomly assigning the responsibility of producing a batch (L2 block) to a validator does not ensure optimal performance, which creates decentralization issues, as only pre-determined validators can be chosen.
Proof of Efficiency (PoE) is a decentralised auction that is conducted automatically and the participants (coordinators) bid a number of tokens so that they have the chance to create the next batch. The strategic implementation of PoE promises to ensure that the network:
- Maintains its “permissionless” feature to produce L2 batches
- Is efficient, a criterion which is key for the overall network performance
- Attains an acceptable degree (Not maximum) of decentralization
- Is protected from malicious attacks, especially by validators
- Keeps a proportionate balance between the overall validation effort and the value in the network.
How does Polygon zkEVM reach consensus?
A Consensus Contract (deployed on L1) utilizes a dedicated mechanism to verify that a set of predetermined rules have been followed for allowing state transitions. A smart contract verifies the validity proofs to ensure that each transition is completed correctly. For this to happen, there are two key participants in the network:
Sequencers
- Roll-up the transaction requests in batches and add them to the PoE Smart Contract.
- A Sequencer that proposes valid batches (which consist of valid transactions), is incentivised with the fee paid by transaction-requesters or the users of the network.
- Anyone with the software necessary for running a zkEVM node can be a Sequencer.
Aggregators
- Check the validity of the transaction batches and provide validity proofs.
- In addition to running zkEVM’s zkNode software, Aggregators need to have specialised hardware for creating the zero-knowledge validity proofs utilizing zkProver.
- An Aggregator that submits a validity proof earns the MATIC fee (which is being paid by the Sequencer of the batch).
The Smart Contract, therefore, makes two calls:
- One to receive batches from Sequencers
- Another to aggregators, requesting that batches be validated.
This sounds great, but how can I connect to the Polygon zkEVM?
Mainnet Beta is only going live on the 27th of March, 2023. In the meantime you can become familiar with the Public Testnet and play around with other dApps that are also currently running on testnet. To connect to the network, follow the steps below:
- Open up your Metamask wallet
- Click the network name dropdown box at the top of your wallet
- Click ‘Show/Hide’ test networks and enable it
- Go back to the network selection dropdown and click ‘Add network’
- Enter in the RPC details
Public Testnet Details
- ChainID: 1422
- Network Name: Polygon zkEVM Testnet
- RPC URL: https://rpc.public.zkevm-test.net
- Currency Symbol: ETH
- Block Explorer URL: https://explorer.public.zkevm-test.net
- Broadcast gRPC: public-grpc.zkevm-test.net:61090
- Bridge API: https://bridge-api.public.zkevm-test.net/
Once you have connected to the network, you can deploy smart contracts to the testnet using your preferred scripting tool. Your basic RPC set-up will be the same. (Only cheaper and faster.)
Conclusion
Polygon zkEVM Mainnet is set to be the first fully EVM equivalent ZK rollup to reach mainnet. In the event of a successful launch, the network is poised to attract significant traction and acquire a first-mover advantage. Polygon has set the stage for other scaling solutions to rise to the occasion.