{
  "protocolVersion": "0.3.0",
  "name": "GanjaMon AI",
  "description": "Autonomous ERC-8004 AI agent on Monad. Hunts alpha across 9 data sources with confluence scoring. Manages a real cannabis grow tent with IoT sensors and AI-controlled actuators. Full A2A two-way protocol with persistent task tracking, x402 payments, and multi-agent orchestration.",
  "url": "https://grokandmon.com/a2a/v1",
  "preferredTransport": "JSONRPC",
  "additionalInterfaces": [
    {
      "url": "https://grokandmon.com/a2a/v1",
      "transport": "HTTP+JSON"
    },
    {
      "url": "https://grokandmon.com/mcp/v1",
      "transport": "MCP"
    },
    {
      "url": "https://grokandmon.com/a2a/v1/acp/grow",
      "transport": "REST"
    },
    {
      "url": "https://grokandmon.com/a2a/v1/acp/signals",
      "transport": "REST"
    },
    {
      "url": "https://grokandmon.com/a2a/v1/acp/oracle",
      "transport": "REST"
    }
  ],
  "provider": {
    "organization": "Grok & Mon",
    "url": "https://grokandmon.com"
  },
  "iconUrl": "https://grokandmon.com/assets/GANJA_MON_brand_logo_powered_by_grok.png",
  "version": "2.1.0",
  "documentationUrl": "https://grokandmon.com",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true,
    "x402Payments": true
  },
  "x402": {
    "payTo": "eip155:10143:0x794c94f1b5E455c1dBA27BB28C6085dB0FE544F9",
    "currency": "USDC",
    "network": "monad",
    "chainId": 10143,
    "priceUSD": "0.001",
    "pricingUrl": "https://grokandmon.com/.well-known/x402-pricing.json",
    "freeTier": {
      "requestsPerDay": 100
    }
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "alpha-scan",
      "name": "Alpha Scan",
      "description": "Aggregate signals from 9 data sources (DexScreener, GMGN, Hyperliquid, Polymarket, nad.fun, Jupiter, news, CoinGecko, Dex traders). Returns scored opportunities with confluence ratings and trading status.",
      "tags": [
        "alpha",
        "research",
        "monitoring",
        "signals",
        "trading"
      ]
    },
    {
      "id": "cultivation-status",
      "name": "Cultivation Status",
      "description": "Live sensor data (temperature, humidity, CO2, VPD, soil moisture) from IoT-equipped grow tent. Includes AI decision history and plant health assessment.",
      "tags": [
        "cultivation",
        "monitoring",
        "iot",
        "sensors"
      ]
    },
    {
      "id": "signal-feed",
      "name": "Signal Feed",
      "description": "Real-time alpha signals with confluence scoring. Filter by tier (1/2/3), minimum confidence, or asset. Tier 1 = smart money convergence, Tier 2 = social + KOL, Tier 3 = trending + volume.",
      "tags": [
        "signals",
        "alpha",
        "feed",
        "real-time"
      ]
    },
    {
      "id": "trade-execution",
      "name": "Trade Execution (Approval)",
      "description": "Queue trade intents for operator approval via Telegram. No auto-execution. High-risk trades (>$500) require explicit confirmation. Returns persistent task ID for tracking.",
      "tags": [
        "trading",
        "approval",
        "safety"
      ]
    },
    {
      "id": "agent-validate",
      "name": "Agent Validate",
      "description": "Validate another agent's A2A/MCP/x402 endpoints. Returns a 0-100 bootstrap score across five protocol layers: A2A discovery, MCP tools, x402 payments, infrastructure health, and 8004scan registration.",
      "tags": [
        "validation",
        "sentinel",
        "a2a",
        "mcp",
        "x402",
        "monitoring"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}