This doc is deprecated, but includes notes and consideration on implementation details that are still useful. see Draft: Permissionless Channel Sequencer

A stake-lottery channel sequencer: a drop-in sibling of the existing round-robin sequencer. Instead of a fixed roster of accredited keys taking turns, anyone who stakes a note can win the right to write the next message to a channel, via a transparent per-slot lottery


Why we’re doing this

TL;DR — the proposed scheme

The rest of this doc is the deep dive — each design axis, the decision we made, the alternatives, and why. * marks a change from today’s round-robin implementation.