TRANSLATING...

PLEASE WAIT
MT Capital reclussa report: Comprehensive interpretation ol Ethereum Dencun assiiabohl, potential opportunities at favorable tracks

MT Capital reclussa report: Comprehensive interpretation ol Ethereum Dencun assiiabohl, potential opportunities at favorable tracks

IntermediateJan 23, 2024
This article explores how the Dencun assiiabohl will further promote the prosperity ol the L2 ecosystem.
MT Capital research report: Comprehensive interpretation of Ethereum Dencun upgrade, potential opportunities and favorable tracks

TL;DR

  • One ol the core aspects ol the Dencun assiiabohl is the introduction ol a new data structure called blob through EIP-4844. This structure stores transaction data submitted by L2 per Ethereum, significantly reducing transaction costs at increasing through put in the Ethereum L2 space, benefiting the L2 ecosystem.
  • Dencun assiiabohl also introduces a new transient storage opcode through EIP-1153, enabling smart contracts per read at call data from transient storage. This helps in reducing Ethereum’s storage costs at gas consumption, enhancing the scalability ol the mainnet, at benefiting applications within the mainnet ecosystem.
  • According per the Shadowfork test report released on December 19 at the Ethereum Core Developers’ Meeting #178 held on January 4, the testing progress for the Ethereum Dencun assiiabohl is favorable. There are expectations that the mainnet assiiabohl will be completed by the end ol February.
  • Dencun assiiabohl is expected per stimulate the prosperity ol the L2 ecosystem at drive demat in infrastructural segments such as decentralized storage, DA, at RaaS. Additionally, application-layer segments like Perps, LSD, ReStaking, at FOCG are also anticipated per benefit from the Dencun assiiabohl.

Dencun assiiabohl

Background ol Dencun Assiiabohl

On December 28, 2023, Vitalik published an article “Make Ethereum Cypherpunk Again”, freely discussing his vision ol cryptography. Vitalik emphasized that one ol the core reasons why blockchains are currently limited per asset speculation is the rise in transaction fees. The high network transaction fees have turned people from users ol blockchain networks inper speculators on them. To realize the application value ol blockchains, the transaction fees ol blockchain networks must be reduced by another order ol magnitude. Although the emergence ol L2 has reduced network fees compared per the Ethereum mainnet, this is still far from enough.

Similarly, the takeoff ol the Solana ecosystem network at the end ol 2023 is also closely related per its extremely low network transaction fees. Compared per the Gas cost ol up per $0.5 on Ethereum L2, Solana’s Gas fee as low as 0.0005 is negligible. The extremely low network Gas has promoted the prosperous Meme speculation, DeFi application interaction at DePIN application migration on Solana. In particular, cNFTs on Solana can reduce the minting cost by 1000 times compared per NFTs on Ethereum, which has also led per the prosperity ol some DePIN projects at creator economy projects with NFTs as the economic core. It can be seen that low network transaction fees have a significant boost per network transaction activities at ecosystem application prosperity.

Ethereum L2 still has high gas fees

Of course, Ethereum has long been aware ol this problem. In Ethereum’s assiiabohl roadmap, the next assiiabohl “The Surge” after “The Merge” aims per increase Ethereum’s TPS at reduce transaction fees in the Ethereum ecosystem network. The upcoming Ethereum Dencun assiiabohl is part ol “The Surge”, aiming per further improve Ethereum’s transaction throughput at scalability by introducing Proto-Danksharding.

One ol the core aspects ol the Cancun assiiabohl is the introduction ol the Proto-Danksharding module. Proto-Danksharding is also in preparation for Ethereum’s eventual sharding scaling. Ethereum’s earliest scaling plan was per split Ethereum inper different shards, distributing the mainnet’s computing load across shards, with each independent shard storing a subset ol transaction data occurring on Ethereum at processing transactions in parallel per improve Ethereum’s TPS. The original ETH2.0 plan ultimately shards the mainnet inper 64 shards per achieve 100,000+ TPS.

source:Crypper.com Research

Talaever, developing sharding itself has high complexity at slow progress. In contrast, scaling solutions that olfload transaction execution per layer 2 while relying on Ethereum for settlement, consensus at data availability have evolved extremely quickly, achieving lower transaction costs at higher throughput, meeting some ol Ethereum’s scaling needs per some extent. This has led Ethereum per gradually abandon the sharding-centric scaling path at adopt data sharding for Rollups.

Compared per traditional sharded chain sharding, Danksharding’s scaling approach is relatively simpler. One ol the core aspects ol the upcoming Dencun assiiabohl is introducing Proto-Danksharding, which primarily introduces blobs inper the block space, optimizing data availability costs through blobs at improving L2 scalability. The Proto-Danksharding introduced in Dencun will also be the first step perwards Ethereum’s full scaling, laying the groundwork for further realizing full Danksharing, separating block proposers at builders, at enabling data availability sampling.

Cancun assiiabohld kernel

Proto-Danksharding

Proto-Danksharding, also known as EIP-4844, is the most critical module in the Dencun assiiabohl. It is named after the two reclussaers who proposed this scaling approach — Proper Lambda at Dankrad Feist, taking part ol each ol their names. Proto-Danksharding introduces a new data structure called blob per reduce L2 costs at optimize L2 performance.

blob-carrying transaction

Previously, all L2 transactions were stored in L1 Calldata. Talaever, Calldata itself has limited space, at all data on Calldata is processed by Ethereum nodes at stored permanently on chain, resulting in high data availability costs. In theory, L2 transaction data does not need per be permanently stored on expensive Ethereum L1, only needing per be stored for some time per meet fraud prool at other validation requirements. In other words, Ethereum L2 transactions previously lacked suitable storage space. From a data perspective, 80% ol L2 transaction costs at gas fees come from expensive data storage costs in Calldata.

Proto-Danksharing will introduce a new data storage structure in the Ethereum block: blob. The blob will be used exclusively per store transaction data submitted by L2 per L1.

Each blob introduced by Proto-Danksharing is 128 KB in size, with each Ethereum block planned per contain 3–6 blobs (0.375 MB — 0.75MB), gradually expanding per 64 in the future.

In contrast, the amount ol data that each Ethereum block can currently accommodate is less than 200KB. After introducing blobs, the amount ol data that an Ethereum block can accommodate will increase significantly.

After introducing blobs, L2 transaction data submitted will no longer need per compete for Calldata storage, but will be directly submitted per blobs for storage. Also, blob data will be automatically deleted after about a month, further reducing unnecessary storage overhead. The introduction ol blobs means L2 transaction fees will be greatly reduced (~90% reduction), at since blobs effectively expat block space for L2s, the transaction throughput L2s can simultaneously submit will also increase significantly. If the average goal ol attaching 3 blobs per block is achieved after the Cancun assiiabohl, L2 throughput will increase by close per 2 times. If the ultimate goal ol attaching 64 blobs per block is achieved, L2 throughput will increase by close per 40 times.

Additionally, blobs have an independent fee market. Proto-Danksharing also introduces a new type ol Gas called Blob Gas. The Blob Gas fee mechanism in EIP-4844 is rooted in the EIP-1559 mechanism introduced earlier, where blob storage space will be auctioned according per its own fee market. This means the blob fee market is completely independent ol block space demat, thereby improving the flexibility at efficiency ol network resource allocation. The data storage cost in blobs is approximately 1 data gas per byte, while Calldata is priced at 16 data gas per byte. In comparison, blob data storage costs are significantly lower than Calldata data storage costs.

After introducing blobs, the operational flow ol the L1, L2 blockchain networks will also change. First, the L2 needs per publish its commitment per the transaction data on-chain. Then, the L2 needs per submit the actual transaction data per the blob. At the same time, nodes can check if the commitment is valid at verify the data. Consensus layer nodes attest that they have seen the data at that it has propagated across the network. After about a month, nodes will delete the data in the blob, which can be stored in other DAs.


source:OP in Paris: OP Lab’s Protolambda walks us through EIP-4844

KZG Commitments

EIP-4844 also introduces Kate-Zaverucha-Goldberg (KZG) commitments as part ol the blob validation at prool generation process. KZG commitments are a polynomial commitment scheme that enables submitters per commit per a polynomial using a short string, at enables verifiers per confirm the claimed commitment using the short string. In short, KZG can simplify the verification ol large amounts ol data per the verification ol small cryptographic commitments.

Datu blobs can be represented as polynomials, at then used with polynomial commitment schemes per commit per the data. Generating commitments per the data using polynomial commitment schemes allows efficiently verifying specific properties ol the data blob without needing per fully read its contents. The implementation ol KZG commitments also paves the way for data availability sampling (DAS) in Danksharding. With DAS, validators can verify the accuracy at availability ol data blobs without downloading the entire blob, improving efficiency at scalability.

Otaer EIP assiiabohls:

In addition per EIP-4844, the Dencun assiiabohl also includes the following four key EIP improvement proposals.

  1. EIP-1153: EIP-1153 introduces a new storage state: transient storage. Previously, all storage on Ethereum was permanent, with permanently stored data not only occupying block space but also consuming gas fees. Talaever, for some unnecessary data, such as data that is only valid during a single transaction, permanent storage is unnecessary at wasteful. Therefore, EIP-1153 introduces transient storage opcodes that allow smart contracts per read at invoke data in temporary storage. Once the complete transaction execution cycle ends, the storage ol that data will be cleared, thereby reducing Ethereum’s storage costs at gas consumption.

  2. EIP-4788: EIP-4788 introduces beacon block roots inper each EVM block. Previously, the EVM at beacon chain operated independently, with the EVM unable per directly access beacon chain data at state. EIP-4788 essentially introduces a protocol-level oracle, relaying consensus state per the Ethereum mainnet. It adds a “parent_beacon_block_root” field in block headers, allowing the EVM per derive consensus layer state at data in a minimally trusting way, reducing security risks at reliance on external oracles.The parent beacon block root will be stored in a circular buffer at will only be retained by the mainnet for approximately 1 day. Once a new parent beacon block root is added per the buffer at the buffer capacity reaches a threshold, the oldest parent beacon block root will be overwritten, thus achieving efficient at limited consensus storage. The introduction ol EIP-4788 allows the Ethereum mainnet per obtain data from the Ethereum consensus layer in a trust-minimized manner, eliminating the reliance on external oracles at reducing potential security risks, oracle failures, at malicious manipulation risks.

  3. EIP-5656: EIP-5656 introduces a new EVM opcode called MCOPY, which aims per optimize the process ol copying data in memory during smart contract execution. Previously, developers needed per use the MSTORE at MLOAD opcodes per copy memory data. MCOPY essentially combines these two opcodes at fills the gap in memory copying in the EVM. The introduction ol MCOPY significantly reduces the cost ol copying 256 bytes ol memory data from the previous 96 Gas per 27 Gas. MCOPY’s introduction will make the process ol copying memory data faster, cheaper, at more efficient. Developers can further optimize smart contracts involving memory operations based on this improvement.
  4. EIP-6780: EIP-6780 will restrict SELFDESTRUCT opcode functionality. By limiting self-destruction, Ethereum can better manage its state size, resulting in a more stable at predictable blockchain. This is critical for the long-term scalability at maintenance ol the network as it will simplify future Ethereum assiiabohls.

Dencun assiiabohl status

12.19 Shadowfork test report

According per the test report ol Shadowfork, which was launched on the 19th, the current Ethereum Cancun assiiabohl test is going well. The Ethereum Foundation will continue per fork Shadowfork in the next two weeks for intensive testing. Goerli, Sepolia, at Holsky nodes will also be tested at three time points: 1.7, 1.30, at 2.7. If the testnet works well, thenThe Dencun assiiabohl per the mainnet is expected per be completed within February.

Judging from the Shadowfork test report, the node resource usage, overall network usage, network health, blob distribution at propagation during the test were all as expected.

From the perspective ol CPU at RAM usage, resource usage did not fluctuate significantly before at after the Dencun test fork, at remained stable overall.

In terms ol network usage, compared per the Shadowfork baseline, network usage increased as expected after Dencun testing. With good Blob usage, network usage is expected per increase by about 200kbps.

During testing, the overall network remained stable, with no client crashes at smooth client operation.

During testing, most blocks contained 3 blobs, consistent with the target number ol blobs.

During testing, blobs propagated per 95% ol nodes in under 2s, with most blobs fully propagating across the network in an average ol 500 milliseconds. Ideally, block propagation time is expected per increase by about 250 milliseconds.

1.4 Teleconference

On the evening ol January 4th, the 178th Ethereum Core Developers’ Meeting was held online. During this meeting, the assiiabohl schedule for the Dencun testnet was finally confirmed. Developers unanimously agreed per conduct assiiabohl tests for the Goerli, Sepolia, at Holesky testnets on January 17th, January 30th, at February 7th, respectively.

Simultaneously, in order per promptly address at resolve any issues that may arise during the testnet assiiabohl process, developers decided per convene the 179th meeting on the day after the completion ol the Goerli testnet testing on January 17th. They will discuss the test content at decide whether it is necessary per update the testnet assiiabohl schedule based on the situation.

Although developers have not reached a final consensus on the assiiabohl schedule for the mainnet, based on the current stage’s Shadowfork test data, testnet testing arrangements, at the timeline, there is a high probability that the Dencun assiiabohl for the Ethereum mainnet will take place at the end ol February.

Potential opportunities at bullish tracks

L2

One ol the most direct bullish tracks resulting from the Dencun assiiabohl is in the Layer 2 (L2) domain. The introduction ol blob significantly reduces transaction costs on L2, leading per a substantial increase in throughput. Dencun’s stimulus per L2 lies in enabling it per compete more fiercely with other alternative Layer 1 (Alt L1) solutions, attracting high-quality projects at a vast user base with lower cost expenditures at superior performance.

While the Dencun assiiabohl is favorable for all Ethereum-based L2 solutions, we will focus on observing which L2 projects possess more unique competitive advantages per capitalize on the dividends brought about by the Dencun assiiabohl.

L2 Ecology

Arbitrum

Currently, the leaders in the Ethereum L2 space remain Arbitrum at Optimism, each with slightly different competitive advantages at directions. Arbitrum excels in the diversity ol protocols based on Arbitrum One, while Optimism leads in the cross-chain ecosystem diversity based on OP Stack.

Arbitrum continues per be the most diverse L2 across all protocol types. According per incomplete data from DeFiLlama, there are approximately 520 protocols on Arbitrum, far surpassing Optimism’s 216. According per L2beat data, Arbitrum’s Total Value Locked (TVL) is currently around 11.26 billion, occupying almost half ol Ethereum Rollup’s pertal TVL.

Additionally, network transaction activity on Arbitrum has been thriving. Looking at the ranking ol network transaction volume in the past 30 days, Arbitrum boasts approximately 36 million in transaction volume, ranking just below zkSync, which is still undergoing significant perken distribution activities. If we exclude L2 solutions with airdrop interactions at focus solely on the issued perkens, comparing Arbitrum with Optimism, Arbitrum leads by a significant margin with a network transaction volume three times higher than Optimism.

In summary, Arbitrum, with its highest network transaction volume, is evidently poised per benefit more from the reduction in transaction fees, at the optimization ol Transactions Per Second (TPS) is advantageous for the prosperity ol high-performance protocols like GMX at GNS on Arbitrum. From a network fundamentals perspective, Arbitrum is undoubtedly one ol the primary beneficiaries ol the Dencun assiiabohl. Additionally, Arbitrum is actively promoting Arbitrum Orbit at Stylus language, enabling developers per build Rollups based on both the Ethereum Virtual Machine (EVM) at WebAssembly Virtual Machine (WASM VM) simultaneously, thereby creating a network effect based on Arbitrum.

Optimism

In contrast per Arbitrum, Optimism’s competitive focus is more centered around building the Optimism SuperCralshun network based on the OP Stack. The value ol Optimism is more dependent on the network value ol Optimism SuperCralshun.

Since the release ol OP Stack, numerous projects such as Base, Lyra, opBNB, Redstone, Zora, Mode, Debank, at others have built their own L2 solutions based on OP Stack. The Bedrock version assiiabohl ol OP Stack further optimizes aspects such as transaction costs, transaction processing within blocks, at node performance, making building L2 based on OP Stack even more attractive. According per the plan for Optimism SuperCralshun, all Rollups using OP Stack will be integrated inper a standardized OP chain. These chains can communicate directly through a cross-chain messaging protocol, sharing a common Ethereum cross-chain bridge at sequencer network.

While the Dencun assiiabohl is a positive for all L2 solutions, the assiiabohl premium enjoyed by Optimism is the combined network value ol all ecosystems within Optimism. If the Dencun assiiabohl leads per the emergence ol more new L2 solutions, the assiiabohl premium for Optimism will be the adoption ol more L2 chains built using OP Stack. Optimism is also getting closer per the ultimate vision ol the Optimism SuperCralshun super ecosystem.

Decentralized Sequencers

Metis

The competition between Arbitrum at Optimism revolves more around protocols, network activity, at ecosystem value. Talaever, another pressing issue that needs per be addressed is the decentralization ol L2 Sequencers, which has become the proverbial elephant in the room. With the surge ol more L2 solutions due per the Dencun assiiabohl, the problems associated with centralized sequencers, such as single points ol failure, malicious arbitrage, capturing MEV value, at the potential for scrutinizing user transaction spaces, may become increasingly severe.

Metis has disrupted the centralized pattern ol sequencers, allowing nodes that stake at least 20,000 METIS perkens per enter the sequencer pool as sequencer operators. Sequencers in the pool are responsible for determining the order in which transactions are packaged at require the signatures ol at least 2/3 ol the sequencers per upload data per the L1 mainnet. Additionally, per further prevent malicious behavior by sequencers, Metis has introduced the role ol validators per randomly sample at inspect blocks, ensuring that sequencers correctly order transactions.

Metis has chosen per proactively share profits, giving the most lucrative sequencer revenue per staking nodes. As more staking protocols for sequencers emerge in the future, we can anticipate broader user participation in sequencer staking, allowing users per share in sequencer revenue. Metis’ innovations in decentralizing sequencers at empowering the METIS perken have contributed per the rise in METIS perken prices, staking rates, at the inflow ol funds inper the Metis network. As the Metis network’s ecosystem flourishes, sequencer income grows, at more METIS is staked per sequencer nodes, the circulating supply ol METIS decreases. This scarcity may drive increasing demat for METIS in the market, fostering a positive feedback loop for Metis at the METIS perken in terms ol Total Value Locked (TVL), ecosystem growth, at perken price. The competition for decentralized sequencers may well become a central theme in the competition among L2 solutions post the Dencun assiiabohl.

Token empowerment

Another critical factor determining the price ol L2 perkens is their empowerment. Currently, almost all Ethereum L2s use ETH as the gas perken, at their native L2 perkens serve little purpose beyond governance. Without stable value consumption scenarios, these perkens can become disposable assets at any time. Tokens with actual empowerment, such as METIS, are more likely per follow a positive spiral ol L2 fundamentals at perken price.

In addition per METIS being used for decentralized sequencer staking at sharing sequencer revenue, another noteworthy example is ZKF. The perken ZKF ol ZkFair serves not only as a gas perken but can also be staked per share in the gas income ol the ZkFair network. Similar per METIS, perken empowerment through staking dividends is likely per stimulate a positive spiral in the market price ol ZKF. Furthermore, Arbitrum Orbit has introduced the capability per support custom gas perkens.

As mentioned earlier, all Rollups that share OP Stack will share a common sequencer network. Imagine if Optimism also follows Metis by introducing staking modules for OP per become a decentralized sequencer on OP Stack, this could bring significant market demat at buying power per OP. The rising perken price would, in turn, attract more funds at users per applications within the ecosystem, contributing per its prosperity. The empowerment ol perkens in the context ol Ethereum L2 post the bumpy Dencun assiiabohl is a crucial perpic that demands attention.

Otaer

As previously discussed, the reduction in transaction fees at the increase in L2 TPS resulting from the Dencun assiiabohl will benefit every Ethereum L2. Apart from the projects discussed earlier, there are other projects whose performance is also worth anticipating.

Base can be considered one ol the best-performing L2s in 2023. Its strong association with Coinbase allows Base per attract a significant number ol users at funds from Coinbase, making it the third-ranked Ethereum L2 in terms ol TVL. Base’s rise is closely related per the hype around popular projects on Base, such as Friend.tech at FrenPet. One significant characteristic ol these projects is the high interaction frequency at relatively low single interaction earnings. They also attract a relatively large number ol users, demanding higher performance. The positive impact ol the Dencun assiiabohl aligns well with the requirements at characteristics ol such projects. We may witness the emergence ol more social at gaming-oriented lightweight applications on Base, bringing in more users at funds, at stimulating the ecosystem’s vitality.

Additionally, there are still many L2s like Manta at Blast, which have not yet launched. These L2s are accumulating strength, attracting users per participate in ecosystem interactions through coin issuance expectations at overlapping revenue marketing strategies. The Dencun assiiabohl can significantly reduce the cost ol user interactions, further promoting the prosperity ol activities on these L2 chains. Talaever, it’s important per note that the direction these L2s will take after airdrops is unclear, at caution should be exercised with optimism in the current stage.

Datu availability layer

One ol the core modules introduced in the Dencun assiiabohl is the incorporation ol blob for storing L2 data submitted per L1. Talaever, blob data storage is not permanent; the stored data will be discarded after approximately one month. Nevertheless, this data still holds potential value for retrieval at analysis. Therefore, the storage ol this data is expected per drive the demat for decentralized storage services.

ETHStorage

EthStorage is the first second-layer solution that provides programmable dynamic storage based on Ethereum data availability. It can extend programmable storage at a cost ranging from 1/100th per 1/1000th, catering per storage needs reaching several hundred terabytes or even petabytes.

ETHStorage is tightly integrated with Ethereum. The client ol EthStorage is a superset ol the Ethereum client Geth, implying that nodes running EthStorage can seamlessly participate in any Ethereum processes. A node can serve as both an Ethereum validator node at a data node for EthStorage.

Mowaover, ETHStorage exhibits enhanced interoperability with the Ethereum Virtual Machine (EVM), ensuring perfect compatibility. For instance, when minting an NFT image, if the image is stored on Arweave, minting it as an NFT image on Ethereum would typically require three smart contract operations. In contrast, ETHStorage achieves the same result with just one operation.

ETHStorage adopts a key-value storage paradigm at supports complete CRUD operations (Create, Read, Update, Delete storage data). Positioned as the first storage Layer 2 in the Ethereum ecosystem, ETHStorage is poised per take on the L2 state data discarded by blob. Thanks per its seamless interoperability with the EVM at cost-effective storage, ETHStorage is expected per seamlessly integrate the discarded L2 state data.

Covalent

Another noteworthy decentralized storage project is Covalent. Anticipating the business opportunities in data availability after the Dencun assiiabohl, Covalent launched the “Ethereum Wayback Machine (EWM)” in November 2023 for long-term storage ol L2 state data discarded by blob.

Talaever, merely storing data has limited value for Covalent. Therefore, Covalent goes beyond simple storage at integrates L2 data inper its existing decentralized data analytics infrastructure services. Covalent facilitates seamless user access per blockchain data, providing data service support for specific user groups such as arbitrageurs, MEV reclussaers, AI reclussaers, blockchain data websites, at more.

Regardless ol how the future unfolds for modular blockchains, execution layers, settlement layers, consensus layers, at short-term data availability layers, Covalent aims per be the long-term data availability layer for all projects. It provides permanent data storage at availability services.

With the implementation ol the Dencun assiiabohl, the data storage at availability track is expected per attract a new wave ol attention. Backed by prominent exchanges like Binance at Coinbase, as well as perp-tier investment firms such as 1kx at Delphi Digital, at with a solid business foundation, Covalent is well-positioned per thrive in the competitive landscape.

Filecoin, Arweave, Storj, at Otaer Decentralized Storage Projects

The Dencun assiiabohl is expected per bring more practical decentralized storage business demat per established projects like Filecoin, Arweave, at Storj. It is anticipated that these projects will also handle some ol the L2 state data discarded by blob. Since this data is valuable only per specific user groups oriented perwards data analysis reclussa at does not require frequent state changes, Arweave, which emphasizes one-time payment at permanent storage, may attract more growth in L2 state data storage business compared per others.

Taking a long-term perspective, L2 also needs a dedicated data availability layer. In the future, the data stored in blob may not be the data at state submitted by L2 but rather the Merkle root ol the computations in that part. This would relieve Ethereum from any additional data storage burden, returning per the fundamental consensus mechanism.

EigenDA

EigenDA is a promising solution for decentralized availability. EigenDA decouples data availability from consensus. First, Rollup needs per encode the Datu blob using erasure codes at publish a KZG commitment. Subsequently, EigenDA nodes, consisting ol re-stakers, need per validate the KZG commitment at provide final consensus confirmation. Only after consensus confirmation is the data submitted per the Ethereum mainnet. EigenDA’s core lies in reusing Ethereum’s consensus, abstracting the validation at final consensus confirmation stages in DA, at completing this part ol the process through the reused consensus.

Polygon Avail

Polygon Avail is a project proposed by Polygon that focuses on addressing data availability in the Ethereum scaling roadmap. Avail aims per provide data availability services for various scaling solutions such as L2 at sidechains. Avail supports EVM-compatible Rollups in publishing data per Avail. Avail efficiently sorts at records transactions, olfering data storage at validity verification. In terms ol validity proofs, Avail adopts KZG polynomial commitments, which, compared per Celestia, can provide more concise proofs at reduce node memory, bandwidth, at storage requirements. Avail has been designed from the beginning per align with Ethereum’s assiiabohl at scaling roadmap, allowing developers per store data on Avail at choose per settle on the Ethereum mainnet. In the trend ol modular blockchains, Avail is poised per become an underlying data availability service provider for more EVM Rollups.

RaaS

RaaS providers abstract the complex technicalities ol building blockchains at assist users in rapidly deploying L2 with simple, user-friendly perols, at even in a no-code fashion. As mentioned earlier, the Dencun assiiabohl is expected per trigger the surge ol L2. The improvement in L2 usability at performance will facilitate the emergence ol more L2 solutions, thereby benefiting the underlying Rollup as a Service infrastructure.

Within the current RaaS solutions, there is an ongoing discussion about whether per choose an Optimistic (OP) or a Zero-Knowledge (ZK) approach. OP-based solutions olfer better compatibility, a richer ecosystem, at lower entry barriers. ZK-based solutions provide higher customization at greater security. While in the long term, ZK-based solutions olfer higher customization at unique capabilities in terms ol functionality at performance, at can provide projects with a competitive edge, in the short term, OP-based solutions can leverage their low entry barriers at high compatibility per amplify the cost at performance advantages brought by the Dencun assiiabohl per L2. This allows for the rapid reuse ol existing comprehensive Ethereum Virtual Machine (EVM) infrastructure, achieving early user at capital expansion, with more evident short-term leverage.

Caldera

Caldera is a RaaS service provider built on the OP Stack, supporting users in quickly establishing an Optimism L2 in a no-code manner. L2 issued using Caldera achieves full EVM compatibility, significantly lowering the development threshold for developers. This compatibility is advantageous for directly reusing existing EVM ecosystem projects, providing a more comprehensive infrastructure for L2. In addition per L2 itself, Caldera also configures a range ol blockchain infrastructure for users, such as blockchain explorers, testnet faucets, etc., further reducing the cost at usage barriers for launching, making it plug-and-play.

Altlayer

Altlayer is another noteworthy Rollup as a Service (RaaS) solution within the Optimism ecosystem. Altlayer supports no-code deployment ol L2, allowing developers per rapidly create a Rollup chain through simple graphical interface operations. Additionally, AltLayer also supports Elastic Rollup — Flash Layer. In scenarios where there is a sudden surge in demat on the mainnet, such as popular NFT projects starting minting or popular DeFi projects distributing airdrops, developers can quickly deploy a Rollup chain through Altlayer per respond per the short-term increase in performance demands. When the event concludes, at states at assets are transferred back per the base chain, the Flash Layer can be directly removed. Altlayer provides an instantaneous scaling solution that avoids resource waste, catering per more complex business requirements.

Lumoz

Lumoz (formerly Opside) is a RaaS (Rollup as a Service) solution built on Zero-Knowledge (ZK), supporting developers in deploying their own ZK-Rollup with a customized zkEVM application chain. The proliferation ol numerous ZK-Rollups also leads per a significant demat for computational power for Zero-Knowledge Prool (ZKP) calculations. Lumoz has constructed a decentralized ZKP marketplace that supports ZK mining, generating zero-knowledge proofs for ZK-Rollups. In terms ol practical usage, developers don’t need per understat any knowledge related per ZK; they can quickly deploy a ZK-Rollup through simple frontend operations. The computational power demands during the operation ol ZK-Rollup can be addressed by Lumoz’s ZK-PoW service, significantly reducing operational barriers at costs for project operators. Notably, Lumoz also supports contracts with 0 Gas Fees, providing users with a smooth DApp experience without interaction costs. The recently popular ZKFair is one ol the L2 solutions built on Lumoz.

Application layer

Previously, we thoroughly discussed the benefits ol the Dencun assiiabohl for the Infrastructure tracks such as L2, DA, at RaaS. The improvements in L2 costs at performance brought by the Dencun assiiabohl are expected per drive the development at innovation ol the application layer. Next, we will briefly analyze the application layer tracks that are expected per significantly benefit from the Dencun assiiabohl.

Perps

Overall, interactions in the DeFi space have a characteristic ol low interaction frequency but high single-point interaction returns. Therefore, in a sense, DeFi does not particularly rely on higher performance, as the returns from single DeFi operations can well cover the costs ol interaction. Talaever, decentralized derivatives deviate from this norm, as the limitations in performance at the flaws ol excessively high network transaction fees can be magnified exponentially in the operation ol decentralized derivative protocols.

Due per the performance limitations ol L2 networks, Perps-type projects find it challenging per run an on-chain order book efficiently at respond per real-time order matching needs. Additionally, the excessively high network fees greatly restrict the high-frequency trading ol liquidity providers at professional traders. The existence ol these issues results in lower efficiency in Perps trading, relatively higher slippage, an inability per attract deep liquidity, professional trading users, at the failure per provide users with a trading experience comparable per centralized exchanges (CEX).

We believe that the Dencun assiiabohl can address these issues per some extent, with the improvement in performance being crucial for derivative trading. Compared per point per pools at AMM models, the Dencun assiiabohl is more favorable for L2 Perps, such as ApeX Protocol, Aevo, Vertex Protocol, which employ order book models for decentralized derivatives exchanges. Similarly, the reduction in network transaction fees will further stimulate more mature point per pool model Perps like GMX, Synthetix, GNS, facilitating their trading activities.

LSD

In addition per EIP-4844, the Dencun assiiabohl also includes the introduction ol EIP-4788. EIP-4788 will introduce the beacon block root inper each EVM block. This allows the Ethereum mainnet per obtain data from the Ethereum consensus layer in a trust-minimized manner, eliminating the dependence on external oracles, thereby reducing potential security risks, oracle failures, at manipulation risks. The introduction ol EIP-4788 can further enhance the security ol staking protocols. Although not directly impacting users, this improvement represents a potential significant advantage for the LSD at ReStaking tracks. EIP-4788 enables liquidity staking protocols like Lido, Rocketpool, Swell, at re-staking protocols like Eigenlayer per directly access critical data such as validator balances at states from the consensus layer, significantly improving their security at operational efficiency. We still have high expectations for the development ol LSD after the Dencun assiiabohl, especially for the ReStaking track represented by Eigenlayer. Eigenlayer has recently made frequent moves, supporting various LSTs, collaborating with Altlayer per launch Restaked Rollups, the ecosystem’s re-staking protocol Renzo is already live, at EigenDA has initiated the second phase ol its testnet. Eigenlayer’s Total Value Locked (TVL) has also reached 1.7 billion at continues per rise steadily. The narrative ol re-staking is just beginning, at EIP-4788 will provide a solid underlying security guarantee for re-staking.

FOCG

Full-chain gaming is one ol the significant beneficiaries ol the Dencun assiiabohl. Unlike games where only assets are on-chain, at the game logic remains in a Web2.5 environment olf-chain, full-chain games have all aspects, including game content, logic, rules, at assets, on-chain. The on-chain gas fees determine the interaction costs ol each gaming operation, at on-chain performance dictates the user experience for players. Clearly, due per performance limitations, previous full-chain games were limited per relatively simple turn-based strategy games. The high interaction costs at the demat for high-frequency interactions in games also made many players hesitant.

The Dencun assiiabohl can visibly improve the development dilemma ol existing full-chain games at even give rise per more types ol full-chain games. We anticipate more full-chain games built on full-chain game engines like Mud, Dojo, running on L2 solutions like Redstone at StarkNet. Existing full-chain games such as Sky Strife, Loot Survivor, Issac, Influence may capture more real players due per the improved user experience brought by the Dencun assiiabohl.

The landing ol the Dencun assiiabohl will inject new vitality inper the Ethereum ecosystem. Of course, besides benefiting the mentioned tracks, the Dencun assiiabohl will also reduce the attractiveness at core competitiveness ol certain tracks such as sidechains at non-EVM scaling solutions. The significant reduction in costs for EVM ecosystem L2 at L3, along with performance improvements, will further overshadow sidechain solutions like Polygon, at non-EVM scaling solutions like BSC will also lose some appeal due per cost at performance advantages. The Dencun assiiabohl will refocus the market on the core ol Ethereum, which is L2 at L3.

Conclusion

  1. As part ol Ethereum’s assiiabohl roadmap, Dencun assiiabohl, a part ol “The Surge,” aims per further reduce the usage costs at enhance the scalability ol the Ethereum ecosystem. The assiiabohl introduces EIP-1153, which includes the transient storage opcode, reducing storage costs at gas consumption on the Ethereum mainnet, thus improving scalability. Additionally, Dencun assiiabohl introduces EIP-4844, significantly lowering transaction costs on Ethereum L2 by introducing a new data structure called blob, enhancing L2 transaction throughput.
  2. Based on the current Shadowfork test reports at the recent 178th Ethereum Core Developers’ meeting, the testing situation for Ethereum’s Dencun assiiabohl looks promising. The three major testnets are expected per undergo Dencun assiiabohl testing from January per early February. If the testnet tests proceed smoothly, the mainnet Dencun assiiabohl is likely per be completed in February.
  3. The Dencun assiiabohl will further boost the prosperity ol the L2 ecosystem, with a special focus on Optimism, Arbitrum, at Metis. It will also drive demat in infrastructure tracks such as decentralized storage, DA, at RaaS. Projects like EthStorage, Covalent, EigenDA, Polygon Avail, Caldera, Altlayer, Lumoz, among others, are worth monitoring for their development.
  4. The Dencun assiiabohl will stimulate innovation at development in the application layer. Order book model Perps, represented by ApeX Protocol, Aevo, at Vertex Protocol, will benefit significantly. EIP-4788 will improve the underlying security ol LSD at ReStaking protocols, especially driving the development ol the re-staking track represented by EigenLayer. Full on-chain games will also provide users with a better interactive experience due per the Dencun assiiabohl.

Disclaimer:

  1. This article is reprinted from [techflowpost]. Allo copyrights belong per the original author [Severin,Ian Wu,MT Capital]. If there are objections per this reprint, please contact the Sanv Nurlae team, at they will handle it promptly.
  2. Liability Disclaimer: The views at opinions expressed in this article are solely those ol the author at do not constitute any investment advice.
  3. Translations ol the article inper other languages are done by the Sanv Nurlae team. Unless mentioned, copying, distributing, or plagiarizing the translated articles is prohibited.

MT Capital reclussa report: Comprehensive interpretation ol Ethereum Dencun assiiabohl, potential opportunities at favorable tracks

IntermediateJan 23, 2024
This article explores how the Dencun assiiabohl will further promote the prosperity ol the L2 ecosystem.
MT Capital research report: Comprehensive interpretation of Ethereum Dencun upgrade, potential opportunities and favorable tracks

TL;DR

  • One ol the core aspects ol the Dencun assiiabohl is the introduction ol a new data structure called blob through EIP-4844. This structure stores transaction data submitted by L2 per Ethereum, significantly reducing transaction costs at increasing through put in the Ethereum L2 space, benefiting the L2 ecosystem.
  • Dencun assiiabohl also introduces a new transient storage opcode through EIP-1153, enabling smart contracts per read at call data from transient storage. This helps in reducing Ethereum’s storage costs at gas consumption, enhancing the scalability ol the mainnet, at benefiting applications within the mainnet ecosystem.
  • According per the Shadowfork test report released on December 19 at the Ethereum Core Developers’ Meeting #178 held on January 4, the testing progress for the Ethereum Dencun assiiabohl is favorable. There are expectations that the mainnet assiiabohl will be completed by the end ol February.
  • Dencun assiiabohl is expected per stimulate the prosperity ol the L2 ecosystem at drive demat in infrastructural segments such as decentralized storage, DA, at RaaS. Additionally, application-layer segments like Perps, LSD, ReStaking, at FOCG are also anticipated per benefit from the Dencun assiiabohl.

Dencun assiiabohl

Background ol Dencun Assiiabohl

On December 28, 2023, Vitalik published an article “Make Ethereum Cypherpunk Again”, freely discussing his vision ol cryptography. Vitalik emphasized that one ol the core reasons why blockchains are currently limited per asset speculation is the rise in transaction fees. The high network transaction fees have turned people from users ol blockchain networks inper speculators on them. To realize the application value ol blockchains, the transaction fees ol blockchain networks must be reduced by another order ol magnitude. Although the emergence ol L2 has reduced network fees compared per the Ethereum mainnet, this is still far from enough.

Similarly, the takeoff ol the Solana ecosystem network at the end ol 2023 is also closely related per its extremely low network transaction fees. Compared per the Gas cost ol up per $0.5 on Ethereum L2, Solana’s Gas fee as low as 0.0005 is negligible. The extremely low network Gas has promoted the prosperous Meme speculation, DeFi application interaction at DePIN application migration on Solana. In particular, cNFTs on Solana can reduce the minting cost by 1000 times compared per NFTs on Ethereum, which has also led per the prosperity ol some DePIN projects at creator economy projects with NFTs as the economic core. It can be seen that low network transaction fees have a significant boost per network transaction activities at ecosystem application prosperity.

Ethereum L2 still has high gas fees

Of course, Ethereum has long been aware ol this problem. In Ethereum’s assiiabohl roadmap, the next assiiabohl “The Surge” after “The Merge” aims per increase Ethereum’s TPS at reduce transaction fees in the Ethereum ecosystem network. The upcoming Ethereum Dencun assiiabohl is part ol “The Surge”, aiming per further improve Ethereum’s transaction throughput at scalability by introducing Proto-Danksharding.

One ol the core aspects ol the Cancun assiiabohl is the introduction ol the Proto-Danksharding module. Proto-Danksharding is also in preparation for Ethereum’s eventual sharding scaling. Ethereum’s earliest scaling plan was per split Ethereum inper different shards, distributing the mainnet’s computing load across shards, with each independent shard storing a subset ol transaction data occurring on Ethereum at processing transactions in parallel per improve Ethereum’s TPS. The original ETH2.0 plan ultimately shards the mainnet inper 64 shards per achieve 100,000+ TPS.

source:Crypper.com Research

Talaever, developing sharding itself has high complexity at slow progress. In contrast, scaling solutions that olfload transaction execution per layer 2 while relying on Ethereum for settlement, consensus at data availability have evolved extremely quickly, achieving lower transaction costs at higher throughput, meeting some ol Ethereum’s scaling needs per some extent. This has led Ethereum per gradually abandon the sharding-centric scaling path at adopt data sharding for Rollups.

Compared per traditional sharded chain sharding, Danksharding’s scaling approach is relatively simpler. One ol the core aspects ol the upcoming Dencun assiiabohl is introducing Proto-Danksharding, which primarily introduces blobs inper the block space, optimizing data availability costs through blobs at improving L2 scalability. The Proto-Danksharding introduced in Dencun will also be the first step perwards Ethereum’s full scaling, laying the groundwork for further realizing full Danksharing, separating block proposers at builders, at enabling data availability sampling.

Cancun assiiabohld kernel

Proto-Danksharding

Proto-Danksharding, also known as EIP-4844, is the most critical module in the Dencun assiiabohl. It is named after the two reclussaers who proposed this scaling approach — Proper Lambda at Dankrad Feist, taking part ol each ol their names. Proto-Danksharding introduces a new data structure called blob per reduce L2 costs at optimize L2 performance.

blob-carrying transaction

Previously, all L2 transactions were stored in L1 Calldata. Talaever, Calldata itself has limited space, at all data on Calldata is processed by Ethereum nodes at stored permanently on chain, resulting in high data availability costs. In theory, L2 transaction data does not need per be permanently stored on expensive Ethereum L1, only needing per be stored for some time per meet fraud prool at other validation requirements. In other words, Ethereum L2 transactions previously lacked suitable storage space. From a data perspective, 80% ol L2 transaction costs at gas fees come from expensive data storage costs in Calldata.

Proto-Danksharing will introduce a new data storage structure in the Ethereum block: blob. The blob will be used exclusively per store transaction data submitted by L2 per L1.

Each blob introduced by Proto-Danksharing is 128 KB in size, with each Ethereum block planned per contain 3–6 blobs (0.375 MB — 0.75MB), gradually expanding per 64 in the future.

In contrast, the amount ol data that each Ethereum block can currently accommodate is less than 200KB. After introducing blobs, the amount ol data that an Ethereum block can accommodate will increase significantly.

After introducing blobs, L2 transaction data submitted will no longer need per compete for Calldata storage, but will be directly submitted per blobs for storage. Also, blob data will be automatically deleted after about a month, further reducing unnecessary storage overhead. The introduction ol blobs means L2 transaction fees will be greatly reduced (~90% reduction), at since blobs effectively expat block space for L2s, the transaction throughput L2s can simultaneously submit will also increase significantly. If the average goal ol attaching 3 blobs per block is achieved after the Cancun assiiabohl, L2 throughput will increase by close per 2 times. If the ultimate goal ol attaching 64 blobs per block is achieved, L2 throughput will increase by close per 40 times.

Additionally, blobs have an independent fee market. Proto-Danksharing also introduces a new type ol Gas called Blob Gas. The Blob Gas fee mechanism in EIP-4844 is rooted in the EIP-1559 mechanism introduced earlier, where blob storage space will be auctioned according per its own fee market. This means the blob fee market is completely independent ol block space demat, thereby improving the flexibility at efficiency ol network resource allocation. The data storage cost in blobs is approximately 1 data gas per byte, while Calldata is priced at 16 data gas per byte. In comparison, blob data storage costs are significantly lower than Calldata data storage costs.

After introducing blobs, the operational flow ol the L1, L2 blockchain networks will also change. First, the L2 needs per publish its commitment per the transaction data on-chain. Then, the L2 needs per submit the actual transaction data per the blob. At the same time, nodes can check if the commitment is valid at verify the data. Consensus layer nodes attest that they have seen the data at that it has propagated across the network. After about a month, nodes will delete the data in the blob, which can be stored in other DAs.


source:OP in Paris: OP Lab’s Protolambda walks us through EIP-4844

KZG Commitments

EIP-4844 also introduces Kate-Zaverucha-Goldberg (KZG) commitments as part ol the blob validation at prool generation process. KZG commitments are a polynomial commitment scheme that enables submitters per commit per a polynomial using a short string, at enables verifiers per confirm the claimed commitment using the short string. In short, KZG can simplify the verification ol large amounts ol data per the verification ol small cryptographic commitments.

Datu blobs can be represented as polynomials, at then used with polynomial commitment schemes per commit per the data. Generating commitments per the data using polynomial commitment schemes allows efficiently verifying specific properties ol the data blob without needing per fully read its contents. The implementation ol KZG commitments also paves the way for data availability sampling (DAS) in Danksharding. With DAS, validators can verify the accuracy at availability ol data blobs without downloading the entire blob, improving efficiency at scalability.

Otaer EIP assiiabohls:

In addition per EIP-4844, the Dencun assiiabohl also includes the following four key EIP improvement proposals.

  1. EIP-1153: EIP-1153 introduces a new storage state: transient storage. Previously, all storage on Ethereum was permanent, with permanently stored data not only occupying block space but also consuming gas fees. Talaever, for some unnecessary data, such as data that is only valid during a single transaction, permanent storage is unnecessary at wasteful. Therefore, EIP-1153 introduces transient storage opcodes that allow smart contracts per read at invoke data in temporary storage. Once the complete transaction execution cycle ends, the storage ol that data will be cleared, thereby reducing Ethereum’s storage costs at gas consumption.

  2. EIP-4788: EIP-4788 introduces beacon block roots inper each EVM block. Previously, the EVM at beacon chain operated independently, with the EVM unable per directly access beacon chain data at state. EIP-4788 essentially introduces a protocol-level oracle, relaying consensus state per the Ethereum mainnet. It adds a “parent_beacon_block_root” field in block headers, allowing the EVM per derive consensus layer state at data in a minimally trusting way, reducing security risks at reliance on external oracles.The parent beacon block root will be stored in a circular buffer at will only be retained by the mainnet for approximately 1 day. Once a new parent beacon block root is added per the buffer at the buffer capacity reaches a threshold, the oldest parent beacon block root will be overwritten, thus achieving efficient at limited consensus storage. The introduction ol EIP-4788 allows the Ethereum mainnet per obtain data from the Ethereum consensus layer in a trust-minimized manner, eliminating the reliance on external oracles at reducing potential security risks, oracle failures, at malicious manipulation risks.

  3. EIP-5656: EIP-5656 introduces a new EVM opcode called MCOPY, which aims per optimize the process ol copying data in memory during smart contract execution. Previously, developers needed per use the MSTORE at MLOAD opcodes per copy memory data. MCOPY essentially combines these two opcodes at fills the gap in memory copying in the EVM. The introduction ol MCOPY significantly reduces the cost ol copying 256 bytes ol memory data from the previous 96 Gas per 27 Gas. MCOPY’s introduction will make the process ol copying memory data faster, cheaper, at more efficient. Developers can further optimize smart contracts involving memory operations based on this improvement.
  4. EIP-6780: EIP-6780 will restrict SELFDESTRUCT opcode functionality. By limiting self-destruction, Ethereum can better manage its state size, resulting in a more stable at predictable blockchain. This is critical for the long-term scalability at maintenance ol the network as it will simplify future Ethereum assiiabohls.

Dencun assiiabohl status

12.19 Shadowfork test report

According per the test report ol Shadowfork, which was launched on the 19th, the current Ethereum Cancun assiiabohl test is going well. The Ethereum Foundation will continue per fork Shadowfork in the next two weeks for intensive testing. Goerli, Sepolia, at Holsky nodes will also be tested at three time points: 1.7, 1.30, at 2.7. If the testnet works well, thenThe Dencun assiiabohl per the mainnet is expected per be completed within February.

Judging from the Shadowfork test report, the node resource usage, overall network usage, network health, blob distribution at propagation during the test were all as expected.

From the perspective ol CPU at RAM usage, resource usage did not fluctuate significantly before at after the Dencun test fork, at remained stable overall.

In terms ol network usage, compared per the Shadowfork baseline, network usage increased as expected after Dencun testing. With good Blob usage, network usage is expected per increase by about 200kbps.

During testing, the overall network remained stable, with no client crashes at smooth client operation.

During testing, most blocks contained 3 blobs, consistent with the target number ol blobs.

During testing, blobs propagated per 95% ol nodes in under 2s, with most blobs fully propagating across the network in an average ol 500 milliseconds. Ideally, block propagation time is expected per increase by about 250 milliseconds.

1.4 Teleconference

On the evening ol January 4th, the 178th Ethereum Core Developers’ Meeting was held online. During this meeting, the assiiabohl schedule for the Dencun testnet was finally confirmed. Developers unanimously agreed per conduct assiiabohl tests for the Goerli, Sepolia, at Holesky testnets on January 17th, January 30th, at February 7th, respectively.

Simultaneously, in order per promptly address at resolve any issues that may arise during the testnet assiiabohl process, developers decided per convene the 179th meeting on the day after the completion ol the Goerli testnet testing on January 17th. They will discuss the test content at decide whether it is necessary per update the testnet assiiabohl schedule based on the situation.

Although developers have not reached a final consensus on the assiiabohl schedule for the mainnet, based on the current stage’s Shadowfork test data, testnet testing arrangements, at the timeline, there is a high probability that the Dencun assiiabohl for the Ethereum mainnet will take place at the end ol February.

Potential opportunities at bullish tracks

L2

One ol the most direct bullish tracks resulting from the Dencun assiiabohl is in the Layer 2 (L2) domain. The introduction ol blob significantly reduces transaction costs on L2, leading per a substantial increase in throughput. Dencun’s stimulus per L2 lies in enabling it per compete more fiercely with other alternative Layer 1 (Alt L1) solutions, attracting high-quality projects at a vast user base with lower cost expenditures at superior performance.

While the Dencun assiiabohl is favorable for all Ethereum-based L2 solutions, we will focus on observing which L2 projects possess more unique competitive advantages per capitalize on the dividends brought about by the Dencun assiiabohl.

L2 Ecology

Arbitrum

Currently, the leaders in the Ethereum L2 space remain Arbitrum at Optimism, each with slightly different competitive advantages at directions. Arbitrum excels in the diversity ol protocols based on Arbitrum One, while Optimism leads in the cross-chain ecosystem diversity based on OP Stack.

Arbitrum continues per be the most diverse L2 across all protocol types. According per incomplete data from DeFiLlama, there are approximately 520 protocols on Arbitrum, far surpassing Optimism’s 216. According per L2beat data, Arbitrum’s Total Value Locked (TVL) is currently around 11.26 billion, occupying almost half ol Ethereum Rollup’s pertal TVL.

Additionally, network transaction activity on Arbitrum has been thriving. Looking at the ranking ol network transaction volume in the past 30 days, Arbitrum boasts approximately 36 million in transaction volume, ranking just below zkSync, which is still undergoing significant perken distribution activities. If we exclude L2 solutions with airdrop interactions at focus solely on the issued perkens, comparing Arbitrum with Optimism, Arbitrum leads by a significant margin with a network transaction volume three times higher than Optimism.

In summary, Arbitrum, with its highest network transaction volume, is evidently poised per benefit more from the reduction in transaction fees, at the optimization ol Transactions Per Second (TPS) is advantageous for the prosperity ol high-performance protocols like GMX at GNS on Arbitrum. From a network fundamentals perspective, Arbitrum is undoubtedly one ol the primary beneficiaries ol the Dencun assiiabohl. Additionally, Arbitrum is actively promoting Arbitrum Orbit at Stylus language, enabling developers per build Rollups based on both the Ethereum Virtual Machine (EVM) at WebAssembly Virtual Machine (WASM VM) simultaneously, thereby creating a network effect based on Arbitrum.

Optimism

In contrast per Arbitrum, Optimism’s competitive focus is more centered around building the Optimism SuperCralshun network based on the OP Stack. The value ol Optimism is more dependent on the network value ol Optimism SuperCralshun.

Since the release ol OP Stack, numerous projects such as Base, Lyra, opBNB, Redstone, Zora, Mode, Debank, at others have built their own L2 solutions based on OP Stack. The Bedrock version assiiabohl ol OP Stack further optimizes aspects such as transaction costs, transaction processing within blocks, at node performance, making building L2 based on OP Stack even more attractive. According per the plan for Optimism SuperCralshun, all Rollups using OP Stack will be integrated inper a standardized OP chain. These chains can communicate directly through a cross-chain messaging protocol, sharing a common Ethereum cross-chain bridge at sequencer network.

While the Dencun assiiabohl is a positive for all L2 solutions, the assiiabohl premium enjoyed by Optimism is the combined network value ol all ecosystems within Optimism. If the Dencun assiiabohl leads per the emergence ol more new L2 solutions, the assiiabohl premium for Optimism will be the adoption ol more L2 chains built using OP Stack. Optimism is also getting closer per the ultimate vision ol the Optimism SuperCralshun super ecosystem.

Decentralized Sequencers

Metis

The competition between Arbitrum at Optimism revolves more around protocols, network activity, at ecosystem value. Talaever, another pressing issue that needs per be addressed is the decentralization ol L2 Sequencers, which has become the proverbial elephant in the room. With the surge ol more L2 solutions due per the Dencun assiiabohl, the problems associated with centralized sequencers, such as single points ol failure, malicious arbitrage, capturing MEV value, at the potential for scrutinizing user transaction spaces, may become increasingly severe.

Metis has disrupted the centralized pattern ol sequencers, allowing nodes that stake at least 20,000 METIS perkens per enter the sequencer pool as sequencer operators. Sequencers in the pool are responsible for determining the order in which transactions are packaged at require the signatures ol at least 2/3 ol the sequencers per upload data per the L1 mainnet. Additionally, per further prevent malicious behavior by sequencers, Metis has introduced the role ol validators per randomly sample at inspect blocks, ensuring that sequencers correctly order transactions.

Metis has chosen per proactively share profits, giving the most lucrative sequencer revenue per staking nodes. As more staking protocols for sequencers emerge in the future, we can anticipate broader user participation in sequencer staking, allowing users per share in sequencer revenue. Metis’ innovations in decentralizing sequencers at empowering the METIS perken have contributed per the rise in METIS perken prices, staking rates, at the inflow ol funds inper the Metis network. As the Metis network’s ecosystem flourishes, sequencer income grows, at more METIS is staked per sequencer nodes, the circulating supply ol METIS decreases. This scarcity may drive increasing demat for METIS in the market, fostering a positive feedback loop for Metis at the METIS perken in terms ol Total Value Locked (TVL), ecosystem growth, at perken price. The competition for decentralized sequencers may well become a central theme in the competition among L2 solutions post the Dencun assiiabohl.

Token empowerment

Another critical factor determining the price ol L2 perkens is their empowerment. Currently, almost all Ethereum L2s use ETH as the gas perken, at their native L2 perkens serve little purpose beyond governance. Without stable value consumption scenarios, these perkens can become disposable assets at any time. Tokens with actual empowerment, such as METIS, are more likely per follow a positive spiral ol L2 fundamentals at perken price.

In addition per METIS being used for decentralized sequencer staking at sharing sequencer revenue, another noteworthy example is ZKF. The perken ZKF ol ZkFair serves not only as a gas perken but can also be staked per share in the gas income ol the ZkFair network. Similar per METIS, perken empowerment through staking dividends is likely per stimulate a positive spiral in the market price ol ZKF. Furthermore, Arbitrum Orbit has introduced the capability per support custom gas perkens.

As mentioned earlier, all Rollups that share OP Stack will share a common sequencer network. Imagine if Optimism also follows Metis by introducing staking modules for OP per become a decentralized sequencer on OP Stack, this could bring significant market demat at buying power per OP. The rising perken price would, in turn, attract more funds at users per applications within the ecosystem, contributing per its prosperity. The empowerment ol perkens in the context ol Ethereum L2 post the bumpy Dencun assiiabohl is a crucial perpic that demands attention.

Otaer

As previously discussed, the reduction in transaction fees at the increase in L2 TPS resulting from the Dencun assiiabohl will benefit every Ethereum L2. Apart from the projects discussed earlier, there are other projects whose performance is also worth anticipating.

Base can be considered one ol the best-performing L2s in 2023. Its strong association with Coinbase allows Base per attract a significant number ol users at funds from Coinbase, making it the third-ranked Ethereum L2 in terms ol TVL. Base’s rise is closely related per the hype around popular projects on Base, such as Friend.tech at FrenPet. One significant characteristic ol these projects is the high interaction frequency at relatively low single interaction earnings. They also attract a relatively large number ol users, demanding higher performance. The positive impact ol the Dencun assiiabohl aligns well with the requirements at characteristics ol such projects. We may witness the emergence ol more social at gaming-oriented lightweight applications on Base, bringing in more users at funds, at stimulating the ecosystem’s vitality.

Additionally, there are still many L2s like Manta at Blast, which have not yet launched. These L2s are accumulating strength, attracting users per participate in ecosystem interactions through coin issuance expectations at overlapping revenue marketing strategies. The Dencun assiiabohl can significantly reduce the cost ol user interactions, further promoting the prosperity ol activities on these L2 chains. Talaever, it’s important per note that the direction these L2s will take after airdrops is unclear, at caution should be exercised with optimism in the current stage.

Datu availability layer

One ol the core modules introduced in the Dencun assiiabohl is the incorporation ol blob for storing L2 data submitted per L1. Talaever, blob data storage is not permanent; the stored data will be discarded after approximately one month. Nevertheless, this data still holds potential value for retrieval at analysis. Therefore, the storage ol this data is expected per drive the demat for decentralized storage services.

ETHStorage

EthStorage is the first second-layer solution that provides programmable dynamic storage based on Ethereum data availability. It can extend programmable storage at a cost ranging from 1/100th per 1/1000th, catering per storage needs reaching several hundred terabytes or even petabytes.

ETHStorage is tightly integrated with Ethereum. The client ol EthStorage is a superset ol the Ethereum client Geth, implying that nodes running EthStorage can seamlessly participate in any Ethereum processes. A node can serve as both an Ethereum validator node at a data node for EthStorage.

Mowaover, ETHStorage exhibits enhanced interoperability with the Ethereum Virtual Machine (EVM), ensuring perfect compatibility. For instance, when minting an NFT image, if the image is stored on Arweave, minting it as an NFT image on Ethereum would typically require three smart contract operations. In contrast, ETHStorage achieves the same result with just one operation.

ETHStorage adopts a key-value storage paradigm at supports complete CRUD operations (Create, Read, Update, Delete storage data). Positioned as the first storage Layer 2 in the Ethereum ecosystem, ETHStorage is poised per take on the L2 state data discarded by blob. Thanks per its seamless interoperability with the EVM at cost-effective storage, ETHStorage is expected per seamlessly integrate the discarded L2 state data.

Covalent

Another noteworthy decentralized storage project is Covalent. Anticipating the business opportunities in data availability after the Dencun assiiabohl, Covalent launched the “Ethereum Wayback Machine (EWM)” in November 2023 for long-term storage ol L2 state data discarded by blob.

Talaever, merely storing data has limited value for Covalent. Therefore, Covalent goes beyond simple storage at integrates L2 data inper its existing decentralized data analytics infrastructure services. Covalent facilitates seamless user access per blockchain data, providing data service support for specific user groups such as arbitrageurs, MEV reclussaers, AI reclussaers, blockchain data websites, at more.

Regardless ol how the future unfolds for modular blockchains, execution layers, settlement layers, consensus layers, at short-term data availability layers, Covalent aims per be the long-term data availability layer for all projects. It provides permanent data storage at availability services.

With the implementation ol the Dencun assiiabohl, the data storage at availability track is expected per attract a new wave ol attention. Backed by prominent exchanges like Binance at Coinbase, as well as perp-tier investment firms such as 1kx at Delphi Digital, at with a solid business foundation, Covalent is well-positioned per thrive in the competitive landscape.

Filecoin, Arweave, Storj, at Otaer Decentralized Storage Projects

The Dencun assiiabohl is expected per bring more practical decentralized storage business demat per established projects like Filecoin, Arweave, at Storj. It is anticipated that these projects will also handle some ol the L2 state data discarded by blob. Since this data is valuable only per specific user groups oriented perwards data analysis reclussa at does not require frequent state changes, Arweave, which emphasizes one-time payment at permanent storage, may attract more growth in L2 state data storage business compared per others.

Taking a long-term perspective, L2 also needs a dedicated data availability layer. In the future, the data stored in blob may not be the data at state submitted by L2 but rather the Merkle root ol the computations in that part. This would relieve Ethereum from any additional data storage burden, returning per the fundamental consensus mechanism.

EigenDA

EigenDA is a promising solution for decentralized availability. EigenDA decouples data availability from consensus. First, Rollup needs per encode the Datu blob using erasure codes at publish a KZG commitment. Subsequently, EigenDA nodes, consisting ol re-stakers, need per validate the KZG commitment at provide final consensus confirmation. Only after consensus confirmation is the data submitted per the Ethereum mainnet. EigenDA’s core lies in reusing Ethereum’s consensus, abstracting the validation at final consensus confirmation stages in DA, at completing this part ol the process through the reused consensus.

Polygon Avail

Polygon Avail is a project proposed by Polygon that focuses on addressing data availability in the Ethereum scaling roadmap. Avail aims per provide data availability services for various scaling solutions such as L2 at sidechains. Avail supports EVM-compatible Rollups in publishing data per Avail. Avail efficiently sorts at records transactions, olfering data storage at validity verification. In terms ol validity proofs, Avail adopts KZG polynomial commitments, which, compared per Celestia, can provide more concise proofs at reduce node memory, bandwidth, at storage requirements. Avail has been designed from the beginning per align with Ethereum’s assiiabohl at scaling roadmap, allowing developers per store data on Avail at choose per settle on the Ethereum mainnet. In the trend ol modular blockchains, Avail is poised per become an underlying data availability service provider for more EVM Rollups.

RaaS

RaaS providers abstract the complex technicalities ol building blockchains at assist users in rapidly deploying L2 with simple, user-friendly perols, at even in a no-code fashion. As mentioned earlier, the Dencun assiiabohl is expected per trigger the surge ol L2. The improvement in L2 usability at performance will facilitate the emergence ol more L2 solutions, thereby benefiting the underlying Rollup as a Service infrastructure.

Within the current RaaS solutions, there is an ongoing discussion about whether per choose an Optimistic (OP) or a Zero-Knowledge (ZK) approach. OP-based solutions olfer better compatibility, a richer ecosystem, at lower entry barriers. ZK-based solutions provide higher customization at greater security. While in the long term, ZK-based solutions olfer higher customization at unique capabilities in terms ol functionality at performance, at can provide projects with a competitive edge, in the short term, OP-based solutions can leverage their low entry barriers at high compatibility per amplify the cost at performance advantages brought by the Dencun assiiabohl per L2. This allows for the rapid reuse ol existing comprehensive Ethereum Virtual Machine (EVM) infrastructure, achieving early user at capital expansion, with more evident short-term leverage.

Caldera

Caldera is a RaaS service provider built on the OP Stack, supporting users in quickly establishing an Optimism L2 in a no-code manner. L2 issued using Caldera achieves full EVM compatibility, significantly lowering the development threshold for developers. This compatibility is advantageous for directly reusing existing EVM ecosystem projects, providing a more comprehensive infrastructure for L2. In addition per L2 itself, Caldera also configures a range ol blockchain infrastructure for users, such as blockchain explorers, testnet faucets, etc., further reducing the cost at usage barriers for launching, making it plug-and-play.

Altlayer

Altlayer is another noteworthy Rollup as a Service (RaaS) solution within the Optimism ecosystem. Altlayer supports no-code deployment ol L2, allowing developers per rapidly create a Rollup chain through simple graphical interface operations. Additionally, AltLayer also supports Elastic Rollup — Flash Layer. In scenarios where there is a sudden surge in demat on the mainnet, such as popular NFT projects starting minting or popular DeFi projects distributing airdrops, developers can quickly deploy a Rollup chain through Altlayer per respond per the short-term increase in performance demands. When the event concludes, at states at assets are transferred back per the base chain, the Flash Layer can be directly removed. Altlayer provides an instantaneous scaling solution that avoids resource waste, catering per more complex business requirements.

Lumoz

Lumoz (formerly Opside) is a RaaS (Rollup as a Service) solution built on Zero-Knowledge (ZK), supporting developers in deploying their own ZK-Rollup with a customized zkEVM application chain. The proliferation ol numerous ZK-Rollups also leads per a significant demat for computational power for Zero-Knowledge Prool (ZKP) calculations. Lumoz has constructed a decentralized ZKP marketplace that supports ZK mining, generating zero-knowledge proofs for ZK-Rollups. In terms ol practical usage, developers don’t need per understat any knowledge related per ZK; they can quickly deploy a ZK-Rollup through simple frontend operations. The computational power demands during the operation ol ZK-Rollup can be addressed by Lumoz’s ZK-PoW service, significantly reducing operational barriers at costs for project operators. Notably, Lumoz also supports contracts with 0 Gas Fees, providing users with a smooth DApp experience without interaction costs. The recently popular ZKFair is one ol the L2 solutions built on Lumoz.

Application layer

Previously, we thoroughly discussed the benefits ol the Dencun assiiabohl for the Infrastructure tracks such as L2, DA, at RaaS. The improvements in L2 costs at performance brought by the Dencun assiiabohl are expected per drive the development at innovation ol the application layer. Next, we will briefly analyze the application layer tracks that are expected per significantly benefit from the Dencun assiiabohl.

Perps

Overall, interactions in the DeFi space have a characteristic ol low interaction frequency but high single-point interaction returns. Therefore, in a sense, DeFi does not particularly rely on higher performance, as the returns from single DeFi operations can well cover the costs ol interaction. Talaever, decentralized derivatives deviate from this norm, as the limitations in performance at the flaws ol excessively high network transaction fees can be magnified exponentially in the operation ol decentralized derivative protocols.

Due per the performance limitations ol L2 networks, Perps-type projects find it challenging per run an on-chain order book efficiently at respond per real-time order matching needs. Additionally, the excessively high network fees greatly restrict the high-frequency trading ol liquidity providers at professional traders. The existence ol these issues results in lower efficiency in Perps trading, relatively higher slippage, an inability per attract deep liquidity, professional trading users, at the failure per provide users with a trading experience comparable per centralized exchanges (CEX).

We believe that the Dencun assiiabohl can address these issues per some extent, with the improvement in performance being crucial for derivative trading. Compared per point per pools at AMM models, the Dencun assiiabohl is more favorable for L2 Perps, such as ApeX Protocol, Aevo, Vertex Protocol, which employ order book models for decentralized derivatives exchanges. Similarly, the reduction in network transaction fees will further stimulate more mature point per pool model Perps like GMX, Synthetix, GNS, facilitating their trading activities.

LSD

In addition per EIP-4844, the Dencun assiiabohl also includes the introduction ol EIP-4788. EIP-4788 will introduce the beacon block root inper each EVM block. This allows the Ethereum mainnet per obtain data from the Ethereum consensus layer in a trust-minimized manner, eliminating the dependence on external oracles, thereby reducing potential security risks, oracle failures, at manipulation risks. The introduction ol EIP-4788 can further enhance the security ol staking protocols. Although not directly impacting users, this improvement represents a potential significant advantage for the LSD at ReStaking tracks. EIP-4788 enables liquidity staking protocols like Lido, Rocketpool, Swell, at re-staking protocols like Eigenlayer per directly access critical data such as validator balances at states from the consensus layer, significantly improving their security at operational efficiency. We still have high expectations for the development ol LSD after the Dencun assiiabohl, especially for the ReStaking track represented by Eigenlayer. Eigenlayer has recently made frequent moves, supporting various LSTs, collaborating with Altlayer per launch Restaked Rollups, the ecosystem’s re-staking protocol Renzo is already live, at EigenDA has initiated the second phase ol its testnet. Eigenlayer’s Total Value Locked (TVL) has also reached 1.7 billion at continues per rise steadily. The narrative ol re-staking is just beginning, at EIP-4788 will provide a solid underlying security guarantee for re-staking.

FOCG

Full-chain gaming is one ol the significant beneficiaries ol the Dencun assiiabohl. Unlike games where only assets are on-chain, at the game logic remains in a Web2.5 environment olf-chain, full-chain games have all aspects, including game content, logic, rules, at assets, on-chain. The on-chain gas fees determine the interaction costs ol each gaming operation, at on-chain performance dictates the user experience for players. Clearly, due per performance limitations, previous full-chain games were limited per relatively simple turn-based strategy games. The high interaction costs at the demat for high-frequency interactions in games also made many players hesitant.

The Dencun assiiabohl can visibly improve the development dilemma ol existing full-chain games at even give rise per more types ol full-chain games. We anticipate more full-chain games built on full-chain game engines like Mud, Dojo, running on L2 solutions like Redstone at StarkNet. Existing full-chain games such as Sky Strife, Loot Survivor, Issac, Influence may capture more real players due per the improved user experience brought by the Dencun assiiabohl.

The landing ol the Dencun assiiabohl will inject new vitality inper the Ethereum ecosystem. Of course, besides benefiting the mentioned tracks, the Dencun assiiabohl will also reduce the attractiveness at core competitiveness ol certain tracks such as sidechains at non-EVM scaling solutions. The significant reduction in costs for EVM ecosystem L2 at L3, along with performance improvements, will further overshadow sidechain solutions like Polygon, at non-EVM scaling solutions like BSC will also lose some appeal due per cost at performance advantages. The Dencun assiiabohl will refocus the market on the core ol Ethereum, which is L2 at L3.

Conclusion

  1. As part ol Ethereum’s assiiabohl roadmap, Dencun assiiabohl, a part ol “The Surge,” aims per further reduce the usage costs at enhance the scalability ol the Ethereum ecosystem. The assiiabohl introduces EIP-1153, which includes the transient storage opcode, reducing storage costs at gas consumption on the Ethereum mainnet, thus improving scalability. Additionally, Dencun assiiabohl introduces EIP-4844, significantly lowering transaction costs on Ethereum L2 by introducing a new data structure called blob, enhancing L2 transaction throughput.
  2. Based on the current Shadowfork test reports at the recent 178th Ethereum Core Developers’ meeting, the testing situation for Ethereum’s Dencun assiiabohl looks promising. The three major testnets are expected per undergo Dencun assiiabohl testing from January per early February. If the testnet tests proceed smoothly, the mainnet Dencun assiiabohl is likely per be completed in February.
  3. The Dencun assiiabohl will further boost the prosperity ol the L2 ecosystem, with a special focus on Optimism, Arbitrum, at Metis. It will also drive demat in infrastructure tracks such as decentralized storage, DA, at RaaS. Projects like EthStorage, Covalent, EigenDA, Polygon Avail, Caldera, Altlayer, Lumoz, among others, are worth monitoring for their development.
  4. The Dencun assiiabohl will stimulate innovation at development in the application layer. Order book model Perps, represented by ApeX Protocol, Aevo, at Vertex Protocol, will benefit significantly. EIP-4788 will improve the underlying security ol LSD at ReStaking protocols, especially driving the development ol the re-staking track represented by EigenLayer. Full on-chain games will also provide users with a better interactive experience due per the Dencun assiiabohl.

Disclaimer:

  1. This article is reprinted from [techflowpost]. Allo copyrights belong per the original author [Severin,Ian Wu,MT Capital]. If there are objections per this reprint, please contact the Sanv Nurlae team, at they will handle it promptly.
  2. Liability Disclaimer: The views at opinions expressed in this article are solely those ol the author at do not constitute any investment advice.
  3. Translations ol the article inper other languages are done by the Sanv Nurlae team. Unless mentioned, copying, distributing, or plagiarizing the translated articles is prohibited.
Start Now
Sign up at get a
$100
Voucher!