ProphetX is a sports-native peer-to-peer prediction market that spent mid-2026 converting a UK exchange history and U.S. sweepstakes path into dual CFTC registration. On June 11, 2026, the Commission approved ProphetX as both a Designated Contract Market (DCM) and a Derivatives Clearing Organization (DCO) — then the company announced a nationwide consumer launch on June 18, 2026 (PR Newswire).

For agent builders, ProphetX sits ahead of most sports-exchange peers on documentation and behind Kalshi on self-serve access. Public docs at docs.prophetx.co cover REST Trading API order entry, WebSockets, FIX, a sandbox, and bot-building guides — but keys are approval-gated, not signup-and-trade. Until your application is approved, The Odds API bookmaker key prophetx / region us_ex is the reliable read-only observation path.

This review covers what ProphetX is, dual DCM+DCO regulation, sports markets and RFQ parlays, exchange mechanics, published fees, deposit unknowns, API reality, policy stance on affiliated trading arms, a five-factor agent-compatibility score, and how ProphetX sits next to Kalshi, Polymarket, and DraftKings Predictions — plus Novig as a sports-native DCM peer (no live AgentBets review page yet this cycle).

What ProphetX Is

ProphetX is a sports-first event-contract exchange — not a house sportsbook. Founded in 2018, the company describes itself as America’s first sports-native prediction market (company About copy in the June 11 PR). CEO and co-founder Dean Sisun is the public face of the CFTC approvals and later market-structure advocacy; co-founder Jake Benzaquen has spoken to Sportico on liquidity policy and exchange design.

The live consumer site at prophetx.co markets the product as “America’s #1 Sports Prediction Market” — treat that line as marketing, not an audited volume ranking.

Structural pitch from the June 11 / June 18 PRs:

  • Users trade event-based contracts against one another on a peer-to-peer book.
  • Dual DCM+DCO registration is intended to let ProphetX trade, clear, and settle under one vertically integrated CFTC-supervised stack (“direct-clearing”).
  • A proprietary Request for Quote (RFQ) Parlay Mechanism lets users construct and price multi-event combinations directly with counterparties — framed as an institutional-style RFQ protocol applied to sports parlays.
  • Consumer apps ship on iOS and Android, plus web (June 18 PR).

Regulatory journey (same June 11 PR): licensed UK peer-to-peer sports event marketplace beginning in 2018; U.S. DCM and DCO applications submitted November 2025; April 2026 comment letter on the CFTC’s prediction-markets ANPR; approvals June 11, 2026.

Dual DCM + DCO — June 11, 2026

Per ProphetX’s PR Newswire release dated June 11, 2026:

  • The CFTC approved ProphetX’s applications to register as a Designated Contract Market (DCM) and a Derivatives Clearing Organization (DCO).
  • The company positions itself as the first sports-native, direct-clearing prediction market to launch under both frameworks.
  • Dual registration is the vertical-integration claim: matching on the DCM, clearing/settlement on the DCO, without routing clears through a separately branded third-party clearer in the middle.

That is a meaningful structural difference versus peers that hold only one of the two licenses or clear through an affiliated/separate DCO brand. It does not by itself decide state gambling fights.

Nationwide launch — June 18, 2026

One week later, ProphetX announced a nationwide platform launch (PR Newswire, June 18, 2026), citing World Cup and U.S. Open timing and repeating the dual-registration / RFQ-parlay product points. Availability claims in press should still be confirmed in-app — see Legal / state availability below.

UK P2P history

The June 11 PR states ProphetX’s eight-year regulatory journey began in the United Kingdom in 2018, where it was licensed as a peer-to-peer marketplace for sports event trading. That history is why the company sells itself as sports-native infrastructure rather than a politics-first venue that bolted sports on later.

Markets / Sports-Native Focus

ProphetX is intentionally sports-first. The consumer brand, RFQ parlays, and Sportico reporting all emphasize sports event contracts over Kalshi/Polymarket-style multi-category breadth.

From primary docs and PRs (not an exhaustive live catalog scrape):

  • Exchange-listed sports event contracts with peer-to-peer pricing.
  • Multi-event parlays via the proprietary RFQ mechanism (June 11 / June 18 PRs).
  • Trading API tournament examples in public docs include MLB, NFL (including preseason), NBA, NHL, and other listed tournament IDs — useful as a developer signal of sports focus, not a guarantee of every contract type on every day.

Compared with Kalshi and Polymarket, expect a narrower category surface and a deeper sports UX bet. That focus is also why state gaming enforcers care.

How Trading Works

ProphetX uses an exchange / peer-to-peer model. The June 18 PR contrasts this with sportsbooks: users set prices, trade against one another, and pay commission rather than facing a house that profits when customers lose.

Mechanically, for builders:

  • Prices form from resting and taking interest (and RFQ responses for parlays), not from a single dealer board.
  • Dual DCM+DCO means matching and clearing are designed to live inside ProphetX’s regulated stack.
  • Edge comes from book position, fill quality, and fee drag — not from “beating the house line” alone.

For the broader exchange-vs-sportsbook frame, see sports betting vs prediction markets.

Fees

Published on ProphetX’s Trading Fees page (/lobby/t-c/trading-fees), last update August 19, 2026, version 1.0:

Trade typeFee (as published)
Straight trades2% trading fee on net gains per market
Parlay tradesCharged per the separate Fee Schedule for Parlay Contracts (v1.0, last updated Aug 19, 2026)

Read that carefully for agents: the straight-trade fee is on net gains, not a flat maker/taker cents-per-contract schedule like Kalshi’s formula table. Losing or flat markets under that wording do not generate the 2% gain fee the same way — still model settlement and partial fills before assuming break-even edge. Parlay economics require the linked parlay fee schedule document, not a guessed percent.

Do not invent maker rebates, cancellation fees, or settlement fees that are not on the published schedule.

Deposits and Withdrawals

Not fully published as a retail cashier table on the marketing homepage for this cycle (same SPA limitation as many exchange frontends).

This review does not invent ACH/wire/debit minimums, hold times, or withdrawal fees for consumer accounts — those details were not published as a complete retail cashier schedule on the marketing site this cycle.

Fund and withdraw only after reading in-app / account disclosures for your jurisdiction. For agent design, treat funding as a human-gated step unless and until your approved Trading API integration documents programmatic wallet moves for your account type.

API and Agent Access

Official Trading API — documented, approval-gated

Unlike sports-exchange peers without published trading docs this cycle (e.g. Novig), ProphetX maintains a public developer hub at docs.prophetx.co with three documented integration paths (getting-started):

IntegrationPurpose (per docs hub)
Trading APILimit orders, odds/market data, wallet — algorithmic traders and LPs
Market Data APIRead-only markets/events/prices for display partners
Parlay APIRFQ quote/confirm for third-party parlay service providers

Docs note: The marketing hub homepage mentions a fourth “ISV” card, but getting-started and llms.txt document only Trading, Parlay, and Market Data — this review follows the published guide set, not the hub teaser.

Documented building blocks that matter for agents:

  • REST auth via access/secret key to session token (POST /auth/login), refresh flow
  • Order entry: POST /mm/submit_order, batch submit/cancel, cancel-by-event/market
  • Market seeding: tournaments, sport events, markets, price ladder
  • WebSockets via Pusher (connection-config + authorized channels)
  • Sandbox base URL pattern documented for partner Trading API testing
  • Production transition docs (separate production credentials; do not reuse sandbox keys)
  • FIX Order Entry guides listed in the docs index
  • Bones for Building a Bot sandbox automation guide

Access is not self-serve. Docs instruct applicants to submit an access request form and follow the onboarding contacts listed on docs.prophetx.co. Trading API tokens become available after the account is approved as an API account. That is the honest difference versus Kalshi’s documented retail/developer key flow and Polymarket’s wallet-derived CLOB credentials.

The Odds API — prophetx / us_ex

ProphetX appears in The Odds API US Exchanges region under bookmaker key prophetx.

Region keyBookmaker keyBookmaker
us_exprophetxProphetX

Same region includes kalshi, polymarket, novig, and betopenly.

Practical pattern without ProphetX API approval:

  1. Request Odds API data for region us_ex or bookmaker prophetx.
  2. Compare ProphetX exchange prices to sportsbook regions and other prediction venues.
  3. Place fills only after ProphetX API approval, or trade manually / elsewhere with legal access.

Honest takeaway: docs are public; keys are approval-gated; build your own client from the published REST/WebSocket/FIX guides. There is no drop-in public retail SDK in the Kalshi/Polymarket self-serve package sense.

Policy Stance vs Affiliated Trading Arms

Verified via Sportico (June 16, 2026), Dan Bernstein interview with co-founder Jake Benzaquen:

  • ProphetX will not maintain an affiliated trading arm taking bets from the public.
  • Quote: “We won’t be trading against our customers.” Benzaquen said they never have, and that the fairest exchange is one that is not competing in the liquidity pool to get customers losing money.
  • Liquidity is expected from third-party institutional market makers, not a corporate sibling book.

Optional color (company PR, August 20, 2026): CEO Dean Sisun submitted a CFTC Innovation Advisory Committee comment letter urging rules that (1) preserve neutral two-sided price formation, (2) ensure affiliated liquidity supplements rather than displaces independent participants, and (3) use CEA Section 4(c) for categorical certainty on eligible sports event contracts. Useful as market-structure advocacy context; it does not change the Sportico product stance already on record.

Qualify — do not hard-claim a 49- or 50-state map.

What primary/company sources say:

  • June 18, 2026 PR: “nationwide” launch; users can begin trading across a full slate of sports markets (company claim).
  • Sportico (June 16, 2026): reported post-approval World Cup betting “in all 50 states”secondary reporting; not treated here as a verified geofence audit.

What this page will not do:

  • Invent a per-state checklist.
  • Treat secondary “49 states except Nevada” trackers as primary law.
  • Assume DCM+DCO status freezes state enforcement risk forever.

Confirm eligibility inside the official ProphetX client for your location. Geographic availability for event contracts remains contested industry-wide; design any always-on agent with jurisdiction checks.

Automation and Agent Compatibility: ★★★☆☆

ProphetX scores three out of five stars for agent compatibility. Dual federal registration, published fees, and real Trading API docs beat most sports-exchange peers; approval-gated access and sports-only focus keep it below Kalshi/Polymarket for default automation.

Five-factor rating

FactorScoreNotes
Market / odds data access★★★★☆Odds API prophetx / us_ex; plus Market Data API if approved
Official trading API★★★☆☆Documented REST/WS/FIX + sandbox — approval-gated, not self-serve
Sandbox / paper trading★★★☆☆Sandbox documented after API account approval
Fees & funding transparency★★★☆☆Straight 2% net-gains fee published; retail cashier table incomplete on marketing site
Regulatory / geo stability for bots★★★☆☆Dual DCM+DCO + nationwide launch PR; state map unverified here; industry litigation risk remains

Overall automation rating: ★★★☆☆

Safe vs unsafe

Safe / reasonable today

  • Ingesting ProphetX prices from The Odds API for line shopping, vig comparison, and research.
  • Applying for Trading API access and building against the sandbox with documented endpoints once approved.
  • Manual trading in the official app/web client after KYC, within jurisdictions ProphetX serves you.
  • Architecting venue-agnostic strategy code with a ProphetX adapter behind a feature flag.
  • Modeling straight-trade fee drag from the published 2% of net gains rule (and reading the parlay schedule before parlay bots).

Unsafe / do not build

  • Claiming a self-serve public retail SDK exists because docs.prophetx.co is public.
  • Automating the consumer web UI for order entry at scale.
  • Hard-coding a 49/50-state availability map from secondary blogs.
  • Ignoring that API onboarding can be denied or delayed — do not promise production ProphetX fills in a client deliverable until keys are live.
  • Treating “no affiliated trading arm” marketing as a substitute for your own market-maker / toxicity controls.

Where ProphetX fits: Layer 3 — Trading with a real path to automation for approved participants; for everyone else it still behaves partly like a Layer 4 price input via Odds API until access lands.

How ProphetX Compares

DimensionProphetXKalshiPolymarketNovigDraftKings Predictions
Core focusSports-native P2P exchangeMulti-category CFTC DCMGlobal crypto + US via QCEXSports-native P2P (Ludlow DCM)Event contracts in DK app / DKeX
RegulationDual DCM + DCO (Jun 11, 2026 PR)DCM + DCO (Kalshi Klear)QCEX DCM/DCO (US); Polygon globalLudlow Exchange DCM (Jun 16, 2026)Railbird lineage / DKeX
Real-money national pushNationwide launch Jun 18, 2026 (PR)Broad US footprint; state fightsUS sports historically waitlist-gatedAug 4, 2026 real-money launch (AN)Live inside DK distribution
Public trading APIDocumented; approval-gatedREST, WS, FIX + sandbox (self-serve docs)CLOB / Gamma / Data APIsNot publishedNot published
Odds API presenceprophetx / us_exkalshi / us_expolymarket / us_exnovig / us_exNot the same Odds API key model
House vs exchangeP2P exchange; no affiliated trading arm (Sportico)ExchangeCLOB / on-chain settlementP2P order bookExchange-style event contracts
Published retail fees2% net gains (straights); parlay scheduleFormula taker/maker scheduleCategory peak % + rebatesNot on public homepageOperator-specific

Kalshi remains the default regulated automation venue for most AgentBets builders: self-serve docs, sandbox, and multi-category depth.

Polymarket remains the default high-volume / global automation stack.

Novig is the closest sports-exchange peer chronologically (DCM about a week after ProphetX per CNBC/Sportico competitive timeline) but still lacks a published trading API this cycle — ProphetX wins on developer surface.

DraftKings Predictions rides consumer distribution without a public trade API for agents; ProphetX is standalone sports-exchange branded with dual clearing licenses.

Pros and Cons

Pros

  • Dual DCM + DCO — vertical trade/clear/settle pitch with June 11, 2026 CFTC approvals (PR Newswire).
  • Sports-native exchange design — P2P pricing, RFQ parlays, not a house book.
  • Published straight-trade fees — 2% of net gains (Aug 19, 2026 Trading Fees page).
  • Documented Trading API surface — REST, WebSocket, FIX, sandbox, bot guides at docs.prophetx.co.
  • Clear anti-affiliated-desk stance — Sportico / Benzaquen; reinforced in Sisun’s Aug 20 market-structure letter.
  • Observable in Odds APIprophetx under us_ex for multi-venue models without waiting on keys.
  • UK P2P operating history since 2018 — longer sports-exchange DNA than most 2026 DCM applicants.

Cons

  • API access is approval-gated — not Kalshi-style self-serve; onboarding friction for indie agents.
  • No drop-in public retail SDK in the Kalshi/Polymarket package sense — you build against HTTP/WS/FIX after approval.
  • Retail cashier details incomplete on the marketing site — funding ops still partly opaque.
  • State availability map unverified here — “nationwide” / Sportico “50 states” are not a substitute for in-app geo checks.
  • Sports-only focus — no politics/crypto/economics breadth for multi-category agents.
  • Marketing “#1” claim on the homepage is not an audited ranking.
  • Parlay fee schedule is separate — do not assume the 2% straight rule applies to RFQ parlays.

Final Verdict: 7.1 / 10

ProphetX earns 7.1 / 10 for the AgentBets audience: strong federal sports-exchange stack, honest but gated agent path.

The bull case is structural. Dual DCM+DCO is rarer than DCM-only. Fees for straight trades are published. Developer docs exist in depth (including FIX and sandbox bot guides). The Sportico-reported refusal to run an affiliated trading arm against customers is a clear market-structure position. If you are building sports-only exchange strategies and can get API approval, ProphetX is one of the more complete sports-native Layer 3 candidates of the mid-2026 wave.

The bear case for builders is access and scope. Until ProphetX approves your Trading API account, you cannot responsibly promise automated fills — Odds API observation plus manual execution is the fallback. Sports-only catalogs will not replace Kalshi/Polymarket for multi-category agents. Geo claims stay qualified.

Who should use ProphetX

  • Sports traders who want exchange/P2P pricing with federal DCM+DCO clearing.
  • Teams willing to apply for Trading API access and integrate REST/WS (or FIX) themselves.
  • Researchers comparing us_ex exchange quotes via The Odds API.

Who should look elsewhere

  • Builders who need same-day self-serve keys and a polished official SDK — start with Kalshi or Polymarket.
  • Strategies that require politics, crypto, or economics contracts on the same venue.
  • Anyone who needs a verified public per-state availability matrix before opening size.

Frequently Asked Questions

Is ProphetX legit?

Yes in the federal-exchange sense: ProphetX announced CFTC approval as both a DCM and a DCO on June 11, 2026, and a nationwide consumer launch on June 18, 2026 (PR Newswire). “Legit DCM+DCO” is not the same as “settled in every state court.” Confirm eligibility in-app before funding.

Does ProphetX have an API?

Yes — docs.prophetx.co documents Trading, Market Data, and Parlay APIs (getting-started), plus WebSockets, FIX, and a sandbox. Access requires an approved API application (access form / support contacts on the docs site). Separately, The Odds API exposes read-only prices under key prophetx / region us_ex.

How is ProphetX different from a sportsbook?

Sportsbooks set odds and take the other side. ProphetX is a peer-to-peer exchange with dual DCM+DCO clearing (company PRs). Co-founder Jake Benzaquen told Sportico the firm will not trade against customers through an affiliated trading arm.

How does ProphetX compare to Kalshi, Polymarket, and Novig?

Kalshi and Polymarket offer broader categories and more self-serve agent stacks. Novig is a sports-native DCM peer without a published trading API this cycle. ProphetX combines sports focus, dual registration, published straight fees, and gated but real Trading API docs — better automation story than Novig, heavier onboarding than Kalshi for most builders.

Is ProphetX available in every state?

This page does not publish a verified state map. The company announced a nationwide launch (June 18, 2026 PR). Sportico reported post-approval “all 50 states” availability for World Cup trading — secondary only. Check the official client for your jurisdiction.