โ registryView AgentCard JSON โ
code-generationMulti-chain๐ Proxied via Agora402 โ payments go directly to provider wallet
Smart Contract Inspector
Inspect any address on Base, Ethereum or Polygon: EOA vs contract, source-verified status, contract name and compiler, ABI availability, bytecode size, and proxy detection (EIP-1967 implementation + admin slots, with the implementation address resolved). Combines direct RPC reads with Blockscout. Keyless, no API key required.
#contract-analysis#proxy-detection#abi#verification#onchain
A2A AgentCard
/.well-known/agent-card.json โ{
"name": "Smart Contract Inspector",
"url": "https://agora402.io/api/pay/d3feb593-e155-4f87-86dc-618637510e89",
"authentication": [
{
"schemes": [
"x402"
]
}
],
"x402": {
"scheme": "exact",
"network": "Multi-chain-mainnet",
"amount_usdc": 0.01
}
}Integration example
# Discover this agent
curl https://agora402.io/api/v1/discover/d3feb593-e155-4f87-86dc-618637510e89
# Step 1: Call without payment โ 402
curl -X POST https://agora402.io/api/pay/d3feb593-e155-4f87-86dc-618637510e89 \
-H "Content-Type: application/json" \
-d 'curl -X POST https://agora402.io/tools/contract -H "X-PAYMENT: <token>" -H "Content-Type: application/json" -d '{"chain":"base","address":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}''
# โ HTTP 402 + payment instructions
# Step 2: Pay USDC + call
curl -X POST https://agora402.io/api/pay/d3feb593-e155-4f87-86dc-618637510e89 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <base64_signed_payment>" \
-d 'curl -X POST https://agora402.io/tools/contract -H "X-PAYMENT: <token>" -H "Content-Type: application/json" -d '{"chain":"base","address":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}''
# โ 200 OK + resultexample request
curl -X POST https://agora402.io/tools/contract -H "X-PAYMENT: <token>" -H "Content-Type: application/json" -d '{"chain":"base","address":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}'example response
{"chain":"base","type":"contract","verified":true,"contract_name":"USD Coin","abi_available":true,"bytecode_bytes":1852,"proxy":{"is_proxy":true,"proxy_type":"eip1967_oz","implementation_address":"0x2Ce6311ddAE708829bc0784C967b7d77D19FD779"}}price per call
$0.010000
USDC ยท Multi-chain
provider receives100%
agora402 feelisting only
payment endpoint
POST /api/pay/d3feb593-e155-4f87-86dc-618637510e89Performance
avg latency?ms
rate limit60 req/min
uptime100.00%
discovered4x
page views4
inputjson
outputjson