#Gate 2025 Semi-Year Community Gala# voting is in progress! 🔥
Gate Square TOP 40 Creator Leaderboard is out
🙌 Vote to support your favorite creators: www.gate.com/activities/community-vote
Earn Votes by completing daily [Square] tasks. 30 delivered Votes = 1 lucky draw chance!
🎁 Win prizes like iPhone 16 Pro Max, Golden Bull Sculpture, Futures Voucher, and hot tokens.
The more you support, the higher your chances!
Vote to support creators now and win big!
https://www.gate.com/announcements/article/45974
Layer2 Stacks: From Layer 2 Network to Super Chain
Author: Gryphsis Academy
After sorting out the technical solutions, token values and ecology of CP and Layer 2 Stacks in the previous article, we have provided developers and project parties with corresponding selection ideas based on their technical characteristics and current ecological token empowerment. . So, from a subjective point of view, what is the current community's attitude towards this new force in Layer 2? How should major L2s develop their own hyperlink networks? This article will focus on these two issues.
Introduction
After sorting out the technical solutions, token values and ecology of CP and Layer 2 Stacks in the previous article, we have provided developers and project parties with corresponding selection ideas based on their technical characteristics and current ecological token empowerment. . Each party can choose a plan that suits them based on actual needs.
So, from a subjective point of view, what is the current community's attitude towards this new force in Layer 2? How should major L2s develop their own hyperlink networks? In this article, the author will focus on these two issues.
1. Industry perspective
In order to have a more comprehensive understanding of the current market voices, we collected different opinions on the Layer 2 Stacks solution in the industry and summarized them into three categories: Bull, Bear, and Observers.
1.Bulls:
2.Bears:
3.Observers:
The author believes that based on the current situation, the Stack solution, especially the OP Stack, is a good direction. BNB, Base, ZORA, Mantle, Worldcoin, Debank, etc. are backed by top exchanges and well-known Web2 giants. These capital bonuses make OP Stack at the forefront of Layer 2, and it is likely to become the first choice for one-click chain issuance of big-name projects in the future. It also shows that the market and industry recognize the logic of L2 Stacks and that it can already be put into practice.
But in the long term, the Ethereum ecosystem built by ETH and Layer 2 will become more and more prosperous, but there are also some problems within the ecosystem. For example, how Layer 2 handles the relationship with Ethereum, how to capture value from the multi-chain system it builds, how to establish core competition barriers, or how to jointly create an L2 hyperchain network with other Layer 2, will all be Layer 2’s problems. The situation 2 will face next, and every step taken thereafter will greatly affect the future direction of Layer 2.
2. How to develop
1. Technical optimization
In the development process of traditional public chains, there are the impossible triangle problems: scalability, security, and decentralization. The emergence of L2 has alleviated the scalability problem, and the respective Stacks launched with the hyperlink network as the main goal have solved the scalability of most underlying facilities. So apart from this, what kind of problems will arise in the development of Layer 2 Stacks?
1) Structural safety:
The emergence of hyperlink structure has undoubtedly increased the complexity of Layer 2, so can the L2 Stacks framework support the concurrency of a wide variety of application chains? We gathered Optimism, zksync, and Arbitrum of the published Stack framework to do a structural layer analysis.
OP Stack uses shared cross-chain bridges for asset transfer, and all OP Chains (1-n) created using the Stack solution are at the same level as OP Mainnet. The underlying structure of ZK Stack & Arbitrum is similar, but it supports the additional issuance of L3 and L4 to form an scalable hyperchain network; Polygon2.0 (not listed in the table as a side chain for the time being) uses Ethereum as the pledge layer, and there are currently Polygon The zkEVM public chain and hyperchain operate in parallel and share the interoperability layer.
Their structural frameworks are similar, and they all face the same problem, that is: all hyperchains rely on the underlying Ethereum as a security consensus, so if Ethereum is attacked, are the hyperchains safe? The mutual coordination of hyperlinks in Layer 2 is basically through a shared communication bridge. So when there is a problem with the bridge, how should we solve it? For such a single undertaking solution, Layer 2 should adopt multiple alternatives or directly optimize the framework to solve it.
2) Risk assessment
There is no doubt that Ethereum is highly secure, but whether Layer 2 can fully inherit the security of L1 is a question. As Layer 2 with Rollup as the mainstream, its most important function currently is to transition the "execution" operation to this chain. However, when users initiate transactions on the L2 chain, although the cost is greatly reduced, can security be guaranteed? Woolen cloth? Is there a corresponding escape hatch mechanism to protect user assets in a timely manner?
In this regard, we have sorted out several important indicators from the l2beat website to evaluate the current risk flaws of Layer 2:
In addition, zkSync and StarkNet both use ZK Proofs, and the Rollup Stage is at the same stage.
From the table, we can see that the current L2 data are all On-Chain. The OP Rollup chain uploads all the data of the transaction to L1. In contrast, the ZK Rollup chain only uploads the "state variables" "Sent to the chain, greatly reducing transaction fees and block congestion.
**In fact, all L2s currently on the market do not fully implement the escape hatch mechanism. As can be seen from the table, all L2s are Whitelist Proposers, and only they have the right to submit the state root of L2 to L1. So once they are attacked, users are helpless and their assets can only be frozen. **
The slightly better thing about Arbitrum is that it allows anyone to apply to become a Proposer about a week after discovering that a node/proposer is inactive/failed. Such a mechanism does provide a certain degree of protection, but a mechanism like Whitelist Proposer is essentially a closed system, which violates the decentralized and open nature of the blockchain.
Although users can apply to become Proposers, this process still has a high technical threshold. To become a node/proposer, users may need to have basic equipment, and such a solution is not actively applied in the market, and there are no corresponding incentives. Mechanism is given to these Proposers.
**So overall, the current Layer 2 asset emergency measures are not perfect enough. **
And it takes into account its upcoming BOLD mechanism, a new permissionless authentication scheme by hardening its dispute protocol to defend against a form of denial-of-service attack known as a "delay attack." It may further accelerate the pace to achieve more decentralization.
3) Inter-chain security:
Taking OP Stack as an example, its goal is to provide a unified modular development stack with seamless communication between hyperlinks. The modular architecture allows any developer to use the framework to develop their own blockchain, but it also means that anyone can develop and message requests. And OP Stack allows developers to easily abstract different components of the blockchain and insert different modules to modify it.
A simple understanding is that if you want to replace your fraud proof with a validity proof, or if you want to replace the data availability layer with another, OP Stack allows you to implement it. Then we will face a problem: when diffusion turns into division, when the OP Stack module no longer becomes a system, and OP is used as a bottom-level chain-issuing tool, how to manage the security between different chains?
4) Cross-chain coordination:
As Polkadot founder Gavin Wood said, shared chains/bridges are essentially separate communications. Although chains can communicate with each other, it is actually a single chain + bridge model, but Polkadot combines parallel chains with each other. Communications are conveyed through a chain of relays. Then corresponding to Layer 2 Stacks, OP, ZK, and Polygon are all shared cross-chain bridges.
So how to achieve seamless communication and interaction between chains? Although the current communication framework of Layer 2 Stacks has some shortcomings, is it also a development opportunity for some cross-chain protocols or even public chains? Here, we list several possibilities:
2. Ecological incentives
In addition to attracting technical support from developers and users, Layer 2 can also quickly build an ecosystem through the most direct incentive method. Take the current Optimism & Polygon as an example to see what methods Layer 2 may use to build an ecosystem.
It can be seen that Optimism has been continuously launching various activities to enrich the ecosystem and attract more users. Not only that, OP already has a relatively mature incentive mechanism. In the early Grant, many project parties disappeared without a trace after receiving sponsorship, and did not fulfill their commitment to develop in the OP ecosystem. The OP has learned from these experiences and lessons, and has gradually improved the rules in recent grants to ensure that "everything is put to its best use".
In addition, the way Polygon promotes ecological development through business cooperation is also eye-catching:
This business approach can actually be applied to its Polygon 2.0 solution. Adapt its hyperchain network to enterprises, invite traditional business institutions to deploy it, and open up the link between the blockchain and the business world. These cooperations can also bring more high-quality projects to Polygon2.0, promote its ecological development, and form a positive cycle.
Overall, the influence and breadth of cooperation between Polygon and traditional Web2 industry giants are likely to become the preferred blockchain network for web2 users and world enterprises to adopt in the next 10 years. If these resources can be effectively utilized, this is likely to be a potential project party for the Polygon2.0 hyperlink network in the future.
3. Token empowerment
When ZK and OP, which use Rollup as their main technology, launch the Stack solution, how should they design an economic model to improve the value empowerment of this token? Compared with L2 Stacks, CP’s token empowerment does not have so many obstacles.
For example, in Cosmos, although each chain has its own ecology and tokens in the initial version, it is difficult for $ATOM to play its role. However, at the Cosmos 2.0 conference, the team decided to use $ATOM as the Hub's Gas charging standard, allowing custom chains to share security with the Hub. In Polkadot, the current $DOT supports network governance, Treasury, and slot auctions. In the upcoming version 2.0, the original auction will be turned into Coretime's market.
This is also the biggest difference from CP, because ZK and OP are both L2 of Ethereum, and their own value is to solve the expansion problem of L1. All transactions need to be verified by smart contracts deployed on L1, and only the confirmed assets are considered Only with real money can users trust L2, so Gas is all ETH.
In other words, L2 adds clothes to L1. It not only helps L1 achieve expansion, but also enhances the credit and value of L1 tokens for every transaction processed, and L2 can never truly break away from L1. This is why, under the vision of hyperchain, how L2 realizes the distribution of tokens is particularly important.
Although there is currently no detailed solution, the above-mentioned EVM L2 does not yet explain how the native token of this chain will obtain driving force from the hyperchain network. However, you can consider the following points to design an economic model:
Although it is inevitable to use ETH as the underlying token of the ecosystem, for network governance, the use of L2's native tokens is more acceptable.
In this way, both developers and users can fully participate in the ecosystem and enhance their sense of identity and participation in the ecosystem. For L2, it also increases the usage scenarios of tokens and mobilizes network participants more efficiently.
When building a cross-chain network, Layer 2 can learn from Cosmos' practice of using native tokens to participate in cross-chain fee distribution. Although running smart contracts on Layer 2 still requires ETH to pay gas fees, you can consider using L2's native token to pay for the costs incurred by cross-chain interoperation between hyperchains.
For example, in Cosmos, $ATOM is used to pay IBC cross-chain handling fees, and will also give token rewards to cross-chain validators who participate in verification. Then by analogy, in L2 Stacks, when transferring assets across hyperchains, you can set a certain cross-chain handling fee, which must be paid with native tokens; you can also extract a proportion of the cross-chain income and distribute it to the mortgagors of the tokens ; In addition, the development and verification of some cross-chain functional modules can also be incentivized through their tokens.
This not only maintains the core role of ETH in the Ethereum ecosystem, but also allows the $OP token to play its governance and value transfer functions in the cross-chain network. If designed properly, a positive incentive mechanism can be formed to promote the development of the Optimism cross-chain network.
On August 25, Base launched an economic cooperation agreement with OP: Base will provide OP with two models of income, 2.5% of sorter revenue or 15% of profit (whichever is higher); and OP will provide Base2 with .75% of $OP.
The release of this plan immediately triggered extensive discussions. Based on the issuance and price of $OP, it is inferred that the total value of OP’s tokens to Base is approximately US$177 million. At the same time, 15% of the profit is inferred based on the valuation of the Base chain. , approximately US$1.1 billion, equivalent to OP’s 15% stake in Base. Not only that, even if the 2.5% sorter procedure is adopted, it can essentially be understood as rent collection by the OP.
In the past Ethereum network, as a ToB underlying chain, other interactive actions were outsourced to L2, and part of each fee generated on L2 was allocated to L2 as execution fee, and the remaining part was given to L1 as security settlement. Ethereum revenue sources. So this move by OP and Base can be regarded as creating an alternative rent collection model for L2.
Although it is unlikely to use the L2 native token as the gas unit of the hyperchain, ETH is a consensus token after all. However, if L2 is regarded as a contractor of Stack, it is responsible for contracting network construction, introducing investment, and helping to build the ecosystem. What Hyperlink has to do is to deliver a part of the profit. This profit model is backed by a super L2 like OP. Judging from the resources, it is indeed very attractive.
Taking OP Stack as an example, currently opBNB, ZORA, Base, Mantle, Worldcoin, and Debank have joined OP Stack one after another, which has a greater impact on the price of OP. However, due to timeline limitations, it is impossible to intuitively see the growth trend in a single day, so , we temporarily select the price change of $OP on the day Base announced the deployment:
Since Binance announced the concept of opBNB, and with high-quality projects such as Base Protocol, ZORA, Mantle, and Debank joining the OP Stack, it is undeniable that the popularity and halo these projects have brought to OP will attract more project parties. OP Stack generates interest.
When the project party decides to deploy on OP Stack, purchasing and holding $OP tokens is a very reasonable choice, not only to participate in the ecology, but also as a value investment.
$OP will definitely be useful in the hyperchain ecosystem in the future, and holding $OP can give the project party more rights in the future. In addition, because the project side and OP are essentially a community of interests, when more and more projects are deployed on the OP Stack, the value of $OP tokens will increase, which will directly benefit the project side. In order to develop the ecosystem, OP Stack will also actively support/promote project parties, bringing positive exposure and growth to the project parties. This win-win situation will encourage more projects to join and form a positive cycle. And in this regard, the OP seems to be off to a good start.
3. Summary
At this point, the CP VS Layer 2 Stacks series of articles is completed, and the entire series of articles will be summarized next.
The battle between CP and Layer 2 hyperchain networks is essentially a hope to better improve the blockchain infrastructure. For a blockchain team, it is very energy-consuming to implement all network and consensus codes, including security, cryptography, etc., not to mention optimizing their own business logic.
If a complete open source code framework emerges at this time, which prepares network, consensus, communication and other elements for you, and you only need to deploy it according to your business logic, then the network technology will be greatly realized. Specialized and supported interoperability also opens up the Roman road to the prosperity of the entire ecosystem.
However, at present, it seems that CP's technology is more mature than Layer 2, but L2's ecological community is more prosperous. However, if L2 wants to develop a hyperlink network based on this foundation, they should focus on how to solve the technical risks of this chain.
In addition, there is another interesting phenomenon, that is, the Ethereum Foundation's definition of L2 is very vague. The Ethereum official website also states that there is currently no officially certified L2. We can predict the impact of Ethereum's attitude on L2. If we stand from the perspective of L1, we definitely hope to outsource only the "execution" to L2 and enjoy the "rent" ourselves. The definition of L2 must certainly be in line with its own interests.
If one day L2's hyperchain network abandons ETH and uses its own token to build a portal, what will Ethereum do?
However, whether it is a L0-L1 multi-chain ecology such as CP, or an L2-L3 multi-chain ecology brought by Layer 2 Stacks, each has its own unique advantages and applicable scenarios. In addition to the possibility of gradually dying out due to their own operational problems, these different multi-chain solutions are more likely to survive, and through different connection methods, they will eventually realize the integration of different public chains and multi-chain ecology. Full chain ecosystem. As for who can capture more market share in such a full-chain future, it depends on how each project operates in the future.