Resources
Another [layer-2-scaling] solution based on Optimistic Rollups (OR) technology (like [optimism]).
See [optimism] and [layer-2-scaling] for background on how optimistic rollups work. The key differences with Arbitrum are,
The Sequencer today: single one run by Offchain Labs's official chain, controls insertion order into the Inbox (which is split into two: 1. regular inbox and 2. sequencer inbox)) up to ~10 minutes in the past. ArbOS will consume messages from the inboxes according to their block numbers, however sequencers impose a fixed subtraction to the block number causing it to go in before the other inbox.
it appears that today, if going via the sequencer it looks FIFO-style fairness (same as [optimism]).
Later, decentralized sequencer:
sequencer is a committee of servers, and as long as a quorum of more than two-thirds of the committee is honest, the sequencer will establish a fair ordering over transactions. see paper