High-performance blockchains frequently encounter architectural limits where transaction execution sits directly in the path of consensus. In conventional synchronous models, validators must execute transactions inside a block to confirm valid state transitions, creating a shared computation bottleneck that can constrain the pace of the entire system as transaction complexity increases.
To address execution as an architectural constraint, MultiversX introduced the Supernova upgrade on testnet, which decouples consensus from execution so the network can agree on blocks before processing their transactions.
Asynchronous Computation Pipeline
Prior to Supernova, block production required proposers to execute transactions locally and validators to re-execute them before voting. Supernova changes this sequence by allowing proposers to propose blocks without executing transactions first. Validators verify protocol rules and vote immediately, while execution proceeds asynchronously in the background. The resulting execution output is referenced and notarized in the next block header, trailing consensus by roughly one block or about 600 milliseconds.
To solve the validity problem introduced by this decoupling, Supernova utilizes a virtual mempool state. This system tracks pending nonces, expected balance consumption, and previously proposed transactions whose execution results have yet to pass consensus, giving proposers a forward-looking view of account activity.
Additionally, the upgrade introduces the Execution-Result Inclusion Estimator to cap referenced execution results based on minimum-spec node capabilities, alongside automatic backpressure to reduce block capacity if execution falls behind.
Network Integration and Mainnet Timeline
The upgrade aligns with the broader collaboration between Cointelegraph Decentralization Guardians and MultiversX, following Cointelegraph joining the network as a validator in March 2026. MultiversX also serves as an official CTDG Dev Hub partner.
For application builders, in-shard finality occurs within the same round at approximately 100 to 250 milliseconds, providing predictable execution conditions for applications requiring tight feedback loops such as high-frequency decentralized finance primitives and onchain order books.
Supernova has operated on the live testnet and devnet since August 20, with mainnet activation scheduled for September 10, 2026.


