{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "onchain-reputation-agent-arumam-engineer-entrypoints-check-reputation-invoke",
  "title": "Onchain Reputation \u00b7 Address Safety Check",
  "url": "https://onchain-reputation-agent.arumam.engineer/entrypoints/check_reputation/invoke",
  "category": "data",
  "summary": "Analyzes any EVM address across six chains, returning 0-100 safety score, risk level, security warnings, and interaction recommendations.",
  "seo": {
    "title": "EVM Address Reputation API | Onchain Reputation Agent",
    "description": "Comprehensive EVM address reputation scoring across Ethereum, Base, BSC, Polygon, Arbitrum, Optimism. Risk analysis and security warnings. $0.01 USDC."
  },
  "use_cases": [
    "Screen wallet addresses before transactions",
    "Assess smart contract safety for interactions",
    "Build trust scoring into DeFi interfaces"
  ],
  "ideal_buyer": "DeFi platforms and wallets integrating pre-transaction safety checks.",
  "example_prompt": "Check if 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb is safe to interact with",
  "risk_notes": [
    "May process personal / identity data."
  ],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x892e4feed0128f11d486fd451aff4a78171c8748",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Check if an Ethereum address (wallet or contract) is safe to interact with. Returns reputation score (0-100, higher is safer), risk level, security warnings, and recommendations. Analyzes across multiple EVM chains including Ethereum, Base, BSC, Polygon, Arbitrum, and Optimism. Use this tool ANYTIME someone asks about an address safety, reputation, or trustworthiness.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "input": {
              "type": "object",
              "required": [
                "address"
              ],
              "properties": {
                "address": {
                  "type": "string",
                  "description": "The Ethereum address to check (0x... format). Can be a wallet address or smart contract address."
                },
                "chain_scope": {
                  "type": "array",
                  "items": {
                    "enum": [
                      "ethereum",
                      "base",
                      "bsc",
                      "polygon",
                      "arbitrum",
                      "optimism"
                    ],
                    "type": "string"
                  },
                  "description": "EVM chains to analyze. Examples: [\"ethereum\"], [\"ethereum\",\"base\"], or [\"ethereum\",\"base\",\"bsc\",\"polygon\",\"arbitrum\",\"optimism\"]. Defaults to [\"ethereum\",\"base\",\"bsc\"] if not specified."
                }
              }
            }
          }
        },
        "output": {
          "output": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "score",
              "risk_level",
              "tags",
              "details",
              "recommendation",
              "source_refs"
            ],
            "properties": {
              "tags": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "Flags or labels detected from analysis"
              },
              "score": {
                "type": "number",
                "maximum": 100,
                "minimum": 0,
                "description": "Risk score (0-100) \u2014 higher is safer"
              },
              "details": {
                "type": "object",
                "properties": {
                  "first_tx": {
                    "type": "string"
                  },
                  "total_txs": {
                    "type": "number"
                  },
                  "flagged_by": {
                    "type": "array",
                    "items": {
                      "type": "string"
                    }
                  },
                  "blacklisted_on": {
                    "type": "array",
                    "items": {
                      "type": "string"
                    }
                  },
                  "creator_wallet": {
                    "type": "string"
                  },
                  "cross_chain_tx": {
                    "type": "array",
                    "items": {
                      "type": "string"
                    }
                  },
                  "scam_contracts": {
                    "type": "number"
                  },
                  "deployment_date": {
                    "type": "string"
                  },
                  "average_tx_value": {
                    "type": "string"
                  },
                  "onchain_activity": {
                    "type": "string"
                  },
                  "tx_volume_usd_7d": {
                    "type": "number"
                  },
                  "last_active_chain": {
                    "type": "string"
                  },
                  "interacted_wallets": {
                    "type": "number"
                  },
                  "verified_contracts": {
                    "type": "number"
                  },
                  "interacted_suspicious_contracts": {
                    "type": "number"
                  }
                },
                "description": "Contextual metadata about onchain behavior",
                "additionalProperties": false
              },
              "risk_level": {
                "enum": [
                  "low",
                  "medium",
                  "high"
                ],
                "type": "string",
                "description": "Risk classification: \"low\", \"medium\", or \"high\""
              },
              "source_refs": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "List of data sources or oracles used in analysis"
              },
              "recommendation": {
                "type": "string",
                "description": "Human-readable suggestion for user or agent"
              }
            },
            "additionalProperties": false
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "ai-cl-cc4a663e1e49",
  "origin": {
    "slug": "onchain-reputation-agent-arumam-engineer",
    "host": "onchain-reputation-agent.arumam.engineer",
    "url": "https://onchain-reputation-agent.arumam.engineer"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/onchain-reputation-agent-arumam-engineer-entrypoints-check-reputation-invoke",
    "url": "https://x402all.com/resource/onchain-reputation-agent-arumam-engineer-entrypoints-check-reputation-invoke",
    "name": "Onchain Reputation \u00b7 Address Safety Check",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/onchain-reputation-agent-arumam-engineer-entrypoints-check-reputation-invoke",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://onchain-reputation-agent.arumam.engineer/entrypoints/check_reputation/invoke",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/onchain-reputation-agent-arumam-engineer",
      "url": "https://onchain-reputation-agent.arumam.engineer",
      "name": "onchain-reputation-agent.arumam.engineer",
      "@type": "Organization"
    },
    "identifier": "onchain-reputation-agent-arumam-engineer-entrypoints-check-reputation-invoke",
    "description": "Comprehensive EVM address reputation scoring across Ethereum, Base, BSC, Polygon, Arbitrum, Optimism. Risk analysis and security warnings. $0.01 USDC.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=onchain-reputation-agent-arumam-engineer-entrypoints-check-reputation-invoke",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=onchain-reputation-agent-arumam-engineer-entrypoints-check-reputation-invoke"
}
