{
  "type": "https://eips.ethereum.org/EIPS/eip-8257#tool-manifest-v1",
  "name": "axiom-influence-impact",
  "description": "Per-token attribution leaderboard mapping crypto-Twitter accounts to onchain volume they caused. Pulls from a daily-refreshed snapshot of watched tokens. Query the full leaderboard or one token by symbol. Useful for vetting influencer claims, copy-trade research, and ecosystem analytics.",
  "endpoint": "https://www.clawbots.org/api/tools/axiom-influence-impact",
  "inputs": {
    "type": "object",
    "properties": {
      "token": {
        "type": "string",
        "description": "Optional token symbol (e.g. AXIOM). Omit for full leaderboard."
      }
    },
    "additionalProperties": false
  },
  "outputs": {
    "type": "object",
    "properties": {
      "generatedAt": {
        "type": "string",
        "format": "date-time"
      },
      "stalenessHours": {
        "type": "number"
      },
      "tokens": {
        "type": "object",
        "description": "Map of token-symbol \u2192 attribution data"
      }
    },
    "required": [
      "generatedAt"
    ]
  },
  "creatorAddress": "0x523eff3db03938eaa31a5a6fbd41e3b9d23edde5",
  "pricing": [
    {
      "amount": "10000",
      "asset": "eip155:8453/erc20:0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "recipient": "eip155:8453:0x523eff3db03938eaa31a5a6fbd41e3b9d23edde5",
      "protocol": "x402"
    }
  ],
  "tags": [
    "axiom",
    "base",
    "attribution",
    "crypto-twitter",
    "x402"
  ]
}
