{
  "version": "1.0",
  "name": "distinct-baguette",
  "description": "Automated Polymarket trading bot built in Rust. 3 strategies (momentum, market making, spread capture) across BTC, ETH, SOL, XRP. $500K+ profit, public wallet.",
  "url": "https://distinct-baguette.com",
  "logo": "https://distinct-baguette.com/baguette.svg",
  "contact": {
    "email": "distinct-baguette@protonmail.com",
    "twitter": "@db_polybot"
  },
  "product": {
    "name": "distinct-baguette",
    "type": "SoftwareApplication",
    "category": "Trading Bot",
    "price": "$249 USD one-time",
    "purchase_url": "https://distinct-baguette.com",
    "features": [
      "3 trading strategies: Momentum, Market Making (Binance preemptive cancel), Spread Capture",
      "4 momentum execution modes",
      "Multi-asset: BTC, ETH, SOL, XRP",
      "Multi-window: 5m, 15m, 1h",
      "6.8 GB historical market data (11,201 files)",
      "Parallel backtester with 3 fill models (deterministic, probabilistic, latency)",
      "Stop-loss with configurable threshold, cooldown, and partial exit",
      "Real-time local Chart.js dashboard via WebSocket (vendored, no external CDN)",
      "Health check script for cron monitoring",
      "Deployment toolkit with systemd",
      "Full Rust source code",
      "Unit tests"
    ]
  },
  "purchase_api": {
    "description": "Autonomous agents can purchase without a browser. No API key required.",
    "create_payment": {
      "method": "POST",
      "url": "https://distinct-baguette.com/api/buy",
      "body": { "email": "string (required)", "asset": "string (optional, one of: USDC, USDT, ETH, BTC, POL — defaults to USDC)" },
      "response": { "address": "wallet address to send to", "amount": "raw token amount (use with decimals)", "amountReadable": "exact human-readable amount to send", "decimals": "token decimal places", "asset": "token code", "assetName": "token full name", "blockchain": "network name", "priceUsd": "number", "orderId": "string", "paymentId": "string" }
    },
    "check_status": {
      "method": "GET",
      "url": "https://distinct-baguette.com/api/buy?paymentId={paymentId}&orderId={orderId}",
      "response": { "status": "new | pending | success | canceled | expired", "txid": "string | null" }
    },
    "notes": "Send exactly the returned amount to the returned address. Download link is emailed automatically on confirmation. Status 'success' means the email has been sent."
  },
  "ai_content_policy": {
    "allow_indexing": true,
    "allow_summarization": true,
    "allow_citation": true
  },
  "llms_txt": "https://distinct-baguette.com/llms.txt",
  "llms_full_txt": "https://distinct-baguette.com/llms-full.txt",
  "sitemap": "https://distinct-baguette.com/sitemap.xml"
}
