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.

LangGraph plus evmquery: stateful EVM blockchain data in a ReAct agent
IntegrationMay 23, 2026

Live On-Chain Data in LangGraph: Build an EVM Blockchain Tool in 40 Lines

Wire evmquery into a LangGraph ReAct agent to query live EVM contract data — token supplies, oracle prices, DeFi positions — with full state persistence across tool calls. No ABIs, no RPC node.

Pydantic AI plus evmquery: live EVM blockchain data as a typed agent tool
IntegrationApril 29, 2026

Live Onchain Data in Pydantic AI: Build an EVM Blockchain Tool in 30 Lines

Define a typed Pydantic AI tool that reads live EVM contract data — USDC balances, ETH prices, Aave positions — without ABIs, RPC nodes, or web3.py boilerplate.

CrewAI plus evmquery: live EVM blockchain data as a custom crew tool
IntegrationApril 28, 2026

Live Onchain Data in CrewAI: Build a Custom EVM Blockchain Tool

Wire a custom evmquery tool into CrewAI and give your AI crew live access to EVM contract state — USDC balances, ETH prices, and Aave health factors — without ABIs or RPC nodes.

Multi-wallet ERC-20 balance scanning with TypeScript REST API — no Viem, no RPC node
GuideApril 26, 2026

Multi-Wallet ERC-20 Balance Scanning from TypeScript: No ABIs, No RPC, No Viem

Scan ERC-20 token balances for many wallets, across Ethereum, Base, BNB Chain, and Polygon, using TypeScript fetch. No Viem, no ABI files, no RPC provider needed.

Blockchain monitoring in Python: EVM contract polling with evmquery
GuideApril 25, 2026

Blockchain Monitoring in Python: Poll EVM Contract State Without the Boilerplate

How to write a Python script that polls EVM contract state (Aave health factors, ERC-20 balances, multi-wallet checks) using evmquery's REST API. No ABIs, no ABI decoders, no Multicall3 setup.

LangChain plus evmquery: live EVM blockchain data as a custom agent tool
IntegrationApril 25, 2026

Live Onchain Data in LangChain: Build a Custom EVM Blockchain Tool in 30 Lines

Define a custom LangChain tool that queries live EVM smart contract data — USDC balances, ETH prices, Aave positions — without ABIs, RPC nodes, or web3.py boilerplate.

OpenAI Agents SDK plus evmquery: live EVM blockchain data as a custom function tool
IntegrationApril 25, 2026

Live Onchain Data in the OpenAI Agents SDK: Add an EVM Blockchain Tool

Wire the OpenAI Agents SDK to live EVM smart contract data with one @function_tool. Reads USDC balances, Chainlink prices, and Aave positions on Ethereum, Base, or BNB. No ABIs needed.

Vercel AI SDK plus evmquery: live EVM blockchain data as a custom tool
IntegrationApril 25, 2026

Live Onchain Data in the Vercel AI SDK: Add an EVM Blockchain Tool

Define a custom evmquery tool in the Vercel AI SDK and give your AI app live access to USDC balances, Aave positions, and any EVM contract read on Ethereum, Base, or BNB.

Blockchain indexers guide — The Graph vs direct contract reads
GuideApril 24, 2026

Blockchain Indexers in 2026: The Graph, Goldsky, and When to Skip the Index Entirely

When The Graph wins and when a direct contract query is faster. A practical guide to blockchain indexers with TypeScript examples for ERC-20, Uniswap v3, and DeFi.