温馨提示:本站仅提供公开网络链接索引服务,不存储、不篡改任何第三方内容,所有内容版权归原作者所有
AI智能索引来源:http://www.bee.com/zh_cn/59705.html
点击访问原文链接

Vitalik praised ZKsync, which had already created the fastest zkVM. | Bee Network

Vitalik praised ZKsync, which had already created the fastest zkVM. | Bee Network Login 热门新闻 备忘录启动板 人工智能代理 德西 TopChainExplorer 给 Newbee 100 倍金币 蜜蜂游戏 重要网站 必备应用程序 加密货币名人 德平 新手必备 陷阱探测器 基本工具 高级网站 交流 NFT 工具 你好、, 签出 Web3 宇宙 游戏 DApp 蜂巢 成长平台 生态 搜索 英语 充值金币 登录 下载 Web3 大学 游戏 DApp 蜂巢 生态 分析•Vitalik praised ZKsync, which had already created the fastest zkVM. Vitalik praised ZKsync, which had already created the fastest zkVM.分析4 个月前更新怀亚特 16,4331 13 On November 1, Vitalik quoted a tweet from the founder of ZKsync about the ZKsync Atlas upgrade and praised ZKsync for doing a lot of “underrated but valuable work for the Ethereum ecosystem”.

The market reacted quickly to Vitalik’s words, with the price of ZK rising by more than 2.5 times over the weekend. 代币s in the ZK ecosystem, including ALT (AltLayer), STRK (Starknet), SCR (Scroll), and MINA (Mina), also saw significant gains.

After learning about the ZKsync Altas upgrade, we realized that what ZKsync has done may really be underestimated.

Fast, small but expensive ZKP The Ethereum Foundation has been promoting ZKP (Zero Knowledge Proof) since its early days, which is essentially aimed at solving the problems of slow verification speed and large amount of verification data.

ZKP is essentially a mathematical probability problem. To illustrate its principle with a somewhat imprecise example: Suppose someone claims to have solved the “Four Color Theorem.” How can we determine if this person has actually solved it without fully disclosing their solution? The solution using zero-knowledge proofs is to select certain portions of the graph and prove that no two adjacent pixels in these portions share the same color. When the number of selected portions reaches a certain value, we can prove that the probability of this person solving the Four Color Theorem has reached 99.99%…%. At this point, we have achieved proof that they have indeed solved the Four Color Theorem without knowing the full picture.

This is what people often hear as zero-knowledge proof: “proving that something was actually done without knowing how it was done.” The reason ZKP is being heavily promoted in the Ethereum ecosystem is because its theoretical speed limit is much faster than transaction-by-transaction proofs, and the generated proofs themselves involve very little data.

The speed is fast because ZKP doesn’t need to know the whole picture; it only needs to perform the challenge. For example, to verify an Ethereum block, the current method involves each node verifying basic issues such as whether the execution address of each transaction has sufficient balance. However, if only one node verifies each transaction through ZKP and generates a “proof,” other nodes only need to verify that the “proof” itself is reliable. More importantly, the amount of data in this “proof” is very small, so its transmission and verification speed is extremely fast, while the cost of storing data is also lower.

The reason why this technology, which has so many advantages, is not widely adopted is simply because it is too expensive.

While ZKP doesn’t require reproducing the entire process, the challenge itself consumes a significant amount of computing power. While a massive buildup of GPUs, like in the AI arms race, could achieve even faster speeds, not everyone can afford such costs. However, if algorithmic and engineering innovations can reduce the required computing power and the time to generate proofs with lower computing power to a certain extent, achieving a balance between Ethereum’s price increases driven by technological innovation and the cost of purchasing GPUs for node setup, then this project has potential.

Therefore, many ZK concept projects and open-source developers in the Ethereum ecosystem are focusing their efforts on combining ZKP with Ethereum by generating ZK proofs faster and at a lower cost. This is why the Brevis team recently achieved an average proof time of 6.9 seconds for Ethereum blocks (99.6% of proof times are less than the current average Ethereum block time of 12 seconds) at half the cost of the SP1 Hypercube solution (64 RTX 5090 GPUs), which garnered widespread praise from the Ethereum community.

Although the cost of the GPU still exceeds $100,000, it at least proves that the speed has dropped to the level before ZKP, and the task now is to reduce costs.

The Altas upgrade achieves 1-second ZK finality. Many people may not know that ZKsync’s open-source zkVM, ZKsync Airbender, is the fastest zkVM for single-GPU verification. According to Ethproofs data, using a single 4090 ZKsync Airbender, the average verification time is 51 seconds, costing less than one cent, both being the best performance among zkVMs.

According to data provided by ZKsync, excluding recursion, Airbender’s average time to verify the Ethereum mainnet using a single-block H100 and ZKsync OS storage model is 17 seconds. Even including recursion, the total average time is only around 35 seconds, which ZKsync believes is significantly better than requiring dozens of GPUs to achieve verification within 12 seconds. However, since only data on an average of 22.2 seconds using two GPUs is currently available, the actual performance is still inconclusive.

All of this is not solely due to Airbender; algorithmic and engineering optimizations are only one aspect. The key to maximizing performance lies in its deep integration with the ZKsync technology stack. More importantly, it demonstrates that implementing real-time proofs on the Ethereum mainnet using a single GPU is possible.

In late June, ZKsync launched Airbender, and the Atlas upgrade was released the day before the National Day holiday. This upgrade, which integrates Airbender, has significantly improved ZKsync’s throughput, confirmation speed, and cost.

In terms of throughput, ZKsync has made engineering optimizations to the sorter: it minimizes the overhead of synchronization by using independent asynchronous components; it separates the state required by the virtual machine, the state required by the API, and the state required to generate zero-knowledge proofs or verify zero-knowledge proofs at the L1 layer, thereby reducing unnecessary component overhead.

According to ZKsync’s field tests, the TPS reached 23k, 15k and 43k for high-frequency price updates, stablecoin transfers in payment scenarios and native ETH transfers, respectively.

Another significant leap forward came from Airbender, which helped ZKsync achieve 1-second block confirmation and a cost of $0.0001 per transaction. Unlike verifying mainnet blocks, ZKsync only verifies the validity of state transitions, thus requiring far less computation. Although transactions achieving ZK finality still need to be verified on the mainnet to achieve L1 finality, ZK verification itself demonstrates the validity of the transaction, making L1 finality more of a procedural guarantee.

In other words, transactions executed on ZKsync only require ZKP verification to be fully confirmed as valid. Coupled with significantly reduced costs, ZKsync achieves, in their own words, an application scenario that only Airbender can provide:

The first applications that come to mind are on-chain order books, payment systems, exchanges, and automated market makers. Airbender enables the system to perform verification and settlement at extremely high speeds, reducing the risk of rollbacks for these applications on-chain.

The second point is something many current L2 blockchains cannot achieve: supporting interoperability between public and private systems (such as ZKsync’s Prividiums) without the need for a third party. Prividiums is an infrastructure launched by ZKsync to help enterprises build private blockchains. For enterprises, the requirements for blockchain are fast settlement and privacy. Fast settlement goes without saying, and ZKP’s inherent privacy allows enterprise private blockchains to verify transaction validity without exposing the blockchain’s own ledger information when interoperating with public blockchains. The combination of these two factors even meets the settlement time requirements stipulated in the compliance requirements for on-chain securities and foreign exchange trading.

This may explain why ZKsync has become the second largest tokenized RWA asset issuance network after Ethereum.

ZKsync is also proud to say that all of this is only possible with the Atlas upgrade: the sorter provides low-latency transaction packaging, Airbender generates proofs in a second, and then the Gateway verifies and coordinates cross-chain messages.

Connect L1 and L2 As Vitalikretweeted , ZKsync founder Alex believes that after the Atlas upgrade, Zksync has truly achieved connectivity to the Ethereum mainnet.

Currently, ZKsync’s transaction final confirmation time (approximately 1 second) is shorter than Ethereum’s mainnet block time (average 12 seconds). This means that institutional and RWA transactions conducted on ZKsync are essentially the same as those on the Ethereum mainnet, awaiting confirmation from the Ethereum mainnet. This also means that ZKsync does not need to repeatedly establish liquidity hubs on L2; it can directly use the mainnet’s liquidity. This is because ZK Rollups do not require a 7-day challenge period for cross-chain transactions with the mainnet like OP Rollups, and the Atlas upgrade further accelerates this process.

This has improved the L2 fragmentation problem that has been discussed in the Ethereum community recently. L2 and L1 are no longer two separate chains, but are connected as one through fast confirmation and verification. For the first time, L2 can truly be called a “scaling network”.

When ZKsync and Scroll first launched on the mainnet, transaction confirmation speeds and gas fees were no different from, or even higher than, those on the mainnet. This was essentially because there hadn’t yet been systematic optimization of the ZKP algorithm and engineering at launch, resulting in slow verification speeds and high costs, which at the time triggered a crisis of confidence in ZK Rollups. Today, Optimism and Arbitrum are gradually transitioning from OP Rollups to ZK Rollups (or a combination of both). Further improvements in cost and speed from ZKSync and other ZK Rollups, as well as Scroll’s decentralized ZKP, have transformed from “nonsense” into something to look forward to.

From being universally condemned to becoming highly sought after, ZK has seen a glimmer of hope. With the multi-signature functionality of the sorter and cross-chain bridges achieving complete decentralization, it may truly be possible to achieve what Dragonfly Managing Partner Hasseb Qureshi described as “can’t be evil.”

本文来源于互联网: Vitalik praised ZKsync, which had already created the fastest zkVM.Recommended Articles

Related: It was immediately questioned after its listing. How far can the world’s first RWA stock go? Everyone’s heard of ETFs, right? They bundle a basket of stocks into an index, managed by a fund manager, leveraging the power of large capital to help everyone profit. With the development of the crypto industry, countries have begun to build cryptocurrency reserves, and the crypto version of ETFs has emerged. At this year’s Hong Kong Bitcoin Conference, Dr. Xiao Feng, known as the “Godfather of China’s Blockchain,” bluntly stated: DAT may become a more suitable investment tool for Crypto than ETF. The “hand in hand” of ETF and Crypto In fact, the US already has crypto ETFs, and regulatory oversight is increasingly positive. On July 29, 2025, the SEC officially allowed Bitcoin and Ethereum ETFs to be created and redeemed in “physical form,” putting them on par with gold…

#分析# 以太坊# 交易所# 市场# 代币© 版权声明文章版权归作者所有,未经允许请勿转载。 上一篇 Newfire Research Institute x402 Research Report: The Value Exchange Layer in the AI Agent Era, From HTTP402 to Crypto-Na 下一篇 Crypto whale trading highlights: Insider loses $40 million weekly, followers suffer massive losses. 相关文章 Gary Yang: DeFi 2.0 Eruption Amidst Disorderly Restructuring in 2026 6086cf14eb90bc67ca4fc62b 12,115 1 The super cycle begins, four predictions for the crypto market after the $TRUMP craze 6086cf14eb90bc67ca4fc62b 35,731 1 One-week token unlocking: Trump unlocks $870 million worth of tokens 6086cf14eb90bc67ca4fc62b 25,623 2 List of characters in Crypto Dark Forest 6086cf14eb90bc67ca4fc62b 25,210 2 A New Perspective on the Four-Year Crypto Cycle: I Asked Seven Veteran Practitioners What Stage Were We At Now? 6086cf14eb90bc67ca4fc62b 17,970 2 Panoramic Interpretation of the Restaking Sector: Opportunities, Risks, and Restructuring 6086cf14eb90bc67ca4fc62b 8,731 1 条评论 您必须登录后才能发表评论! 立即登录 yaseralkalpy 客人 不错

3 年前 最新文章 Blockchain etabliert sich als Schlüsseltechnologie in klassischen Branchen 15 小时前 727 Polymarket vs Kalshi: Who is the King of Prediction Markets? 23小时前 880 CRCL Surges 35%: Circle’s Q4 EPS Exceeds Expectations by 169%, AI + Stablecoin Moat Continues to Deepen 23小时前 756 Jane Street Halts “10 AM Dump,” BTC Stages Strong V-Shaped Rebound, Surging Toward $70K 23小时前 782 From Terra’s Collapse to the “10 AM Smash”: How Jane Street Played Both Continents’ Markets? 23小时前 719 热门网站TempoGAIBLighter滑翔机普朗克雷尔斯BCPoker风筝人工智能 Bee.com 全球最大的 Web3 门户网站 合作伙伴 硬币卡 Binance CoinMarketCap CoinGecko Coinlive 装甲 下载蜜蜂网络APP,开始web3之旅 白皮书 角色 常见问题 © 2021-2026.保留所有权利。. 隐私政策 | 服务条款 下载蜜蜂网络 APP 并开始 web3 之旅 全球最大的 Web3 门户网站 合作伙伴 CoinCarp Binance CoinMarketCap CoinGecko Coinlive Armors 白皮书 角色 常见问题 © 2021-2026.保留所有权利。. 隐私政策 | 服务条款 搜索 搜索InSite链上社会新闻 热门推荐: 空投猎人 数据分析 加密货币名人 陷阱探测器 简体中文 English 繁體中文 日本語 Tiếng Việt العربية 한국어 Bahasa Indonesia हिन्दी اردو Русский 简体中文

智能索引记录