{
  "$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-burn-stats",
  "description": "Live $AXIOM burn stats on Base — total burned, percent of supply, recent burn events. 30 s cache. Free tier returns aggregates; AXIOM Tool Pass holders (SIWE) or x402 micropayments unlock the recentBurns array (last 20 burn txs from Blockscout).",
  "endpoint": "https://www.clawbots.org/api/tools/axiom-burn-stats",
  "inputs": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "outputs": {
    "type": "object",
    "properties": {
      "token": {
        "type": "string",
        "description": "$AXIOM ERC-20 contract on Base"
      },
      "deadAddress": {
        "type": "string",
        "description": "Burn address (0x...dEaD)"
      },
      "fetchedAt": {
        "type": "string",
        "format": "date-time"
      },
      "burnStats": {
        "type": "object",
        "properties": {
          "totalBurnedRaw": {
            "type": "string"
          },
          "totalBurned": {
            "type": "string"
          },
          "percentBurned": {
            "type": "string"
          },
          "totalSupply": {
            "type": "string"
          }
        }
      },
      "recentBurns": {
        "type": "array",
        "description": "Premium-tier only (Tool Pass holders / x402)",
        "items": {
          "type": "object",
          "properties": {
            "txHash": {
              "type": "string"
            },
            "blockNumber": {
              "type": "integer"
            },
            "timestamp": {
              "type": "string",
              "format": "date-time"
            },
            "amount": {
              "type": "string"
            },
            "amountFormatted": {
              "type": "string"
            }
          }
        }
      },
      "_tier": {
        "type": "string",
        "enum": [
          "free",
          "premium",
          "payment"
        ]
      },
      "_upgrade": {
        "type": "object",
        "description": "Present on free tier only"
      }
    },
    "required": [
      "token",
      "fetchedAt",
      "burnStats",
      "_tier"
    ]
  },
  "creatorAddress": "0x523eff3db03938eaa31a5a6fbd41e3b9d23edde5",
  "tags": [
    "axiom",
    "base",
    "burn",
    "token-stats",
    "free"
  ],
  "pricing": [
    {
      "type": "x402",
      "asset": "USDC",
      "network": "base",
      "amount": "0.005",
      "payTo": "0x523Eff3dB03938eaa31a5a6FBd41E3B9d23edde5",
      "description": "Premium tier — recent burns"
    },
    {
      "type": "nft-pass",
      "chain": "base",
      "contract": "0xfc9ce3990f85fA1A3a0eE51a710642396a6Cad82",
      "description": "AXIOM Tool Pass NFT holders get unlimited access (use Authorization: SIWE)."
    }
  ]
}
