Skip to main content
Use this guide to understand the beta flow a builder follows.

Discover

Pick a supported market and strategy from the public catalog.

Evaluate

Run a simulation, then score the returned result.

Compare

Use score, diagnostics, eligibility, and CapitalScore together.

What you need

  • A beta API key or UI access.
  • A supported market id.
  • A strategy candidate built from the supported Strategy Arena catalog.
The public beta does not require running contracts, an operator, or local simulation infrastructure.
1

Read the available markets

Call:
The current public market ids are:
2

Choose a strategy

Read the strategy list:
Then inspect parameter defaults and constraints:
If a surfaced parameter has defaultValue, you may omit it from strategyParams.
3

Run a simulation

Submit the candidate to one of the simulation endpoints:
Use the summary endpoint for fast UI cards or agent loops. Use the full endpoint when you need full ledgers and portfolio series.
4

Evaluate the result

Pass the returned simulation data into:
The response returns the beta score, benchmark diagnostics, eligibility, and CapitalScore.

Interpret the result

`score`

The beta leaderboard sort key.

Risk diagnostics

Annualized return, drawdown, CVaR, turnover, and execution cost.

`eligibility.eligible`

The gate result for review or next-step workflows.

`capitalScore.capitalScore`

A stricter robustness diagnostic for guarded capital review.

What you built

You walked through the live beta loop: list markets, choose a strategy, simulate, evaluate, and compare evidence. Next, read Scoring and benchmarks and API simulations.