Orbitra Prime
Trading intelligence
The Forge sits inside the Orbitra Prime workspace, so a strategy is researched, operated and monitored from the same account and risk view as manual trading. Published records feed the rankings in social trading.
Reproducible strategy lifecycle
Strategy Forge is the pipeline that turns an idea into governed automation. Strategies are built in Python, Rust or no-code visual blocks, backtested on versioned data with explicit costs, stressed, paper traded, run under a Cortex policy and published. Every version accumulates a trust record that anyone it is shared with can verify. The creator’s view is on the Strategy Forge overview.
How it moves
Trust record
Seven stages — Idea, Build, Backtest, Stress, Paper, Deploy and Publish — run in sequence along one path. Beneath them, a trust record fills in as the strategy advances: version and code hash at Build; data window, assumptions and costs at Backtest and Stress; risk limits and approvals at Deploy; then execution receipts and realized behavior once the strategy runs.
The problem
Strategy research breaks at every hand-off. Backtests run on datasets nobody can reconstruct, trading costs are assumed away and parameters are tuned until the curve looks convincing. The code that reaches production is often not the code that was tested.
Buyers and followers inherit the problem. A marketplace listing shows a performance chart but not the data window behind it, the costs it assumed or how realized trading compares with the simulation. Reputation becomes marketing rather than evidence.
Strategy Forge binds each stage to a versioned artifact. A result can be re-derived from its inputs, a deployment is pinned to the exact code that was tested and realized behavior accumulates next to the original claims. Historical or simulated performance does not predict future results; the record makes the gap between them visible.
Operating sequence
Each stage adds fields to the trust record. A stage that has not run stays visibly empty, so an untested strategy is never mistaken for a tested one.
Describe a hypothesis in natural language or arrange visual blocks. The Forge drafts explicit logic for review; nothing runs until the rules are explicit.
Write in Python or Rust, or compose no-code blocks. The build is packaged with pinned dependencies and identified by its code hash.
Replay the strategy over a versioned data window under a declared cost model. The same code hash, data window and assumptions always produce the same result.
Apply regime and liquidity shocks — volatility jumps, correlation breaks, depth withdrawal, price gaps — and record how drawdown and exposure respond.
Trade in live market simulation: current market data, simulated fills, no capital. Divergence from the backtest is flagged, not smoothed over.
Run through Cortex under a policy covering capital, loss limits, leverage, markets, session, confirmation, data sources and kill. Approvals are recorded and the version is pinned by hash.
Keep the strategy private, share it with chosen accounts or list it on the marketplace. The trust record travels with every listing.
Architecture
Every component produces or consumes versioned artifacts. That single discipline is what makes the pipeline reproducible end to end.
A natural-language assistant, a visual block editor and Python and Rust SDKs. All three produce the same explicit strategy definition, so no authoring path is a black box.
Freezes code and dependencies into an immutable artifact and computes its code hash. Any change, however small, produces a new version.
Stores market data as immutable, point-in-time versions. A backtest cites the exact data window it read and cannot see information from after its simulated moment.
Event-driven replay with explicit cost models for fees, spread, slippage, funding and financing. Randomized components are seeded, and the seeds are recorded.
Standard regime and liquidity shocks plus custom scenarios. Stress results are stored alongside the backtest rather than in a separate report.
Runs strategies against current market data using the same order primitives as ApexMatch, with simulated fills and no capital at risk.
Keeps append-only records per version, anchored by hash on Orbitra L1 and extended with Cortex execution receipts once the strategy runs.
Security and failure control
Strategy Forge protects two things: the integrity of the evidence and the capital a strategy is allowed to touch.
Across the three systems
Orbitra Prime
Trading intelligence
The Forge sits inside the Orbitra Prime workspace, so a strategy is researched, operated and monitored from the same account and risk view as manual trading. Published records feed the rankings in social trading.
Orbitra L1
Settlement and compute
Execution receipts and realized behavior come from ApexMatch evidence finalized on Orbitra L1, and each version’s record is anchored there by hash. A published record cannot be quietly rewritten.
Orbitra Realm
Applications and commerce
The marketplace in Orbitra Realm distributes strategies and bots under subscriptions and licenses. Strategy royalties and automation licenses are accounted in the AlphaStack value ledger, and approved data sources from Realm can feed research.
Value
Specifications
Terminology