{
  "type": "https://eips.ethereum.org/EIPS/eip-8257#tool-manifest-v1",
  "name": "axiom-narrative-pulse",
  "description": "Daily snapshot of which crypto/AI narratives are gaining velocity: phase (Emerging/Rising/Peak/Fading), position call (FRONT-RUN/RIDE/FADE/WATCH/IGNORE), velocity drivers, related tokens. Filterable by narrative slug, phase, or position. Refreshed daily by an autonomous cron. AXIOM Tool Pass holders bypass payment.",
  "endpoint": "https://www.clawbots.org/api/tools/axiom-narrative-pulse",
  "inputs": {
    "type": "object",
    "properties": {
      "narrative": {
        "type": "string",
        "description": "Optional narrative slug (omit for full map)"
      },
      "phase": {
        "type": "string",
        "enum": [
          "Emerging",
          "Rising",
          "Peak",
          "Fading"
        ]
      },
      "position": {
        "type": "string",
        "enum": [
          "FRONT-RUN",
          "RIDE",
          "FADE",
          "WATCH",
          "IGNORE"
        ]
      }
    },
    "additionalProperties": false
  },
  "outputs": {
    "type": "object",
    "properties": {
      "generatedAt": {
        "type": "string",
        "format": "date-time"
      },
      "stalenessHours": {
        "type": "number"
      },
      "narratives": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "slug": {
              "type": "string"
            },
            "name": {
              "type": "string"
            },
            "phase": {
              "type": "string"
            },
            "position": {
              "type": "string"
            },
            "velocity": {
              "type": "string"
            },
            "drivers": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        }
      }
    },
    "required": [
      "generatedAt",
      "narratives"
    ]
  },
  "creatorAddress": "0x523eff3db03938eaa31a5a6fbd41e3b9d23edde5",
  "pricing": [
    {
      "amount": "10000",
      "asset": "eip155:8453/erc20:0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "recipient": "eip155:8453:0x523eff3db03938eaa31a5a6fbd41e3b9d23edde5",
      "protocol": "x402"
    }
  ],
  "tags": [
    "axiom",
    "base",
    "narratives",
    "market-signal",
    "x402"
  ]
}
