Skip to main content

Decoupled Execution

Definition

Decoupled Execution separates the processing of transactions from the network’s consensus process. This architectural approach allows for the independent operation and optimization of transaction execution and block validation, rather than combining them into a single, synchronous step. By separating these concerns, systems can achieve greater throughput, lower latency, and more flexible upgrade paths. Such designs aim to enhance overall blockchain scalability and efficiency.