Orbitra Prime
Trading intelligence
Assets that cross the gateway become ordinary core assets. Once listed under the usual rules, they trade in Orbitra Prime through ApexMatch with the same Aegis risk treatment as any other asset.
Isolated EVM compatibility domain
EVM Capsule is an isolated compatibility domain at the edge of Orbitra L1. Existing Ethereum bytecode and tooling run inside a metered capsule with its own gas and resource ceilings, and assets reach the core only through a governed, rate-limited gateway. The core execution environment is NexusWASM; the capsule extends developer reach without changing it.
How it moves
The illustration draws the EVM Capsule as an isolated domain beside the Orbitra L1 core, bounded by its own resource ceilings. The only connection between the two is a governed gateway: assets cross it under rate limits, and a circuit breaker can close it without stopping either domain. A migration path leads from the capsule toward NexusWASM.
The problem
A vast body of smart-contract code, reviewed libraries and developer practice is written for the Ethereum Virtual Machine. A new network that ignores it asks every team to start from zero. A network that adopts the EVM as its core inherits its execution model — one blended gas unit, implicit state access and processing organized around a single global order — none of which was designed for parallel, deterministic market state.
Orbitra L1 needs both at once: a core runtime engineered for financial state, and a direct path for teams that already build with Ethereum languages and tools. Merging the two would compromise the first. Ignoring the second would narrow the ecosystem.
EVM Capsule resolves the tension with a boundary. Compatible applications run inside the capsule under familiar rules, the core runtime carries no EVM constraints, and everything that moves between them passes through a gateway with explicit limits, monitoring and circuit breakers.
Operating sequence
The capsule is a place to run existing code, not a shortcut into core state. Every interaction with core assets follows the same governed path.
Existing EVM bytecode is deployed into the capsule with familiar Ethereum tooling. Addresses, calls and events behave as EVM developers expect within the capsule domain.
Capsule transactions pay capsule gas under ceilings set independently of the core, so demand inside the capsule is priced and bounded inside the capsule.
The capsule runs in its own domain with its own state. A fault inside it cannot write to NexusWASM contracts, market modules or core balances.
When an application needs a core asset, it submits a transfer request to the gateway. No direct call path leads from capsule code into the core.
The gateway checks the request against per-asset and per-route rate limits, circuit-breaker status and bridge monitoring before anything moves.
Approved transfers commit on both sides in one transition finalized by QSE. Refused or paused requests leave both domains unchanged.
When a team is ready, components move into NexusWASM one at a time, with the gateway carrying assets between capsule and native versions during the transition.
Architecture
The capsule is deliberately simple at its boundary: one domain, one gateway, one set of limits. Complexity stays on the side of the wall where it belongs.
Runs EVM bytecode with Ethereum semantics in a sandboxed domain that keeps its own state, apart from core state, and exposes familiar interfaces for deployment, calls and events.
Capsule gas, execution and storage growth are bounded by ceilings set separately from the core. Congestion inside the capsule is priced and absorbed inside the capsule.
The single path for assets moving between capsule and core. Transfers are rate-limited per asset and per route, and every movement leaves a matching record on both sides.
Automatic triggers pause the whole gateway or a single route when flows exceed limits, reconciliation fails or monitoring detects an anomaly.
Capsule-side representations of core assets are reconciled continuously against the core holdings that back them. A mismatch pauses the affected route instead of letting it grow.
Patterns and tooling for moving an application into NexusWASM progressively, from a single performance-critical path to the whole codebase.
Security and failure control
The capsule is designed on the assumption that some EVM applications will fail — through reentrancy defects, faulty upgrades or compromised keys. The boundary decides how far such a failure can reach.
Across the three systems
Orbitra Prime
Trading intelligence
Assets that cross the gateway become ordinary core assets. Once listed under the usual rules, they trade in Orbitra Prime through ApexMatch with the same Aegis risk treatment as any other asset.
Orbitra L1
Settlement and compute
EVM Capsule is a bounded compatibility domain of Orbitra L1 that runs beside the NexusWASM runtime — never beneath it or in its place. Its transitions are finalized by QSE together with the rest of the network.
Orbitra Realm
Applications and commerce
Teams with existing Ethereum applications can enter Orbitra Realm quickly, reach users and liquidity through the gateway and move performance-critical components into NexusWASM when they choose. Assets from other chains arrive through GateMesh; the capsule gateway connects only capsule and core.
Value
Specifications
Terminology