01
AI market drafting in ~15 seconds
A DSPy pipeline of Scout, Draft, and Validator agents turns a one-line idea into a full market specification — question text, resolution criteria, source allowlist, timestamps, and economics. Output is structured JSON ready for curation.
02
zkTLS settlement, no trusted arbiter
Outcomes resolve when a zero-knowledge TLS proof attests to a canonical data source — Reuters, CoinGecko, official APIs. The on-chain Solana program verifies the proof and triggers payout. No UMA jury, no optimistic dispute window for routine markets.
03
Curator console with diffs and bulk actions
Human curators stay in the loop with side-by-side diff view, bulk approve/reject, validation scores, and complete version history. The console treats AI output as a draft, not a verdict.
04
Solana-native economics
MarketFactory and MarketSettlement programs are written in Anchor. Trading happens at Solana fee tiers — sub-cent transactions, sub-second confirms — not Ethereum L1 prices that price out small bettors.
05
Canonical market schema
Every market — binary or multi-outcome — conforms to the same standard: question, resolution criteria, source list, trigger condition, fallback, invalidation clause, economic parameters, state machine. Indexers, UIs, and integrations all speak one format.
06
Permissionless and open source
The whole stack — Vue frontend, FastAPI backend, DSPy agents, Solana programs, Rust indexer, proof service — is Apache-2.0. Self-host the protocol; bring your own AI keys; settle on your own Solana cluster if you want.
07
Audit trail by default
Every AI prompt, curator decision, and proof submission is logged. The on-chain market account stores a BLAKE2 hash of the AI rationale, so anyone can verify the off-chain narrative against the on-chain bytes.