Phase 4 · design-partner preview
Run a forked-mainnet simulation.
Submit a registered scenario, watch the EVM step loop execute on real mainnet bytecode, and pull the report with bit-exact validation against on-chain truth.
What ships in this dashboard
How a run flows.
Five stages, one forked-mainnet kernel, deterministic per pinned block. The same pipeline runs on a laptop, on Modal A10G, and on the deployed dashboard.
- Step 1Mainnet RPCAlchemy fork pinned to a specific block.
- Step 2Forked EVMpyrevm wraps revm; storage cache + snapshots.
- Step 3ScenarioMulti-agent scheduler, configurable cohorts.
- Step 4ValidateBit-exact swap match against on-chain Quoter.
- Step 5ReportHTML + PDF; KPIs, cohort tables, lifecycle data.
Run lifecycle.
Each submission progresses through four states. Reports gate to complete; non-terminal or failed runs return 409 on the report endpoint.
Submission accepted; the FastAPI BackgroundTask has not picked it up yet.
Forked EVM is executing the scenario step loop; partial state persists per step.
Scenario finished cleanly; report HTML + PDF available for download.
Setup or step raised an exception; the error message and stack trace are persisted.
Where to next.
Every page below is hot-linkable; bookmark a scenario submission form for a workflow you re-run weekly.