Buyer Intent

Base Proxy Risk API

Use Augur when your workflow needs to know whether a Base contract is a proxy, whether upgradeable logic exists behind it, and what the implementation bytecode looks like.

Augur scores Base mainnet contract bytecode for agents. A safe result means no major bytecode-level risk signals were detected in this scan, not a full audit or guarantee.

Why teams look for this API

What Augur checks on the same request

Call the canonical endpoint

All buyer-intent pages map back to the same paid API: GET https://augurrisk.com/analyze?address=0x4200000000000000000000000000000000000006

curl -s "https://augurrisk.com/analyze?address=0x4200000000000000000000000000000000000006" \
  -H "PAYMENT-SIGNATURE: <x402-payment-proof>" | jq

x402 payment is per-call, using USDC on Base. For the 402 flow details, see How Augur payment works.

Integration links

Related intent pages