Blog

Onchain reads, decoded.

Guides, comparisons, integrations, reference docs, and trust reports for reading smart contract data from Claude, your code, n8n, or a REST client.

Codex.io vs evmquery: enriched market data versus contract-logic reads for AI agents
ComparisonAugust 10, 2026

Codex.io vs evmquery: Enriched Market Data vs Contract-Logic Reads for AI Agents

Codex.io indexes token prices, trades, and wallets across 80+ chains for AI agents. evmquery reads contract logic live. A fair comparison, and a naming warning.

Decoding Ethereum calldata into a function call and arguments without an ABI file
GuideAugust 10, 2026

How to Decode Ethereum Calldata Without an ABI File

You have a contract address and a raw 0x calldata blob, no ABI file. Here's how to decode the function call and its arguments anyway, with a worked example.

Which major EVM contracts are upgradeable proxies: a census of 44 contracts on Ethereum and Base
Trust & TransparencyAugust 9, 2026

Which Major Contracts Are Upgradeable Proxies: We Resolved 44 of Them

10 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.

Querying Polygon contracts with evmquery — chain ID 137 reference
ReferenceAugust 8, 2026

Querying Polygon Contracts with evmquery: Chain ID, Proxy Resolution, and a Live Example

evmquery now reads Polygon (evm_polygon, chain ID 137) contracts through REST, MCP, and n8n — same ABI resolution and proxy unwinding as Ethereum, Base, and BNB Chain.

Bitquery vs evmquery: GraphQL analytics versus contract-logic reads for AI agents
ComparisonAugust 6, 2026

Bitquery vs evmquery: GraphQL Analytics vs Contract-Logic Reads for AI Agents

Bitquery indexes DEX trades, holders, and money flow across chains. evmquery reads contract logic live. A fair look at which one your AI agent actually needs.

Blockscout alternative for AI agent contract reads: where evmquery fits and where Blockscout still wins
ComparisonAugust 6, 2026

Blockscout Alternative for AI Agent Contract Reads: Where evmquery Fits (and Where Blockscout Still Wins)

Blockscout's MCP server gives agents explorer data across a huge chain list. Here's where that stops short for contract-logic reads, and where evmquery removes the ABI and proxy work instead.

Aave V3 health factor — getUserAccountData fields, base-currency decimals, and the infinite health case
GuideAugust 5, 2026

Aave V3 Health Factor Explained: getUserAccountData, Decimals, and the Infinite Health Case

Decode Aave V3's getUserAccountData correctly: six struct fields, three decimal scales, and why a zero-debt wallet returns a healthFactor near 1.16e59.

evmquery agent framework integration matrix
IntegrationAugust 5, 2026

evmquery in Any AI Agent Framework: The Complete Integration Matrix

One-page reference for wiring evmquery's onchain reads into 21 AI agent frameworks, from LangChain to Semantic Kernel. Install command and tool pattern per framework.

Alchemy alternative for EVM contract reads: where evmquery fits and where Alchemy still wins
ComparisonAugust 5, 2026

Alchemy Alternative for Contract Reads: Where evmquery Fits (and Where Alchemy Still Wins)

Searching for an Alchemy alternative? A fair, detailed look at what Alchemy does best, where custom contract reads still cost you time, and where evmquery removes that work instead.