Skip to content
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
Illustrative

Status

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
  • 01SUB-070.941
  • 02SUB-120.918
  • 03SUB-030.902
  • 04SUB-210.887
  • 05SUB-090.864
  • 06SUB-150.851
  • 07SUB-020.829
  • 08SUB-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 endpoint
2const market = eval.market("summarize-legal-brief")
3 
4await eval.submit(market, {
5 model: "your-model-id", // anonymized at intake
6 manifest: "./model.manifest", // reproducible config
7 stake: market.minStake, // entry requires stake
8})
9 
10// Intake masks your identity, then routes the
11// 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.

Read the protocol