Taraxa Co-Founder Pushes for Transparent Blockchain Metrics
By: bitcoin ethereum news|2025/05/03 00:45:03
0
Share
The metrics used to measure outcomes can be misleading when evaluating blockchain performance. As more blockchain networks emerge, the public needs clear, efficiency-focused metrics, rather than exaggerated claims, to differentiate between them. In a conversation with BeInCrypto, Taraxa Co-Founder Steven Pu explained that it’s becoming increasingly difficult to compare blockchain performance accurately because many reported metrics rely on overly optimistic assumptions rather than evidence-based results. To combat this wave of misrepresentation, Pu proposes a new metric, which he calls TPS/$. Why Does the Industry Lack Reliable Benchmarks? The need for clear differentiation is growing with the increasing number of Layer-1 blockchain networks. As various developers promote the speed and efficiency of their blockchains, relying on metrics that distinguish their performance becomes indispensable. However, the industry still lacks reliable benchmarks for real-world efficiency, instead relying on sporadic sentimental waves of hype-driven popularity. According to Pu, misleading performance figures currently saturate the market, obscuring true capabilities. “It’s easy for opportunists to take advantage by driving up over-simplified and exaggerated narratives to profit themselves. Every single conceivable technical concept and metric has at one time or another been used to hype up many projects that don’t really deserve them: TPS, finality latency, modularity, network node count, execution speed, parallelization, bandwidth utilization, EVM-compatibility, EVM-incompatibility, etc.,” Pu told BeInCrypto. Pu focused on how some projects exploit TPS metrics, using them as marketing tactics to make blockchain performance sound more appealing than it might be under real-world conditions. Examining the Misleading Nature of TPS Transactions per second, more commonly known as TPS, is a metric that refers to the average or sustained number of transactions that a blockchain network can process and finalize per second under normal operating conditions. However, it often misleadingly hypes projects, offering a skewed view of overall performance. “Decentralized networks are complex systems that need to be considered as a whole, and in the context of their use cases. But the market has this horrible habit of over-simplifying and over-selling one specific metric or aspect of a project, while ignoring the whole. Perhaps a highly centralized, high-TPS network does have its uses in the right scenarios with specific trust models, but the market really has no appetite for such nuanced descriptions,” Pu explained. Pu indicates that blockchain projects with extreme claims on single metrics like TPS may have compromised decentralization, security, and accuracy. “Take TPS, for example. This one metric masks numerous other aspects of the network, for example, how was the TPS achieved? What was sacrificed in the process? If I have 1 node, running a WASM JIT VM, call that a network, that gets you a few hundred thousand TPS right off the bat. I then make 1000 copies of that machine and call it sharding, now you start to get into the hundreds of millions of ‘TPS’. Add in unrealistic assumptions such as non-conflict, and you assume you can parallelize all transactions, then you can get “TPS” into the billions. It’s not that TPS is a bad metric, you just can’t look at any metric in isolation because there’s so much hidden information behind the numbers,” he added. The Taraxa Co-founder revealed the extent of these inflated metrics in a recent report. The Significant Discrepancy Between Theoretical and Real-World TPS Pu sought to prove his point by determining the difference between the maximum historical TPS realized on a blockchain’s mainnet and the maximum theoretical TPS. Of the 22 permissionless and single-shard networks observed, Pu found that, on average, there was a 20-fold gap between theory and reality. In other words, the theoretical metric was 20 times higher than the maximum observed mainnet TPS. “Metric overestimations (such as in the case of TPS) are a response to the highly speculative and narrative-driven crypto market. Everyone wants to position their project and technologies in the best possible light, so they come up with theoretical estimates, or conduct tests with wildly unrealistic assumptions, to arrive at inflated metrics. It’s dishonest advertising. Nothing more, nothing less,” Pu told BeInCrypto. Looking to counter these exaggerated metrics, Pu developed his own performance measure. Introducing TPS/$: A More Balanced Metric? Pu and his team developed the following: TPS realized on mainnet / monthly $ cost of a single validator node, or TPS/$ for short, to fulfill the need for better performance metrics. This metric assesses performance based on verifiable TPS achieved on a network’s live mainnet while also considering hardware efficiency. The significant 20-fold gap between theoretical and actual throughput convinced Pu to exclude metrics based solely on assumptions or lab conditions. He also aimed to illustrate how some blockchain projects inflate performance metrics by relying on costly infrastructure. “Published network performance claims are often inflated by extremely expensive hardware. This is especially true for networks with highly centralized consensus mechanisms, where the throughput bottleneck shifts away from networking latency and into single-machine hardware performance. Requiring extremely expensive hardware for validators not only betrays a centralized consensus algorithm and inefficient engineering, it also prevents the vast majority of the world from potentially participating in consensus by pricing them out,” Pu explained. Pu’s team located each network’s minimum validator hardware requirements to determine the cost per validator node. They later estimated their monthly cost, paying particular attention to their relative sizing when used to compute the TPS per dollar ratios. “So the TPS/$ metric tries to correct two of the perhaps most egregious categories of misinformation, by forcing the TPS performance to be on mainnet, and revealing the inherent tradeoffs of extremely expensive hardware,” Pu added. Pu stressed considering two simple, identifiable characteristics: whether a network is permissionless and single-sharded. Permissioned vs. Permissionless Networks: Which Fosters Decentralization? A blockchain’s degree of security can be unveiled by whether it operates under a permissioned or permissionless network. Permissioned blockchains refer to closed networks where access and participation are restricted to a predefined group of users, requiring permission from a central authority or trusted group to join. In permissionless blockchains, anyone is allowed to participate. According to Pu, the former model is at odds with the philosophy of decentralization. “A permissioned network, where network validation membership is controlled by a single entity, or if there is just a single entity (every Layer-2s), is another excellent metric. This tells you whether or not the network is indeed decentralized. A hallmark of decentralization is its ability to bridge trust gaps. Take decentralization away, then the network is nothing more than a cloud service,” Pu told BeInCrypto. Attention to these metrics will prove vital over time, as networks with centralized authorities tend to be more vulnerable to certain weaknesses. “In the long term, what we really need is a battery of standardized attack vectors for L1 infrastructure that can help to reveal weaknesses and tradeoffs for any given architectural design. Much of the problems in today’s mainstream L1 are that they make unreasonable sacrifices in security and decentralization. These characteristics are invisible and extremely hard to observe, until a disaster strikes. My hope is that as the industry matures, such a battery of tests will begin to organically emerge into an industry-wide standard,” Pu added. Meanwhile, understanding whether a network employs state-sharding versus maintaining a single, sharded state reveals how unified its data management is. State-Sharding vs. Single-State: Understanding Data Unity In blockchain performance, latency refers to the time delay between submitting a transaction to the network, confirming it, and including it in a block on the blockchain. It measures how long it takes for a transaction to be processed and become a permanent part of the distributed ledger. Identifying whether a network employs state-sharding or a single-sharded state can reveal much about its latency efficiency. State-sharded networks divide the blockchain’s data into multiple independent parts called shards. Each shard operates somewhat independently and doesn’t have direct, real-time access to the complete state of the entire network. By contrast, a non-state-sharded network has a single, shared state across the entire network. All nodes can access and process the same complete data set in this case. Pu noted that state-sharded networks aim to increase storage and transaction capacity. However, they often face longer finality latencies due to a need to process transactions across multiple independent shards. He added that many projects adopting a sharding approach inflate throughput by simply replicating their network rather than building a truly integrated and scalable architecture. “A state-sharded network that doesn’t share state, is simply making unconnected copies of a network. If I take a L1 network and just make 1000 copies of it running independently, it’s clearly dishonest to claim that I can add up all the throughput across the copies together and represent it as a single network. There are architectures that actually synchronize the states as well as shuffle the validators across shards, but more often than not, projects making outlandish claims on throughput are just making independent copies,” Pu said. Based on his research into the efficiency of blockchain metrics, Pu highlighted the need for fundamental shifts in how projects are evaluated, funded, and ultimately succeed. What Fundamental Shifts Does Blockchain Evaluation Need? Pu’s insights present a notable alternative in a Layer-1 blockchain space where misleading performance metrics increasingly compete for attention. Reliable and effective benchmarks are essential to counter these false representations. “You only know what you can measure, and right now in crypto, the numbers look more like hype-narratives than objective measurements. Having standardized, transparent measurements allows simple comparisons across product options so developers and users understand what it is they’re using, and what tradeoffs they’re making. This is a hallmark of any mature industry, and we still have a long way to go in crypto,” Pu concluded. Adopting standardized and transparent benchmarks will foster informed decision-making and drive genuine progress beyond merely promotional claims as the industry matures. Disclaimer Following the Trust Project guidelines, this feature article presents opinions and perspectives from industry experts or individuals. BeInCrypto is dedicated to transparent reporting, but the views expressed in this article do not necessarily reflect those of BeInCrypto or its staff. Readers should verify information independently and consult with a professional before making decisions based on this content. Please note that our Terms and Conditions, Privacy Policy, and Disclaimers have been updated. Source: https://beincrypto.com/taraxa-co-founder-transparent-blockchain-metrics/
You may also like

Interview with NDV Founder Jason Huang: Popping the AI Bubble and the Myth of Microstrategy, Seeking the Ultimate Ace in the Crypto Market
Exclusive Interview with NDV Founder Jason Huang: MicroStrategy's coin selling triggered a stampede, BTC has fallen into a liquidity squeeze, and the current market has not yet bottomed out, patiently waiting for a "FTX-level" iconic panic event to clear.

Morning Report | Former Ethereum Foundation researcher establishes Ethlabs; EU Parliament Economic Committee passes digital euro regulatory proposal
Overview of Important Market Events on June 23

Dragonfly partner Haseeb: The fastest-growing companies in the future may all be stuck at 149 people
The pricing of large models is actually an "AI tax": it shackles large enterprises with computing power constraints, slows down automation, but turns subscriptions into a subsidy for small teams' innovative dividends. By capping the scale at under 149 people, startups can continuously experiment wit...

How xBubble Breaks the Deadlock in VC's Heavy Investment in the OPC Economy
DAPPOS launched xBubble, using the innovative model of "SOP is business" to solve the challenges of implementing AI Coding, allowing OPCs who do not understand technology to create a real business closed loop with zero threshold.

The encrypted unicorn Blockstream is deeply embroiled in a serious fraud case
As a mining note product aimed at investors, it inherently carries significant risks. This leaves considerable room for further explanation regarding BMN's actual scale, use of funds, sources of income, and governance disclosures.

Morning Report | The South Korean Financial Services Commission plans to expand the regulatory sandbox to include virtual assets; the parent company of the New York Stock Exchange, ICE, has reached a partnership with OKX to jointly establish a cryptocu...
Overview of Important Market Events on June 22

Exclusive Interview with Strategy CEO: Putting Aside the Sale of 32 BTC, the 60 Trillion AI Intelligence is the Ultimate Fate of Bitcoin
Strategy CEO responds for the first time to the controversy over the sale of 32 bitcoins: testing internal processes and breaking the "death spiral" rhetoric, maintaining long-term holding faith, and revealing how the 60 trillion AI intelligence will reshape the bitcoin trading landscape.

TRON revitalizes the image of the bull, creating a more approachable brand character
From Logo to BoNiu, TRON further enhances its brand visual assets.

Will the STRC issuance price discussed with ChatGPT really fall into a death spiral?
Whether this mechanism is a "stabilizer" or an "accelerator" lies in the upcoming prices and interest rates.

The foundation retreats, Ethlabs steps forward: Ethereum welcomes its largest restructuring in history
The Ethereum Foundation is repositioning itself as a lighter protocol governance and maintainer, rather than a primary core builder.

NYSE Parent ICE and OKX Launch Joint Venture: What It Means for Tokenized Stocks
ICE and OKX have announced a joint venture focused on tokenized stocks, but stock futures are already live across crypto markets. Here's what the partnership means, how stock futures work, and why traders are paying attention.
How to Trade Apple and Nvidia on a Crypto Exchange in 2026 (Without Buying Shares)
What are Apple and Nvidia stock futures, and why are crypto traders paying attention? Learn how to trade stock futures with USDT, how they differ from buying stocks, and why platforms like WEEX are expanding beyond Bitcoin in 2026.

Morning Report | Secret Network loses $4.67 million due to cross-chain vulnerability; Michael Saylor releases Bitcoin Tracker information again, may disclose increased holdings data next week
Overview of Important Market Events on June 21

Kalshi's biggest competitor is not Polymarket
The competitive logic of the prediction market has changed.

The second half of the computing power battle: Intel CEO Pat Gelsinger reveals how AI is reshaping the global semiconductor supply chain
Intel CEO Pat Gelsinger's latest discussion: The AI computing power battle has gone beyond the single-point competition of GPUs; the ultimate trump card is to comprehensively restructure the semiconductor supply chain and solve the systemic bottlenecks in advanced manufacturing.

B.AI partners with MiniMax to launch a limited-time free experience of M3, enabling zero-threshold implementation of Agentic productivity through full-stack infrastructure
B.AI and MiniMax launch a limited-time free offer for M3, allowing access to top-tier large model core computing power with no threshold.

A company that was on the verge of bankruptcy has just surpassed Bitcoin in market value
In this wave of AI, capital is clearly more inclined to pay a premium for segments that have real orders, visible supply bottlenecks, and quantifiable profits, which also puts the Crypto AI narrative under more direct scrutiny regarding the certainty of value realization.

The two giants are racing in "credit": loan balances of 9.9 billion vs 14.6 billion USD, Brazil has become the main battlefield
When we see the domestic credit market growing slowly, with major lending platforms and consumer finance companies tightening their strategies and cautiously controlling their volumes; in stark contrast, the overseas credit sector is迎来 a period of rapid expansion.
Interview with NDV Founder Jason Huang: Popping the AI Bubble and the Myth of Microstrategy, Seeking the Ultimate Ace in the Crypto Market
Exclusive Interview with NDV Founder Jason Huang: MicroStrategy's coin selling triggered a stampede, BTC has fallen into a liquidity squeeze, and the current market has not yet bottomed out, patiently waiting for a "FTX-level" iconic panic event to clear.
Morning Report | Former Ethereum Foundation researcher establishes Ethlabs; EU Parliament Economic Committee passes digital euro regulatory proposal
Overview of Important Market Events on June 23
Dragonfly partner Haseeb: The fastest-growing companies in the future may all be stuck at 149 people
The pricing of large models is actually an "AI tax": it shackles large enterprises with computing power constraints, slows down automation, but turns subscriptions into a subsidy for small teams' innovative dividends. By capping the scale at under 149 people, startups can continuously experiment wit...
How xBubble Breaks the Deadlock in VC's Heavy Investment in the OPC Economy
DAPPOS launched xBubble, using the innovative model of "SOP is business" to solve the challenges of implementing AI Coding, allowing OPCs who do not understand technology to create a real business closed loop with zero threshold.
The encrypted unicorn Blockstream is deeply embroiled in a serious fraud case
As a mining note product aimed at investors, it inherently carries significant risks. This leaves considerable room for further explanation regarding BMN's actual scale, use of funds, sources of income, and governance disclosures.
Morning Report | The South Korean Financial Services Commission plans to expand the regulatory sandbox to include virtual assets; the parent company of the New York Stock Exchange, ICE, has reached a partnership with OKX to jointly establish a cryptocu...
Overview of Important Market Events on June 22
Customer Support:@weikecs
Business Cooperation:@weikecs
Quant Trading & MM:bd@weex.com
VIP Program:support@weex.com
