{"uid":"cap_rN1me-76qIxiFlNUNTE_U","slug":"multichain-rpc-contract-proxy-cbb50e48","name":"Multichain RPC Contract Proxy","description":"Cheap, factual EVM chain lookups priced per call in USDC. Base, Polygon, Arbitrum, Optimism and Ethereum.","url":"https://multichain-rpc.clankerceo.workers.dev/contract-proxy","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","queryParams"],"properties":{"type":{"enum":["http"],"type":"string"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","properties":{"chain":{"type":"string"},"address":{"type":"string"}}}}},"output":{"type":"object","required":["type"],"properties":{"type":{"enum":["json"],"type":"string"},"example":{"type":"object"}}}}},"responseSchema":{"type":"json","example":{"chain":"base","address":"0x…","pattern":"eip1967.implementation","is_proxy":true,"implementation":"0x…"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_0tTjKFdx5FAo7EIm7TYEv","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Detects whether a smart contract is a proxy and resolves its implementation address across EVM chains including Base, Polygon, Arbitrum, Optimism, and Ethereum.","exampleAgentPrompt":"Can you check if the contract at 0x1234...abcd on Base is a proxy, and if so, what's the implementation address behind it?","exampleUseCases":[{"title":"Auditing upgradeable DeFi contracts","prompt":"I need to know if the contract at 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 on Ethereum is an upgradeable proxy and what implementation it points to — I'm doing a security review."},{"title":"Verifying contract logic before interacting","prompt":"Before I interact with this contract at 0x7F5c764cBc14f9669B88837ca1490cCa17c31607 on Optimism, can you tell me if it's a proxy and where the actual logic lives?"},{"title":"Tracking protocol upgrades on Arbitrum","prompt":"Check if 0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8 on Arbitrum is a proxy contract and resolve the current implementation address so I can compare it to the last version I recorded."}],"resultDescription":"A JSON object containing the queried chain name, the contract address, whether the contract is a proxy (is_proxy boolean), the detected proxy pattern (e.g. eip1967.implementation), and the resolved implementation contract address if a proxy is detected.","failureModes":["Invalid or non-checksummed contract address returns an error or empty result","Unsupported chain name returns an error — only Base, Polygon, Arbitrum, Optimism, and Ethereum are supported","Non-proxy contracts return is_proxy: false with no implementation address","Network timeouts on the underlying RPC may cause delayed or failed responses","Missing required query parameters (chain or address) result in a 400-style error"],"whenToPreferThis":"Choose this endpoint when you need a cheap, pay-per-call lookup to determine if a specific smart contract on a major EVM chain is a proxy and to resolve its implementation address. It is ideal for agents performing smart contract analysis, security audits, or protocol monitoring without needing to run their own RPC infrastructure. Prefer it over full-node queries or general-purpose EVM explorers when cost efficiency and multi-chain support are priorities.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T18:44:12.698Z","isFirstParty":false}