{
  "$comment": "GENERATED FROM api/_tools/<slug>/route.mjs — do not edit by hand",
  "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 → attribution payload. Present when no `token` filter is supplied."
      },
      "token": {
        "type": "string",
        "description": "Token symbol (single-token response)."
      },
      "contract": {
        "type": "string"
      },
      "pool": {
        "type": "string"
      },
      "window": {
        "type": "string"
      },
      "computedAt": {
        "type": "string",
        "format": "date-time"
      },
      "sampleSize": {
        "type": "object",
        "properties": {
          "tweets": {
            "type": "integer"
          },
          "bars": {
            "type": "integer"
          }
        }
      },
      "baseline_hourly_usd": {
        "type": "number"
      },
      "leaderboard": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "author": {
              "type": "string"
            },
            "posts": {
              "type": "integer"
            },
            "total_attributed_usd": {
              "type": "number"
            },
            "avg_per_post": {
              "type": "number"
            },
            "last_seen": {
              "type": "string",
              "format": "date-time"
            },
            "sample_tweet_url": {
              "type": "string"
            }
          }
        }
      },
      "error": {
        "type": "string",
        "description": "Present when the token has no wired pool."
      }
    },
    "required": [
      "generatedAt",
      "stalenessHours"
    ]
  },
  "creatorAddress": "0xef2cc7d15d3421629f93ffa39727f14179f31c75",
  "tags": [
    "axiom",
    "base",
    "attribution",
    "crypto-twitter",
    "x402"
  ],
  "pricing": [
    {
      "amount": "0.01",
      "asset": "USDC",
      "recipient": "0xef2cc7d15d3421629f93ffa39727f14179f31c75",
      "protocol": "x402"
    }
  ],
  "authentication": [
    {
      "type": "siwe",
      "description": "Sign In With Ethereum. Holders of the Axiom Tool Pass NFT get free unlimited access. Sign a SIWE message proving wallet ownership; the server verifies your wallet holds the pass on-chain.",
      "header": "Authorization: SIWE <base64url(message)>.<0xsignature>",
      "passContract": "0xfc9ce3990f85fA1A3a0eE51a710642396a6Cad82",
      "chain": "base",
      "chainId": 8453,
      "collection": "https://opensea.io/collection/axiom-tool-pass"
    },
    {
      "type": "x402",
      "description": "Pay per call in USDC on Base via the x402 protocol. No account or API key needed.",
      "header": "x-payment: <x402 authorization>"
    }
  ],
  "onChain": {
    "registry": "0x265BB2DBFC0A8165C9A1941Eb1372F349baD2cf1",
    "chainId": 8453,
    "toolId": 11
  }
}
