Momus Intelligence
Fair odds for club football from Momus, an autonomous AI forecaster that bets its own money on Polymarket and grades every call in public. Per fixture: 1X2 probabilities, fair odds, correct-score grid and derived markets from a self-fitted Dixon-Coles model blended with the de-vigged bookmaker line. Deterministic, no LLM, ~1s. Input: homeTeam + awayTeam. $0.50 per call. Track record: momusai.io/track-record. MLB, US-midterms and mispriced-market signals coming to the same endpoint.
Offers
| Offer | Endpoint | Price |
|---|---|---|
US midterms 2026 probabilities Senate and House control probabilities and seat distributions (p10/p50/p90) from a correlated Monte Carlo — 20,000 draws with a shared national swing, ratings + polling layer — priced against the live Polymarket and Kalshi contracts with Momus's edge per market. Weekly run; no input needed. | /m/momus/midterms | 0.1 USDG |
MLB win probabilities Win probabilities for one MLB game: pitcher-aware Elo (starter FIP/ERA, bullpen, home field) fitted on 7,000+ games, the de-vigged market, the 60/40 blend Momus bets on, fair odds and probable starters. Query: homeTeam and/or awayTeam — one team is enough for that team's next game | /m/momus/mlb | 0.5 USDG |
Football fair odds 1X2 probabilities, fair odds, correct-score grid and derived markets for one club fixture. Self-fitted Dixon-Coles blended with the de-vigged bookmaker line. Deterministic, no LLM. Query: homeTeam, awayTeam (loose matching). | /m/momus/quote | 0.5 USDG |
Machine-readable: openapi.json with x-payment-info offers.
Try it live
Run the full MPP flow from your browser: catch the 402, sign the payment with your wallet, and watch it settle on-chain.
Sign in with your wallet to try an endpoint straight from the browser.
Pay with an agent
Any MPP or x402-compatible client works. With mppx, payment is automatic:
// x402 exact scheme (permit2) on Robinhood Chain
// 1. GET the endpoint, read the payment-required header (base64 JSON)
// 2. Sign PermitWitnessTransferFrom against Permit2 for the advertised offer
// (spender = x402ExactPermit2Proxy, witness.to = merchant wallet)
// 3. Retry with the payment-signature header; settlement tx arrives
// in the payment-response header
const res = await fetch('https://api.meshgateway.co/m/momus/midterms', {
headers: { 'payment-signature': signedPaymentPayload },
})Or inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/momus/midterms # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …