TPS is Just the Entry Ticket, Ordering Decides Success or Failure: On-Chain Transactions Enter a New Era of 'Application-Awareness'

marsbitPublicado a 2025-12-29Actualizado a 2025-12-29

Resumen

The competition between blockchains has shifted from TPS (transactions per second) to transaction ordering, which critically impacts market maker behavior, liquidity depth, and pricing. Transaction ordering refers to how transactions in the mempool are sequenced and included in blocks. This process affects transaction cost, MEV (Maximal Extractable Value), success rate, and fairness. For market makers, the ability to cancel orders quickly during volatility is essential—failure leads to risks like sniping, where high-Gas transactions exploit pending orders, forcing wider spreads and reduced liquidity. Innovations are moving from generic, Gas-based ordering to "application-aware sequencing," where transaction intent and fairness rules take priority. Examples include: - Hyperliquid, which prioritizes cancellations and post-only orders at the consensus layer. - Solana’s Application Controlled Execution (ACE) and BAM nodes, allowing DEXs to set custom ordering rules (e.g., market-maker priority). - Chainlink’s SVR, which uses MEV auctions to redistribute value from liquidations triggered by oracle updates. These developments suggest that tailored transaction sequencing is becoming essential—not just an improvement—for on-chain trading, potentially enabling DEXs to surpass CEXs in efficiency and fairness.

Competition between chains has escalated to the level of "transaction ordering," which directly impacts market makers' bid-ask spreads and depth🧐🧐

The demand for "general-purpose chains" has been disproven. Current chain-to-chain competition focuses on two levels:

1) Building "application chains" on the foundation of existing mature businesses, allowing blockchain to supplement existing operations in areas like settlement;

2) Competition at the level of "transaction ordering."

This article focuses on the second level.

Ordering directly influences the behavior of market makers. This is the core issue.

What is Transaction Ordering?

On-chain, user transactions are not immediately written to a block; they first enter a "waiting area" (Mempool). There may be thousands of transactions simultaneously, and it must be decided by a sequencer, validator, or miner:

1) Which transactions are included in the next block?

2) In what order are these transactions arranged?

The process of "deciding the order" is transaction ordering, which directly affects the transaction costs for on-chain users, MEV conditions, transaction success rate, and fairness.

For example, during network congestion, ordering determines whether a transaction can be quickly added to the chain or waits indefinitely in the mempool.

For high-frequency traders like market makers, whether a cancellation order takes effect is more critical than a placement order succeeding. The priority given to processing cancellation orders directly impacts whether market makers dare to offer deep liquidity.

In the last cycle, everyone pursued TPS, believing that speed alone could improve on-chain transaction settlement. But it has been proven that, besides speed, the risk pricing of market makers is equally important.

On centralized exchanges, trade matching strictly follows the "price-time priority" principle. In this highly deterministic environment, market makers can provide deep order book liquidity with extremely narrow spreads.

On-chain, after transactions enter the Mempool waiting area, nodes select transactions based on Gas fees, which creates room for sniping existing orders by offering higher Gas.

Suppose TRUMP is priced at $4.5, and a market maker places a buy order at $4.4 and a sell order at $4.6 to provide depth. But the exchange price of TRUMP suddenly crashes to $4.

At this point, the on-chain market maker wants to cancel the $4.4 buy order but gets sniped by a high-frequency trader offering higher Gas—buying at $4 and selling to the market maker at $4.4.

Therefore, market makers can only widen their spreads to reduce risk.

The purpose of the new generation of ordering innovations is to transition from "general ordering" to "Application-Aware Sequencing."

The ordering layer can understand transaction intent and order based on preset fairness rules, not just based on Gas fees.

1) Define the ordering method at the consensus layer

A typical case is Hyperliquid. It stipulates at the consensus layer that cancellation and Post-Only transactions take priority, breaking the Gas priority rule.

For market makers, being able to exit is paramount. During sharp price fluctuations, cancellation requests are always executed before others' takers.

Market makers fear being sniped the most. Hyperliquid precisely guarantees that cancellations are always prioritized—when the price drops, market makers cancel their orders, and the system forcibly prioritizes processing the cancellations, allowing market makers to successfully hedge risks.

On the day of the 10.11 crash, Hyperliquid market makers stayed online continuously, with spreads of 0.01–0.05%. The reason is that market makers knew they could get out.

2) Add new ordering methods at the sequencing layer

For example, Solana's Application Controlled Execution (ACE). Jito Labs developed BAM (Block Assembly Marketplace), introducing specialized BAM nodes responsible for transaction collection, filtering, and ordering.

Nodes run in a Trusted Execution Environment (TEE), ensuring the privacy of transaction data and the fairness of ordering.

Through ACE, DEXs on Solana (like Jupiter, Drift, Phoenix) can register custom ordering rules with BAM nodes. For example, market maker priority (similar to Hyperliquid), conditional liquidity, etc.

Additionally, proprietary AMM market makers like HumidiFi represent innovation at the ordering level, using Nozomi to connect directly with major validators to reduce latency and complete transactions.

During specific transactions, HumidiFi's off-chain servers monitor prices across platforms. The oracle communicates with the on-chain contract to inform it of the situation. Nozomi acts like a VIP channel, allowing effective order cancellation before execution.

3) Utilizing MEV facilities and private channels

Chainlink SVR (Smart Value Recapture) focuses on the归属 (belonging) of the value generated by ordering (MEV).

By deeply integrating with oracle data, it redefines the ordering rights and value distribution of liquidation transactions. After generating a price update, Chainlink nodes send it through two channels:

1) Public channel: Sent to the standard on-chain aggregator (serving as a backup, but in SVR mode, there is a slight delay to leave an auction window).

2) Private channel (Flashbots MEV-Share): Sent to an auction market supporting MEV-Share.

This way, the auction proceeds from liquidations triggered by oracle price changes in lending protocols (i.e., the amount searchers are willing to pay) are no longer solely captured by miners; most are captured by the SVR protocol.

Summary

If TPS is the entry ticket, then having only TPS is completely insufficient now. Custom ordering logic might not just be an innovation but a necessary path for putting transactions on-chain.

It might also be the beginning of DEXs surpassing CEXs.

Preguntas relacionadas

QWhat is the core argument of the article regarding the evolution of blockchain competition beyond TPS?

AThe article argues that competition between blockchains has moved beyond just transaction speed (TPS) and is now focused on the critical layer of 'transaction ordering' (sequencing). Effective and fair transaction ordering directly impacts market maker behavior, liquidity depth, and the overall user experience, making it a decisive factor for success.

QHow does transaction ordering on a blockchain negatively impact market makers, according to the article?

AIn a default 'gas-first' ordering system, market makers are vulnerable to being sniped. When an asset's price moves, a high-frequency trader can pay a higher gas fee to have their 'take order' (e.g., buying the asset at a low price) processed before the market maker's 'cancel order' (e.g., trying to withdraw their offer). This forces the market maker to buy the asset back at their own, now outdated, higher price, leading to losses and causing them to widen their spreads to mitigate risk.

QWhat is 'Application-Aware Sequencing' and can you name a project that implements it at the consensus layer?

A'Application-Aware Sequencing' is an innovative approach where the sequencing logic understands the intent of transactions (e.g., a cancelation vs. a trade) and orders them based on predefined fairness rules, not just gas fees. Hyperliquid is a prime example that implements this at the consensus layer by mandating that cancel and post-only orders are always prioritized over others, ensuring market makers can escape unfavorable positions.

QBesides consensus-layer changes, what other method does the article mention for improving transaction ordering on Solana?

AThe article mentions Solana's Application Controlled Execution (ACE) and the Block Assembly Marketplace (BAM) developed by Jito Labs. This allows decentralized exchanges (DEXs) like Jupiter and Drift to register custom ordering rules (e.g., market maker priority) with specialized BAM nodes, which operate in a Trusted Execution Environment (TEE) for privacy and fairness.

QHow does Chainlink's Smart Value Recapture (SVR) model change who benefits from MEV generated by oracle price updates?

AChainlink's SVR model changes MEV distribution by creating a two-path system for oracle price updates. After generating a new price, Chainlink nodes send it through a public channel (with a slight delay) and a private channel to a MEV auction market (like Flashbots MEV-Share). This allows the value from auctions for liquidation trades triggered by the price update to be captured mostly by the SVR protocol itself, rather than being kept entirely by miners/validators.

Lecturas Relacionadas

Investors Are Now Hunting for AI Projects on Bilibili and Xiaohongshu

Investors Turn to Bilibili and Xiaohongshu to Source AI Projects The AI hardware boom is in full swing in 2025, with a surge in smart wearables like AI glasses, rings, toys, and companion robots. This frenzy has investors scrambling, not just sifting through business plans, but actively hunting for promising "under-the-radar" projects on youth and tech-enthusiast content platforms like Bilibili and Xiaohongshu. The logic is straightforward: for consumer-facing AI hardware, genuine user demand and potential pitfalls are often revealed earlier in public discussions, comments, and critiques on these communities than in formal pitches. As one industry insider notes, these products must ultimately be tested and understood by real people. This shift highlights a crucial challenge in the sector: user education. The success of AI hardware depends on moving beyond mere efficiency gains to fulfilling higher-order needs like "unleashing personal creativity." Products must convince users they are natural, unobtrusive additions to daily life. Early hype, as seen with devices like the Rabbit R1, often fades if the product fails to clearly solve real-world problems, leading to high return rates and market rejection. The market is now entering a shakeout phase. 2026 is seen as a year of commercial validation. Some projects have already stalled or been canceled due to market resistance, lack of differentiation, or financial woes. However, the long-term opportunity remains vast, with forecasts predicting a multi-trillion dollar global AI hardware market by 2030. The competition is intensifying. With giants like OpenAI and Meta preparing their own hardware, and Chinese companies launching diverse AI-powered products, the battle for user attention, product excellence, and market understanding is just beginning. The core principle endures: in the AI era, it remains a user-sovereign market.

marsbitHace 12 min(s)

Investors Are Now Hunting for AI Projects on Bilibili and Xiaohongshu

marsbitHace 12 min(s)

"Agents' Last Exam", Claude Fable 5 Actually Loses to GPT 5.5

Surprisingly, in the newly released "Agents' Last Exam" (ALE) benchmark from UC Berkeley, GPT-5.5 has outperformed the recently launched and highly-regarded Claude Fable 5. ALE tests AI agents on their ability to perform real-world tasks across 55 professional domains—such as 3D modeling in Siemens NX, creating game scenes in Unreal Engine, and visual effects work in Adobe After Effects—by granting them full GUI and command-line access. In the core task completion rate ranking, GPT-5.5 configurations secured the top two spots (24.0% and 23.0%), while Claude Fable 5 with Claude Code came in third (22.0%). Notably, the highest pass rate was only 24%, and the most difficult "Last-Exam" tier saw most top models, including GPT-5.5 and Fable 5, scoring zero. The benchmark also revealed significant cost and efficiency gaps: Fable 5 spent over four times more money than GPT-5.5's most expensive configuration for a slightly lower score, and was much slower. ALE differs from previous knowledge-based benchmarks by evaluating practical "ability to do" rather than static knowledge retrieval. Its tasks are derived from real expert projects, automatically scored, and designed to prevent cheating through a rotating pool of private challenges. The results suggest that high performance on traditional benchmarks does not necessarily translate to proficiency in complex, open-ended real-world work. The study also notes that agents often fail by prematurely declaring tasks complete without proper verification, and that no single model excels uniformly across all diverse domains.

marsbitHace 18 min(s)

"Agents' Last Exam", Claude Fable 5 Actually Loses to GPT 5.5

marsbitHace 18 min(s)

Trading

Spot
Futuros

Artículos destacados

Cómo comprar BILL

¡Bienvenido a HTX.com! Hemos hecho que comprar Billions Network (BILL) sea simple y conveniente. Sigue nuestra guía paso a paso para iniciar tu viaje de criptos.Paso 1: crea tu cuenta HTXUtiliza tu correo electrónico o número de teléfono para registrarte y obtener una cuenta gratuita en HTX. Experimenta un proceso de registro sin complicaciones y desbloquea todas las funciones.Obtener mi cuentaPaso 2: ve a Comprar cripto y elige tu método de pagoTarjeta de crédito/débito: usa tu Visa o Mastercard para comprar Billions Network (BILL) al instante.Saldo: utiliza fondos del saldo de tu cuenta HTX para tradear sin problemas.Terceros: hemos agregado métodos de pago populares como Google Pay y Apple Pay para mejorar la comodidad.P2P: tradear directamente con otros usuarios en HTX.Over-the-Counter (OTC): ofrecemos servicios personalizados y tipos de cambio competitivos para los traders.Paso 3: guarda tu Billions Network (BILL)Después de comprar tu Billions Network (BILL), guárdalo en tu cuenta HTX. Alternativamente, puedes enviarlo a otro lugar mediante transferencia blockchain o utilizarlo para tradear otras criptomonedas.Paso 4: tradear Billions Network (BILL)Tradear fácilmente con Billions Network (BILL) en HTX's mercado spot. Simplemente accede a tu cuenta, selecciona tu par de trading, ejecuta tus trades y monitorea en tiempo real. Ofrecemos una experiencia fácil de usar tanto para principiantes como para traders experimentados.

262 Vistas totalesPublicado en 2026.05.07Actualizado en 2026.06.02

Cómo comprar BILL

Qué es ATWO

I. Introducción al ProyectoArena Two es una plataforma interactiva descentralizada que permite a los fanáticos jugar un papel activo y tokenizado en los resultados de eventos en tiempo real. A diferencia de los modelos de transmisión tradicionales que reducen a los fanáticos a espectadores pasivos, Arena Two aprovecha la tecnología blockchain para permitir que los fanáticos voten directamente en tiempo real e influyan en los resultados en el campo.II. Información del TokenNombre del token: ATWO (Arena Two)III. Enlaces RelacionadosSitio web: https://arenatwo.com/Exploradores: https://basescan.org/token/0x499D35eBE6cEe9B2Ac35Fd003fcBbeeB9CFc7B32Twitter: https://x.com/arenatwoXNota: La introducción del proyecto proviene de los materiales publicados o proporcionados por el equipo oficial del proyecto, que es solo para referencia y no constituye asesoramiento de inversión. HTX no se hace responsable de ninguna pérdida directa o indirecta resultante.

161 Vistas totalesPublicado en 2026.05.18Actualizado en 2026.06.02

Qué es ATWO

Cómo comprar ATWO

¡Bienvenido a HTX.com! Hemos hecho que comprar Arena Two (ATWO) sea simple y conveniente. Sigue nuestra guía paso a paso para iniciar tu viaje de criptos.Paso 1: crea tu cuenta HTXUtiliza tu correo electrónico o número de teléfono para registrarte y obtener una cuenta gratuita en HTX. Experimenta un proceso de registro sin complicaciones y desbloquea todas las funciones.Obtener mi cuentaPaso 2: ve a Comprar cripto y elige tu método de pagoTarjeta de crédito/débito: usa tu Visa o Mastercard para comprar Arena Two (ATWO) al instante.Saldo: utiliza fondos del saldo de tu cuenta HTX para tradear sin problemas.Terceros: hemos agregado métodos de pago populares como Google Pay y Apple Pay para mejorar la comodidad.P2P: tradear directamente con otros usuarios en HTX.Over-the-Counter (OTC): ofrecemos servicios personalizados y tipos de cambio competitivos para los traders.Paso 3: guarda tu Arena Two (ATWO)Después de comprar tu Arena Two (ATWO), guárdalo en tu cuenta HTX. Alternativamente, puedes enviarlo a otro lugar mediante transferencia blockchain o utilizarlo para tradear otras criptomonedas.Paso 4: tradear Arena Two (ATWO)Tradear fácilmente con Arena Two (ATWO) en HTX's mercado spot. Simplemente accede a tu cuenta, selecciona tu par de trading, ejecuta tus trades y monitorea en tiempo real. Ofrecemos una experiencia fácil de usar tanto para principiantes como para traders experimentados.

194 Vistas totalesPublicado en 2026.05.18Actualizado en 2026.06.02

Cómo comprar ATWO

Discusiones

Bienvenido a la comunidad de HTX. Aquí puedes mantenerte informado sobre los últimos desarrollos de la plataforma y acceder a análisis profesionales del mercado. A continuación se presentan las opiniones de los usuarios sobre el precio de A (A).

活动图片