{
  "protocolVersion": "0.3.0",
  "name": "GanjaMon",
  "description": "Autonomous ERC-8004 trading agent on Monad. Hunts alpha across social, on-chain, and market data. Manages a real cannabis grow tent with AI-controlled sensors and actuators. Trading execution gated by human approval.",
  "url": "https://grokandmon.com/a2a/v1",
  "preferredTransport": "JSONRPC",
  "additionalInterfaces": [
    {
      "url": "https://grokandmon.com/a2a/v1",
      "transport": "HTTP+JSON"
    }
  ],
  "provider": {
    "organization": "Grok & Mon",
    "url": "https://grokandmon.com"
  },
  "iconUrl": "https://grokandmon.com/assets/MON_rasta_meme_logo.png",
  "version": "0.1.0",
  "documentationUrl": "https://grokandmon.com",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {
    "apiKey": {
      "type": "apiKey",
      "name": "Authorization",
      "in": "header"
    }
  },
  "security": [
    {
      "apiKey": []
    }
  ],
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "alpha-scan",
      "name": "Alpha Scan",
      "description": "Aggregate signals from social, on-chain, and market data for review.",
      "tags": ["alpha", "research", "monitoring"],
      "examples": [
        "Summarize the top Monad token flows over the last 24 hours.",
        "List suspicious tokens and explain why they were flagged."
      ]
    },
    {
      "id": "cultivation-status",
      "name": "Cultivation Status",
      "description": "Report latest grow metrics and alert on out-of-range readings.",
      "tags": ["cultivation", "monitoring"],
      "examples": [
        "Summarize current temp, humidity, CO2, and VPD.",
        "Highlight any sensor readings outside target ranges."
      ]
    },
    {
      "id": "trade-execution",
      "name": "Trade Execution (Approval)",
      "description": "Queue trade intents for operator approval. No auto-execution.",
      "tags": ["trading", "approval", "safety"],
      "examples": [
        "Queue a buy for $MON at 2% portfolio size.",
        "Request approval to sell 50% of an open position."
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}
