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

marsbitОпубликовано 2025-12-29Обновлено 2025-12-29

Введение

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.

Связанные с этим вопросы

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.

Похожее

The Gold Buy-on-the-Dip Guide: Watch Interest Rates, Not Just War

"Gold Buying Guide: Focus on Interest Rates, Not Just War" Four months ago, gold buyers likely didn't anticipate buying at a peak that even a war couldn't sustain. After hitting a record high of $5,596 on January 29, gold entered a bear market just 91 days later, its fastest decline since 2008. A key trigger was the Fed's hawkish shift, highlighting that monetary policy, not geopolitics, is the primary driver. The article argues that the traditional "buy gold in turmoil" script has changed. While the US-Iran conflict initially boosted prices, the sustained rally in oil prices heightened inflation fears, forcing central banks to maintain or consider tighter policy. Since gold yields no interest, higher rates increase its opportunity cost, eroding its appeal. This dynamic was evident when gold fell sharply on May 18 despite positive peace talks, as lower oil prices eased inflation and thus rate hike pressures. The recent sell-off is also part of a broader market deleveraging. Correlations between gold, Nasdaq, and Bitcoin spiked as leveraged investors sold liquid assets to cover losses, creating a synchronized downturn. Historically, gold bottoms align with policy shifts, not conflict resolutions. The 2008 and 2022 bear markets ended with shifts to extreme easing and peak inflation expectations, respectively. For potential buyers, the author suggests monitoring three signals: 1) Peak interest rate hike expectations, 2) Reopening of the Strait of Hormuz (to ease oil/inflation pressure), and 3) A return to net inflows for Gold ETFs, indicating the end of forced selling. While predicting the exact bottom is impossible, the author's personal strategy involves scaling into a position across price levels like $4000, $3700, and $3500, committing no more than 30% of the intended total allocation initially, and adding the remainder only if key signals emerge. The core conclusion: In turbulent times, watching interest rates is more crucial than watching wars.

marsbit8 мин. назад

The Gold Buy-on-the-Dip Guide: Watch Interest Rates, Not Just War

marsbit8 мин. назад

Recent On-Chain Review: No Clear Narrative Under U.S. Stock Market Pressure, Just Hype

This article analyzes the current state of the Solana meme coin and community token ecosystem, highlighting a market caught between two dominant forces: attention-based PvP and a gradual return to community-centric projects. The first part explores the "Attention PvP" dynamic, where success is driven by celebrity endorsements, viral events, and speed. Examples include $JOTCHUA, which surged after its meme creator's social media activity, and $WORLDCUP, which outperformed a similar Base chain project ($PITCH) largely due to influencer support. The recent "pump.fun GO" feature, allowing bounty tasks for token promotion, is critiqued for fostering sensationalist and often negative stunts—like people getting token tickers tattooed on their bodies for rewards—reminiscent of old internet shock content. In contrast, the article points to a resurgence of organic, community-driven tokens that survive market volatility through strong holder bases and shared ideology, not just hype. Influencer Ansem is cited, arguing that durable meme coins rely on communities willing to endure losses and promote their core message daily. Examples given are older tokens like $neet (anti-work ethos), $troll, $buttcoin, and $triplet, which have maintained relative price stability. A prime example of this community-build model is the new project $KINS, the token for the browser-based MMORPG Kintara. Its success stems not from advanced graphics but from consistently delivering updates, fostering player trust, and creating genuine engagement (e.g., in-game economies, events, property auctions). It has attracted a growing player base and even notable KOLs as participants, demonstrating that sustainable growth can come from building trust rather than orchestrating pumps. The article concludes by questioning whether the market is ultimately a game of mutual trust or mutual deception, expressing hope that such reflection might lead to a healthier ecosystem.

marsbit8 мин. назад

Recent On-Chain Review: No Clear Narrative Under U.S. Stock Market Pressure, Just Hype

marsbit8 мин. назад

On-Chain Scene on Opening Day: $20 Billion Already Staked, How Do On-Chain Contracts Know Who Wins?

On the opening day of the 2026 World Cup, over $2 billion had already been wagered on just the "tournament winner" contracts on platforms like Polymarket and Kalshi. This article explores how these blockchain-based prediction markets actually function once the games begin. It breaks down the massive volume and explains how single-game and tournament-long contracts are priced, with values moving between 1-99 cents to reflect implied probabilities. A key mechanism highlighted is "elimination zeroing," where a team's "champion yes" contract immediately settles to zero once they are mathematically eliminated. The core technical question answered is: how does a smart contract "know" who won a real-world match? The answer lies in oracles. The article details two primary paradigms: UMA's "optimistic oracle" (used by most of Polymarket), which allows a challenge period after a proposed result, and Chainlink's multi-source data aggregation (used by FIFA partners like ADI Predictstreet), which automates settlement with minimal dispute windows. Finally, the article injects a note of caution, citing research estimating that a significant portion of historical trading volume on these platforms might be "wash trading" to inflate numbers. It concludes by contrasting the legal status of these "event contracts" under CFTC rules in the U.S. versus traditional, state-regulated sports betting. As the tournament progresses, the real-time operation of this multi-billion dollar machine—its settlements, eliminations, and underlying mechanisms—becomes a story as compelling as the football itself.

marsbit23 мин. назад

On-Chain Scene on Opening Day: $20 Billion Already Staked, How Do On-Chain Contracts Know Who Wins?

marsbit23 мин. назад

Sequoia Dialogue with Jensen Huang: Computing Model Undergoes a 60-Year Transformation; You Won't Be Replaced by AI, But You Will Be Dimensionality-Reduced by 'Those Who Master AI'

NVIDIA founder and CEO Jensen Huang, in a conversation with Sequoia Capital's Konstantine Buhler, argues that we are witnessing the most significant computing shift in 60 years—from retrieval-based to generative computing. Instead of just storing and retrieving data, future systems will generate highly personalized content (text, images, video) on demand, powered by massive "AI factories." Huang envisions a global "intelligence network" that will envelop the planet, following the historical patterns of energy and communication grids. He outlines a five-layer investment framework: 1) Energy, 2) Chips/Computers, 3) Infrastructure (data centers), 4) AI Models, and 5) Applications. He predicts this ecosystem will reach a scale of $20 trillion annually. Crucially, Huang pushes back against fears of AI-driven job loss. He distinguishes between specific "tasks" (e.g., typing, analyzing images) and overall "jobs" (e.g., CEO, radiologist). While AI automates tasks, it increases efficiency and demand for the higher-value problem-solving aspects of professions, thus creating more jobs and "up-leveling" careers. The real risk, he asserts, is not being replaced by AI, but being outperformed by someone who effectively leverages it. He urges everyone to embrace AI as a tool for augmented capability and innovation.

marsbit1 ч. назад

Sequoia Dialogue with Jensen Huang: Computing Model Undergoes a 60-Year Transformation; You Won't Be Replaced by AI, But You Will Be Dimensionality-Reduced by 'Those Who Master AI'

marsbit1 ч. назад

Торговля

Спот
Фьючерсы

Популярные статьи

Как купить SFP

Добро пожаловать на HTX.com! Мы сделали приобретение SafePal (SFP) простым и удобным. Следуйте нашему пошаговому руководству и отправляйтесь в свое крипто-путешествие.Шаг 1: Создайте аккаунт на HTXИспользуйте свой адрес электронной почты или номер телефона, чтобы зарегистрироваться и бесплатно создать аккаунт на HTX. Пройдите удобную регистрацию и откройте для себя весь функционал.Создать аккаунтШаг 2: Перейдите в Купить криптовалюту и выберите свой способ оплатыКредитная/Дебетовая Карта: Используйте свою карту Visa или Mastercard для мгновенной покупки SafePal (SFP).Баланс: Используйте средства с баланса вашего аккаунта HTX для простой торговли.Третьи Лица: Мы добавили популярные способы оплаты, такие как Google Pay и Apple Pay, для повышения удобства.P2P: Торгуйте напрямую с другими пользователями на HTX.Внебиржевая Торговля (OTC): Мы предлагаем индивидуальные услуги и конкурентоспособные обменные курсы для трейдеров.Шаг 3: Хранение SafePal (SFP)После приобретения вами SafePal (SFP) храните их в своем аккаунте на HTX. В качестве альтернативы вы можете отправить их куда-либо с помощью перевода в блокчейне или использовать для торговли с другими криптовалютами.Шаг 4: Торговля SafePal (SFP)С легкостью торгуйте SafePal (SFP) на спотовом рынке HTX. Просто зайдите в свой аккаунт, выберите торговую пару, совершайте сделки и следите за ними в режиме реального времени. Мы предлагаем удобный интерфейс как для начинающих, так и для опытных трейдеров.

241 просмотров всегоОпубликовано 2026.05.22Обновлено 2026.06.02

Как купить SFP

Как купить CTR

Добро пожаловать на HTX.com! Мы сделали приобретение Citrea (CTR) простым и удобным. Следуйте нашему пошаговому руководству и отправляйтесь в свое крипто-путешествие.Шаг 1: Создайте аккаунт на HTXИспользуйте свой адрес электронной почты или номер телефона, чтобы зарегистрироваться и бесплатно создать аккаунт на HTX. Пройдите удобную регистрацию и откройте для себя весь функционал.Создать аккаунтШаг 2: Перейдите в Купить криптовалюту и выберите свой способ оплатыКредитная/Дебетовая Карта: Используйте свою карту Visa или Mastercard для мгновенной покупки Citrea (CTR).Баланс: Используйте средства с баланса вашего аккаунта HTX для простой торговли.Третьи Лица: Мы добавили популярные способы оплаты, такие как Google Pay и Apple Pay, для повышения удобства.P2P: Торгуйте напрямую с другими пользователями на HTX.Внебиржевая Торговля (OTC): Мы предлагаем индивидуальные услуги и конкурентоспособные обменные курсы для трейдеров.Шаг 3: Хранение Citrea (CTR)После приобретения вами Citrea (CTR) храните их в своем аккаунте на HTX. В качестве альтернативы вы можете отправить их куда-либо с помощью перевода в блокчейне или использовать для торговли с другими криптовалютами.Шаг 4: Торговля Citrea (CTR)С легкостью торгуйте Citrea (CTR) на спотовом рынке HTX. Просто зайдите в свой аккаунт, выберите торговую пару, совершайте сделки и следите за ними в режиме реального времени. Мы предлагаем удобный интерфейс как для начинающих, так и для опытных трейдеров.

234 просмотров всегоОпубликовано 2026.05.25Обновлено 2026.06.02

Как купить CTR

Обсуждения

Добро пожаловать в Сообщество HTX. Здесь вы сможете быть в курсе последних новостей о развитии платформы и получить доступ к профессиональной аналитической информации о рынке. Мнения пользователей о цене на A (A) представлены ниже.

活动图片