Solana vs. Ethereum Erupts Over Nasdaq Throughput Claim

bitcoinist发布于2025-08-12更新于2025-08-12

文章摘要

A weekend post on X from the official Solana account ignited a fresh round of cross-chain sniping after it juxtaposed...

Trusted Editorial content, reviewed by leading industry experts and seasoned editors. Ad Disclosure

A weekend post on X from the official Solana account ignited a fresh round of cross-chain sniping after it juxtaposed the Ethereum network’s transaction speed with Nasdaq’s trade throughput. “When they say the future of markets runs at 22 TPS but NASDAQ handles 2k trades per second,” Solana wrote on August 9, implicitly positioning the layer-1 as better aligned with modern market plumbing.

Ethereum users bristled, arguing the comparison was a category error between an open, permissionless blockchain and a closed, centralized exchange network. The sharpest rebuttal came from the pseudonymous researcher polynya (@apolynya), who has 94,000 followers on X.

Solana Vs. Ethereum

In a detailed post, polynya argued that the technical baselines underlying US equities infrastructure dwarf anything a minimally decentralized layer-1 can achieve under global consensus. “Nasdaq’s SIP is designed to handle 10 million operations per second, with a latency of 0.02 milliseconds (though realistically, constrained by speed of light, it still gets to 0.2 ms between NYSE or Cboe and Nasdaq), and is readily parallelisable for infinite throughput. (There are three SIPs operating currently.),” polynya wrote.

From that premise, the conclusion was blunt: “Given the crippling limitation of achieving strict global consensus, Nasdaq will forever be thousands of times faster and cheaper than any minimally decentralised L1 blockchain, short of exotic new physics that does not yet exist.”

Polynya added that if blockchains want to approach real-time markets, they must lean on succinct cryptography rather than raw TPS. “The only known method to get anywhere close is by using ZK proofs instead for real-time execution and deferring & speeding up strict global consensus by orders of magnitude (as you only need to achieve consensus on a succinct proof instead of millions of transactions), and even then, it’ll cost orders of magnitude more, will take years to mature, and it’s not an appropriate use of this tech as Nasdaq does not require strict global consensus anyway.”

The post ended with an indictment of the metric itself: “Totally wild that cryptobros are still coping about ‘TPS’ like it’s 2017 instead of building applications that make people’s lives better. (Degenerate gambling does not.)”
Solana Labs founder Anatoly Yakovenko (@aeyakovenko) pushed back on both the framing and the cryptographic remedy. He first contended that “Zk proofs are always slower than classical execution.” Expanding on that, Yakovenko argued the equities-style comparison—if one is to be made—should be about intake guarantees and scheduling rather than block TPS or consensus latency.

“Nasdaq requires that every message is included, and that all messages are treated the same,” he wrote, before pointing to how priority fees alter inclusion on blockchains: “The way that priority fees work is that any txs with a priority fee lower than the floor inclusion price in the block doesn’t get included. So the comparison to Nasdaq that matters is scheduler throughput and latency, not block tps or consensus latency. You can have 10 second blocks with 1000 tps, and a scheduler on the block producer that can reliably tell the trader that their tx is included in microseconds.”

From an economic perspective, Yakovenko suggested Solana’s design already drives the cost of marginal drops toward irrelevance. “If the floor priority fee is < spread / K for a pretty small K, then including additional messages is not going to improve spreads. Solana already achieved this. The floor inclusion price is a fraction of a basis point, which means that additional dropped messages have an economic value of less than a basis point. Dropping them vs including them has nearly zero marginal difference.”

The Misconception About ZK Proofs

He later returned to the ZK debate to stress where proofs do and do not help. “I don’t understand where people get this misconception that ZK proofs are faster or can somehow make a system faster. It’s completely wrong. They can lower some of the costs for replication, but they can’t improve performance if replication cost isn’t a blocker.”

Yakovenko illustrated the point with a bandwidth-versus-execution thought experiment: “Let’s assume that zk proofs are completely free and instant. If sizeof(tx) < sizeof(state change) then it’s nearly always faster to download the tx and execute it locally because local memory bandwidth and latency is better than network bandwidth and latency. It would take more time to download the state result from the transaction than downloading the transaction itself and using local copy of the state to execute it and produce the result.”

His bottom line targeted Ethereum’s cost model: “So the only place where zk proofs actually help is if replication is expensive. Where is replication insanely expensive? On ethereum L1. It’s cheaper to post a state root and a zk proof so the L1 can skip executing all the state.”

Solana community developer João Mendonça (@joaomendoncaaaa) argued that Solana’s ambition is not to equal Nasdaq’s raw speed. “the point of solana as a replacement for nasdaq is not to be as fast as nasdaq itself,” he wrote, but to offer similar execution prices “with 1000x the accessibility, worldwide, [without] asking for permission, 24/7, with uncensorable asset ownership and portability throughout all of defi.”

At press time, SOL traded at $174.34.

Solana news
SOL price holds above the 0.618 Fib, 1-week chart | Source: SOLUSDT on TradingView.com
Featured image created with DALL.E, chart from TradingView.com
Editorial Process for bitcoinist is centered on delivering thoroughly researched, accurate, and unbiased content. We uphold strict sourcing standards, and each page undergoes diligent review by our team of top technology experts and seasoned editors. This process ensures the integrity, relevance, and value of our content for our readers.

Jake Simmons has been a Bitcoin enthusiast since 2016. Ever since he heard about Bitcoin, he has been studying the topic every day and trying to share his knowledge with others. His goal is to contribute to Bitcoin's financial revolution, which will replace the fiat money system. Besides BTC and crypto, Jake studied Business Informatics at a university. After graduation in 2017, he has been working in the blockchain and crypto sector. You can follow Jake on Twitter at @realJakeSimmons.

热门币种推荐

你可能也喜欢

Karpathy又封神,掀翻RAG,把你的笔记变成第二大脑

前OpenAI联合创始人安德烈·卡帕西提出了一种突破性的知识管理新范式“LLM-Wiki”,旨在解决信息过载时代个人知识库沦为“赛博木乃伊”的困境。他主张将个人笔记视为“不可变源代码”,而让大语言模型扮演“编译器”角色,将其一次性编译成结构化、逻辑自洽且持续更新的个人维基百科。 这一方法从根本上区别于当前主流的检索增强生成技术。RAG在每次查询时临时检索片段拼凑答案,存在无法理解全局、可能自我矛盾、知识链接易腐烂等问题。卡帕西的范式则将知识“编译”一次后持续保鲜,每次新增材料,AI会自动融合更新相关条目、修订综述、标记矛盾,使知识库始终保持鲜活与一致性。 其架构核心在于三层解耦:底层是记录原始灵感的“素材层”,中层是由用户定义格式的“规则层”,顶层则是由AI全权维护、结构化的“维基层”。用户日常只需进行三项操作:投入新素材、查询编译后的知识库,或定期让AI进行知识库“体检”以排查矛盾与缺口。这实现了认知生产关系的根本转移——人类从繁琐的知识搬运、整理与维护工作中解放出来,专注于核心的输入与审阅,而AI则承担了所有“记账”类杂活。 文章指出,这一构想实质上实现了计算机先驱范内瓦·布什在1945年设想的“Memex”记忆机器的愿景,其长久未能实现的核心障碍在于人工维护交叉引用与知识路径的成本过高。大语言模型的出现,近乎零成本地解决了这一维护难题。 卡帕西的“LLM-Wiki”是其关于人机协作系列思考的第三块拼图,其最终目的并非替代人类,而是将人类的注意力从机械的“记账”工作中解放出来,重新聚焦于决定阅读方向与思考深层意义这两件机器无法替代的事情上。

marsbit4分钟前

Karpathy又封神,掀翻RAG,把你的笔记变成第二大脑

marsbit4分钟前

Claude Science几周干完两年活,10倍科研提速真来了?

Anthropic近日推出Claude Science,这是一个面向科学家的AI工作台,旨在将科研流程整合为一条可审计的流水线,显著提升效率。据案例介绍,有神经科学家团队使用该工具将一篇长篇综述的写作时间从近两年压缩到几周。 Claude Science的关键在于整合碎片化的科研工具链。它能在同一环境中完成文献分析、计算、图表制作和论文撰写,支持本地或远程运行,并可自动调度算力资源,将分析任务扩展到数百个GPU。其突出特点是强调可复现性:生成的每张图都附带确切的生成代码、运行环境和完整对话历史,确保结果可追溯、可修改。 该平台采用多智能体协作架构,包括一个协调智能体和专门核查引用与计算的审查智能体,形成类似“AI内部同行评审”的机制,但坚持“人在回路”原则,关键决策需经用户授权。目前,Claude Science首先聚焦生命科学领域,已预置基因组、单细胞、蛋白质组等分析环境,并能连接60多个科学数据库。 在科研AI赛道,各厂商策略不同:Google依靠AlphaFold等独家模型,OpenAI侧重提升模型的科研判断力(如推出GeneBench-Pro基准测试),而Anthropic则专注于构建端到端、可审计的工作流。Claude Science的目标并非替代科学家,而是通过自动化繁琐流程,将科研真正融入实验室日常,同时解决科研中长期存在的可复现性难题。

marsbit7分钟前

Claude Science几周干完两年活,10倍科研提速真来了?

marsbit7分钟前

GoMining 发布 GoBTC Pay SDK 以扩展比特币支付

GoMining推出GoBTC Pay SDK Gen1版本及API,旨在将比特币支付集成到现实世界的产品与服务中。该技术基于比特币一层网络,支持快速、非托管的比特币交易,使商户、钱包提供商及生态合作伙伴能够在其网络上构建和扩展支付体验。 作为发布的一部分,GoMining正在接入首批最多10家商户和生态合作伙伴,开始将GoBTC Pay集成至其产品。GoMining CEO Mark Zalan表示,此举是为了让比特币在日常商业中无缝流通,而不仅仅作为资产持有。 GoBTC Pay直接在比特币网络结算,保持用户资产非托管。Gen1版本提供商户入驻工具、支付管理功能、基于Web的商户仪表板、在线支付连接器、公开开发者文档以及面向钱包提供商和机构合作伙伴的开放API。 该支付协议由GoMining基于Stratum V2协议的私有15EH/s内存池驱动,可优先处理GoBTC Pay交易,平均结算时间约为12小时。其激励机制旨在协调商户、钱包和矿工的利益:商户支付0.2%的交易费,由参与的钱包提供商和处理支付的GoMining矿池矿工均分。 此次发布是GoMining更大生态系统战略的开端,旨在推动比特币支付在商户和钱包中的实际应用。GoMining是全球算力排名前十的比特币矿商之一,通过代币化算力及支付方案,致力于让比特币的获取和使用更便捷安全。

TheNewsCrypto42分钟前

GoMining 发布 GoBTC Pay SDK 以扩展比特币支付

TheNewsCrypto42分钟前

交易

现货

热门文章

加密市场宏观研报:美国“加密货币周”来袭,ETH开启机构军备赛高潮

本周,加密市场迎来两股重磅催化——华盛顿“加密货币周”的立法攻势与以太坊机构布局的密集爆发,共同构成加密行业2025年下半年的“政策拐点”与“资金拐点”。这一轮加密周期的深层逻辑,正从比特币转向以太坊、稳定币及链上金融基础设施。我们认为:美国的政策明朗化+以太坊的机构化扩展,标志着加密行业正进入结构性转正阶段,市场配置的重心亦应逐步从“价格博弈”过渡至“规则+基础设施的制度红利捕捉”。

1.8k人学过发布于 2025.07.17更新于 2025.07.17

加密市场宏观研报:美国“加密货币周”来袭,ETH开启机构军备赛高潮

相关讨论

欢迎来到HTX社区。在这里,您可以了解最新的平台发展动态并获得专业的市场意见。以下是用户对ETH(ETH)币价的意见。

活动图片