Forge a MarketSpec.
Paste a messy claim, choose a source type, and run the AI Court. Gemini forges, Groq critiques, and the Judge returns a validated MarketSpec or deterministic demo fallback. First 3 Forge runs are free; later runs use 1 Forge Credit or a mock x402 unlock.
Claim intake
Sample claims
Live court progress
Start generation to send the claim through the AI Court.
Forger
idle
Drafting binary question, deadline, source, and rule.
Critic
idle
Attacking ambiguity, weak sources, and edge cases.
Judge
idle
Finalizing verdict, score, and resolution language.
Ready
idle
Validated MarketSpec is ready for review and saving.
Drafted MarketSpec
Converted the social claim into a binary deadline-based infrastructure question.
Attacked launch ambiguity
Found that launch could mean testnet, beta, or mainnet and requested stricter wording.
Blessed and published
Accepted the revised public-mainnet wording and proof-ready metadata.
Will Arc mainnet become publicly available before October 1, 2026?
{
"source_claim": "Arc mainnet will launch before Q4 2026.",
"canonical_claim": "Arc mainnet will become publicly available before October 1, 2026.",
"source_type": "manual",
"market_spec": {
"question": "Will Arc mainnet become publicly available before October 1, 2026?",
"outcomes": [
"YES",
"NO"
],
"deadline": "2026-10-01",
"category": "Crypto Infrastructure",
"resolution_source": "Official Arc or Circle announcement",
"resolution_rule": "Resolves YES only if Arc mainnet is publicly available before the deadline. Testnet, devnet, invite-only pilots, or private beta access do not count.",
"edge_cases": [
"A renamed public Arc chain counts if Circle identifies it as Arc mainnet.",
"Testnet updates do not count.",
"Private beta or partner-only access does not count."
]
},
"critic": {
"objections": [
"The word launch was ambiguous because it could mean testnet, beta, or public mainnet.",
"Resolution source needed a named official channel."
],
"ambiguity_risk": "low",
"suggested_fixes": [
"Use publicly available mainnet instead of launch.",
"Require an official Arc or Circle announcement."
]
},
"judge": {
"verdict": "blessed",
"final_question": "Will Arc mainnet become publicly available before October 1, 2026?",
"final_resolution_rule": "Resolves YES only if Arc mainnet is publicly available before the deadline. Testnet, devnet, invite-only pilots, or private beta access do not count.",
"reasoning": [
"The final wording is binary, dated, and externally resolvable.",
"The edge cases close common launch ambiguity."
],
"confidence": 91
},
"scores": {
"quality": 94,
"tradability": 87,
"resolution_clarity": 96,
"ambiguity": 8
},
"agent_trace": {
"forger": {
"agentId": "forger-001",
"role": "forger",
"title": "Drafted MarketSpec",
"summary": "Converted the social claim into a binary deadline-based infrastructure question.",
"status": "complete",
"score": 88
},
"critic": {
"agentId": "critic-001",
"role": "critic",
"title": "Attacked launch ambiguity",
"summary": "Found that launch could mean testnet, beta, or mainnet and requested stricter wording.",
"status": "complete",
"score": 92
},
"judge": {
"agentId": "judge-001",
"role": "judge",
"title": "Blessed and published",
"summary": "Accepted the revised public-mainnet wording and proof-ready metadata.",
"status": "complete",
"score": 94
}
}
}