Sign up
Login

Robinhood Chain Sequencer Feed Benchmark: BlockRazor vs. Official Feed

image.png

Competition on Robinhood Chain does not begin only when a transaction is submitted. It begins when a system first receives the latest onchain state. For searchers, trading bots, and automated trading systems, receiving a block earlier means updating local state, identifying opportunities, and constructing transactions sooner.

BlockRazor deployed benchmark clients in three AWS US East (Ohio) Availability Zones and connected each client to both BlockRazor Robinhood Chain Sequencer Feed and the official Robinhood Chain Sequencer Feed. For matching blocks, the test compared which feed reached the same client first. BlockRazor achieved first-arrival rates of 90.51%, 69.16%, and 75.08% across the three zones. Its P99 relative latency remained between 3.812 and 5.589 ms, compared with 31.128 to 42.707 ms for the official feed.

The results show that BlockRazor delivered most blocks first while also providing more stable block delivery under tail-latency conditions.

What Is Robinhood Chain Sequencer Feed?

Robinhood Chain Sequencer Feed is a real-time block data stream pushed by the sequencer. Nitro nodes subscribe to the feed through WebSocket, receive new blocks, and continuously update their local view of the chain.

Unlike an RPC client that actively queries historical or latest data, Sequencer Feed pushes new blocks directly to subscribed nodes. It is an important data input for tracking the latest Robinhood Chain state. Feed speed and stability affect how quickly a node catches up with blocks and updates its state. Network jitter, connection interruptions, or high tail latency can temporarily leave a node behind the latest height, causing systems that depend on the node to make decisions from older state.

The difference may be negligible for ordinary data queries, but it is important to searchers, trading bots, and automated trading systems: receive the block earlier → update node state earlier → identify onchain opportunities earlier → simulate and construct transactions earlier → preserve more time for transaction submission.

A low-latency feed cannot guarantee transaction success or strategy profitability. However, when strategy, fee, and execution conditions are comparable, earlier state gives a trading system a larger reaction window, improves its competitiveness in latency races, and increases its opportunity to capture potential revenue.

Benchmark Methodology

Test regions and subjects

We deployed a benchmark client in each of three AWS US East (Ohio) Availability Zones:

  • use2-az1
  • use2-az2
  • use2-az3

Each client established two WSS connections and received data from:

  • BlockRazor Robinhood Chain Sequencer Feed
  • Robinhood Chain official Sequencer Feed

Receiving both feeds on the same server gave the compared feeds the same client environment and local network conditions, reducing the effect of deployment differences. Testing three Availability Zones also showed whether the direction of the result remained consistent across different network paths within the same region.

Test procedure

  1. Connect to BlockRazor Feed and the official feed simultaneously from the same test server in each Availability Zone.
  2. Receive and parse the block data pushed by both feeds.
  3. Match identical blocks received from the two feeds.
  4. Record the arrival timestamp of each matching block from each feed.
  5. Assign a relative latency of 0 ms to the feed that arrives first.
  6. Assign the later feed a relative latency equal to the difference between the two arrival timestamps.
  7. Calculate first-arrival rates and P50, P90, P95, and P99 relative latency for each feed.

This benchmark measures the relative arrival time for identical blocks delivered by two feeds to the same client. A value of 0 ms therefore means that a feed arrived first for the corresponding sample. It does not mean that the end-to-end latency from the sequencer to the client was zero.

Benchmark Results

Higher first-arrival rate in all three Availability Zones

AWS AZSequencer FeedFirst-arrival rateP50P90P95P99
use2-az1BlockRazor90.51%0.000 ms0.000 ms1.095 ms3.812 ms
use2-az1Robinhood official feed9.49%6.573 ms15.456 ms19.721 ms42.707 ms
use2-az2BlockRazor69.16%0.000 ms2.151 ms3.230 ms5.589 ms
use2-az2Robinhood official feed30.84%1.719 ms6.754 ms9.782 ms31.128 ms
use2-az3BlockRazor75.08%0.000 ms1.764 ms2.861 ms5.330 ms
use2-az3Robinhood official feed24.92%2.524 ms12.306 ms16.728 ms37.805 ms

BlockRazor achieved a higher first-arrival rate in all three Availability Zones. The advantage was most pronounced in use2-az1, where BlockRazor arrived first for 90.51% of matching blocks. Even in the closest zone, use2-az2, BlockRazor arrived first for 69.16% of matching blocks. Its first-arrival rate in use2-az3 was 75.08%. The consistent direction across all three zones shows that the advantage was not confined to a single AZ or network path.

Earlier state updates and a more stable reaction window

BlockRazor recorded P50 relative latency of 0 ms in all three Availability Zones. In other words, BlockRazor was the first feed to reach the client for at least half of matching samples in every zone. Tail latency shows a larger distinction: BlockRazor P99 remained between 3.812 and 5.589 ms, while the official feed reached 31.128 to 42.707 ms. BlockRazor therefore maintained more stable block delivery when latency fluctuations were more pronounced.

For node operators, lower tail latency can reduce temporary state lag caused by feed jitter and help local state follow the sequencer more closely. For searchers, trading bots, and automated trading systems, earlier state enables earlier detection, opportunity evaluation, simulation, and transaction construction, preserving more time for submission.

Transaction success still depends on strategy validity, submission speed, fee configuration, competitors, and onchain execution. When other conditions are comparable, however, an earlier and more stable Sequencer Feed shortens the total reaction time from state update to transaction submission, improves the probability of winning competitive execution, and substantially increases the opportunity to capture potential revenue.

Getting Started

BlockRazor currently provides Ohio and Tokyo feed endpoints, allowing nodes to connect through an entry point closer to their deployment and avoid unnecessary cross-region transmission. In addition, BlockRazor Sequencer Feed is compatible with the standard feed interface used by Robinhood Nitro nodes. Operators can connect over standard WSS by updating --node.feed.input.url in the startup configuration.

If your team operates a Robinhood Chain node, searcher, trading bot, or other real-time trading system, integrate BlockRazor Sequencer Feed and benchmark it from your own production region. If you encounter any issues during integration, please contact us.