Blog
Trust & Transparency
Benchmarks, architecture write-ups, and exit paths. How evmquery resolves contracts, how it performs against running viem yourself, and what happens to your setup if you leave.

Which Major Contracts Are Upgradeable Proxies: We Resolved 44 of Them
11 of the 44 most-used contracts on Ethereum and Base can swap their code without the address changing. The split is not random: upgradeability clusters where custody clusters.

evmquery vs. Raw viem: What a Falsifiable Benchmark Actually Shows
A falsifiable evmquery vs. raw viem comparison: real line counts, real round-trip counts, and an honest list of what evmquery still does not remove today.

How evmquery Resolves a Contract Read: ABI, Proxy, and Multicall3
A live walkthrough of what evmquery does between an address and a typed result: ABI resolution, proxy unwinding, and a Multicall3 batch, plus an honest look at portability.