{
  "x402Version": 2,
  "id": 6827,
  "slug": "6827",
  "resource": "https://oracle.cyberwarex.com/contract",
  "description": "Contract-level risk scan for any EVM token: is the source verified, is it an upgradeable proxy and who is its admin, who owns it and has ownership been renounced, and which dangerous powers the bytecode exposes (mint, pause, blacklist, fee-setting). Returns the raw on-chain evidence, not just a score, so an agent can justify the decision it makes.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
            "chain": "base"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
            "as_of_block": 24118907,
            "chain": "base",
            "is_contract": true,
            "ownership": {
              "has_owner_fn": true,
              "owner": "0x2C2f5F0d2F1E1a1E9e3aD9d6C0aB2C0d6d5eF1a2",
              "owner_is_contract": false,
              "renounced": false
            },
            "powers": {
              "can_blacklist": true,
              "can_mint": true,
              "can_pause": true,
              "can_set_fees": false
            },
            "powers_caveat": "bytecode-selector scan",
            "proxy": {
              "admin": "0x2C2f5F0d2F1E1a1E9e3aD9d6C0aB2C0d6d5eF1a2",
              "implementation": "0x2Ce6311ddAE708829bc0784C967b7d77D19FD779",
              "is_proxy": true,
              "standard": "EIP-1967"
            },
            "token": {
              "decimals": 6,
              "name": "USD Coin",
              "symbol": "USDC"
            },
            "verified": true
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "additionalProperties": false,
                "properties": {
                  "address": {
                    "description": "Contract address to analyse.",
                    "pattern": "^0x[a-fA-F0-9]{40}$",
                    "type": "string"
                  },
                  "chain": {
                    "default": "base",
                    "description": "EVM chain to assess the token on.",
                    "enum": [
                      "base",
                      "bsc",
                      "ethereum",
                      "polygon",
                      "arbitrum",
                      "robinhood"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "address"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "address": {
                    "type": "string"
                  },
                  "as_of_block": {
                    "type": "integer"
                  },
                  "chain": {
                    "type": "string"
                  },
                  "is_contract": {
                    "type": "boolean"
                  },
                  "ownership": {
                    "type": "object"
                  },
                  "powers": {
                    "description": "can_mint, can_pause, can_blacklist, can_set_fees.",
                    "type": "object"
                  },
                  "powers_caveat": {
                    "type": "string"
                  },
                  "proxy": {
                    "description": "Upgradeable-proxy detection: standard, implementation, admin.",
                    "type": "object"
                  },
                  "token": {
                    "type": "object"
                  },
                  "verified": {
                    "type": "boolean"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "oracle.cyberwarex.com",
  "lastUpdated": "2026-09-18T09:23:12.293Z",
  "quality": {
    "calls30d": 33,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-18T09:23:11.786Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "oracle.cyberwarex.com",
    "manifest_name": "oracle.cyberwarex.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}