The Book · 27 Jul 2026
← Field guide
The chain

The sequencer & FCFS ordering

Robinhood Chain orders transactions first-come, first-served, with no priority fees. What that removes — the gas auction — and what it doesn't: the sequencer is Robinhood-run, so ordering is an operator policy, not a guarantee.

6 min read · Updated 2026-07-13

What the sequencer does

Every rollup needs something to decide the order of transactions before they are batched to Ethereum. On Robinhood Chain that is the sequencer, and Robinhood operates it. It receives transactions, sequences them into roughly 100ms blocks, and posts batches to L1.

That single role carries a lot of weight. The sequencer decides inclusion and ordering, and because there is only one, it is also a single point of failure: if it stalls, the chain stalls. On an operator-run rollup, users can still force transactions through L1 as a backstop, but day-to-day, the sequencer is the chain's heartbeat.

First-come, first-served — and 'no priority fees'

Robinhood Chain sequences first-come, first-served (FCFS): transactions are ordered by arrival time, not by fee. There is no priority-fee auction — you cannot outbid someone for faster inclusion the way you can on Ethereum L1. For a chain aimed at retail and tokenised-equity trading, that removes a familiar unfairness: the highest bidder does not automatically jump the queue.

But "no priority fees" is a narrower claim than "no ordering advantage." FCFS rewards latency: whoever gets their transaction to the sequencer first wins, so proximity, faster infrastructure, and co-location still matter. The gas auction is gone; the speed race is not.

What FCFS does and doesn't guarantee

The most important caveat is structural. FCFS on Robinhood Chain is an operator policy, not a cryptographic guarantee. A single, trusted sequencer chooses to order fairly; nothing in the protocol forces it to, and nothing external proves it did. That is a different assurance from a chain with enforced fair-ordering or a decentralised proposer set.

This is not a scandal — it is the honest shape of a launch-stage, operator-run rollup, and it is the same reason the chain sits at the operator-dependent end of L2BEAT's stages. The practical takeaway: enjoy the absence of gas wars, but understand that ordering fairness rests on Robinhood's operation of the sequencer, and track any move toward decentralising it as a real change in the trust model.


Keep reading

Related


Citations

Sources

  1. [1]Robinhood Chain — documentation
  2. [2]Arbitrum Docs — The Sequencer and FCFS ordering
  3. [3]L2BEAT — scaling risk & stages

HoodL2 is a neutral, sourced reference. Every claim above is drawn from the cited sources; where a detail is uncertain it is omitted rather than guessed.


Answer-first

Frequently asked

Does Robinhood Chain have priority fees?
No. The sequencer orders transactions first-come, first-served by arrival time, with no priority-fee auction — you cannot outbid others for faster inclusion the way you can on Ethereum L1. Gas is paid in ETH.
Does 'no priority fees' mean ordering is perfectly fair?
Not exactly. FCFS removes the gas auction but rewards latency — getting your transaction to the sequencer first still wins. And because Robinhood runs the single sequencer, fair ordering is an operator policy, not a cryptographic guarantee.
What happens if the sequencer goes down?
Because there is one Robinhood-operated sequencer, its failure would stall the chain — it is a single point of failure. Optimistic rollups let users force transactions through Ethereum L1 as a backstop, but normal operation depends on the sequencer.