System Overview

Nexus is a Layer 1 blockchain with BFT consensus (NexusBFT) and an EVM execution layer (NexusEVM). It will be extended with an Exchange execution engine (NexusCore) and a distributed proof system (Compute Network) to run a fully on-chain spot and perpetual futures exchange.

How the system works today

A developer submits an EVM transaction. NexusEVM executes the contract at 1-second block intervals. NexusBFT validators commit the block with single-slot finality. The transaction is final when committed.

How the system will extend with the Exchange

A trader will submit a signed order via REST or WebSocket API. The sequencer will order the transaction and dispatch it to NexusCore, which will match the order, update positions, and run risk checks at 5ms block intervals. NexusBFT validators will commit the block. The Compute Network will then generate a validity proof of the execution batch, recorded on-chain so that any party can verify independently.

NexusCore and NexusEVM will operate as parallel execution domains with different block cadences. NexusEVM contracts will call into NexusCore — placing orders, reading exchange state, managing margin — atomically within a single transaction.

Last updated