Skip to main content

Decoupled Ordering

Definition

Decoupled ordering separates the process of arranging transactions from their actual execution within a blockchain system. This architectural approach allows transactions to be ordered by one set of participants or mechanisms, while their processing and state updates are handled by another, distinct component. The separation can improve scalability by enabling parallel execution or by allowing specialized sequencers to optimize transaction flow. It aims to reduce contention and enhance throughput by modularizing the blockchain’s operational layers.