Orbitra Prime
Trading intelligence
An order in one Orbitra Prime market does not queue behind unrelated activity in another, and the index stream feeds Prime’s positions, books and history directly from finalized state.
Parallel deterministic execution
VectorLanes is the execution layer of Orbitra L1. Transactions that touch independent state run side by side across 256+ parallel lanes, a conflict-aware deterministic scheduler orders only what genuinely conflicts, and QSE converges every lane into one globally ordered, finalized truth. It is the execution design behind the 1,000,000 TPS full-capacity architecture.
How it moves
Hundreds of independent execution lanes move in parallel across the field, pass through validation rings and converge on a single finality beacon. The parallel lanes show independent state executing at the same time; the beacon represents the QSE certificate that joins every lane into one ordered, final state.
The problem
Most blockchains execute transactions one after another, even when they have nothing in common. A payment in one application waits behind a trade in another market and a game move in a third, while the processor cores that could run them together sit idle.
Naive parallelism is worse than none for a financial ledger. If validators run threads in whatever order the hardware allows, two honest machines can reach different results, and a market cannot settle on a state that depends on timing.
VectorLanes runs in parallel only what is provably independent and orders everything else canonically. The outcome is identical to executing the whole batch one transaction at a time in canonical order, so every validator reaches the same state.
Operating sequence
Every batch follows the same path. Only the middle of the path runs in parallel; its entry and its exit are canonical.
Signatures are checked in batches at ingress, before scheduling, so lanes spend their time executing rather than verifying.
Each transaction carries its read and write sets: the accounts, order books and contract storage it will touch.
The deterministic scheduler builds a conflict graph over the ordered batch. Independent transactions go to separate lanes; conflicting ones share a lane in canonical order.
Lanes run in parallel against lane-local state and produce state deltas without cross-lane locks.
Deltas combine in canonical order into one state commitment — the same root a serial execution of the batch would produce.
QSE validators re-derive the commitment and certify it. Every lane becomes part of one globally ordered, final state.
Finalized changes stream to indexers, Orbitra Prime and APIs as ordered output, so consumers follow state instead of polling for it.
Architecture
VectorLanes sits between the market services above it and QSE consensus below. Each component removes one source of serialization or one source of nondeterminism.
Verifies signatures in batches as transactions arrive, taking the most expensive per-transaction check off the execution path.
Native modules and NexusWASM contracts expose their state access explicitly. Parallel-friendly state access is what makes conflict-aware scheduling possible.
Derives lane assignments from the ordered batch and its conflict graph alone. Timing, thread count and hardware never change the outcome.
Run compact deterministic code against lane-local state, with hardware-aware validation that keeps cores busy without shared locks.
Combines lane deltas in canonical order and computes the state commitment that QSE validators certify.
Emits finalized state changes as ordered streams for Orbitra Prime, explorers, analytics and institutional reconciliation.
Security and failure control
Parallel execution belongs in a financial ledger only if it can never change an outcome. These properties make that claim checkable.
Across the three systems
Orbitra Prime
Trading intelligence
An order in one Orbitra Prime market does not queue behind unrelated activity in another, and the index stream feeds Prime’s positions, books and history directly from finalized state.
Orbitra L1
Settlement and compute
VectorLanes is the execution layer of Orbitra L1. It runs ApexMatch transitions and NexusWASM contracts in parallel and hands QSE one ordered commitment to certify.
Orbitra Realm
Applications and commerce
Payments, tokenization, games and data applications in Orbitra Realm run alongside markets instead of competing with them for a single execution thread. Contracts that declare narrow state access gain the most parallelism, while the EVM Capsule runs in its own isolated domain with independent limits.
Value
Specifications
1,000,000 transactions per second represents the engineered aggregate full-capacity architecture of ORBITRA ONE™ and is intended for validation under defined benchmark conditions.
Terminology