AI-powered Telegram bot that provides users with convenient wallet analysis
š¤ Blockscout Wallet Analyst Telegram Bot š¤
ā Real blockchain data from Blockscout: Balance Transaction history Token holdings NFT collections Direct HTTP calls to Blockscout's public APIs (not MCP server)
ā AI-powered analysis via OpenAI: Natural language summaries Activity patterns User behavior insights Risks and red flags
Supported Chains š· Ethereum š“ Optimism šµ Base š¶ Arbitrum š£ Polygon ā” zkSync Era š¢ Gnosis š” Celo š Scroll
š» Vibe-coded on Replit for ETHOnline 2025
This Telegram bot combines python-telegram-bot v21 with a custom async Blockscout API client to fetch wallet data across 8+ blockchain networks (Ethereum, Base, Arbitrum, Optimism, etc.), then feeds that data to OpenAI via Replit AI Integrations for intelligent analysis. The entire backend runs on Python asyncio for concurrent handling of multiple users and API calls without blocking. Note 1: I was unable to use the MCP server, so reverted to using direct HTTP calls to Blockscout. Note 2: ENS resolution has issues, so will not be included in this release

