Orders, books and clearing
Place, amend and cancel orders on ApexMatch, stream book and trade state, request RFQ quotes and read clearing deltas. API orders pass the same Aegis pre-risk gate as orders from the interface.
Developers
NexusSDK exposes the primitives of ORBITRA ONE™ — order books, risk, identity, assets, agents and payments — as first-class services. Applications call the same deterministic modules that run the markets instead of rebuilding a venue around them.

NexusSDK overview
NexusSDK is the developer surface of the whole system. It reaches into the market-services layer of Orbitra L1 — ApexMatch, Aegis, Prism, clearing and settlement — and into the execution layer, where NexusWASM contracts run.
Every call is made by an identity with scoped permissions, and every state change returns signed evidence. The hardest parts of a financial application — matching, risk, eligibility and finality — already exist as protocol modules, so the distance between an idea and a trusted application gets shorter.
Primitives
Each service is a typed interface over a native module. All six share one account model, one risk view and one evidence format.
Place, amend and cancel orders on ApexMatch, stream book and trade state, request RFQ quotes and read clearing deltas. API orders pass the same Aegis pre-risk gate as orders from the interface.
Issue and administer tokenized assets with issuer permissions, lifecycle events such as distributions and redemptions, and eligibility rules enforced on every transfer. See tokenization.
Register AI agents and bots as identities of their own, each bound to a Cortex policy. Every agent action is signed, attributable and revocable.
Publish and license datasets and signals with verifiable provenance. Buyers see source and freshness; contributors keep control of access terms.
Check eligibility and permissions through VaultID. Your application learns what a user may do without ever handling the documents behind it.
Request, authorize and settle payments on the same deterministic finality as trades, with conditions expressed in code rather than reconciled afterwards.
NexusWASM
NexusWASM is the primary contract environment of Orbitra L1. Contracts compile from Rust, C and C++ to WebAssembly and run in a metered sandbox where compute and storage carry explicit prices.
Each contract declares its capabilities at deployment: the market primitives it may call and the state it may read or write. The runtime refuses anything outside that declaration, and declared state access lets independent contracts execute in parallel on VectorLanes.
Capabilities
Metered compute
Metered storage
EVM Capsule migration path
The EVM Capsule runs existing Ethereum bytecode and tooling in an isolated domain with its own resource ceilings. It is a compatibility boundary, never the core runtime.
Deploy existing contracts with familiar tooling. They run unchanged inside the capsule, metered against independent gas and resource limits.
Assets reach the core only through the governed gateway, with rate limits, route caps and circuit breakers on every transfer.
Find the code paths that need native performance or direct market access — usually order handling, settlement and risk logic.
Rewrite those paths as NexusWASM contracts that call ApexMatch and Aegis natively, keeping the capsule version as a behavioral reference.
When both versions produce the same results from the same inputs, move users to the native contracts and wind the capsule deployment down.
A fault inside the capsule is contained by its own limits and circuit breakers. Capsule workloads never constrain the core runtime.
Validator and node tooling
Developers and operators use the same node client. Developers replay and query finalized state; validators add signing duties on top.
Resources
Developer interest
SDK access, sandbox credentials and published package names are issued to registered developers. Describe your application and the primitives it needs.