Blog
Onchain reads, decoded .
Guides, comparisons, and integrations for reading smart contract data from Claude, your code, n8n, or a REST client.
Latest posts
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.
Live Onchain Data in Spring AI: Build an EVM Blockchain Tool
Build a Spring AI @Tool that reads live EVM contract data — token balances, oracle prices, Aave positions — without ABIs or RPC nodes.
Live Onchain Data in Semantic Kernel: Build an EVM Blockchain Plugin
Build a Semantic Kernel plugin with @kernel_function that reads live EVM contract data — token balances, oracle prices, Aave positions — without ABIs or RPC nodes.
Live Onchain Data in Azure AI Foundry: Build an EVM Blockchain Tool
Wire a live EVM blockchain tool into an Azure AI Foundry agent using FunctionTool — token balances, oracle prices, and Aave positions from a natural language prompt.
Live Onchain Data in DSPy: Build an EVM Blockchain Tool with ReAct
Wrap a live EVM contract reader as a dspy.Tool and wire it into a DSPy ReAct agent — read USDC balances, Chainlink prices, and Aave positions from a natural language prompt.
Live Onchain Data in Agno: Build a Custom EVM Blockchain Tool in 30 Lines
Define a custom Agno tool that reads live EVM smart contract data — USDC balances, ETH prices, Aave positions — without ABIs, RPC nodes, or web3.py boilerplate.
Live EVM Contract Reads in ElizaOS: Build a Plugin with evmquery
Add a custom ElizaOS plugin action that reads live USDC balances, oracle prices, and Aave positions from any EVM chain — no ABIs, no RPC node, no web3 boilerplate.
Live Onchain Data in LlamaIndex: Build a Custom EVM Blockchain Tool
Define a custom LlamaIndex FunctionTool that queries live EVM smart contract data — token balances, ETH prices, DeFi positions — without ABIs, RPC nodes, or web3.py.
Live Onchain Data in smolagents: Build a Custom EVM Blockchain Tool
Build a custom smolagents Tool subclass that reads live EVM contract data — token balances, oracle prices, Aave positions — without ABIs, RPC nodes, or web3.py.
Live Onchain Data in AG2: Build an EVM Blockchain Tool for AutoGen Agents
Register an evmquery tool in AG2 (AutoGen) to give your agents live EVM contract reads — USDC balances, ETH oracle prices, Aave health factors — without ABIs or RPC nodes.
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.
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 from TypeScript: No ABIs, No RPC, No Viem
Scan ERC-20 token balances for many wallets, across Ethereum, Base, and BNB Chain, using TypeScript fetch. No Viem, no ABI files, no RPC provider needed.
Live EVM Blockchain Data in Google ADK Agents
Add live smart contract reads to a Google ADK agent in 20 lines of Python. Query ERC-20 balances, Aave health factors, and any EVM state on demand.
Live EVM Blockchain Data in Mastra: Build a Typed Tool in TypeScript
Add live EVM smart contract reads to a Mastra AI agent with createTool and the evmquery REST API. Query USDC balances, Chainlink prices, and Aave positions on Ethereum, Base, or BNB.
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.
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.
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.
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 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.
Moralis vs Alchemy vs QuickNode vs evmquery: Picking the Right API for Smart Contract Reads
A fair comparison of the four main ways to read EVM contract data in 2026. What each vendor is best at, where they stop helping, and how to pick without lock-in.
Multicall3 in 2026: The Practical Guide to Batching EVM Contract Reads
Multicall3 lets you collapse hundreds of RPC roundtrips into a single call. This guide covers how it works, Viem / Ethers / Wagmi usage, common pitfalls, and when to hand it off.
Query EVM Contract Data from Python: No ABIs, No RPC Nodes, No web3.py
How to read live EVM smart contract data from Python using the evmquery REST API — no ABI files, no RPC nodes, no web3.py boilerplate. Five working recipes.
Read Smart Contracts in n8n: Fetching EVM Data in Automation Workflows (No Code)
How to read live smart contract data from an n8n workflow. Install the evmquery community node, then ship three paste-in recipes — price alerts, DAO votes, and NFT floor monitors.