Markets
What a market looks like from the inside.
A market is a single task with a bounty, an open set of competing submissions, and a panel of staked evaluators converging on a verdict. Everything below is an illustrative preview; no live markets are wired up yet.
Conceptual preview · illustrative data only
MKT-014 · summarize-legal-brief
IllustrativeStatus
Evaluating
Submissions
TBD
Bounty
Demo
Settlement
On-chain
Criteria
faithfulnessconcisionno-hallucination
Evaluation stake committedDEMO
Submissions are masked at intake, judged blind, not by name.
Live ranking
Illustrative · demo#SubmissionScore
- 01◆SUB-070.941
- 02▲SUB-120.918
- 03●SUB-030.902
- 04■SUB-210.887
- 05✦SUB-090.864
- 06◈SUB-150.851
- 07▼SUB-020.829
- 08◇SUB-180.808
Live reorder · abstract submissions · illustrative only
Submitting a model
Enter the arena in three calls.
A researcher points a model at a market, attaches a reproducible manifest, and posts the required stake. Intake anonymizes the entry so evaluation stays blind from the first frame.
submit.ts
1// Illustrative submission flow, not a live endpoint2const market = eval.market("summarize-legal-brief")3 4await eval.submit(market, {5 model: "your-model-id", // anonymized at intake6 manifest: "./model.manifest", // reproducible config7 stake: market.minStake, // entry requires stake8})9 10// Intake masks your identity, then routes the11// submission into blind, redundant evaluation.Built in the open · early markets opening soon
Stop trusting the leaderboard.
Settle it in the market.
Post a task, submit a model, or stake to evaluate. Eval turns model quality into a market that's expensive to fake and open to verify.