Skip to content
ORBITRAONE
CortexOrbitra Prime

Policy-bound AI trading and intelligence

Models propose. Policy decides.

Cortex is the agent runtime and policy engine of ORBITRA ONE™. Agents observe markets and portfolios, reason with a model ensemble and propose trade intents — but no intent becomes an order until Aegis has simulated it and the policy engine has authorized it. Every pass through the loop leaves an action receipt. The trader’s side of this experience is described under intelligence.

How it moves

The loop and its eight gates

Illustration: The governed agent loop: observe the market and portfolio, reason with a model ensemble, propose a trade intent, simulate it in Aegis, authorize it through the policy engine and execute it on ApexMatch. Eight policy gates surround the loop — capital, loss, leverage, markets, time, human confirmation, data sources and a one-command kill.
Cortex
  1. 01ObserveMarket and portfolio
  2. 02ReasonModel ensemble
  3. 03ProposeTrade intent
  4. 04SimulateAegis risk
  5. 05AuthorizePolicy engine
  6. 06ExecuteApexMatch
  • CapitalMaximum allocation
  • LossDaily and lifetime stop
  • LeverageInstrument ceiling
  • MarketsAllow / deny lists
  • TimeSession and expiry
  • ActionHuman confirmation
  • DataApproved sources
  • KillOne-command revoke

The six Cortex stages — Observe, Reason, Propose, Simulate, Authorize and Execute — form a closed loop. Eight policy gates stand before execution: capital allocation, daily and lifetime loss limits, leverage ceiling, market allow and deny lists, session and expiry, human confirmation, approved data sources and the kill control. An intent moves on to Execute only when every gate is open; a closed gate sends it back with the reason.

The problem

Why automation needs authority limits

Most trading bots are trusted by possession. They hold an API key with broad permissions, and their limits sit inside their own code. When the code is wrong, the model drifts or the key leaks, nothing outside the bot notices until the account does.

AI models add failure modes of their own: confident reasoning built on stale data, inputs from unvetted sources, behavior that shifts when markets enter a regime the model never saw. Afterwards there is rarely a record of what the agent knew, what it concluded or why it acted.

Cortex separates thinking from authority. Agents may research broadly, but execution passes through limits the agent cannot edit, enforced by components the agent does not control and recorded in receipts the owner can inspect. Automation, including AI-assisted automation, can still fail or behave unexpectedly; the architecture bounds the consequences.

Operating sequence

Observe. Reason. Propose. Simulate. Authorize. Execute.

Every agent action — from a hedge adjustment to a new position — travels the same six-stage loop. No stage can be skipped, and a failure at any stage returns the intent to the agent with its reason.

  1. 01

    Observe

    The agent reads market and portfolio state: signed Prism market data, its owner’s Aegis graph and any approved external sources. Each input is logged with its provenance.

  2. 02

    Reason

    A model ensemble evaluates the situation. Each model’s view and version is recorded; disagreement lowers confidence and can stop a proposal before it forms.

  3. 03

    Propose

    The agent emits a trade intent: instrument, side, size, price limits, expiry and rationale. An intent is a request, not an order.

  4. 04

    Simulate

    Aegis applies the intent to the portfolio graph and returns margin used, liquidation distance, loss-limit headroom and concentration after the trade.

  5. 05

    Authorize

    The policy engine checks all eight controls. If the action crosses a confirmation threshold, it waits for the owner’s signed approval.

  6. 06

    Execute

    The authorized intent becomes an order signed under the agent’s VaultID credential. ApexMatch evaluates it at the Aegis gate once more before matching, and the receipt closes the loop.

Architecture

Components of the agent system

Cortex is built so that the component that thinks is never the component that authorizes.

  1. 01

    Agent runtime

    Isolated environments in which agents run. A research workspace with broad read access is kept apart from the narrow execution channel through which intents leave.

  2. 02

    Model ensemble

    Several models evaluate each decision independently. Their versions, outputs and agreement are recorded, so every proposal can be traced to the models that produced it.

  3. 03

    Policy engine

    Evaluates each intent against the owner’s policy, written as versioned policy-as-code. Anything not explicitly permitted is denied.

  4. 04

    Agent identity

    Each agent holds its own VaultID credential, bound to its owner and scoped by policy. Agents never sign with the owner’s keys.

  5. 05

    Simulation bridge

    Connects every intent to the owner’s Aegis graph, so authorization is decided on post-trade risk rather than on the intent alone.

  6. 06

    Receipt service

    Writes a signed action receipt for every loop pass, rejected ones included: reason, simulated risk, provenance, policy verdict and execution evidence.

Security and failure control

Eight controls. Two enforcement points.

The policy engine checks every control before an intent is signed, and the gate inside ApexMatch checks the credential’s limits again before matching. An agent whose own code fails still cannot exceed its authority. The automated and AI-assisted trading disclosure explains the risks that remain.

  • Capital and loss boundsCapital allocation caps what an agent may commit. Daily and lifetime loss limits are measured by Aegis on realized and marked results; reaching either halts the agent.
  • Exposure boundsA leverage ceiling applies per instrument, and market allow and deny lists define where the agent may trade. Any market not on the allow list is denied by default.
  • Time boundsPermissions carry a session window and an expiry. Authority lapses on its own, and only the owner can renew it.
  • Human confirmationActions above the thresholds the owner sets — by size, market or instrument type — wait for the owner’s signed approval on a trusted device.
  • Approved data sourcesUnapproved data may inform research but never an executable intent. Receipts record the source of every input that led to an order.
  • One-command killA single signed command revokes the agent’s permissions and withdraws its resting orders. From the next finalized transition, anything the agent signs is rejected at the gate.

Across the three systems

Cortex in Prime, L1 and Realm

Orbitra Prime

Trading intelligence

In Orbitra Prime, Cortex proposals appear in the guidance panel with their reason, simulated risk and data provenance, while confirmations and the kill command are reachable from desktop and mobile alike. Manual and agent orders share one account, one risk view and one evidence trail.

Orbitra L1

Settlement and compute

Agent credentials and policies are state on Orbitra L1, so enforcement never depends on the machine an agent runs on. Agent orders pass the same Aegis gate inside ApexMatch as manual orders, and receipts reference finalized transitions.

Orbitra Realm

Applications and commerce

In Orbitra Realm, agents are first-class participants with their own identity: they can consume data from the data exchange, pay for compute and be offered through the bot marketplace — always under an owner’s policy. See the AI economy.

Value

Delegation with boundaries

Traders and users
Delegate monitoring and execution without handing over open-ended authority. Every action shows why it happened, and one command withdraws the agent’s authority.
Institutions
Policy-as-code, four-eyes approvals and independent kill controls apply to agents as they do to staff. Action receipts give supervision and model-risk teams a complete trail from input to fill.
Developers
Build agents against a stable loop, a documented intent format and VaultID agent identity. Distribution through the bot marketplace keeps the same policy boundary for every buyer.

Specifications

Specifications

Agent loop
Observe → Reason → Propose → Simulate → Authorize → Execute
Policy controls
Capital allocation, daily and lifetime loss limits, leverage ceiling, market allow/deny lists, session and expiry, human confirmation, approved data sources, one-command kill and permission revocation
Enforcement points
Policy engine before signing; Aegis gate inside ApexMatch before matching
Default posture
Deny unless explicitly permitted; every permission expires
Identity
Per-agent VaultID credential, bound to an owner, scoped and revocable
Reasoning
Model ensemble with recorded model versions and agreement
Explainability
Reason, simulated risk and data provenance attached to every proposal
Evidence
Signed action receipt for every loop pass, including rejected intents

Terminology

Terminology

Trade intent
A structured proposal — instrument, side, size, limits, expiry and rationale — that becomes an order only after simulation and authorization.
Policy engine
The component that evaluates each intent against the owner’s versioned policy and returns a verdict with its reasons.
Action receipt
The signed record of one pass through the loop, from inputs to execution or rejection.
Provenance
The recorded origin of every input an agent used, including its source, time and version.
Model ensemble
A set of independent models whose outputs are combined, with disagreement treated as a signal rather than averaged away.

ONE NETWORK. INFINITE MARKETS.

Apply for access to ORBITRA ONE™.