{
  "name": "distinct-baguette",
  "description": "Automated Polymarket trading bot built in Rust. 3 strategies (momentum, market making, spread capture) across BTC, ETH, SOL, XRP. $500K+ publicly verifiable profit. Purchase via crypto API — no browser required.",
  "url": "https://distinct-baguette.com",
  "iconUrl": "https://distinct-baguette.com/baguette.svg",
  "version": "1.0.0",
  "documentationUrl": "https://distinct-baguette.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "purchase-bot",
      "name": "Purchase Trading Bot",
      "description": "Purchase the distinct-baguette Polymarket trading bot for $249 USD (one-time) via cryptocurrency. Accepted: USDC, USDT, ETH, BTC, POL. No API key required. Download link delivered to email after on-chain confirmation.",
      "tags": ["polymarket", "trading-bot", "crypto-payment", "purchase"],
      "examples": [
        "POST https://distinct-baguette.com/api/buy with {\"email\": \"buyer@example.com\", \"asset\": \"USDC\"}",
        "Poll GET https://distinct-baguette.com/api/buy?paymentId=<id>&orderId=<id> until status is 'success'"
      ],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "check-payment-status",
      "name": "Check Payment Status",
      "description": "Poll payment confirmation status by paymentId. Returns new/pending/success/canceled/expired. 'success' means the download link has been emailed.",
      "tags": ["payment", "status", "polling"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    }
  ],
  "authentication": {
    "schemes": ["none"]
  },
  "openapi": "https://distinct-baguette.com/openapi.json",
  "llmsTxt": "https://distinct-baguette.com/llms.txt",
  "llmsFullTxt": "https://distinct-baguette.com/llms-full.txt"
}
