# Weekly Rollup #4

*For the week ending March 3rd*

By [Modular Media 🧱🎬](https://paragraph.com/@modularmedia) · 2023-03-07

weekly rollup

---

Welcome to Modular Media, a weekly newsletter covering news, updates, educational content, and more within the modular ecosystem.

Subscribe to get issues sent directly to your email every Tuesday, and also, make sure to follow us on [Twitter](https://twitter.com/modularmedia_) for daily modular updates!

You can check out our previous newsletter issue [here](https://paragraph.xyz/@modularmedia/weekly-rollup-3).

📣 News and Announcements
=========================

Scroll Alpha Testnet Launch
---------------------------

[![User Avatar](https://pbs.twimg.com/profile_images/1523593944386326528/rVjsezsD_normal.jpg)](https://twitter.com/Scroll_ZKP)

[Scroll 📜](https://twitter.com/Scroll_ZKP)

[@Scroll\_ZKP](https://twitter.com/Scroll_ZKP)

[![Twitter Logo](https://paragraph.xyz/editor/twitter/logo.png)](https://twitter.com/Scroll_ZKP/status/1630258973856395264)

For nearly two years, we've built our zkEVM in the open alongside [@PrivacyScaling](https://twitter.com/PrivacyScaling) and other contributors, and today, we're taking the next step to Goerli, the final stage before mainnet.  
  
Our testnet on Goerli is 100% permissionless.  
  
Here are the details:

 [![Like Icon](https://paragraph.xyz/editor/twitter/heart.png) 1,506](https://twitter.com/Scroll_ZKP/status/1630258973856395264)[

12:30 PM • Feb 27, 2023

](https://twitter.com/Scroll_ZKP/status/1630258973856395264)

While most of the recent zkEVM talk has been centered around Polygon & zkSync over the past couple of months, there’s been one project quietly building its own zkEVM, Scroll.  

Last Monday, Scroll announced the launch of their zkEVM Alpha testnet on Goerli. This essentially means that any user can add the Scroll zkEVM network to their wallet and start playing around with some of the dapps that have already been deployed.

To recap, a zkEVM adds zero-knowledge cryptography to the Ethereum virtual machine. While ZK tech is mainly used for scaling purposes (viewed as the holy grail for Ethereum scaling), it also allows for privacy capabilities. Privacy is not only important for us individual users, but for businesses that want to keep their company data private.

Today, StarkWare is probably the team best known for its use of ZK technology, as they’ve had a working zkVM for some time now (see StarkEx & StarkNet). However, StarkWare doesn’t use the EVM, but rather its own architecture (CairoVM & Cairo programming language), which in turn leads to its own set of tools.

Adding ZK tech to the EVM lets developers add scalability to their dapps, translating to high speeds and low fees for us users, while being able to utilize the Solidity programming language and existing tools like Metamask. This means existing Solidity-based dapps will be able to easily port their code to Scroll.

zkEVMs were expected to be years away. However, we now have three different projects expected to release a permissionless version of their zkEVM on mainnet this year (Scroll, Polygon & zkSync).

For anyone interested in playing around with Scroll’s testnet, simply:

*   Add the Goerli testnet network to your wallet
    
*   Request testnet ETH from a faucet
    
*   Add the Scroll zkEVM network to your wallet (make sure it’s the correct one!)
    
*   Head over to Scroll’s bridge interface and bridge your testnet ETH from Goerli to the Scroll network 
    
*   & that’s it, you can start playing around with some of the dapps currently running on the zkEVM testnet, like [Uniswap](https://gaurangtorvekar.medium.com/how-to-use-uniswap-on-scroll-alpha-testnet-d41c1b1276e6) or Tic-Tac-Toe!
    

For a complete breakdown of how to onboard to the Scroll network, check out this [guide](https://medium.com/coinmonks/scroll-zkevm-101-the-journey-of-a-transaction-a37a5648684f) - shoutout to [@Gaurangtorvekar](https://twitter.com/gaurangtorvekar) for the amazing guides!

This is Scroll’s last big milestone before they reach full mainnet launch. Congrats to the entire Scroll team!

* * *

ERC-4337
--------

[![User Avatar](https://pbs.twimg.com/profile_images/1270073276740534274/APmUBHaI_normal.jpg)](https://twitter.com/Cointelegraph)

[Cointelegraph](https://twitter.com/Cointelegraph)

[@Cointelegraph](https://twitter.com/Cointelegraph)

[![Twitter Logo](https://paragraph.xyz/editor/twitter/logo.png)](https://twitter.com/Cointelegraph/status/1631036968263090176)

The new ERC-4337 "account abstraction" standard will be launched at WalletCon in Denver today. It provides Ethereum accounts with all the features of a bank account: 2FA, password recovery and set spending limits.  
  
[

![](https://pbs.twimg.com/card_img/1631035183607738368/qCJY7a38?format=jpg&name=800x320_1)

cointelegraph.com

Ethereum ERC-4337 'smart accounts' launch at WalletCon: Account abstraction is here
-----------------------------------------------------------------------------------

Crypto finally gets user friendly, with the ERC-4337 “account abstraction” standard meaning new users can join any EVM-compatible blockchain without understanding seed phrases, private keys or...





](https://t.co/R8NDqaUbBw)

 [![Like Icon](https://paragraph.xyz/editor/twitter/heart.png) 292](https://twitter.com/Cointelegraph/status/1631036968263090176)[

4:01 PM • Mar 1, 2023

](https://twitter.com/Cointelegraph/status/1631036968263090176)

One of the biggest headlines to come out of ETHDenver this past week was the launch of [ERC-4337](https://eips.ethereum.org/EIPS/eip-4337), which means we're a step closer to account abstraction.

Not to get confused with EIPs, which are hard forked into the actual protocol, ERCs are smart contracts that hold standards by which developers follow. The biggest example of an ERC is ERC-20 tokens, which set the standard for how fungible tokens are created on Ethereum.

As mentioned, ERC-4337 introduces Account Abstraction, which “allows users to use smart contract wallets containing arbitrary verification logic instead of EOAs as their primary account”. In short, this means we can start adding logic to our individual wallet accounts (2FA, FaceID, etc.).

There are two Account types on Ethereum, Externally Owned Accounts (EOAs), and Contract Accounts. Today, we use EOAs, which are controlled by private keys, however, account abstraction introduces contract accounts, which are accounts controlled by a smart contract rather than a private key.

Because accounts are represented by smart contracts, developers are able to add their own logic, enabling end users to benefit from extra security features. To be a little more specific, there are three major components that go into our account’s security: Authentication, Replay protection, and Payment. With contract accounts, you can abstract away some of the features that go into these three components, whether that means adding a recovery method, adding multiple signers to your account, etc. You can watch [this great presentation](https://www.youtube.com/watch?v=xHWlJiL_iZA) about ERC-4337 to learn all about this new standard and what exactly is being “abstracted away.”

Some account abstraction use cases include:

*   **Social recovery:** use a separate wallet (the ledger in your vault) to recover access to your lost wallet
    
*   **Session keys:** you can have different keys for different purposes within one account. So, you can use one key to interact with a game using your assets, and another to actually sell/trade your game items.
    
*   **Paymasters:** allows teams to choose a separate account to take care of gas fees, as opposed to having the end platform users pay (gasless transactions by having the dapp itself pay for fees)
    
*   **Authentication:** add 2FA, FaceID, Social log-in, or any other form of authentication mechanism, & much more!
    

Account Abstraction has been highly anticipated for some time now. Over the following year, we should expect existing smart contract wallets like Argent and Braavos expand to multiple chains, as well as Metamask and other traditional Ethereum EVM wallets to add account abstraction support. Plus, what is even more exciting is that we’ll probably see other EVM networks like Arbitrum, Optimism, and Polygon add support too!

There are tons of use cases that are enabled by account abstraction, If you’d like to dig deeper into the subject, we recommend [this amazing paper](https://camiinthisthang.substack.com/p/account-abstraction-for-everyone?r=1pdk1u&utm_campaign=post&utm_medium=email) written by [Cami.](https://twitter.com/camiinthisthang)

* * *

AltLayer’s 100 Flash Layers Campaign Begins
-------------------------------------------

[![User Avatar](https://pbs.twimg.com/profile_images/1522219377470640128/uf3uNfCq_normal.jpg)](https://twitter.com/alt_layer)

[AltLayer](https://twitter.com/alt_layer)

[@alt\_layer](https://twitter.com/alt_layer)

[![Twitter Logo](https://paragraph.xyz/editor/twitter/logo.png)](https://twitter.com/alt_layer/status/1631558603571118084)

No-code Rollups-as-a-Service are HERE.  
  
To the 100 select people who are testing Altlayer’s ‘rollup launchpad’ from 3rd-10th March: Congrats!![🥳](https://twemoji.maxcdn.com/v/14.0.2/72x72/1f973.png)  
  
Eager to see how [#rollups](https://twitter.com/hashtag/rollups) can revolutionize [#DeFi](https://twitter.com/hashtag/DeFi), [#SocialFi](https://twitter.com/hashtag/SocialFi) [#NFTs](https://twitter.com/hashtag/NFTs) [#Gaming](https://twitter.com/hashtag/Gaming) etc. Stay tuned for the showcases!  
  
[

![](https://pbs.twimg.com/card_img/1631558086438559745/UayWrKjG?format=jpg&name=600x600)

blog.altlayer.io

100 Flash Layer Campaign Kickoff: Instructions, Rewards and Resources
---------------------------------------------------------------------

Hello all,





](https://t.co/MvPS5P846Y)

 [![Like Icon](https://paragraph.xyz/editor/twitter/heart.png) 117](https://twitter.com/alt_layer/status/1631558603571118084)[

2:34 AM • Mar 3, 2023

](https://twitter.com/alt_layer/status/1631558603571118084)

March 3rd marked the official launch of AltLayer’s “100 Flash layers” campaign, where 100 selected developers are able to test the rollup launchpad by each launching their own rollup.

To recap, Altlayer is building a system of disposable, optimistic rollups, or as they refer to them, _“Flash Layers”_. Using their dashboard, users will be able to deploy their own custom, no-code rollup in just ten minutes. They currently support rollups on Ethereum and other EVM chains but will expand to other environments in the future. 

From February 10-28th, they allowed anyone to apply for a chance to be among the 100 people/teams to try the rollup launchpad. Now that registrations are out of the way, the 100 chosen experimentoors have until March 10th to launch their own disposable rollup. Those who were chosen for the campaign should have received an email by now.

There are several use cases for disposable, or short lived rollups, mostly revolving around the gaming/NFT space. For example, disposable rollups can be used by individual NFT collections that want to have their mint take place on its own environment, thereby removing congestion, which then removes gas wars. Or by builders who want to launch their own mini or Indie game. The point is to use flash layers for projects that don’t need to be running a chain for more than a certain period of time (Yuga launching Dookey Dash on its own short lived rollup for example).

Since the campaign started, there have been several deployed public rollups for users to interact with, including the “Dragon Eyes” NFT collection launch, and “Mother Staker”, an ERC-20 token staking platform.

For anyone interested in testing out AltLayer, [here’s](https://100fl-showcase.altlayer.io/) a complete set of public projects you can start using. To learn more about the campaign you can check out [this article.](https://blog.altlayer.io/100fl-campaign-kickoff-instructions-rewards-and-resources-73b50cff41e)

* * *

Rollkit Adds Bitcoin DA to Its Modular Stack
--------------------------------------------

[![User Avatar](https://pbs.twimg.com/profile_images/1631727100997640197/nxZldWjM_normal.jpg)](https://twitter.com/RollkitDev)

[Rollkit](https://twitter.com/RollkitDev)

[@RollkitDev](https://twitter.com/RollkitDev)

[![Twitter Logo](https://paragraph.xyz/editor/twitter/logo.png)](https://twitter.com/RollkitDev/status/1632438374513676288)

You can now run a sovereign rollup on Bitcoin.  
  
Announcing the first research integration of Bitcoin as a data availability layer for sovereign rollups. ![🧵](https://twemoji.maxcdn.com/v/14.0.2/72x72/1f9f5.png)  
[

![](https://pbs.twimg.com/card_img/1632165340871524352/4A-hyhEu?format=jpg&name=600x600)

rollkit.dev

Sovereign rollups on Bitcoin with Rollkit | Rollkit
---------------------------------------------------

Last week, we introduced Rollkit, a modular framework for rollups. Today, we are proud to announce that Rollkit is the first rollup framework to support sovereign rollups on Bitcoin. This allows...





](https://t.co/HpebxIz3fE)

 [![Like Icon](https://paragraph.xyz/editor/twitter/heart.png) 1,414](https://twitter.com/RollkitDev/status/1632438374513676288)[

12:50 PM • Mar 5, 2023

](https://twitter.com/RollkitDev/status/1632438374513676288)

On March 5th, just two days ago, Rollkit announced the addition of Bitcoin as a data availability (DA) layer option for the rollup stack. 

Rollkit is a modular rollup framework that enables developers to choose between different features in order to build their own custom, sovereign rollup, and now, they just gave builders an option to deploy their rollups using Bitcoin as the underlying data availability solution. 

This means that with Rollkit, developers can now build a sovereign CosmWasm, EVM, FuelVM, etc. powered rollup that utilizes Bitcoin DA, thereby connecting these respective communities to Bitcoin. In fact, here’s [a demo](https://twitter.com/dferrersan/status/1632783043210670087) of the EVM running on Bitcoin as a sovereign rollup!  

As a reminder, there are three layers that go into a blockchain: execution layer, settlement layer, and DA/Consensus layer. A monolithic chain includes these three components into a single layer, whereas modular chains separate them into their own layers. 

Rollkit enables developers to plug in custom execution and data availability layers in order to create the rollup best suited for their own particular dapp. For example, it allows developers to choose their preferred virtual machine (EVM or SVM), gas token (pay gas in ETH, USDC, etc), along with any other features for their execution environment, as well as their own data availability solution. Celestia was the first DA solution to be added to the stack, but just two days ago, Bitcoin was added as another option, enabling developers to start building sovereign rollups on Bitcoin. 

There’s been a lot of talk & debate going on in crypto Twitter regarding this recent announcement, but regardless of what anyone thinks, at least people are talking about rollups on Bitcoin now. You can check out the [complete article](https://rollkit.dev/blog/sovereign-rollups-on-bitcoin/) to learn more.

* * *

Polygon ID
----------

[![User Avatar](https://pbs.twimg.com/profile_images/1541316842492502017/DrQ2MSmQ_normal.jpg)](https://twitter.com/MihailoBjelic)

[Mihailo Bjelic](https://twitter.com/MihailoBjelic)

[@MihailoBjelic](https://twitter.com/MihailoBjelic)

[![Twitter Logo](https://paragraph.xyz/editor/twitter/logo.png)](https://twitter.com/MihailoBjelic/status/1631042242373713921)

1/3 Polygon ID, [@0xPolygon](https://twitter.com/0xPolygon)’s identity infrastructure is here! ![🤩](https://twemoji.maxcdn.com/v/14.0.2/72x72/1f929.png)![💫](https://twemoji.maxcdn.com/v/14.0.2/72x72/1f4ab.png)  
  
Polygon ID’s open-source identity infrastructure unlocks passwordless login, verifiable proof-of-uniqueness, reusable KYC, and instant onboarding use cases for web3 developers.

 [![Like Icon](https://paragraph.xyz/editor/twitter/heart.png) 436](https://twitter.com/MihailoBjelic/status/1631042242373713921)[

4:22 PM • Mar 1, 2023

](https://twitter.com/MihailoBjelic/status/1631042242373713921)

About ten days ago, Polygon released the official docs for Polygon ID docs, an identity solution that relies on zk-proofs, enabling users “prove their identity without the need of exposing their private information.”Here’s a quick summary:

Polygon ID relies on verifiable credentials (VCs), which are the actual documents that “represent any type of information related to the individual/enterprise/object.” This could be a license, a car title, birth certificate, or anything else you want to have proof of owning, without: A) actually having to carry the physical document, or B) show the actual contents within that document. Of course, we’ll be able to use our own individual Polygon ID wallets to hold our VCs.

_There are three core pieces within Polygon ID:_

*   **Identity Holder**: you, me, or anyone else that holds the VCs within a Polygon ID wallet.
    
*   **Issuer:** the person or organization that issues the VCs to users (a DMV issuing your license, your doctor issuing your medical documents, etc.)
    
*   **Verifier:** the person who verifies the proof of your VC. This could be a bartender verifying you’re over the age of 21 for example, and because Polygon ID uses zk-technology, you won’t even have to show your birth date, just the proof of VC ownership (a QR code)
    

_Now let’s look at some of the use cases Polygon ID enables:_

*   **Lending:** A lending protocol could integrate the ID solution to enable uncollatoralized lending. 
    
*   **Ticketing/Events:** Enable NFT collectors to start attending token gated events wqithout having to actually carry their wallet that holds their NFTs with them. Yuga could offer VCs for ape ownership, carry that proof (not the JPEG) in your Polygon ID wallet, and use that VC to access the event. 
    

Polygon ID has been in development for several years now, but it looks like starting this year, we’ll start seeing this new tool be used across the Polygon ecosystem. Polygon ID was originally known as the Iden (Identity) protocol, and was founded by the same original team behind Hermez, or what is now referred to as Polygon zkEVM. As a reminder, Polygon acquired Hermez, along with the team and their identity solution about a year ago, in what was part of their $1B effort to expand their zk stack.

We’re excited to see what developers build over time with Polygon ID. For anyone interested in learning more about this, you can check out the complete Polygon ID docs [here.](https://0xpolygonid.github.io/tutorials/) 

* * *

More News & Updates
-------------------

*   Fuel gets a [new look](https://twitter.com/fuel_network/status/1631342051081199617)
    
*   [Curio announces](https://twitter.com/Calderaxyz/status/1630622687986057216) the launch of their own game dedicated rollup on Caldera 
    
*   [Great Wyrm leverages Caldera](https://docs.google.com/document/d/1Z25Ns6z5ZnHfJfC5_69ruPIJg1Hf8INcU2S-nFaEqqM/edit) to launch their own gasless rollup, Wyrm Chain
    
*   [ChainSafe makes proposal](https://twitter.com/ChainSafeth/status/1630599202416869379) to bring privacy to ENS domains using the Aztec Network
    
*   [In preparation for their zkEVM launch](https://twitter.com/HopProtocol/status/1629120400054714368), Consensys integrates Hop protocol, to serve as a bridge from Goerli to testnet once it officially goes live to the public 
    
*   “[The next chapter](https://twitter.com/Sagaxyz__/status/1630235912763510784) of Saga is arriving” 
    
*   [Looks like Osmosis is one step closer](https://twitter.com/babylon_chain/status/1629561761757011968) to adding BTC security to their network, thanks to a recent proposal by the Babylon team
    
*   [NodeSet releases](https://twitter.com/NodeOperators/status/1630310094981468161) the first set of details for Project Hyperdrive, Rocket Pool’s L2 blockchain. 
    
*   [Introducing the Mantle Grants Program](https://twitter.com/0xMantle/status/1631430377062510596), aimed at expanding the Mantle ecosystem through milestone based funding
    
*   [Another update](https://twitter.com/0xPolygon/status/1630634063559118849) to Polygon website, now featuring learning material, building resources, community tools, and more
    
*   The [Robinhood wallet](https://twitter.com/JohannKerbrat/status/1630931143343177729) is now available for anyone with an IOS device! Any user can now download the Robinhood Wallet. As of today, users can deposit/withdraw from Ethereum, Polygon, and Binance. Token swaps are only available on Polygon & Binance though.
    
*   StarkNet Social [launches their testnet.](https://twitter.com/StarknetSocial/status/1629448933612109825) You can learn more about that [here](https://twitter.com/Starknet_OG/status/1629791155306266624).
    
*   [It looks like Australia is one step closer](https://twitter.com/decryptmedia/status/1631091989214011392) to having their own central bank digital currency (CBDC), as the Reserve Bank of Australia just announced an upcoming pilot phase to launch a digital version of the Australian dollar. Also looks like it’ll be done using StarkEx technology, which would be huge for the StarkWare ecosystem - first VISA, now this.
    
*   [Axelar announces](https://twitter.com/axelarcore/status/1630290474790682625) their new interoperable VM
    
*   [ETHDenver attendees](https://twitter.com/zksync/status/1631488267731324930) were able to experience using the zkSync Era zkEVM for the first time, while getting free food at the same time!
    
*   [JokeDAO announces](https://twitter.com/jokedao_/status/1629168861659676672) their deployment on zkSync Era
    
*   [zkSync announces collaboration](https://twitter.com/zksync/status/1630982071278792706) with WorldPay Global, the largest global payments acquirer
    
    * * *
    

📚 Discussions and Education
============================

EigenPaper
----------

![](https://storage.googleapis.com/papyrus_images/53c60c2bf09d26b849f5b816f31ee8ca.jpg)

[![User Avatar](https://pbs.twimg.com/profile_images/1565449973478477825/Y1shRlDs_normal.jpg)](https://twitter.com/eigenlayer)

[EigenLayer](https://twitter.com/eigenlayer)

[@eigenlayer](https://twitter.com/eigenlayer)

[![Twitter Logo](https://paragraph.xyz/editor/twitter/logo.png)](https://twitter.com/eigenlayer/status/1627887300448485376)

We're proud to release the 1st public version of the EigenLayer whitepaper:  
  
\- in the new [forum.eigenlayer.xyz/t/announcing-t…](https://t.co/2WIESrM1vN)  
\- and at [eigenlayer.xyz/whitepaper.pdf](https://t.co/n3MHey9B99)  
  
It describes the key ideas the core developers are implementing into the 1st version of the protocol launching later this year.  
  
1/6

![](https://pbs.twimg.com/media/Fpdn420aYAA6e76.png)

 [![Like Icon](https://paragraph.xyz/editor/twitter/heart.png) 1,510](https://twitter.com/eigenlayer/status/1627887300448485376)[

11:25 PM • Feb 20, 2023

](https://twitter.com/eigenlayer/status/1627887300448485376)

EigenLayer broke CT with their whitepaper announcement. This isn’t all that surprising, since the project has made waves across the industry for months.

It is well worth a read - but we know how busy everyone was at ETHDenver - so here are our 5 favorite threads about the whitepaper to scroll through while recovering from the week:

1.  [Thread by @nuss\_eli](https://twitter.com/nuss_eli/status/1630632582554460165?s=20)
    
2.  [Thread by @DeFi\_Cheetah](https://twitter.com/DeFi_Cheetah/status/1629348137784709120?s=20)
    
3.  [Thread by @saniyamore](https://twitter.com/saniyamore/status/1628394166043705344?s=20)
    
4.  [Thread by @0xkydo](https://twitter.com/0xkydo/status/1630068756516061185?s=20)
    
5.  [Thread by @100y\_eth](https://twitter.com/100y_eth/status/1628037520113156096?s=20)
    

Let’s zoom in on [Eli’s thread](https://twitter.com/nuss_eli/status/1630632582554460165?s=20). He and the Stratos team did an [excellent analysis](https://blog.stratos.xyz/articles/how-valuable-can-eigenlayer-become) of EigenLayer, covering everything from the team and revenue projections to a Q&A style breakdown of key risks. It really makes you feel like you’re thinking in the trenches with them.

Here’s one of their projections, showing how EigenLayer could become a multi-billion dollar protocol:

[![User Avatar](https://pbs.twimg.com/profile_images/1632098138965278721/Qgq1kDpo_normal.jpg)](https://twitter.com/nuss_eli)

[Eli Nuss](https://twitter.com/nuss_eli)

[@nuss\_eli](https://twitter.com/nuss_eli)

[![Twitter Logo](https://paragraph.xyz/editor/twitter/logo.png)](https://twitter.com/nuss_eli/status/1630632621465284609)

10/ Using these revenue projections we can estimate a range of possible valuations for EigenLayer depending on the level of penetration over time.  
  
As you can see from the chart, its quite believable that EigenLayer can become a multi-billion dollar protocol over time.

![](https://pbs.twimg.com/media/FqEruQMagAAhevh.jpg)

 [![Like Icon](https://paragraph.xyz/editor/twitter/heart.png) 8](https://twitter.com/nuss_eli/status/1630632621465284609)[

1:14 PM • Feb 28, 2023

](https://twitter.com/nuss_eli/status/1630632621465284609)

* * *

Are zkEVMs overrated?
---------------------

[![User Avatar](https://pbs.twimg.com/profile_images/1511691544436293643/xOC2y5ee_normal.jpg)](https://twitter.com/PaulRBerg)

[Paul Razvan Berg](https://twitter.com/PaulRBerg)

[@PaulRBerg](https://twitter.com/PaulRBerg)

[![Twitter Logo](https://paragraph.xyz/editor/twitter/logo.png)](https://twitter.com/PaulRBerg/status/1631023985533001730)

Potentially hot take:  
  
zkEVMs will go down in history as one of the most overrated concepts in all of crypto.

 [![Like Icon](https://paragraph.xyz/editor/twitter/heart.png) 316](https://twitter.com/PaulRBerg/status/1631023985533001730)[

3:09 PM • Mar 1, 2023

](https://twitter.com/PaulRBerg/status/1631023985533001730)

[![User Avatar](https://pbs.twimg.com/profile_images/827278197582475265/lsVKMSO8_normal.jpg)](https://twitter.com/MicahZoltu)

[Micah Zoltu](https://twitter.com/MicahZoltu)

[@MicahZoltu](https://twitter.com/MicahZoltu)

[![Twitter Logo](https://paragraph.xyz/editor/twitter/logo.png)](https://twitter.com/MicahZoltu/status/1631031053296242689)

I have been saying essentially this for a while. A VM that is designed to be proven is far better than trying to write a prover for a VM that is basically hostile to being proven.

 [![Like Icon](https://paragraph.xyz/editor/twitter/heart.png) 79](https://twitter.com/MicahZoltu/status/1631031053296242689)[

3:38 PM • Mar 1, 2023

](https://twitter.com/MicahZoltu/status/1631031053296242689)

zkEVM hype has largely been around which rollup project was “first”, but [Paul Razvan Berg](https://twitter.com/PaulRBerg) hints at a different question: do zkEVMs deserve the hype to begin with?

He says no - they are overrated - and mostly points to [Micah Zoltu's argument](https://twitter.com/PaulRBerg/status/1631317767541387265?s=20) that VMs designed to be proven are better. The EVM was definitely not designed to be proven.

[Micah makes two main points](https://twitter.com/MicahZoltu/status/1631136350236983296?s=20). He says it’ll be hard for zkEVMs to:

*   Be cost competitive
    
*   Have good developer UX (e.g. [loops are hard to prove](https://twitter.com/MicahZoltu/status/1631144484426874886?s=20))
    

No surprise - ZK teams don’t agree. Here are some of their responses:

*   [Polygon zkEVM has](https://twitter.com/MihailoBjelic/status/1631240168697995265?s=20) ~ L1-equivalent UX and proving costs of $1.90 per hour (not very costly)
    
*   [Teams have gotten around](https://twitter.com/yezhang1998/status/1631619236601659394?s=20) developer UX hurdles like proving loops
    
*   Being able to port battle tested smart contract code [is good developer UX](https://twitter.com/yezhang1998/status/1631622604510339074?s=20)
    

It appears the basis of Micah’s argument is outdated, which he’s willing to concede.

[![User Avatar](https://pbs.twimg.com/profile_images/827278197582475265/lsVKMSO8_normal.jpg)](https://twitter.com/MicahZoltu)

[Micah Zoltu](https://twitter.com/MicahZoltu)

[@MicahZoltu](https://twitter.com/MicahZoltu)

[![Twitter Logo](https://paragraph.xyz/editor/twitter/logo.png)](https://twitter.com/MicahZoltu/status/1631157091972050944)

As to why loops are hard, I am not an expert in this area but my understanding is that they have to be flattened using current ZK tech. Maybe someone has solved this since I last looked?

 [![Like Icon](https://paragraph.xyz/editor/twitter/heart.png) 0](https://twitter.com/MicahZoltu/status/1631157091972050944)[

11:58 PM • Mar 1, 2023

](https://twitter.com/MicahZoltu/status/1631157091972050944)

* * *

L1 valuations and sustainability
--------------------------------

[![User Avatar](https://pbs.twimg.com/profile_images/1623028953706557440/aiczcJho_normal.jpg)](https://twitter.com/pythianism)

[Vance Spencer](https://twitter.com/pythianism)

[@pythianism](https://twitter.com/pythianism)

[![Twitter Logo](https://paragraph.xyz/editor/twitter/logo.png)](https://twitter.com/pythianism/status/1630327066641199104)

I think we break the collective hallucination that L1s are valuable because reasons this cycle  
  
ICP is trading at a 37,210x multiple to earnings, ATOM is at 231,000x, Aptos is infinity, DOT same  
  
Not sustainable. At some point trash goes to 0 under the weight of VC unlocks

![](https://pbs.twimg.com/media/FqAUscGaIAAl03N.jpg)

 [![Like Icon](https://paragraph.xyz/editor/twitter/heart.png) 956](https://twitter.com/pythianism/status/1630327066641199104)[

5:00 PM • Feb 27, 2023

](https://twitter.com/pythianism/status/1630327066641199104)

Vance Spencer claims that many L1s are overvalued and unsustainable. And at first glance it seems obvious that they are - a 230,000x multiple is insane.

But does that mean we should write them off completely?

Not sure. Like any startup, protocols will balance growth vs. monetization. Growth can mean a number of things - mindshare, users, etc. - even if users are temporarily subsidized.

The key word, though, is temporarily. If you want to stick with the corporate analogy, each protocol needs a monetization strategy that eventually gets executed. If you want to think about it in a more nuanced and crypto-native way, check out [Jon Charb’s recent article](https://joncharbonneau.substack.com/p/eth-is-not-ultrasound-money-part).

So which L1s have plausible strategies?

There are arguments to make for some. [Cosmos Hub, for example](https://twitter.com/EffortCapital/status/1630329907061436416?s=20), has interesting demand drivers for both growth and monetization:

*   Cosmos [narratives gaining momentum](https://medium.com/1kxnetwork/application-specific-blockchains-9a36511c832)
    
*   [Replicated Security](https://twitter.com/cosmoshub/status/1627705291637678088?s=20) gives ATOM a value accrual mechanism
    
*   Cosmos Hub [alignment with modular ecosystem](https://twitter.com/nickwh8te/status/1581001244071854080?s=20)
    

If you want to take this exercise a few steps further, Polynya created a pretty comprehensive framework that can be mapped to any protocol:

[![User Avatar](https://pbs.twimg.com/profile_images/1626405010224611329/jmLpEBZz_normal.jpg)](https://twitter.com/apolynya)

[polynya](https://twitter.com/apolynya)

[@apolynya](https://twitter.com/apolynya)

[![Twitter Logo](https://paragraph.xyz/editor/twitter/logo.png)](https://twitter.com/apolynya/status/1610872977847115777)

Just some of the ways ETH is used beyond just staking. LSDs help, but the idea should be to have as little staked as possible while still maintaining adequate economic security - so ETH can be actually used.  
  
A 61% staking rate just implies the asset isn't very useful.

![](https://pbs.twimg.com/media/Flr38aXaUAMSaFA.png)

 [![Like Icon](https://paragraph.xyz/editor/twitter/heart.png) 160](https://twitter.com/apolynya/status/1610872977847115777)[

12:37 AM • Jan 5, 2023

](https://twitter.com/apolynya/status/1610872977847115777)

* * *

More Discussions & Education
----------------------------

*   [@jbaylina explains](https://twitter.com/jbaylina/status/1629352597445394432?s=20) why ZK rollups are not bottlenecked by provers
    
*   [@toghrulmaharram clarifies](https://twitter.com/toghrulmaharram/status/1629356500555628546?s=20) why ZK provers aren’t bottlenecks, [agreeing with @jbaylina](https://twitter.com/jbaylina/status/1629352597445394432?s=20) 👆
    
*   [@TaschaLabs hosts](https://twitter.com/TaschaLabs/status/1629637478188732417?s=20) Sreeram from EigenLayer to discuss how restaking can scale PoS and change staking yield on Ethereum
    
*   [@stonecoldpat0 writes](https://twitter.com/stonecoldpat0/status/1631357986001018884?s=20) an article discussing numerous different rollup designs
    
*   [Messari compares](https://twitter.com/MessariCrypto/status/1631678346722529282?s=20) the time to finality (TTF) of popular blockchains
    
*   [Bankless hosts](https://open.spotify.com/episode/0LPERpCrv9Yz6Q7ZFWWWDr?si=xZikzOrZQ4yFUa2cwlWKYQ) the OP Labs founders to discuss Base
    
*   [Bell Curve releases](https://open.spotify.com/episode/5nYMsiU9ewUpmmcVhtARHg?si=VBAPux99QsKHiAn83HD4XA) an episode discussing Base
    
*   [Eclipse explains](https://twitter.com/EclipseFND/status/1630269421494337541?s=20) how EigenLayer impacts rollups and modular blockchains
    
*   [@dannyryan reflects](https://twitter.com/dannyryan/status/1628951558896640000?s=20) on his experience building Ethereum - the good and bad
    
*   [0xResearch hosts](https://open.spotify.com/episode/63yfGfaiK54LLHWNIloUWH?si=hdPbQLx6SoyEY312F7XJKA) Tim Beiko to discuss the evolution of Ethereum
    
*   [Delphi Digital creates](https://twitter.com/Delphi_Digital/status/1629556836486746112?s=20) a graphic comparing the three types of bridges
    
*   [Polymer Labs introduces](https://twitter.com/PolymerDAO/status/1630289476575477762?s=20) the concept of “modular interoperability” for messaging across chains
    
*   [Polygon breaks down](https://twitter.com/0xPolygonZK/status/1631029750079664132?s=20) the EVM-equivalent attributes of their zkEVM
    
*   [@lightcoin explains](https://twitter.com/lightcoin/status/1630301399358533633?s=20) how sovereign rollups on Bitcoin would work
    
*   [Labrys explains](https://twitter.com/Labrys_io/status/1630455807258292224?s=20) how Ethereum rollups work in depth
    
*   [@anthonykrose explains](https://twitter.com/anthonykrose/status/1630386629553553409?s=20) how Matter Labs approached the open-sourcing of zkSync Era
    
*   [@Cryptocito hosts](https://twitter.com/Cryptocito/status/1630550375391539201?s=20) Neel from Eclipse to discuss IBC enabled Solana VMs
    
*   [@mevtiger illustrates](https://twitter.com/mevtiger/status/1629486578400735232?s=20) how challenging the MEV problem space can be
    
*   [@seunlanlege explains](https://twitter.com/seunlanlege/status/1630208723355594753?s=20) state proofs and other cryptography concepts in simple terms - plus how they relate to light clients and modular architecture
    
*   [@DrewVdW writes](https://twitter.com/DrewVdW/status/1630306324566224897?s=20) an article offering perspective on the future of block building
    
*   [@colludingnode describes](https://twitter.com/colludingnode/status/1631330402924376064?s=20) three ways sovereign rollups with centralized sequencers can ensure censorship resistance
    
*   [@odin\_free creates](https://twitter.com/odin_free/status/1631663104529518593?s=20) an updated Starknet ecosystem graphic
    
*   [@DefiIgnas compares](https://twitter.com/DefiIgnas/status/1630367270072467458?s=20) the current state and future outlooks of Optimism and Arbitrum
    
*   [@binji\_x explains](https://twitter.com/binji_x/status/1630597351231606785?s=20) the importance of attestations in blockchain and the world around us
    
*   [OP Labs writes](https://twitter.com/OPLabsPBC/status/1631423512337326087?s=20) an article explaining how their Bedrock upgrade will bring significantly lower fees (47% lower) to mainnet
    
*   [Messari illustrates](https://twitter.com/MessariCrypto/status/1631036655657263106?s=20) how Babylon chain leverages Bitcoin security
    
*   [Blockworks Research points out](https://twitter.com/blockworksres/status/1631725822653632512?s=20) the many benefits of Account Abstraction
    
*   [@RennickPalley explains](https://twitter.com/RennickPalley/status/1630604432739299331?s=20) what Monetary Premium is and [where value will accrue in modular blockchains](https://blog.stratos.xyz/articles/modular-blockchain-economics-where-will-value-accrue)
    
*   [@nico\_mnbl creates](https://twitter.com/nico_mnbl/status/1522604092161507329?s=20) a list of informal ZK jargon
    
*   [Saga writes an article](https://twitter.com/Sagaxyz__/status/1631712762626985985?s=20) explaining how their token model serves developers who want commoditized and dedicated blockspace
    
*   [@DavideCrapis writes](https://twitter.com/DavideCrapis/status/1631741660949512192?s=20) a post on the Ethereum research forum about latency arms race concerns in MEV design
    
*   [@sreeramkannan proposes](https://twitter.com/sreeramkannan/status/1631834020156694529?s=20) the idea of optimistic rollup “watchtowers” using EigenLayer
    
*   [@0xshake proposes](https://twitter.com/0xshake/status/1631326656475398145?s=20) the idea of a decentralized sequencer using Cosmos SDK and IBC
    

* * *

**That's all for this week! Thanks for reading 🧱🎬**

[Share](https://paragraph.xyz/@modularmedia/weekly-rollup-4)

---

*Originally published on [Modular Media 🧱🎬](https://paragraph.com/@modularmedia/weekly-rollup-4)*
