The sequencer role
The sequencer receives transactions, orders them into blocks and posts batches to Ethereum. Robinhood operates the sequencer for Robinhood Chain, which produces blocks roughly every 100ms.
Normal transaction processing depends on that operator being available. An early sequencer confirmation is separate from the batch reaching Ethereum finality. The network architecture page explains the other operational roles and their permissions.
First-come, first-served ordering
Robinhood Chain's documented policy is first-come, first-served, or FCFS. Transactions are ordered by arrival at the sequencer. A higher priority fee does not move a transaction ahead of those already received.
Arrival time is different from the moment a user clicks a wallet button. Network routing and latency affect when a transaction reaches the sequencer. The ordering rule consequently does not give every user identical access speed. This follows from the rule; it is not a measured performance claim about any particular connection.
What the rule establishes
FCFS specifies the ordering policy used by the sequencer. It does not by itself prove that every transaction was treated according to that policy or eliminate every trading advantage. Assessing implementation and enforcement requires evidence beyond the absence of priority fees.
Sequencing is also separate from validating state assertions and approving upgrades. Robinhood Chain's permissioned validators and Security Council perform those other functions. Current documentation and L2BEAT's analysis help readers follow changes in these dependencies.
Mentioned in this article