Envio Developer Update August 2025

Welcome to our August Developer Update.
This month, we shipped preload optimization in v2.27.0, added contract-specific start blocks, and rolled out improved contributing guidelines with built-in Cursor rules. HyperSync also went global, we joined the Mobil3 hackathon in Mexico City, and we built a Telegram-to-Notion sync utility to make CRM management easier. Let’s dive in!
⚡ BIG Releases: v2.27.0
Preload Optimization
HyperIndex now preloads entities used by handlers via batched database queries, maintaining the original order of event processing. Paired with the Effect API for external calls, this gives big performance gains over other indexing solutions.
Set a single line in your config and make your handlers run multiple times faster without changing a single line of code:
preload_handlers: true
⚠️ Note: Preload optimization runs your handlers twice. From envio@2.27
, all new indexers include it by default.
Contract-specific start block
HyperIndex now supports indexing with start blocks on a per-contract basis (previously, start blocks were only per-network), a highly requested feature contributed by one of our community members, Rangel Stoilov.
Example: register NFT contracts from a factory but start processing Transfers only from block 30,000,000:
name: nft-indexer
description: NFT Factory
networks:
- id: 1337
start_block: 0
contracts:
- name: NftFactory
address: 0x4675a6B115329294e0518A2B7cC12B70987895C4
handler: src/EventHandlers.ts
events:
- event: SimpleNftCreated(string name, string symbol, uint256 maxSupply, address contractAddress)
- name: Nft
# No address field - we'll discover these addresses from SimpleNftCreated events
start_block:
handler: src/EventHandlers.ts
start_block: 30000000 # Overwrite the network start block
events:
- event: Transfer(address from, address to, uint256 tokenId)
👷♀️👷♂️ Contributing Improvements
We’ve updated our CONTRIBUTING.md
with a detailed guide to navigating the HyperIndex codebase and examples of changes in action. We’ve also added .cursor
rules to make developing new HyperIndex features easier.
Embrace Vibe-Coding
All new projects now include initial .cursor
rules to help you build indexers with agent support. Got ideas? Send a PR with rule suggestions to improve the experience for everyone. 😉
👉 See full release notes
👉 Star us on GitHub ⭐
Introducing Shipper Logs
Our new YouTube series covers release updates, new features, and optimizations. Episode 1 covers preload optimization in the v2.27.0 release and how it speeds up indexing.
Introducing Chain Pulse

A simple yet powerful tool to quickly check the pulse of multiple blockchains in real time.
With a single command, you can instantly see:
- 📊 Throughput
- 🔄 Transaction activity
- 👥 Address activity
- 📑 Logs & other key metrics
Chains already cooking include: BNB, MegaETH, Taraxa, Monad, Base, Unichain (Sepolia), and Polygon, with more on the way.
Just run:
npx chainpulse
👉 Check out the original post on X.
Envio Powers Zup Protocol

Easily search millions of pools across multiple DEXs and chains for the best yield per pair. Really cool tech.
Zup Protocol now connects you to 1M+ pools and 16 protocols across 5 blockchains.
Powered by Envio, you can compare 1,000+ combos in just 10 seconds.
👉 Check out Zup Protocol: app.zupprotocol.xyz
HyperSync is now Globally Distributed

We’ve joined the official list of K8GB adopters. HyperSync is now served from multiple regions, giving builders faster and more reliable access wherever they are.
🇲🇽 Mobil3 Hackathon - Mexico City

We had a great time at the Mobil3 Hackathon in CDMX!
Envio put up a $2,000 USD bounty for the best real-time payments or consumer fintech dashboards built using Envio.
Co-founder Denham Preen was on-site, leading a workshop on HyperIndex + HyperSync and offering 1:1 mentoring to teams throughout the hackathon.
Big thanks to the Mobil3 organizers, the Monaa Foundation, and all the builders who made it an incredible event!
💸 $943M Frozen

Say hello to the only list you don’t want to be on → The Banned List
This dashboard tracks funds frozen across USDT and USDC on Ethereum mainnet. Right now, over $943M is locked in blacklisted wallets. USDT accounts for $833.78M and USDC makes up $109.73M.
Some of the top wallets hold tens of millions, with one blocked from moving $50.25M. New addresses continue to be blacklisted, including one with $1.37M that keeps trying to move funds out. It’s still not clear why these wallets have been targeted, but the dashboard makes it easy to explore and investigate what’s happening in real time.
👉 Check out the original post on X.
💧 Introducing Liquidator

Say hello to Liquidator, a new tool that lets you watch liquidation events unfold live in your terminal.
Powered by Envio, it can cut through more than 10 chains in seconds and surface hundreds of thousands of liquidation events, raw, unfiltered, and in real time.
Liquidator is currently live for Aave, with more protocols coming soon. Which one should we add next? 👀
👉 See the original post on X.
📦 Telegram to Notion Sync CRM Tool
Managing endless Telegram groups is a hassle, so we built an open-source CLI tool that syncs your Telegram chats into a Notion database.
It finds all chats with a specific substring, adds new ones automatically, and lets you manage them with Kanban, labels, and reminders.
Credits to Kenau Vith
👉 Check it out on GitHub
🗓️ Upcoming Events
- Encode London: 24th → 26th October 2025
- Devconnect Buenos Aires: 17th → 22nd November 2025
🧑💻 Featured Developer

This month’s featured developer is Mikko Ohtamaa, CEO and Co-Founder of Trading Strategy, a Web3 algorithmic trading protocol. Over the past decade, Mikko has served as CTO at leading blockchain companies like LocalBitcoins (one of the first Bitcoin exchanges) and TokenMarket (one of the first ICO platforms), where he helped build infrastructure for more than $1B in digital assets. He’s also an active voice in digital rights and open-source communities.
Thanks for being an awesome member of our community, Mikko!
“We use Envio because it's the first indexer that works. Envio is easy to integrate with modern data research and trading pipelines based in Python. This allows us to integrate more chains, faster, go deeper in data, and finally have a developer experience blockchain programmers have craved for.” - Mikko Ohtamaa, CEO & Co-Founder at Trading Strategy
Be sure to follow them on X and check out their work on GitHub to stay up to date with what they are building.
🎧️ Playlist of the Month

▶️ Open Spotify
🚢 Ship With Us
Envio is a multi-chain EVM blockchain indexing solution for querying real-time and historical data. If you’re working on a Web3 project and want a smoother development process, Envio’s got your back(end). Check out our docs, join the community, and let’s talk about your data needs.
Stay tuned for more monthly updates by subscribing to our newsletter, following us on X, or hopping into our Discord for more up-to-date information.
Website | X | Discord | Telegram | GitHub | YouTube | Reddit