What we run
Three services, live now. Each one
answers a question that is tedious to assemble yourself and cheap to
answer once someone has assembled it.
Contract Code Identity
GET /contract-code-hash
Check a deployed contract's code identity - keccak256 code hash read from the node via eth_getProof, confirmed on a second independent node, plus EIP-1167/1967/1822 proxy resolution.
Pass a contract address and chain. Optionally pass the code hash you expect — from an audit report or an earlier check — and the answer tells you whether it still matches.
What comes back
- keccak256 hash of the deployed bytecode, read from the node
- a second independent node's confirmation of that hash
- proxy type and implementation address, with the implementation hashed too
- whether it matched the hash you expected, if you supplied one
onchainsecuritycontractsverification
Surplus Sold Comps
GET /surplus-sold-comps
Sold-price comps for US government surplus - closed GSA auction lots matching an item query, with hammer prices, bidder counts, dates and locations, from a daily-archived lot history.
Pass an item query such as dell laptop or ford f-150. Narrow it with a look-back window.
What comes back
- matching closed lots with their hammer prices
- bidder counts, close dates, locations and selling agency
- mean, median, min and max across the sample
- the factors the sample does not model, stated plainly
governmentauctionspricingresale
Wallet Revenue Authenticity
GET /wallet-revenue-authenticity
Score whether an x402 seller wallet's revenue is real - distinct payers, repeat share, calls per payer, self-pay and round-trip flags, from Base USDC settlement history on chain.
Pass a wallet address. Narrow it with a look-back window.
What comes back
- distinct payers and what share of them came back
- calls per payer, the ratio that separates real use from farming
- self-pay and round-trip flags
- how far back the settlement history actually reaches
onchainanalyticsx402fraud