The sequencer is the node that receives user transactions, orders them, and produces L2 blocks. On Base, there is a single sequencer operated by Coinbase. This is the central trust assumption of the network. A centralized sequencer can, in theory, reorder transactions (MEV extraction), censor specific addresses, or go offline temporarily. It cannot steal user funds — because funds are secured by the L1 state root and the fault proof system — but it can withhold service.
Coinbase's sequencer has maintained high uptime since Base's mainnet launch in August 2023. Historically the sequencer has processed over 99.9% of submitted transactions without reversion or delay. The sequencer does not currently implement mempool privacy or transaction ordering guarantees, which means a sophisticated observer can monitor the public mempool and front-run certain transaction types. Lightra addresses this by routing sensitive strategies through private submission channels rather than the public mempool.
The OP Stack's roadmap includes sequencer decentralization — a future state where multiple sequencers compete to include transactions, reducing both MEV exposure and censorship risk. Base's current sequencer design is a deliberate temporal trade-off: centralization now for speed and simplicity, with a credible public commitment to decentralization as the stack matures. Lightra's risk model accounts for the current centralized state and will re-parameterize as decentralization occurs.
Transaction ordering on Base follows a first-come-first-served model based on submission time to the sequencer, not on gas price priority fees. This is different from Ethereum mainnet, where priority fees drive transaction ordering. The implication for Lightra is that a well-connected node submitting a strategy transaction will not be outbid by a higher gas price from a competitor — speed of submission dominates, not gas economics.