Replay path
Data capture, simulation, and ranking own the reproducible evidence chain.
Public boundary
api-router owns the public HTTP contract and thin-client route surface.On-chain boundary
alphaengine-contracts owns intents, vault contracts, and deployments.Core backend flow
Module ownership
Replay-critical backend
Replay-critical backend
data-pipeline owns deterministic market capture and snapshot artifacts.
simulation-service owns orchestration, invariants, reports, and artifacts.
ranking-evaluation owns utility scoring, CapitalScore, eligibility,
contest scoring, and reports.Strategy and execution math
Strategy and execution math
strategies-ts/spot-strategies owns Pendle strategy signals, features, and
parameter semantics. amm-math owns deterministic AMM execution adjustment.Public API
Public API
api-router owns the public HTTP contract, auth, request validation, and
family dispatch.Contracts and private runtime
Contracts and private runtime
alphaengine-contracts owns Solidity intent contracts, vault contracts,
events, storage, and deployments. listener-service and cofhe own
private operator-side infrastructure.Docs
Docs
mintlify-docs owns this documentation site.Local commands
Each repo has its own README and agent instructions. Use the module README as the local source of truth. Common backend commands include:Boundary rules
Public access
Public access
Public access terminates at
api-router. Internal AlphaEngine packages
communicate by imports in the MVP.Private runtime
Private runtime
listener-service and operator-side cofhe are internal infrastructure.Dependency direction
Dependency direction
ranking-evaluation must not orchestrate simulation-service in production
flow.Capital separation
Capital separation
ContestScore must stay independent from capital allocation ranking.
Related pages
System architecture
Public beta flow, encrypted intent flow, and module boundaries.
API overview
Implemented public Strategy Arena routes.
Privacy model
Hidden inputs, public evidence, metadata leakage, and trust assumptions.
