# Dual-Block Execution

### Dual-Block Execution

To achieve predictable performance, NexusCore will participate in a dual-block architecture:

* NexusCore blocks will execute continuously at 50–100 ms intervals for real-time trading and risk operations.
* NexusEVM blocks will occur every 4–10 Core blocks, providing synchronization and composability between NexusCore and NexusEVM.

This scheduling will ensure that NexusCore operations never wait for EVM overhead, maintaining deterministic latency across financial workloads.

<figure><img src="/files/NlGvTZoU2A5FeNENlMMV" alt=""><figcaption><p>To achieve high performance, Nexus introduces a high-frequency dual-block architecture. <br>It features fast NexusCore mini-blocks providing high-frequency and low-latency orderbook transactions, <br>and slower NexusEVM blocks featuring the full programmability of the EVM.</p></figcaption></figure>

### Benefits

* Sub-100 ms latency for trading and risk computation
* Parallelized throughput scaling with hardware cores
* Native economic integration with validator and fee rewards
* Composable APIs bridging high-frequency execution with programmable contracts

NexusCore will transform the base chain into a verifiable financial engine, capable of supporting institutional-grade market infrastructure on-chain.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nexus.xyz/architecture/dual-block-execution.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
