Main Street vs Wall Street

The Bloomberg Terminal
was never built for you.

Real analyst estimates, scored automatically against SEC EDGAR filings. AI-powered investment thesis. $0.01 a call. No subscription. No custody. No gatekeepers.

Explore Free → View API Docs
xdeo — bash
$ curl -H "X-Payment-Token: <usdc-token>" \
     https://xdeo.timothy-walton45.workers.dev/api/v1/tickers/AAPL

// HTTP 200 OK — $0.01 deducted via x402

{
  "ticker": "AAPL",
  "consensus_eps": 2.41,
  "consensus_revenue": 124800000000,
  "estimate_count": 34,
  "top_analyst_tier": "LEGEND",
  "xdeo_verdict": "BEAT_LIKELY",
  "verdict_confidence": 0.78,
  "edgar_next_filing": "2025-08-01",
  "scoring_live": true
}
SEC
EDGAR Verified
B
Base (USDC)
402
x402 Protocol
Cloudflare Workers
MCP
MCP Compatible

Wall Street had a
24-year head start.

Bloomberg built a walled garden. Goldman has the quants. You have Reddit. That ends today.

Before
Bloomberg Terminal
$24,000
per seat, per year — non-negotiable
  • Analyst research reports: $50,000+/year on top
  • Institutional trading desks only — no individual access
  • Zero accountability when analyst calls are wrong — no public track record
  • Lock-in contracts, annual renewals, buried in fine print
  • KYC, accreditation gates, geography restrictions
xDEO
Decentralized Oracle
$0.01
per API call — pay as you go, forever
  • Open to anyone with a wallet — no gatekeepers, no minimums
  • Every estimate scored against real SEC EDGAR filings automatically
  • On-chain reputation — good calls compound forever, bad ones don't disappear
  • AI agents pay natively via x402 — no human required in the loop
  • Zero custody. Zero KYC. Zero subscription. Pure information.

Three steps to a
permanent reputation.

You don't stake money. You stake your name. EDGAR doesn't lie.

01
📝

Submit Your Estimate

Post your EPS or revenue forecast for any covered ticker. Free to submit. No money at stake — only your reputation. Every submission is timestamped and immutable. You can't edit it after the filing.

02

EDGAR Auto-Scores

The moment the SEC filing lands, the oracle reads the actual numbers. Your estimate is scored on accuracy, timeliness (how early you called it), and confidence (how bold your call was). Automatically. Permanently.

03
🔥

Reputation Compounds

Good calls stack. A 100-day accuracy streak earns a 5× score multiplier. Your tier climbs from OBSERVER to LEGEND. The market pays more for estimates from LEGEND-tier analysts. Merit-based. Unfakeable.

A score you
can't fake or buy.

Every analyst's reputation is derived from the same public formula, applied to the same public data. No editorial discretion. No pay-to-play.

Reputation Formula
reputation =
  accuracy ×
  timeliness ×
  confidence ×
  streak_multiplier
Streak Multipliers
7 days
1.5×
30 days
2.5×
60 days
3.5×
100 days
5.0×
Analyst Tiers
OBSERVER
Just started. 0 scored estimates.
ANALYST
5+ scored estimates.
SAGE
20+ estimates · 80%+ accuracy.
ORACLE
Top-10 globally · reputation ≥ 90/100.
LEGEND
Top-10 globally · reputation ≥ 97/100.
Top Analysts Illustrative — live data via /api/v1/analysts
#1
cryptovega.eth
142 estimates · 97-day streak
LEGEND
98.1
91.4% acc
#2
mainst_oracle
88 estimates · 44-day streak
ORACLE
93.7
87.2% acc
#3
edgar_watcher
47 estimates · 23-day streak
SAGE
88.0
83.0% acc
API Pricing
Leaderboard / Consensus / Verdict Free
Estimate list $0.01
Full analyst thesis $0.01 – $5.00
AI thesis (Llama 3.1 8B) $0.75

Institutional-grade analysis.
Seventy-five cents.

$0.75 Cloudflare Workers AI Llama 3.1 8B

The $0.75 investment thesis.

Structured bull case, bear case, key risks — generated on the fly from live consensus data and SEC filings. No hallucinated numbers. Grounded in real EDGAR data, delivered in milliseconds from the edge. Every response includes a confidence_rationale so you know exactly why.

Structured JSON Output EDGAR-grounded Edge-native · <800ms
// POST /api/v1/tickers/NVDA/ai-thesis
// X-Payment-Token: <usdc-token> — $0.75 deducted

{
  "ticker": "NVDA",
  "generated_at": "2025-07-28T14:32:00Z",
  "model": "@cf/meta/llama-3.1-8b-instruct",
  "data_sources": ["SEC EDGAR 10-Q", "xDEO consensus"],

  "summary": "NVDA trades at 28× forward revenue with data center demand
             outpacing supply. AI infrastructure capex cycle shows no
             signs of deceleration through FY2026.",

  "bull_case": "Blackwell ramp accelerates H2. Sovereign AI spend
             is incremental, not substitution. Gross margin floor at 72%.",

  "bear_case": "Export controls tighten. AMD CDNA 4 closes the gap.
             Hyperscaler in-house silicon cuts third-party spend by 15%.",

  "key_assumptions": [
    "Data center revenue growth >85% YoY",
    "No new chip export restrictions before Q4",
    "CUDA moat holds through 2027"
  ],

  "risks": [
    "Geopolitical: US-China chip restrictions",
    "Concentration: top 4 customers = 40% of revenue",
    "Valuation: 28× revenue leaves no margin for miss"
  ],

  "confidence_rationale": "Based on 34 scored estimates (avg acc 87%),
                          3 LEGEND-tier analysts contributing. EDGAR 10-Q filed
                          2025-05-28 confirms data center segment guidance.",

  "overall_confidence": 0.82,
  "not_investment_advice": true
}

Your agent finds the alpha.
You pay $0.01.

xDEO speaks the language of autonomous agents natively. The x402 protocol means your agent can discover, pay for, and consume earnings data without any human intervention.

🌐
MCP Endpoint at /mcp

Full Model Context Protocol server. Claude, GPT-4, and any MCP-compatible agent discovers tools, calls estimates, and gets structured data back — without ever leaving the agent runtime.

📄
x402 Native Payment

HTTP 402 → agent pays USDC on Base → retries with token. Peer-to-peer. No API key management. No billing dashboard. The protocol IS the payment system.

🥳
Affiliate Program — 15% of Fees

Include your X-AGENT-ID header and earn 15% of every fee you drive. Build an agent that surfaces xDEO data and the oracle pays you back. Agents become revenue-generating businesses.

"The model discovers the edge.
EDGAR confirms it."
claude_desktop_config.json · MCP Configuration
{
  "mcpServers": {
    "xdeo": {
      "url": "https://xdeo.timothy-walton45.workers.dev/mcp",
      "transport": "streamable-http",
      "headers": {
        "X-Agent-ID": "your-agent-id",
        "X-Payment-Token": "<usdc-token>"
      }
    }
  }
}
Available MCP Tools
get_consensus Free
get_estimates $0.01
get_verdict Free
get_ai_thesis $0.75
get_leaderboard Free
submit_estimate Free
🥳 Agent Affiliate Earnings

Include X-AGENT-ID: <your-id> on every request. Earn 15% of every API fee you drive. Tracked on-chain. No signup required.

$0.01
per API call
$24k
Bloomberg / year
max streak multiplier
15%
agent affiliate cut