温馨提示:本站仅提供公开网络链接索引服务,不存储、不篡改任何第三方内容,所有内容版权归原作者所有
AI智能索引来源:http://www.bee.com/ur/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 ٹرینڈنگ نیوز میمی لانچ پیڈ اے آئی ایجنٹس DeSci TopChainExplorer نیوبی کے لیے 100x سکے مکھی کا کھیل ضروری ویب سائٹس اے پی پی کا ہونا ضروری ہے۔ کرپٹو مشہور شخصیات DePIN Rookies ضروری ٹریپ ڈیٹیکٹر بنیادی ٹولز اعلی درجے کی ویب سائٹس تبادلہ NFT ٹولز ہیلو، باہر جائیں ویب 3 کائنات کھیل ڈی اے پی پی شہد کی مکھیوں کا چھتا بڑھتا ہوا پلیٹ فارم AD تلاش کریں۔ انگریزی سکے ریچارج کریں۔ لاگ ان کریں ڈاؤن لوڈ کریں ویب 3 یونی کھیل ڈی اے پی پی شہد کی مکھیوں کا چھتا AD گھرتجزیہ•Vitalik praised ZKsync, which had already created the fastest zkVM. Vitalik praised ZKsync, which had already created the fastest zkVM.تجزیہ4 ماہ پہلے更新وائٹ 16,3981 10 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. 相关文章 BitMEX Alpha: A Practical Guide to Trading Funding Rates 6086cf14eb90bc67ca4fc62b 16,795 1 From ballet dancer and MIT graduate to 29-year-old female billionaire, the founder of Kalshi achieved a remarkable life transformation in just six years. 6086cf14eb90bc67ca4fc62b 16,289 3 After two years of waiting, is this the end of the RGB protocol’s launch on the mainnet?Recommended Articles 6086cf14eb90bc67ca4fc62b 27,654 1 No VC, no team reservation, PalioAI (PAL) TGE is launched on Binance Wallet 6086cf14eb90bc67ca4fc62b 27,223 1 Gate Ventures Research Insights: Strategy-based Synthetic Stablecoins, Financial Lego Built with Interest Rates 6086cf14eb90bc67ca4fc62b 29,763 1 Analysis of mETH Protocol: The most efficient choice for users under the “re-staking” narrativeRecommended Articles 6086cf14eb90bc67ca4fc62b 34,557 6 1 تبصرے آپ کو ایک تبصرہ چھوڑنے کے لیے لاگ ان ہونا چاہیے! فوری طور پر لاگ ان کریں۔ yaseralkalpy مہمان اچھا

3 دن پہلے تازہ ترین مضامین Blockchain etabliert sich als Schlüsseltechnologie in klassischen Branchen 10 گھنٹے پہلے 474 Polymarket vs Kalshi: Who is the King of Prediction Markets? 19 گھنٹے پہلے 666 CRCL Surges 35%: Circle’s Q4 EPS Exceeds Expectations by 169%, AI + Stablecoin Moat Continues to Deepen 19 گھنٹے پہلے 528 Jane Street Halts “10 AM Dump,” BTC Stages Strong V-Shaped Rebound, Surging Toward $70K 19 گھنٹے پہلے 531 From Terra’s Collapse to the “10 AM Smash”: How Jane Street Played Both Continents’ Markets? 19 گھنٹے پہلے 483 مشہور ویب سائٹسTempoGAIBLighterگلائیڈرپلانکریلزبی سی پوکرپتنگ اے آئی Bee.com دنیا کا سب سے بڑا Web3 پورٹل شراکت دار سکے کارپ بائننس CoinMarketCap سکے گیکو سکے لائیو آرمر Bee Network APP ڈاؤن لوڈ کریں اور web3 کا سفر شروع کریں۔ سفید کاغذ کردار عمومی سوالات © 2021–2026۔ جملہ حقوق محفوظ ہیں۔. رازداری کی پالیسی | سروس کی شرائط Bee Network APP ڈاؤن لوڈ کریں۔ اور ویب 3 کا سفر شروع کریں۔ دنیا کا سب سے بڑا Web3 پورٹل شراکت دار CoinCarp Binance CoinMarketCap CoinGecko Coinlive Armors سفید کاغذ کردار عمومی سوالات © 2021–2026۔ جملہ حقوق محفوظ ہیں۔. رازداری کی پالیسی | سروس کی شرائط تلاش کریں۔ تلاش کریں۔InSiteآنچینسماجیخبریں 热门推荐: ایئر ڈراپ ہنٹرز ڈیٹا تجزیہ کرپٹو مشہور شخصیات ٹریپ ڈیٹیکٹر اردو English 繁體中文 简体中文 日本語 Tiếng Việt العربية 한국어 Bahasa Indonesia हिन्दी Русский اردو

智能索引记录