<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Envio Blog</title>
        <link>https://docs.envio.dev/blog</link>
        <description>Envio Blog</description>
        <lastBuildDate>Wed, 25 Feb 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <item>
            <title><![CDATA[Envio Developer Update February 2026]]></title>
            <link>https://docs.envio.dev/blog/blog/envio-developer-update-february-2026</link>
            <guid>https://docs.envio.dev/blog/blog/envio-developer-update-february-2026</guid>
            <pubDate>Wed, 25 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Envio Developer Update February 2026: HyperIndex v3 alpha.13 with 3x faster backfills, improved RPC support, MegaETH and Sei indexing, new builder series, and Uniswap v4 alert bots.]]></description>
            <content:encoded><![CDATA[<img src="https://docs.envio.dev/blog-assets/dev-update-feb-26.png" alt="Cover Image Envio Developer Update Feb 2026" width="100%">
<p>February brings a couple new HyperIndex V3 alpha release along with expanded network support and feature updates. We shipped HyperIndex v3.0.0 alpha.13 &amp; alpha.14 with 3x faster historical backfills, support for DESC indices, improved RPC source support, experimental WebSocket support, and a breaking configuration change with <code>rpc_config</code> removed in favour of <code>rpc</code>, new getWhere API, removed ordered multichain mode support, big Cursor/Claude update and much more!</p>
<p>We expanded our indexing support to MegaETH mainnet and Sei. This month also includes a new multi-part YouTube series on building with HyperIndex and updates to our Uniswap v4 alert bots. Let’s dive in!</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-new-release-hyperindex-v300---alpha13--alpha14">⚡ New release: HyperIndex v3.0.0 - alpha.13 &amp; alpha.14<a class="hash-link" aria-label="Direct link to ⚡ New release: HyperIndex v3.0.0 - alpha.13 &amp; alpha.14" title="Direct link to ⚡ New release: HyperIndex v3.0.0 - alpha.13 &amp; alpha.14" href="https://docs.envio.dev/blog/blog/envio-developer-update-february-2026#-new-release-hyperindex-v300---alpha13--alpha14">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="alpha14">Alpha.14<a class="hash-link" aria-label="Direct link to Alpha.14" title="Direct link to Alpha.14" href="https://docs.envio.dev/blog/blog/envio-developer-update-february-2026#alpha14">​</a></h3>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="breaking-new-getwhere-api">🚨&nbsp;Breaking: New getWhere API<a class="hash-link" aria-label="Direct link to 🚨&nbsp;Breaking: New getWhere API" title="Direct link to 🚨&nbsp;Breaking: New getWhere API" href="https://docs.envio.dev/blog/blog/envio-developer-update-february-2026#breaking-new-getwhere-api">​</a></h3>
<p>We updated our getWhere API to enable support for multiple filters at a time in future HyperIndex versions. Instead of chaining, it now uses a single function call with filters that match GraphQL style for familiarity.</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">Old: context.Entity.getWhere.fieldName.eq(value)</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">New: context.Entity.getWhere({ fieldName: { _eq: value } })</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="-breaking-removed-ordered-multichain-mode-support">🔄 Breaking: Removed Ordered Multichain Mode Support<a class="hash-link" aria-label="Direct link to 🔄 Breaking: Removed Ordered Multichain Mode Support" title="Direct link to 🔄 Breaking: Removed Ordered Multichain Mode Support" href="https://docs.envio.dev/blog/blog/envio-developer-update-february-2026#-breaking-removed-ordered-multichain-mode-support">​</a></h3>
<p>Ordered Multichain Mode forced events across all processed chains into global onchain order, causing significant latency and allowing one bad chain to freeze the entire indexing process.</p>
<p>Events are still processed in on-chain order per chain.
For cross-chain interactions, create a partial entity on one chain and finalize it when the related event arrives on another chain. This provides lower latency and a more reliable system.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="big-cursorclaude-skills-update">🤖&nbsp;Big Cursor/Claude Skills Update<a class="hash-link" aria-label="Direct link to 🤖&nbsp;Big Cursor/Claude Skills Update" title="Direct link to 🤖&nbsp;Big Cursor/Claude Skills Update" href="https://docs.envio.dev/blog/blog/envio-developer-update-february-2026#big-cursorclaude-skills-update">​</a></h3>
<p>We updated <code>envio init</code> to create projects with multiple skills to support agentic driven development.</p>
<p>The LLM landscape changes quickly, so we welcome feedback to improve the skills and the development experience with them.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="️chain-info-for-test-indexer">⛓️&nbsp;Chain Info for Test Indexer<a class="hash-link" aria-label="Direct link to ⛓️&nbsp;Chain Info for Test Indexer" title="Direct link to ⛓️&nbsp;Chain Info for Test Indexer" href="https://docs.envio.dev/blog/blog/envio-developer-update-february-2026#%EF%B8%8Fchain-info-for-test-indexer">​</a></h3>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">const indexer = createTestIndexer();</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">indexer.chainIds</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">indexer.chains</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">indexer.chains[1].id</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">indexer.chains[1].name</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">indexer.chains[1].startBlock</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">indexer.chains[1].endBlock</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">indexer.chains[1].ERC20.abi</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">indexer.chains[1].ERC20.addresses // Useful to test dynamic registrations</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="alpha13">Alpha.13<a class="hash-link" aria-label="Direct link to Alpha.13" title="Direct link to Alpha.13" href="https://docs.envio.dev/blog/blog/envio-developer-update-february-2026#alpha13">​</a></h3>
<p>This alpha release focused on performance improvements, expanded indexing capabilities, and RPC configuration changes as we continue iterating on V3.</p>
<p>Historical backfills are significantly faster, query flexibility has improved with support for descending indices, RPC sources now expose additional receipt level fields, and configuration has been streamlined with the removal of <code>rpc_config</code> in favour of a unified <strong><code>rpc</code></strong> structure.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="️-3x-historical-backfill-performance">🏎️ 3x Historical Backfill Performance<a class="hash-link" aria-label="Direct link to 🏎️ 3x Historical Backfill Performance" title="Direct link to 🏎️ 3x Historical Backfill Performance" href="https://docs.envio.dev/blog/blog/envio-developer-update-february-2026#%EF%B8%8F-3x-historical-backfill-performance">​</a></h3>
<p>We introduced chunking logic to request events across multiple ranges at once, fixed overfetching for contracts with much later <code>start_block</code> values, and sped up dynamic contract registration.</p>
<p>If data fetching was your bottleneck, this release helps.</p>
<p><strong><span style="text-decoration:underline">25k events per second is now standard</span></strong></p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="-support-for-desc-indices">📉 Support for DESC Indices<a class="hash-link" aria-label="Direct link to 📉 Support for DESC Indices" title="Direct link to 📉 Support for DESC Indices" href="https://docs.envio.dev/blog/blog/envio-developer-update-february-2026#-support-for-desc-indices">​</a></h3>
<p>You can now define indices with descending order to improve query performance:</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">type PoolDayData</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  @index(fields: ["poolId", ["date", "DESC"]]) {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  id: ID!</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  poolId: String!</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  date: Timestamp!</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">}</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="-improved-rpc-source-support">⛽ Improved RPC Source Support<a class="hash-link" aria-label="Direct link to ⛽ Improved RPC Source Support" title="Direct link to ⛽ Improved RPC Source Support" href="https://docs.envio.dev/blog/blog/envio-developer-update-february-2026#-improved-rpc-source-support">​</a></h3>
<p>Added support for receipt-only fields:</p>
<p>• <strong><code>gasUsed</code></strong></p>
<p>• <strong><code>cumulativeGasUsed</code></strong></p>
<p>• <strong><code>effectiveGasPrice</code></strong></p>
<p>When one of these fields is added in <code>field_selection</code>, HyperIndex will automatically perform an additional <code>eth_getTransactionReceipt</code> request.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="-websocket-support-for-rpc-experimental">🔌 WebSocket Support for RPC (Experimental)<a class="hash-link" aria-label="Direct link to 🔌 WebSocket Support for RPC (Experimental)" title="Direct link to 🔌 WebSocket Support for RPC (Experimental)" href="https://docs.envio.dev/blog/blog/envio-developer-update-february-2026#-websocket-support-for-rpc-experimental">​</a></h3>
<p>Experimental WebSocket support for RPC sources to improve head latency.</p>
<p>If you run into issues, please open a GitHub issue. 🙏</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">chains:</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  - id: 1</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    rpc:</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      url: ${ENVIO_RPC_ENDPOINT}</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      ws: ${ENVIO_WS_ENDPOINT}</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      for: live</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="breaking-rpc_config-removed">🚨Breaking: rpc_config Removed<a class="hash-link" aria-label="Direct link to 🚨Breaking: rpc_config Removed" title="Direct link to 🚨Breaking: rpc_config Removed" href="https://docs.envio.dev/blog/blog/envio-developer-update-february-2026#breaking-rpc_config-removed">​</a></h3>
<p><code>rpc_config</code> has been removed in favour of <strong><code>rpc</code></strong>.</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">- rpc_config</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">+ rpc:</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      url: ${ENVIO_RPC_ENDPOINT}</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">+     for: sync # Add to force RPC usage instead of HyperSync</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>Additionally, you can specify multiple rpcs by providing a list:</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">rpc:</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  - url: ${ENVIO_RPC_ENDPOINT}</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    for: sync</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  - url: ${ENVIO_RPC_FALLBACK_ENDPOINT}</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    for: fallback</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>If <strong><code>for</code></strong> is not provided, the RPC URL is used as a fallback for HyperSync or as the main source when HyperSync is not supported.</p>
<p>We recommend migrating to v3.0.0 alpha. 13 to take advantage of the performance improvements and configuration updates. Give it a test and let us know how it goes. We welcome any feedback as we continue refining V3.</p>
<p>For information, be sure to check out the full release notes. More updates coming soon.</p>
<p>👉 See full <a href="https://github.com/enviodev/hyperindex/releases" target="_blank" rel="noopener noreferrer">release notes</a></p>
<p>👉 Star us on <a href="https://github.com/enviodev/hyperindex" target="_blank" rel="noopener noreferrer">GitHub</a> ⭐</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="indexing-data-on-megaeth-mainnet">Indexing Data on MegaEth Mainnet<a class="hash-link" aria-label="Direct link to Indexing Data on MegaEth Mainnet" title="Direct link to Indexing Data on MegaEth Mainnet" href="https://docs.envio.dev/blog/blog/envio-developer-update-february-2026#indexing-data-on-megaeth-mainnet">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-feb-26-1.gif" alt="MegaEth Mainnet" width="100%">
<p><a href="https://rabbithole.megaeth.com/" target="_blank" rel="noopener noreferrer">MegaETH</a> launched its public Mainnet on February 9, 2026, marking the transition from testnet experimentation to a live production network. As a performance focused Ethereum Layer 2, MegaETH is built to support high throughput and low latency execution for onchain applications.</p>
<p>With mainnet now live, developers can deploy and operate applications directly on the network.</p>
<p>Envio proudly supports developers building on MegaETH Mainnet, providing efficient access to real-time and historical data for teams building in the ecosystem.</p>
<p>For more information, see the original <a href="https://x.com/envio_indexer/status/2020882703583727665?s=20" target="_blank" rel="noopener noreferrer">post</a> on X.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="building-indexers-with-hyperindex">Building Indexers with HyperIndex<a class="hash-link" aria-label="Direct link to Building Indexers with HyperIndex" title="Direct link to Building Indexers with HyperIndex" href="https://docs.envio.dev/blog/blog/envio-developer-update-february-2026#building-indexers-with-hyperindex">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-feb-26-2.png" alt="Building Indexers with HyperIndex" width="100%">
<p>Check out Decrypted Bytes’ new multi-part YouTube series that walks through how to build with HyperIndex. The series covers building an indexer using HyperIndex from scratch. It follows the full process in a live coding format, showing how to set up, iterate, and expand an indexer step by step.</p>
<p>If you want to learn how to build with HyperIndex in practice, this series is a great place to start.</p>
<p>Be sure to check out the series on <a href="https://www.youtube.com/@decryptedbytes/streams" target="_blank" rel="noopener noreferrer">YouTube</a> and subscribe to follow along as more parts are released.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="tyde-terminal-tide-visualiser">Tyde Terminal Tide Visualiser<a class="hash-link" aria-label="Direct link to Tyde Terminal Tide Visualiser" title="Direct link to Tyde Terminal Tide Visualiser" href="https://docs.envio.dev/blog/blog/envio-developer-update-february-2026#tyde-terminal-tide-visualiser">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-feb-26-3.gif" alt="Tyde" width="100%">
<p>Tyde is an open source terminal based tool that visualises real world tide levels directly in the command line. It renders an animated tide scene with waves, sand, and foam, alongside a 24-hour tide chart showing the current position in the cycle. Sunrise and sunset times are also displayed, with support for a day and night cycle.</p>
<p>Tide predictions are computed locally using harmonic analysis across more than 50 global stations, with no external APIs required.</p>
<p>You can run Tyde directly in your terminal on macOS or Linux, or build it from source.</p>
<p>For more information, see the <a href="https://github.com/moose-code/tyde" target="_blank" rel="noopener noreferrer">GitHub repo</a> or the original <a href="https://x.com/jonjonclark/status/2022313741593858297?s=20" target="_blank" rel="noopener noreferrer">post</a> on X.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="index-data-on-sei">Index Data on Sei<a class="hash-link" aria-label="Direct link to Index Data on Sei" title="Direct link to Index Data on Sei" href="https://docs.envio.dev/blog/blog/envio-developer-update-february-2026#index-data-on-sei">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-feb-26-4.png" alt="Index data on Sei" width="100%">
<p>Just Sei it.</p>
<p>Build, index &amp; scale high performance apps on <a href="https://www.sei.io/" target="_blank" rel="noopener noreferrer">Sei</a> using Envio.</p>
<p>Instantly access real-time &amp; historical data on one of the fastest L1 EVMs. Sync millions of events in minutes, 2000× faster than RPC.</p>
<p>Easy. Fast. Fully customizable.</p>
<p>For more information, see the original <a href="https://x.com/envio_indexer/status/2021981848557986255?s=20" target="_blank" rel="noopener noreferrer">post</a> on X.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="envio-alerts-uniswap-v4-alert-bots">Envio Alerts: Uniswap v4 Alert Bots<a class="hash-link" aria-label="Direct link to Envio Alerts: Uniswap v4 Alert Bots" title="Direct link to Envio Alerts: Uniswap v4 Alert Bots" href="https://docs.envio.dev/blog/blog/envio-developer-update-february-2026#envio-alerts-uniswap-v4-alert-bots">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-feb-26-5.png" alt="Envio alert bots" width="100%">
<p>Get automated alerts when a Uniswap v4 pool crosses 1m in TVL, including when an MEV bot trade causes the threshold to be hit.</p>
<p>Each alert includes:</p>
<ul>
<li>Token pair</li>
<li>TVL threshold hit</li>
<li>Chain</li>
</ul>
<p>The <a href="https://t.me/+5uldwTve8ns3MDFk" target="_blank" rel="noopener noreferrer">MEV Alerts bot</a> highlights MEV driven TVL events, while the <a href="https://t.me/+0eUs4YO6HMJlNzBk" target="_blank" rel="noopener noreferrer">Liquid Token Alerts bot</a> tracks pools crossing the 1m TVL mark.</p>
<p>Be sure to join the bot groups on Telegram to receive alerts in real-time and stay up to date on Uniswap v4 pool activity.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="️-current--upcoming-events--hackathons">🗓️ Current &amp; Upcoming Events &amp; Hackathons<a class="hash-link" aria-label="Direct link to 🗓️ Current &amp; Upcoming Events &amp; Hackathons" title="Direct link to 🗓️ Current &amp; Upcoming Events &amp; Hackathons" href="https://docs.envio.dev/blog/blog/envio-developer-update-february-2026#%EF%B8%8F-current--upcoming-events--hackathons">​</a></h2>
<ul>
<li><a href="https://ethdenver.com/" target="_blank" rel="noopener noreferrer">EthDenver - Denver</a>: Feb 17th → 21st</li>
<li><a href="https://ethcc.io/" target="_blank" rel="noopener noreferrer">EthCC - Cannes</a>: March 30th → April 2nd</li>
<li><a href="https://ethconf.com/" target="_blank" rel="noopener noreferrer">EthConf - New York</a>: June 8th → 10th</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="️-playlist-of-the-month">🎧️ Playlist of the Month<a class="hash-link" aria-label="Direct link to 🎧️ Playlist of the Month" title="Direct link to 🎧️ Playlist of the Month" href="https://docs.envio.dev/blog/blog/envio-developer-update-february-2026#%EF%B8%8F-playlist-of-the-month">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-feb-26-7.png" alt="PLOTM Feb 2026" width="100%">
<p>▶️ <a href="https://open.spotify.com/playlist/0CNf2YeAWBGUii76h6xilv?si=575e6a3e76c844b5" target="_blank" rel="noopener noreferrer">Open Spotify</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="build-with-envio">Build with Envio<a class="hash-link" aria-label="Direct link to Build with Envio" title="Direct link to Build with Envio" href="https://docs.envio.dev/blog/blog/envio-developer-update-february-2026#build-with-envio">​</a></h2>
<p>Envio is a multi-chain EVM blockchain indexer 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.</p>
<p>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.</p>
<p><a href="https://envio.beehiiv.com/subscribe?utm_source=envio.beehiiv.com&amp;utm_medium=newsletter&amp;utm_campaign=new-post" target="_blank" rel="noopener noreferrer">Subscribe to our newsletter</a> 💌</p>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Website</a> | <a href="https://twitter.com/envio_indexer" target="_blank" rel="noopener noreferrer">X</a> | <a href="https://discord.com/invite/gt7yEUZKeB" target="_blank" rel="noopener noreferrer">Discord</a> | <a href="https://t.me/+5mI61oZibEM5OGQ8" target="_blank" rel="noopener noreferrer">Telegram</a> | <a href="https://github.com/enviodev" target="_blank" rel="noopener noreferrer">GitHub</a> | <a href="https://www.youtube.com/channel/UCR7nZ2yzEtc5SZNM0dhrkhA" target="_blank" rel="noopener noreferrer">YouTube</a> | <a href="https://www.reddit.com/user/Envio_indexer" target="_blank" rel="noopener noreferrer">Reddit</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Blockchain Indexer For Application Backends]]></title>
            <link>https://docs.envio.dev/blog/blog/blockchain-indexer-application-backends</link>
            <guid>https://docs.envio.dev/blog/blog/blockchain-indexer-application-backends</guid>
            <pubDate>Wed, 28 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[How blockchain indexers are used in practice to build reliable application backends and how Envio fits into that workflow.]]></description>
            <content:encoded><![CDATA[<img src="https://docs.envio.dev/blog-assets/blockchain-indexer-backends.png" alt="Cover Image for Blockchain Indexer For Application Backends blog" width="100%">
<p>A blockchain indexer is rarely the end product. For most teams, it is a core part of the backend that sits between the blockchain and their application.</p>
<p>This blog focuses on how developers and analysts actually use a blockchain indexer in practice, the problems it solves at the backend layer, and how blockchain indexers like Envio fit into that workflow and streamline the overall development process.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="what-is-a-blockchain-indexer">What is a blockchain indexer<a class="hash-link" aria-label="Direct link to What is a blockchain indexer" title="Direct link to What is a blockchain indexer" href="https://docs.envio.dev/blog/blog/blockchain-indexer-application-backends#what-is-a-blockchain-indexer">​</a></h2>
<p>A blockchain indexer is a specialised tool that ingests raw blockchain data and transforms it into structured data that application backends can query efficiently.</p>
<p>Rather than querying blocks, transactions, or logs directly through RPC on every request, developers define how blockchain events should be processed and stored. The indexer applies this logic consistently as new data is produced and as historical data is processed.</p>
<p>The result is a reliable, queryable data layer built from on-chain activity.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="how-blockchain-indexers-work">How blockchain indexers work<a class="hash-link" aria-label="Direct link to How blockchain indexers work" title="Direct link to How blockchain indexers work" href="https://docs.envio.dev/blog/blog/blockchain-indexer-application-backends#how-blockchain-indexers-work">​</a></h2>
<p>In practice, a blockchain indexer follows a simple model:</p>
<ul>
<li>Read blockchain data such as blocks, transactions, and event logs</li>
<li>Apply developer-defined logic to the data</li>
<li>Store the results as structured entities</li>
</ul>
<p>This logic is deterministic and repeatable. Given the same inputs, the indexer produces the same outputs, which makes indexed data predictable and safe to depend on in application backends.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="the-backend-problem-blockchain-apps-run-into">The backend problem blockchain apps run into<a class="hash-link" aria-label="Direct link to The backend problem blockchain apps run into" title="Direct link to The backend problem blockchain apps run into" href="https://docs.envio.dev/blog/blog/blockchain-indexer-application-backends#the-backend-problem-blockchain-apps-run-into">​</a></h2>
<p>Application backends need structured state. Blockchains expose raw data. When applications rely directly on RPC endpoints, backend logic quickly becomes responsible for:</p>
<ul>
<li>Reconstructing the state from historical events</li>
<li>Tracking contract changes over time</li>
<li>Handling retries, partial failures, and reorgs</li>
<li>Translating low-level logs into usable application data</li>
</ul>
<p>As your project scales, this logic becomes difficult to manage and expensive to maintain. Blockchain indexers like Envio exist to absorb this complexity by transforming on-chain events into structured, queryable data that your backend can depend on.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="what-role-a-blockchain-indexer-plays">What role a blockchain indexer plays<a class="hash-link" aria-label="Direct link to What role a blockchain indexer plays" title="Direct link to What role a blockchain indexer plays" href="https://docs.envio.dev/blog/blog/blockchain-indexer-application-backends#what-role-a-blockchain-indexer-plays">​</a></h2>
<p>Rather than serving as an analytics layer, a blockchain indexer functions as backend infrastructure. It continuously processes blockchain data and maintains an up-to-date representation of application state that backends can query directly.</p>
<p>In practice, this means:</p>
<ul>
<li>Indexing contract events once instead of repeatedly</li>
<li>Converting raw logs into structured entities</li>
<li>Persisting derived state that applications can rely on</li>
<li>Keeping blockchain-specific logic out of application code</li>
</ul>
<p>This separation makes backends simpler, more predictable, and easier to scale.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="where-the-indexed-data-gets-used">Where the indexed data gets used<a class="hash-link" aria-label="Direct link to Where the indexed data gets used" title="Direct link to Where the indexed data gets used" href="https://docs.envio.dev/blog/blog/blockchain-indexer-application-backends#where-the-indexed-data-gets-used">​</a></h2>
<p>Once data is indexed, application backends can:</p>
<ul>
<li>Serve APIs backed by indexed blockchain state</li>
<li>Power user interfaces with pre-processed data</li>
<li>Track contract state without rescanning history</li>
<li>Build features that depend on event-driven updates</li>
</ul>
<p>Because the indexing logic is deterministic and versioned, teams can evolve their schema and handlers without rewriting application logic.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="when-a-blockchain-indexer-becomes-necessary">When a blockchain indexer becomes necessary<a class="hash-link" aria-label="Direct link to When a blockchain indexer becomes necessary" title="Direct link to When a blockchain indexer becomes necessary" href="https://docs.envio.dev/blog/blog/blockchain-indexer-application-backends#when-a-blockchain-indexer-becomes-necessary">​</a></h2>
<p>Most teams reach for a blockchain indexer when:</p>
<p>• Application logic depends on more than the latest block</p>
<p>• Application needs access to real-time &amp; historical on-chain data</p>
<p>• Data needs to be queried frequently or predictably</p>
<p>• Applications span multiple supported networks and need a unified data layer</p>
<p>• Backend reliability becomes a priority</p>
<p>At that point, indexing once and querying structured data becomes the simplest approach.</p>
<p>Envio supports this by allowing developers to configure indexers that process data from multiple supported networks within a single project, while exposing indexed data through a consistent query interface.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="building-a-blockchain-indexer-with-envio">Building a blockchain indexer with Envio<a class="hash-link" aria-label="Direct link to Building a blockchain indexer with Envio" title="Direct link to Building a blockchain indexer with Envio" href="https://docs.envio.dev/blog/blog/blockchain-indexer-application-backends#building-a-blockchain-indexer-with-envio">​</a></h2>
<p>Envio is designed around a developer-first indexing workflow. With Envio, developers define the contracts and events relevant to their application, write deterministic event handlers that map blockchain data into entities, and run the indexer locally to develop and validate logic. The same indexing code can then be used in hosted environments without changes.</p>
<p>As projects scale, Envio provides a set of optional capabilities that support more advanced indexing and production requirements:</p>
<ul>
<li>
<p><strong>Flexible language support:</strong> Write event handling logic in supported languages such as JavaScript and TypeScript.</p>
</li>
<li>
<p><strong><a href="https://docs.envio.dev/docs/HyperSync/overview" target="_blank" rel="noopener noreferrer">HyperSync</a>:</strong> A high-performance data retrieval layer designed to dramatically speed up access to historical blockchain data and reduce reliance on standard RPC-based syncing. HyperSync's endpoint allows up to 2000x faster indexing than standard RPC (use of RPC is optional).</p>
</li>
<li>
<p><strong>No-code Quickstart</strong>: Autogenerate the key boilerplate for an entire Indexer project off single or multiple smart contracts. Deploy within minutes.</p>
</li>
<li>
<p><strong>Multichain indexing:</strong> Aggregate data across multiple networks into a single database. Query all your data with a unified GraphQL API.</p>
</li>
<li>
<p><strong>On-chain and off-chain data ingestion</strong>: Combine indexed on-chain data with data fetched from off-chain sources to build a flexible API for richer application logic. This includes indexing off-chain NFT metadata, pulling token prices from aggregators like CoinGecko, or reading current chain state via RPC calls alongside indexed events.</p>
</li>
<li>
<p><strong>Factory contract support:</strong> Automatically register and process events emitted from all child contracts that are created by a specified factory/dynamic contract.</p>
</li>
<li>
<p><strong><a href="https://docs.envio.dev/docs/HyperIndex/hosted-service" target="_blank" rel="noopener noreferrer">Hosted service</a>:</strong> An optional managed service platform for building, hosting, and querying Envio's Indexers with 99.99% guaranteed uptime and performance service level agreements.</p>
</li>
</ul>
<p>The result is a backend data layer that remains consistent and reliable across development and production, allowing teams to scale their indexing setup without rewriting application logic.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="getting-started">Getting started<a class="hash-link" aria-label="Direct link to Getting started" title="Direct link to Getting started" href="https://docs.envio.dev/blog/blog/blockchain-indexer-application-backends#getting-started">​</a></h2>
<p>Envio allows developers to start small and scale as you build:</p>
<ul>
<li>Index single or multiple contracts</li>
<li>Map a small set of events into entities</li>
<li>Run the indexer locally during development</li>
<li>Expand the schema and handlers as application requirements grow</li>
</ul>
<p>And much more!</p>
<p>For many applications, a blockchain indexer becomes a core part of the backend. Envio is designed to support this workflow from early development through production, using the same indexing code and development model across environments.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="conclusion">Conclusion<a class="hash-link" aria-label="Direct link to Conclusion" title="Direct link to Conclusion" href="https://docs.envio.dev/blog/blog/blockchain-indexer-application-backends#conclusion">​</a></h2>
<p>As your application grows, working directly with raw on-chain data becomes harder to maintain.</p>
<p>A blockchain indexer moves that complexity into a dedicated layer that backends can rely on.</p>
<p>Envio provides a consistent way to build and run that layer, from local development through production, without changing how indexers are defined as requirements evolve.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="about-envio">About Envio<a class="hash-link" aria-label="Direct link to About Envio" title="Direct link to About Envio" href="https://docs.envio.dev/blog/blog/blockchain-indexer-application-backends#about-envio">​</a></h2>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Envio</a> is a fast, developer friendly multichain blockchain indexer that makes real-time data accessible for builders across Web3.</p>
<p>With Envio, developers can query and stream blockchain data efficiently without the complexity of running their own infrastructure. Envio's blockchain indexing solution natively supports any EVM network and is trusted by many teams building everything from DeFi platforms to analytics dashboards and production applications.</p>
<p>If you're a blockchain developer or analyst looking to enhance your workflow, look no further. Join our growing community of Web3 builders and explore our docs.</p>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Website</a> | <a href="https://twitter.com/envio_indexer" target="_blank" rel="noopener noreferrer">X</a> | <a href="https://discord.com/invite/gt7yEUZKeB" target="_blank" rel="noopener noreferrer">Discord</a> | <a href="https://warpcast.com/envio" target="_blank" rel="noopener noreferrer">Farcaster</a> | <a href="https://github.com/enviodev" target="_blank" rel="noopener noreferrer">GitHub</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Envio Developer Update January 2026]]></title>
            <link>https://docs.envio.dev/blog/blog/envio-developer-update-january-2026</link>
            <guid>https://docs.envio.dev/blog/blog/envio-developer-update-january-2026</guid>
            <pubDate>Wed, 28 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Envio Developer Update January 2026 covers HyperIndex V3 alpha progress, including a new testing framework, Vitest support, init improvements, and recent ecosystem updates.]]></description>
            <content:encoded><![CDATA[<img src="https://docs.envio.dev/blog-assets/dev-update-jan-26.png" alt="Cover Image Envio Developer Update Jan 2026" width="100%">
<p>Over the past month, we’ve continued making steady progress on HyperIndex V3, with a strong focus on improving how developers build, test, and operate indexers day to day.</p>
<p>This update covers the latest V3 alpha features including a new testing framework, Vitest adoption, improvements to envio init, configuration and state access updates, and several quality of life enhancements across the CLI and TUI. We’re also sharing recent ecosystem updates, production migration examples, and highlights from teams building with Envio.</p>
<p>As always, these changes are incremental building blocks toward a more reliable and flexible indexing workflow, from local development through to production.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="hyperindex-v3-alpha-exciting-feature-updates">HyperIndex V3 (alpha): Exciting Feature Updates<a class="hash-link" aria-label="Direct link to HyperIndex V3 (alpha): Exciting Feature Updates" title="Direct link to HyperIndex V3 (alpha): Exciting Feature Updates" href="https://docs.envio.dev/blog/blog/envio-developer-update-january-2026#hyperindex-v3-alpha-exciting-feature-updates">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="big-feature-alert-new-testing-framework-experimental">🚨BIG feature alert: New Testing Framework (experimental)<a class="hash-link" aria-label="Direct link to 🚨BIG feature alert: New Testing Framework (experimental)" title="Direct link to 🚨BIG feature alert: New Testing Framework (experimental)" href="https://docs.envio.dev/blog/blog/envio-developer-update-january-2026#big-feature-alert-new-testing-framework-experimental">​</a></h3>
<p>V3 supports testing handler logic using real blockchain data, programmatic debugging, &amp; testing block handlers together with event handlers.</p>
<p>The framework also enables LLM workflows using a TDD approach, supports snapshotting indexer behaviour, &amp; runs multiple tests in parallel using isolated worker threads.</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">import { describe, it, expect } from "vitest"</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">import { createTestIndexer } from "generated"</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">describe("Indexer Testing", () =&gt; {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  it("Should create accounts from ERC20 Transfer events", async () =&gt; {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    const indexer = createTestIndexer();</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    expect(</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      await indexer.process({</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">        chains: {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">          1: {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">            startBlock: 10_861_674,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">            endBlock: 10_861_674,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">          },</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">        },</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      }),</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      "Should find the first mint at block 10_861_674"</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    ).toMatchInlineSnapshot(`</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">        "changes": [</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">          {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">            "Account": {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">              "sets": [</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">                {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">                  "balance": -1000000000000000000000000000n,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">                  "id": "0x0000000000000000000000000000000000000000",</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">                },</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">                {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">                  "balance": 1000000000000000000000000000n,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">                  "id": "0x41653c7d61609d856f29355e404f310ec4142cfb",</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">                },</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">              ],</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">            },</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">            "block": 10861674,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">            "blockHash": "0x32e4dd857b5b7e756551a00271e44b61dbda0a91db951cf79a3e58adb28f5c09",</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">            "chainId": 1,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">            "eventsProcessed": 1,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">          },</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">        ],</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      }</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    `);</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  }</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">}   </span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="vitest---recommended-testing-framework">Vitest - Recommended Testing Framework<a class="hash-link" aria-label="Direct link to Vitest - Recommended Testing Framework" title="Direct link to Vitest - Recommended Testing Framework" href="https://docs.envio.dev/blog/blog/envio-developer-update-january-2026#vitest---recommended-testing-framework">​</a></h3>
<p>V3 recommends Vitest as the testing framework for indexer projects.</p>
<p>It replaces <strong><code>mocha</code></strong>, <strong><code>chai</code></strong>, and <strong><code>tsx</code></strong> with a single package that works out of the box, and supports features like snapshot testing.</p>
<p>All envio init templates have been updated to use Vitest, with tests living directly in src and support for handler specific test files.</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">"scripts": {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">- "mocha": "tsc --noEmit &amp;&amp; NODE_OPTIONS='--no-warnings --import tsx' mocha --exit test/**/*.ts",</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">- "test": "pnpm mocha",</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">+ "test": "vitest run"</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">},</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">"devDependencies": {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">- "@types/chai": "^4.3.11",    </span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">- "@types/mocha": "10.0.6",</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">- "chai": "4.3.10",</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">- "tsx": "4.21.0",</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">- "mocha": "10.2.0"</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">+ "vitest": "4.0.16"</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">}</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="envio-init-improvements">Envio Init Improvements<a class="hash-link" aria-label="Direct link to Envio Init Improvements" title="Direct link to Envio Init Improvements" href="https://docs.envio.dev/blog/blog/envio-developer-update-january-2026#envio-init-improvements">​</a></h3>
<p>V3 improves the <strong><code>envio init</code></strong> flow to make project setup quicker and smoother.</p>
<p>The ERC20 template has been updated to be multichain and includes the new testing framework as a reference. New projects can also initialize git automatically.</p>
<p>The improved init flow can include additional setup options from upcoming releases, such as configured GitHub CI and an <a href="http://agents.md/" target="_blank" rel="noopener noreferrer">AGENTS.md</a> file to support LLM-based development.</p>
<img src="https://docs.envio.dev/blog-assets/dev-update-jan-26-1.png" alt="Envio init improvements" width="100%">
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="expose-indexer-config--state">Expose Indexer Config &amp; State<a class="hash-link" aria-label="Direct link to Expose Indexer Config &amp; State" title="Direct link to Expose Indexer Config &amp; State" href="https://docs.envio.dev/blog/blog/envio-developer-update-january-2026#expose-indexer-config--state">​</a></h3>
<p>V3 introduces the indexer value as a replacement for <strong><code>getGeneratedByChainId</code></strong>.</p>
<p>It provides typed chains and contract data from config, along with current indexing state such as <strong><code>isLive</code></strong> and <strong><code>addresses</code></strong>.</p>
<p>New official types are also introduced:</p>
<p><strong><code>Indexer</code></strong>, <strong><code>EvmChainId</code></strong>, <strong><code>FuelChainId</code></strong>, <strong><code>SvmChainId</code></strong>.</p>
<img src="https://docs.envio.dev/blog-assets/dev-update-jan-26-2.png" alt="Expose Indexer Config &amp; State" width="100%">
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="automatic-contract-configuration">Automatic Contract Configuration<a class="hash-link" aria-label="Direct link to Automatic Contract Configuration" title="Direct link to Automatic Contract Configuration" href="https://docs.envio.dev/blog/blog/envio-developer-update-january-2026#automatic-contract-configuration">​</a></h3>
<p>V3 automatically configures all globally defined contracts.</p>
<p>Globally defined contracts are handled automatically, even when they aren’t linked to a specific chain or address.</p>
<img src="https://docs.envio.dev/blog-assets/dev-update-jan-26-3.png" alt="Automatic Contract Configuration" width="100%">
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="conditional-event-handlers">Conditional Event Handlers<a class="hash-link" aria-label="Direct link to Conditional Event Handlers" title="Direct link to Conditional Event Handlers" href="https://docs.envio.dev/blog/blog/envio-developer-update-january-2026#conditional-event-handlers">​</a></h3>
<p>V3 allows event handlers to be enabled or disabled conditionally.</p>
<p>You can now return a boolean value from the eventFilters function to control whether a handler runs.</p>
<img src="https://docs.envio.dev/blog-assets/dev-update-jan-26-4.png" alt="Conditional Event Handlers" width="100%">
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="tui-love">TUI Love<a class="hash-link" aria-label="Direct link to TUI Love" title="Direct link to TUI Love" href="https://docs.envio.dev/blog/blog/envio-developer-update-january-2026#tui-love">​</a></h3>
<p>V3 brings updates to the TUI, making it even more beautiful &amp; compact.</p>
<p>It uses fewer resources, shares a link to the Hasura playground, and adjusts dynamically to the terminal width.</p>
<img src="https://docs.envio.dev/blog-assets/dev-update-jan-26-5.png" alt="TUI" width="100%">
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="envio-api-token-required">Envio API Token Required<a class="hash-link" aria-label="Direct link to Envio API Token Required" title="Direct link to Envio API Token Required" href="https://docs.envio.dev/blog/blog/envio-developer-update-january-2026#envio-api-token-required">​</a></h3>
<p>For indexers using HyperSync as a data source, setting an <code>ENVI0_API_TOKEN</code> is now required.</p>
<p>You can learn more about API tokens or create one for free at:</p>
<p><a href="https://envio.dev/app/api-tokens" target="_blank" rel="noopener noreferrer">https://envio.dev/app/api-tokens</a></p>
<p>Alongside this, HyperIndex V3 also supports using <a href="https://podman.io/" target="_blank" rel="noopener noreferrer">Podman</a> for local development, in addition to Docker.</p>
<p>This is just the beginning for V3. Many of these features are early building blocks, with loads more improvements, refinements, and additions already in underway.</p>
<p>For a deeper dive into everything included so far, be sure to check out the full release notes. More updates coming soon.</p>
<p>👉 See full <a href="https://github.com/enviodev/hyperindex/releases" target="_blank" rel="noopener noreferrer">release notes</a></p>
<p>👉 Star us on <a href="https://github.com/enviodev/hyperindex" target="_blank" rel="noopener noreferrer">GitHub</a> ⭐</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="indexing-data-on-injective">Indexing Data on Injective<a class="hash-link" aria-label="Direct link to Indexing Data on Injective" title="Direct link to Indexing Data on Injective" href="https://docs.envio.dev/blog/blog/envio-developer-update-january-2026#indexing-data-on-injective">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-jan-26-6.png" alt="Indexing Data on Injective" width="100%">
<p>Envio proudly supports developers and analysts building on <a href="https://injective.com/" target="_blank" rel="noopener noreferrer">Injective</a> by providing efficient access to real-time and historical on-chain data to help teams build robust apps on Injective.</p>
<p>With Envio, teams can sync and query Injective data and define fully customizable indexing logic based on their application needs, without managing indexing infrastructure themselves.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="migrating-production-subgraphs-polymarket-indexer">Migrating Production Subgraphs: Polymarket Indexer<a class="hash-link" aria-label="Direct link to Migrating Production Subgraphs: Polymarket Indexer" title="Direct link to Migrating Production Subgraphs: Polymarket Indexer" href="https://docs.envio.dev/blog/blog/envio-developer-update-january-2026#migrating-production-subgraphs-polymarket-indexer">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-jan-26-7.png" alt="Polymarket indexer" width="100%">
<p>A common question we hear is what migrating a real production subgraph setup actually looks like in practice.</p>
<p>This example shows every Polymarket subgraph migrated into a single Envio indexer, providing a concrete reference for teams looking to consolidate or migrate existing subgraph infrastructure.</p>
<p>The full implementation is available here:</p>
<p><a href="https://github.com/enviodev/polymarket-indexer" target="_blank" rel="noopener noreferrer">https://github.com/enviodev/polymarket-indexer</a></p>
<p><em><span style="text-decoration:underline">⚠️ Note: This example is still a work in progress and under active testing</span></em></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="blockchain-indexer-for-application-backends">Blockchain Indexer For Application Backends<a class="hash-link" aria-label="Direct link to Blockchain Indexer For Application Backends" title="Direct link to Blockchain Indexer For Application Backends" href="https://docs.envio.dev/blog/blog/envio-developer-update-january-2026#blockchain-indexer-for-application-backends">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/blockchain-indexer-backends.png" alt="Blockchain Indexer asset" width="100%">
<p>Indexers are a core part of most application backends, sitting between the blockchain and the app. By transforming raw on-chain data into structured, queryable state, indexing removes a lot of complexity from backend logic and makes applications easier to build and scale as they grow. Envio fits into this workflow by providing a consistent indexing layer teams can use from local development through production, without changing how their backend logic is defined.</p>
<p>For more details, read the full <a href="https://docs.envio.dev/blog/blockchain-indexer-application-backends" target="_blank" rel="noopener noreferrer">blog</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="envio-powers-funnel-with-efficient-data-indexing">Envio Powers Funnel with Efficient Data Indexing<a class="hash-link" aria-label="Direct link to Envio Powers Funnel with Efficient Data Indexing" title="Direct link to Envio Powers Funnel with Efficient Data Indexing" href="https://docs.envio.dev/blog/blog/envio-developer-update-january-2026#envio-powers-funnel-with-efficient-data-indexing">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-jan-26-9.png" alt="Envio &amp; Funnel" width="100%">
<p><a href="https://funnel.markets/" target="_blank" rel="noopener noreferrer">Funnel</a> is back after completing a successful backend migration to Envio, which has improved the performance and reliability of the on-chain data powering their application heading into 2026.</p>
<p>Funnel uses Envio as its indexing layer to ingest and query on-chain data used across the app, including data supporting trading views and listings built on Hyperliquid.</p>
<p>The migration gives the Funnel team a more robust and maintainable data pipeline, allowing them to focus on shipping product without managing indexing infrastructure.</p>
<p>See this post on <a href="https://x.com/funnel_markets/status/2009670839940329711" target="_blank" rel="noopener noreferrer">X</a> for more info.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="️-current--upcoming-events--hackathons">🗓️ Current &amp; Upcoming Events &amp; Hackathons<a class="hash-link" aria-label="Direct link to 🗓️ Current &amp; Upcoming Events &amp; Hackathons" title="Direct link to 🗓️ Current &amp; Upcoming Events &amp; Hackathons" href="https://docs.envio.dev/blog/blog/envio-developer-update-january-2026#%EF%B8%8F-current--upcoming-events--hackathons">​</a></h2>
<ul>
<li><a href="https://ethdenver.com/" target="_blank" rel="noopener noreferrer">EthDenver - Denver</a>: Feb 17th → 21st</li>
<li><a href="https://ethcc.io/" target="_blank" rel="noopener noreferrer">EthCC - Cannes</a>: March 30th → April 2nd</li>
<li><a href="https://ethconf.com/" target="_blank" rel="noopener noreferrer">EthConf - New York</a>: June 8th → 10th</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-featured-developer-zod">🧑‍💻 Featured Developer: Zod<a class="hash-link" aria-label="Direct link to 🧑‍💻 Featured Developer: Zod" title="Direct link to 🧑‍💻 Featured Developer: Zod" href="https://docs.envio.dev/blog/blog/envio-developer-update-january-2026#-featured-developer-zod">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-jan-26-10.png" alt="DOTM Jan 2026" width="100%">
<p>This month’s featured developer is Zod. They’ve been building for a few decades and working on-chain since 2019. Over the past year, they’ve been actively using tools like Cursor and exploring in-the-loop agentic development.</p>
<p>In August 2024, Zod took over <a href="https://scale.farm/" target="_blank" rel="noopener noreferrer">Scale</a> from <a href="https://migrate.equalizer.exchange/" target="_blank" rel="noopener noreferrer">Equalizer</a> and began transforming it into what they describe as a MetaIndex. This concept focuses on generating revenue across DeFi, rather than limiting revenue to V2 pools, to reduce fresh emissions by earning treasury revenue through other protocols such as Aerodrome.</p>
<p>Scale continues to emit its own token and run liquidity, while integrating Manual CL as part of this evolution.</p>
<p><em><strong>“To power our instant-on, data-rich experience across millions of transactions, I need fast, real-time data and deep historical depth with tight latency. I run multiple Envio indexers in parallel with an orchestration layer, which gives us exactly that. Having the full source as a git submodule means I can do deep dives when facing issues, and the team has been super helpful. After previously unhappy experiences with other indexers, Envio has been a massive win.” - Zod, Co-Founder &amp; Lead Developer at Scale</strong></em></p>
<p>Well done, Zod. Be sure to check out Scale and follow the team on <a href="https://x.com/Scale_Farm" target="_blank" rel="noopener noreferrer">X</a> to stay up to date with their latest developments.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="️-playlist-of-the-month">🎧️ Playlist of the Month<a class="hash-link" aria-label="Direct link to 🎧️ Playlist of the Month" title="Direct link to 🎧️ Playlist of the Month" href="https://docs.envio.dev/blog/blog/envio-developer-update-january-2026#%EF%B8%8F-playlist-of-the-month">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-jan-26-11.png" alt="PLOTM Jan 2026" width="100%">
<p>▶️ <a href="https://open.spotify.com/playlist/3LismooWdej6nDxwY9486d?si=00ab83ef26874d81" target="_blank" rel="noopener noreferrer">Open Spotify</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-ship-with-us">🚢 Ship With Us<a class="hash-link" aria-label="Direct link to 🚢 Ship With Us" title="Direct link to 🚢 Ship With Us" href="https://docs.envio.dev/blog/blog/envio-developer-update-january-2026#-ship-with-us">​</a></h2>
<p>Envio is a multi-chain EVM blockchain indexer 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.</p>
<p>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.</p>
<p><a href="https://envio.beehiiv.com/subscribe?utm_source=envio.beehiiv.com&amp;utm_medium=newsletter&amp;utm_campaign=new-post" target="_blank" rel="noopener noreferrer">Subscribe to our newsletter</a> 💌</p>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Website</a> | <a href="https://twitter.com/envio_indexer" target="_blank" rel="noopener noreferrer">X</a> | <a href="https://discord.com/invite/gt7yEUZKeB" target="_blank" rel="noopener noreferrer">Discord</a> | <a href="https://t.me/+5mI61oZibEM5OGQ8" target="_blank" rel="noopener noreferrer">Telegram</a> | <a href="https://github.com/enviodev" target="_blank" rel="noopener noreferrer">GitHub</a> | <a href="https://www.youtube.com/channel/UCR7nZ2yzEtc5SZNM0dhrkhA" target="_blank" rel="noopener noreferrer">YouTube</a> | <a href="https://www.reddit.com/user/Envio_indexer" target="_blank" rel="noopener noreferrer">Reddit</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Envio Developer Update December 2025]]></title>
            <link>https://docs.envio.dev/blog/blog/envio-developer-update-december-2025</link>
            <guid>https://docs.envio.dev/blog/blog/envio-developer-update-december-2025</guid>
            <pubDate>Tue, 16 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Envio Developer Update December 2025 covering an early look at HyperIndex v3.0.0, early Solana experimentation, Sonic support, Decypted Bytes streams, a USDT0 indexing example, and community updates.]]></description>
            <content:encoded><![CDATA[<img src="https://docs.envio.dev/blog-assets/dev-update-dec-25.png" alt="Cover Image Envio Developer Update Dec 2025" width="100%">
<p>As we wrap up the end of the year, December’s developer update shares what’s next for Envio and what we’ve been working on across the product and community.</p>
<p>This month includes an early look at HyperIndex v3.0.0, early experimentation with Solana support, continued support for teams building on Sonic, updates from Decypted Bytes streams, a new USDT0 indexing example, and our featured developer for December, and much more.</p>
<p>Let’s dive in.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-hyperindex-v300-is-coming">🚨 HyperIndex v3.0.0 is Coming<a class="hash-link" aria-label="Direct link to 🚨 HyperIndex v3.0.0 is Coming" title="Direct link to 🚨 HyperIndex v3.0.0 is Coming" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#-hyperindex-v300-is-coming">​</a></h2>
<p>HyperIndex v3.0.0 is an alpha release introducing ESM support with top-level await and automatic handler registration, alongside lower HyperSync latency and faster queries. The release also includes an experimental ClickHouse Sink, cleaner configuration and defaults, and early experimental Solana support, and much more to come.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="commonjs--esm">CommonJS → ESM<a class="hash-link" aria-label="Direct link to CommonJS → ESM" title="Direct link to CommonJS → ESM" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#commonjs--esm">​</a></h3>
<p>HyperIndex now runs ESM-only.</p>
<p>This unlocks support for modern libraries and enables <strong>top-level await</strong> across handlers, and <code>envio init</code> now comes with new templates and an updated <code>tsconfig.json</code>.</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">{</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  /* For details: https://www.totaltypescript.com/tsconfig-cheat-sheet */</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  "compilerOptions": {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    /* Base Options: */</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    "esModuleInterop": true,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    "skipLibCheck": true,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    "target": "es2022",</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    "allowJs": true,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    "resolveJsonModule": true,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    "moduleDetection": "force",</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    "isolatedModules": true,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    "verbatimModuleSyntax": true,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    /* Strictness */</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    "strict": true,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    "noUncheckedIndexedAccess": true,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    "noImplicitOverride": true,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    /* For running Envio: */</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    "module": "ESNext",</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    "moduleResolution": "bundler",</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    "noEmit": true,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    /* Code doesn't run in the DOM: */</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    "lib": ["es2022"]</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  }</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">}</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="top-level-await">Top-level await<a class="hash-link" aria-label="Direct link to Top-level await" title="Direct link to Top-level await" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#top-level-await">​</a></h3>
<p>You can now use top-level await directly in handlers files in HyperIndex V3.</p>
<p>This makes it easy to load things like whitelisted addresses or config from a server instead of hardcoding values into the codebase.</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">import { ERC20 } from "generated";</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">const ZERO_ADDRESS = "0x0000000000000000000000000000000000000000";</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">// THIS IS NEW</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">const addressesFromServer = await loadWhitelistedAddresses();</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">ERC20.Transfer.handler(</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  async ({ event, context }) =&gt; {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    //... your handler logic</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  },</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain"> wildcard: true,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain"> eventFilters: [</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      { from: ZERO_ADDRESS, to: addressesFromServer },</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      { from: addressesFromServer, to: ZERO_ADDRESS },</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    ],</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  }</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">);</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="srchandlers-auto-registration">src/handlers auto registration<a class="hash-link" aria-label="Direct link to src/handlers auto registration" title="Direct link to src/handlers auto registration" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#srchandlers-auto-registration">​</a></h3>
<p>HyperIndex v3 automatically registers handler files from src/handlers. You no longer need to list explicit handler paths in <code>config.yaml</code>. Just place your files in src/handlers and they will be picked up automatically.</p>
<p>If you prefer a different structure, you can override this using the handlers option. Explicit handler paths still work as before.</p>
<p><em>⚠️ Deprecation: Explicit handler paths are still supported, so no changes are required.</em></p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="block-handler-indexers">Block handler indexers<a class="hash-link" aria-label="Direct link to Block handler indexers" title="Direct link to Block handler indexers" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#block-handler-indexers">​</a></h3>
<p>It is now possible to create indexers using only block handlers. Event handlers are no longer required, and contracts are optional in config.yaml.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="flexible-entity-fields">Flexible entity fields<a class="hash-link" aria-label="Direct link to Flexible entity fields" title="Direct link to Flexible entity fields" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#flexible-entity-fields">​</a></h3>
<p>Restrictions on entity field names have been removed. Improvements have also been made to ensure database columns are generated in the same order as they are defined in schema.graphql.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="hypersync-source-improvements">HyperSync source improvements<a class="hash-link" aria-label="Direct link to HyperSync source improvements" title="Direct link to HyperSync source improvements" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#hypersync-source-improvements">​</a></h3>
<p>Several updates on the HyperSync side reduce latency and unnecessary traffic. These include using server sent events for block updates, more efficient query serialization, and caching for repetitive queries.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="experimental-clickhouse-sink-support">Experimental ClickHouse Sink support<a class="hash-link" aria-label="Direct link to Experimental ClickHouse Sink support" title="Direct link to Experimental ClickHouse Sink support" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#experimental-clickhouse-sink-support">​</a></h3>
<p>HyperIndex v3 adds experimental ClickHouse Sink support.Postgres remains the primary database. You can additionally sink entities to ClickHouse for restart and reorg resistant workloads.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="experimental-additions-solana-support">Experimental additions: Solana Support<a class="hash-link" aria-label="Direct link to Experimental additions: Solana Support" title="Direct link to Experimental additions: Solana Support" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#experimental-additions-solana-support">​</a></h3>
<p>V3 introduces experimental Solana support using RPC as a source. Be sure to check out our <a href="https://docs.envio.dev/docs/HyperIndex/solana" target="_blank" rel="noopener noreferrer">docs</a> for more information.</p>
<p>Try it out with:</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">pnpx envio@3.0.0-alpha.3 init solana</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="cleanups-and-defaults">Cleanups and defaults<a class="hash-link" aria-label="Direct link to Cleanups and defaults" title="Direct link to Cleanups and defaults" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#cleanups-and-defaults">​</a></h3>
<p>Deprecated APIs and legacy options have been removed, defaults have been updated, and Node.js 22 is now the minimum supported version. Internal naming and metrics have also been cleaned up for consistency.</p>
<p>This is just the start, with a lot more to come. Stay tuned!</p>
<p>👉 See full <a href="https://github.com/enviodev/hyperindex/releases" target="_blank" rel="noopener noreferrer">release notes</a></p>
<p>👉 Star us on <a href="https://github.com/enviodev/hyperindex" target="_blank" rel="noopener noreferrer">GitHub</a> ⭐</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="envio-supports-developers-building-on-sonic">Envio Supports Developers Building on Sonic<a class="hash-link" aria-label="Direct link to Envio Supports Developers Building on Sonic" title="Direct link to Envio Supports Developers Building on Sonic" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#envio-supports-developers-building-on-sonic">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-dec-25-1.png" alt="Envio supports Sonic" width="100%">
<p>Envio supports developers and analysts building on Sonic by providing access to real-time and historical on-chain data through a reliable indexing layer designed for high-throughput environments.</p>
<p>With Sonic’s fast finality and high transaction volumes, teams need indexing infrastructure that can keep up without adding operational complexity. Envio is built to handle these conditions, allowing developers and analysts to query, monitor, and analyze Sonic data efficiently.</p>
<p>This support makes it easier for teams to build data-heavy applications, analytics dashboards, and monitoring tools on Sonic without having to manage indexing infrastructure themselves.</p>
<p>👉 <a href="https://docs.envio.dev/docs/HyperIndex/sonic" target="_blank" rel="noopener noreferrer">Start building on Sonic</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="monad-testnet-re-genesis-reindex-required-for-envio-users">Monad Testnet Re-Genesis: Reindex Required for Envio Users<a class="hash-link" aria-label="Direct link to Monad Testnet Re-Genesis: Reindex Required for Envio Users" title="Direct link to Monad Testnet Re-Genesis: Reindex Required for Envio Users" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#monad-testnet-re-genesis-reindex-required-for-envio-users">​</a></h2>
<p>The Monad testnet underwent a full re-genesis, restarting the network from block 1.</p>
<p>For Envio users indexing Monad, this means indexers need to reindex from block 1 now that the refreshed testnet is live. As part of the re-genesis, all existing on-chain state was reset and any deployed contracts needed to be redeployed.</p>
<p>This update removes legacy behaviours from early testnet phases and is expected to reduce state sync time going forward. Teams indexing Monad can continue building against the refreshed testnet.</p>
<p>If you need support reindexing or redeploying after the re-genesis, feel free to reach out to the Envio team in our <a href="https://discord.gg/RKPAjwUvRr" target="_blank" rel="noopener noreferrer">Discord</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="envio-at-solana-breakpoint-2025-in-abu-dhabi">Envio at Solana Breakpoint 2025 in Abu Dhabi<a class="hash-link" aria-label="Direct link to Envio at Solana Breakpoint 2025 in Abu Dhabi" title="Direct link to Envio at Solana Breakpoint 2025 in Abu Dhabi" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#envio-at-solana-breakpoint-2025-in-abu-dhabi">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-dec-25-2.png" alt="Solana Breakpoint 2025" width="100%">
<p>The Envio team attended <a href="https://solana.com/breakpoint" target="_blank" rel="noopener noreferrer">Solana Breakpoint</a> in Abu Dhabi this month, spending time with teams across the Solana ecosystem and learning more about their data needs and how they’re building on Solana.</p>
<p>We had a great few days of conversations with builders, protocols, and infrastructure teams, getting a better sense of the tools, patterns, and challenges teams are working through as the ecosystem continues to grow.</p>
<p>Alongside the event, we’ve been experimenting with early, <a href="https://docs.envio.dev/docs/HyperIndex/solana" target="_blank" rel="noopener noreferrer">experimental Solana support</a> in Envio. These conversations were valuable in helping us better understand Solana use cases and how indexing infrastructure can support developers and analysts building on the network.</p>
<p>Big thanks to everyone we met and spoke with at Solana Breakpoint. We’re looking forward to continuing these conversations as our Solana support evolves. Watch this space.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="envio-developer-workshops-decypted-bytes-is-back">Envio Developer Workshops: Decypted Bytes Is Back<a class="hash-link" aria-label="Direct link to Envio Developer Workshops: Decypted Bytes Is Back" title="Direct link to Envio Developer Workshops: Decypted Bytes Is Back" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#envio-developer-workshops-decypted-bytes-is-back">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-dec-25-3.png" alt="Decrypt Bytes" width="100%">
<p>Decypted Bytes streams are back and now running daily at 3:00pm UTC, focused on hands-on developer workflows using Envio.</p>
<p>Recent and upcoming sessions cover practical indexing patterns and data pipelines built with HyperIndex and HyperSync, walking through real examples end-to-end.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="recent-streams-include">Recent streams include:<a class="hash-link" aria-label="Direct link to Recent streams include:" title="Direct link to Recent streams include:" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#recent-streams-include">​</a></h4>
<ul>
<li>
<p><a href="https://www.youtube.com/watch?v=yWfw5gfTibI" target="_blank" rel="noopener noreferrer">Base–Solana Bridge Indexer with HyperIndex</a>, showing how to track cross-chain token transfers between Base and Solana</p>
</li>
<li>
<p><a href="https://www.youtube.com/watch?v=8wNprGmbN24" target="_blank" rel="noopener noreferrer">DuckDB Sink for HyperSyn</a>c, covering how to write indexed blockchain data into DuckDB for local analytics and querying</p>
</li>
</ul>
<p>All stream links, topics, and the full schedule are available via the <a href="https://decrypted-bytes.notion.site/2c30f730c03780d8a0a5dfba76689f96?v=2c30f730c03780b7b59b000c65b4467d" target="_blank" rel="noopener noreferrer">Decypted Bytes stream schedule</a>. Be sure to subscribe to stay up to date with upcoming sessions.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="envio-adds-support-for-tempo">Envio Adds Support for Tempo<a class="hash-link" aria-label="Direct link to Envio Adds Support for Tempo" title="Direct link to Envio Adds Support for Tempo" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#envio-adds-support-for-tempo">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-dec-25-4.png" alt="Envio supports Tempo" width="100%">
<p>Envio now supports <a href="https://tempo.xyz/" target="_blank" rel="noopener noreferrer">Tempo</a>, giving teams an easier way to index and query data in real-time and build fully customizable data pipelines.</p>
<p>This support makes it simpler for developers to work with Tempo data using <a href="https://docs.envio.dev/docs/HyperIndex/overview" target="_blank" rel="noopener noreferrer">HyperIndex</a>, without needing to set up or maintain custom indexing infrastructure. Teams can define their own indexing logic and query patterns while keeping full control over how data flows through their pipelines.</p>
<p>To get started and learn how to index data on Tempo, check out the <a href="https://docs.envio.dev/docs/HyperIndex/tempo-testnet" target="_blank" rel="noopener noreferrer">setup guide</a> in the Envio docs.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="how-to-index-cross-chain-usdt0-transfers-with-envio">How to Index Cross-Chain USDT0 Transfers with Envio<a class="hash-link" aria-label="Direct link to How to Index Cross-Chain USDT0 Transfers with Envio" title="Direct link to How to Index Cross-Chain USDT0 Transfers with Envio" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#how-to-index-cross-chain-usdt0-transfers-with-envio">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-dec-25-5.png" alt="Index USDT0 with Envio" width="100%">
<p>Learn how to build a <a href="https://usdt0.to/" target="_blank" rel="noopener noreferrer">USDT0</a> Indexer using Envio by exploring this example repository, which demonstrates how to track USDT0 transfers across multiple chains.</p>
<p>The repository shows how to use Envio and HyperSync to index USDT0 activity across supported networks, providing a practical reference for teams working with cross-chain token flows.</p>
<p>You can explore the full example, code, and setup instructions in the <a href="https://github.com/enviodev/usdt0-indexer" target="_blank" rel="noopener noreferrer">GitHub repository</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="envio-powers-slabcash-with-efficient-data-indexing">Envio Powers Slab.cash with Efficient Data Indexing<a class="hash-link" aria-label="Direct link to Envio Powers Slab.cash with Efficient Data Indexing" title="Direct link to Envio Powers Slab.cash with Efficient Data Indexing" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#envio-powers-slabcash-with-efficient-data-indexing">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-dec-25-6.png" alt="Slab Cash" width="100%">
<p><a href="https://slab.cash/" target="_blank" rel="noopener noreferrer">Slab.cash</a> recently went live, bringing on-chain collectibles to users.</p>
<p>Envio proudly powers Slab.cash with efficient data indexing, giving the team easy and reliable access to real-time and historical blockchain data so their app can run smoothly as usage grows.</p>
<p>Big congrats to the Slab.cash team on the launch. Be sure to check it out and see what they’ve shipped.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="getting-started-with-envio-for-the-metamask-advanced-permissions-hackathon">Getting Started with Envio for the MetaMask Advanced Permissions Hackathon<a class="hash-link" aria-label="Direct link to Getting Started with Envio for the MetaMask Advanced Permissions Hackathon" title="Direct link to Getting Started with Envio for the MetaMask Advanced Permissions Hackathon" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#getting-started-with-envio-for-the-metamask-advanced-permissions-hackathon">​</a></h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/0CeEiNPQRh4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe>
<p>As part of the <a href="https://www.hackquest.io/hackathons/MetaMask-Advanced-Permissions-Dev-Cook-Off" target="_blank" rel="noopener noreferrer">MetaMask x Envio Advanced Permissions Hackathon</a>, we ran a workshop walking developers through how to get started with Envio and how it can be used during the hackathon.</p>
<p>The session covered setting up an indexer, exploring demos and examples, and understanding how Envio can support data needs while building.</p>
<p>The MetaMask Advanced Permissions Hackathon is live and runs until December 31, 2025. If you’re taking part and building with Envio, we’re happy to help support teams throughout the hack.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="️-current--upcoming-events">🗓️ Current &amp; Upcoming Events<a class="hash-link" aria-label="Direct link to 🗓️ Current &amp; Upcoming Events" title="Direct link to 🗓️ Current &amp; Upcoming Events" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#%EF%B8%8F-current--upcoming-events">​</a></h2>
<ul>
<li><a href="https://www.hackquest.io/hackathons/MetaMask-Advanced-Permissions-Dev-Cook-Off" target="_blank" rel="noopener noreferrer">MetaMask x Envio: Advanced Permissions Dev Cook-Off Hackathon</a>: 18th Nov → 31st Dec 2025</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-featured-developer-port">🧑‍💻 Featured Developer: Port<a class="hash-link" aria-label="Direct link to 🧑‍💻 Featured Developer: Port" title="Direct link to 🧑‍💻 Featured Developer: Port" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#-featured-developer-port">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-dec-25-7.png" alt="DOTM Dec 2025" width="100%">
<p>This month’s featured developer is Port, a builder who loves experimenting with ideas and shipping fast. His journey into development started a few years ago after a health scare, which pushed him to rethink how he wanted to spend his time. Coming from a non-technical background, he began learning web development through The Odin Project and quickly found his way into Web3.</p>
<p>After discovering Monad, Port became deeply involved in the ecosystem, moving on to Speedrun Ethereum and joining <a href="https://buidlguidl.com/" target="_blank" rel="noopener noreferrer">BuidlGuidl</a>. Along the way, he built and contributed to a wide range of open source and community projects, including the block explorer for <a href="https://scaffoldeth.io/" target="_blank" rel="noopener noreferrer">Scaffold ETH</a>, <a href="https://address.vision/" target="_blank" rel="noopener noreferrer">address.vision</a>, and contributions to <a href="https://abi.ninja/" target="_blank" rel="noopener noreferrer">abi.ninja</a>.</p>
<p>Today, Port is part of the Monad devrel team, where he continues to explore what the tech makes possible while building and experimenting whenever he gets the chance. Some of his recent and notable projects include <a href="https://nft-snapshot-beta.vercel.app/" target="_blank" rel="noopener noreferrer">NFT Snapshot</a>, <a href="https://github.com/portdeveloper/monad-monitor" target="_blank" rel="noopener noreferrer">Monad Monitor</a>, <a href="https://oracle-dashboard-seven.vercel.app/" target="_blank" rel="noopener noreferrer">Oracle Dashboard</a>, <a href="https://calculate-my-pnl.vercel.app/" target="_blank" rel="noopener noreferrer">Calculate My PnL</a>, <a href="https://monadclip.fun/" target="_blank" rel="noopener noreferrer">MonadClip</a>, <a href="https://github.com/portdeveloper/splait" target="_blank" rel="noopener noreferrer">Splait</a>, <a href="https://github.com/portdeveloper/gulltoppr" target="_blank" rel="noopener noreferrer">Gulltoppr</a>, <a href="https://github.com/portdeveloper/converteth" target="_blank" rel="noopener noreferrer">ConvertETH</a>, <a href="https://github.com/portdeveloper/anvuil" target="_blank" rel="noopener noreferrer">Anvuil</a>, and <a href="https://github.com/portdeveloper/vanitoor" target="_blank" rel="noopener noreferrer">Vanitoor</a>.</p>
<p><em><strong>“I had an idea, asked it to Claude, and Claude suggested and built the app with Envio without me interfering at any point. I just added the API key to the env file. It was very easy to build with Envio, and the founders are very responsive so you can just ask them questions about how you should be using it.” - Port, DevRel at Monad</strong></em></p>
<p>Be sure to follow them on <a href="https://x.com/port_dev" target="_blank" rel="noopener noreferrer">X</a> and check out their work on <a href="https://github.com/portdeveloper?tab=repositories" target="_blank" rel="noopener noreferrer">GitHub</a> to stay up to date with what they are building.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="merry-xmas-from-the-envio-team">Merry Xmas from the Envio Team<a class="hash-link" aria-label="Direct link to Merry Xmas from the Envio Team" title="Direct link to Merry Xmas from the Envio Team" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#merry-xmas-from-the-envio-team">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-dec-25-8.png" alt="Envio Xmas 2025" width="100%">
<p>As the year comes to a close, we want to say a big thank you to everyone building with Envio for your contributions, feedback, and continued support throughout the year.</p>
<p>We’re wishing many of you a fantastic time over the festive season. The Envio team will still be fully available throughout the Christmas period, so feel free to reach out if you need support or want to chat about what you’re building.</p>
<p>Merry Xmas from all of us at Envio 🎄</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="️-playlist-of-the-month">🎧️ Playlist of the Month<a class="hash-link" aria-label="Direct link to 🎧️ Playlist of the Month" title="Direct link to 🎧️ Playlist of the Month" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#%EF%B8%8F-playlist-of-the-month">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-dec-25-9.png" alt="PLOTM Dec 2025" width="100%">
<p>▶️ <a href="https://open.spotify.com/playlist/757HncfHabgU6rpMv9748b?si=94a19e83ccdc4f0d" target="_blank" rel="noopener noreferrer">Open Spotify</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-ship-with-us">🚢 Ship With Us<a class="hash-link" aria-label="Direct link to 🚢 Ship With Us" title="Direct link to 🚢 Ship With Us" href="https://docs.envio.dev/blog/blog/envio-developer-update-december-2025#-ship-with-us">​</a></h2>
<p>Envio is a multi-chain EVM blockchain indexer 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.</p>
<p>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.</p>
<p><a href="https://envio.beehiiv.com/subscribe?utm_source=envio.beehiiv.com&amp;utm_medium=newsletter&amp;utm_campaign=new-post" target="_blank" rel="noopener noreferrer">Subscribe to our newsletter</a> 💌</p>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Website</a> | <a href="https://twitter.com/envio_indexer" target="_blank" rel="noopener noreferrer">X</a> | <a href="https://discord.com/invite/gt7yEUZKeB" target="_blank" rel="noopener noreferrer">Discord</a> | <a href="https://t.me/+5mI61oZibEM5OGQ8" target="_blank" rel="noopener noreferrer">Telegram</a> | <a href="https://github.com/enviodev" target="_blank" rel="noopener noreferrer">GitHub</a> | <a href="https://www.youtube.com/channel/UCR7nZ2yzEtc5SZNM0dhrkhA" target="_blank" rel="noopener noreferrer">YouTube</a> | <a href="https://www.reddit.com/user/Envio_indexer" target="_blank" rel="noopener noreferrer">Reddit</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[How to Migrate Alchemy Subgraphs to Envio]]></title>
            <link>https://docs.envio.dev/blog/blog/migrating-alchemy-subgraphs-to-envio</link>
            <guid>https://docs.envio.dev/blog/blog/migrating-alchemy-subgraphs-to-envio</guid>
            <pubDate>Wed, 03 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Migrate your Alchemy Subgraphs to Envio’s HyperIndex with a clean four step flow. Keep your existing schema, avoid a full rebuild, and get fast real-time indexing.]]></description>
            <content:encoded><![CDATA[<img src="https://docs.envio.dev/blog-assets/migrating-alchemy-subgraphs.png" alt="Migrating from Alchemy to Envio" width="100%">
<p>Alchemy is sunsetting their Subgraph support on the <strong>8th December 2025</strong>. If you are running production workloads or preparing for mainnet, you need a stable home for your data and a migration path that keeps most of your existing work intact.</p>
<p>Envio gives you a clean and fast way to easily migrate your existing Alchemy Subgraphs into Envio’s <a href="https://docs.envio.dev/docs/HyperIndex/overview" target="_blank" rel="noopener noreferrer">HyperIndex</a> so your data stays live, stable and real-time. This guide covers exactly how to migrate your Alchemy Subgraph, what changes you need to make and why Envio is the best place to migrate your Alchemy Subgraphs.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="why-teams-are-migrating-their-alchemy-subgraphs-to-envio">Why Teams are Migrating their Alchemy Subgraphs to Envio:<a class="hash-link" aria-label="Direct link to Why Teams are Migrating their Alchemy Subgraphs to Envio:" title="Direct link to Why Teams are Migrating their Alchemy Subgraphs to Envio:" href="https://docs.envio.dev/blog/blog/migrating-alchemy-subgraphs-to-envio#why-teams-are-migrating-their-alchemy-subgraphs-to-envio">​</a></h2>
<p>With Alchemy sunsetting its Subgraph support, a lot of builders are in the same position. You still rely on your data, you still need your indexers, and rebuilding the entire stack is not realistic in the given timeframe. With Envio, you get:</p>
<p>• 143x faster backfills on HyperIndex</p>
<p>• Multichain indexing supported out of the box</p>
<p>• 2 months free hosting for all Alchemy users</p>
<p>• White-glove migration support tailored for Alchemy Subgraphs</p>
<p>• Support for your existing schema</p>
<p>• A migration flow that avoids a full rebuild</p>
<p>• Efficient access to real-time and historical data</p>
<p>• A seamless cutover to production-ready endpoints</p>
<p>• The option to run locally or fully hosted</p>
<p>And much more!</p>
<p>Most importantly, Envio lets you bring your current indexing logic across and run it on a much faster setup.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="before-you-migrate">Before you Migrate<a class="hash-link" aria-label="Direct link to Before you Migrate" title="Direct link to Before you Migrate" href="https://docs.envio.dev/blog/blog/migrating-alchemy-subgraphs-to-envio#before-you-migrate">​</a></h2>
<p>Make sure you have:</p>
<p>• Your current Alchemy Subgraph</p>
<p>• Your ABI or contract addresses</p>
<p>• Node.js and pnpm installed</p>
<p>• Docker Desktop if you want to test locally (Windows Users:</p>
<p><a href="https://learn.microsoft.com/en-us/windows/wsl/install" target="_blank" rel="noopener noreferrer">WSL</a> Windows Subsystem for Linux)</p>
<p>Envio supports both HyperIndex and HyperSync. For migrations, you will be using HyperIndex.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="how-to-migrate-from-alchemy-to-envio-a-step-by-step-guide">How to Migrate from Alchemy to Envio: A Step-by-step Guide<a class="hash-link" aria-label="Direct link to How to Migrate from Alchemy to Envio: A Step-by-step Guide" title="Direct link to How to Migrate from Alchemy to Envio: A Step-by-step Guide" href="https://docs.envio.dev/blog/blog/migrating-alchemy-subgraphs-to-envio#how-to-migrate-from-alchemy-to-envio-a-step-by-step-guide">​</a></h2>
<p>Here is the exact workflow to migrate an Alchemy Subgraph to Envio:</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="1-generate-a-new-hyperindex-project">1. Generate a new HyperIndex project<a class="hash-link" aria-label="Direct link to 1. Generate a new HyperIndex project" title="Direct link to 1. Generate a new HyperIndex project" href="https://docs.envio.dev/blog/blog/migrating-alchemy-subgraphs-to-envio#1-generate-a-new-hyperindex-project">​</a></h3>
<p>Run:</p>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">pnpx envio init template </span><span class="token parameter variable" style="color:rgb(189, 147, 249);font-style:italic">--name</span><span class="token plain"> alchemy-migration </span><span class="token parameter variable" style="color:rgb(189, 147, 249);font-style:italic">--directory</span><span class="token plain"> alchemy-migration </span><span class="token parameter variable" style="color:rgb(189, 147, 249);font-style:italic">--template</span><span class="token plain"> greeter --api-token </span><span class="token string" style="color:rgb(255, 121, 198)">"YOUR_ENVIO_API_KEY"</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="2-bring-over-your-schema">2. Bring over your schema<a class="hash-link" aria-label="Direct link to 2. Bring over your schema" title="Direct link to 2. Bring over your schema" href="https://docs.envio.dev/blog/blog/migrating-alchemy-subgraphs-to-envio#2-bring-over-your-schema">​</a></h4>
<p>Take your existing Alchemy Subgraph schema and drop it into your new Envio project under the schema directory. If you need help mapping fields, our migration team can do this for you.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="3-move-over-your-mapping-logic">3. Move over your mapping logic<a class="hash-link" aria-label="Direct link to 3. Move over your mapping logic" title="Direct link to 3. Move over your mapping logic" href="https://docs.envio.dev/blog/blog/migrating-alchemy-subgraphs-to-envio#3-move-over-your-mapping-logic">​</a></h4>
<p>Copy your Subgraph mappings into Envio mapping files. The structure is familiar if you have used The Graph or Alchemy Subgraphs before. Events and handlers work the same way, so this step should feel straightforward.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="4-use-migration-cursors">4. Use migration cursors<a class="hash-link" aria-label="Direct link to 4. Use migration cursors" title="Direct link to 4. Use migration cursors" href="https://docs.envio.dev/blog/blog/migrating-alchemy-subgraphs-to-envio#4-use-migration-cursors">​</a></h4>
<p>Envio has a dedicated migration cursor flow so you do not have to replay your entire chain from block zero. This saves hours for larger projects.</p>
<p>After this, you can run the indexer locally with Docker or deploy directly to <a href="https://docs.envio.dev/docs/HyperIndex/hosted-service" target="_blank" rel="noopener noreferrer">Envio’s hosted service</a>. Once deployed, your indexer will sync with HyperSync-level speed.</p>
<p>If you prefer hands-on help, or would like our team to check your setup, you can book a free migration call <a href="https://envio.dev/alchemy-migration" target="_blank" rel="noopener noreferrer">here</a>. Alternatively, feel free to reach out to us in our <a href="https://discord.gg/HTuf8Jf9xZ" target="_blank" rel="noopener noreferrer">Discord</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="what-changes-when-you-leave-alchemy">What changes when you leave Alchemy?<a class="hash-link" aria-label="Direct link to What changes when you leave Alchemy?" title="Direct link to What changes when you leave Alchemy?" href="https://docs.envio.dev/blog/blog/migrating-alchemy-subgraphs-to-envio#what-changes-when-you-leave-alchemy">​</a></h2>
<p>Most of your stack stays the same. Here is what changes:</p>
<p>• You are no longer tied to a provider that is ending support</p>
<p>• You get faster indexing with real-time data</p>
<p>• You get an active team supporting your indexers</p>
<p>• You get a future-proof path that consistently scales with you</p>
<p>Your application code stays untouched. Queries stay close to what you already use. And you get more reliability as soon as you deploy.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="conclusion">Conclusion<a class="hash-link" aria-label="Direct link to Conclusion" title="Direct link to Conclusion" href="https://docs.envio.dev/blog/blog/migrating-alchemy-subgraphs-to-envio#conclusion">​</a></h2>
<p>Migrate faster, not harder. Alchemy stepping away from Subgraphs does not mean your project has to stop. Migrating to Envio is fast, stable and gives you a more reliable long-term foundation for your data.</p>
<p>Book a <a href="https://envio.dev/alchemy-migration" target="_blank" rel="noopener noreferrer">migration call</a>, move your Subgraphs and keep shipping without interruption.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="about-envio">About Envio<a class="hash-link" aria-label="Direct link to About Envio" title="Direct link to About Envio" href="https://docs.envio.dev/blog/blog/migrating-alchemy-subgraphs-to-envio#about-envio">​</a></h2>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Envio</a> is a fast, developer-friendly blockchain indexer that makes real-time data accessible for builders migrating their Subgraphs across from Alchemy and Web3.</p>
<p>With Envio, developers can query and stream blockchain data efficiently without the complexity of running their own infrastructure. Envio’s blockchain indexing solution supports any EVM network and is trusted by many teams building everything from DeFi platforms to analytics dashboards and production applications.</p>
<p>If you’re a blockchain developer or analyst looking to enhance your workflow, look no further. Join our growing community of Web3 builders and explore our docs.</p>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Website</a> | <a href="https://twitter.com/envio_indexer" target="_blank" rel="noopener noreferrer">X</a> | <a href="https://discord.com/invite/gt7yEUZKeB" target="_blank" rel="noopener noreferrer">Discord</a> | <a href="https://warpcast.com/envio" target="_blank" rel="noopener noreferrer">Farcaster</a> | <a href="https://github.com/enviodev" target="_blank" rel="noopener noreferrer">GitHub</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Envio Developer Update November 2025]]></title>
            <link>https://docs.envio.dev/blog/blog/envio-developer-update-november-2025</link>
            <guid>https://docs.envio.dev/blog/blog/envio-developer-update-november-2025</guid>
            <pubDate>Wed, 26 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[November brings Envio v2.32.0, Monad Mainnet indexing support, Alchemy Subgraphs migration guidance, HyperSync Sonic performance results, new Rootstock indexing tutorials, hackathon highlights and our latest featured developer.]]></description>
            <content:encoded><![CDATA[<img src="https://docs.envio.dev/blog-assets/dev-update-nov-25.png" alt="Cover Image Envio Developer Update Nov 2025" width="100%">
<p>November was a big month of product updates, mainnet support and ecosystem activity. We shipped v2.32.0 with new Effect API controls, rolled out full indexing support for Monad Mainnet, and published guidance for teams affected by the Alchemy Subgraphs shutdown to help them migrate their subgraphs to Envio. HyperSync delivered strong benchmarking results on Sonic, and we wrapped up multiple hackathons across MetaMask, Monad and Encode. We also spent time with builders across Edge City in Patagonia and Devconnect in Buenos Aires. Let’s dive in.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-exciting-release-version-2320-">🚨 Exciting Release: Version 2.32.0 🚨<a class="hash-link" aria-label="Direct link to 🚨 Exciting Release: Version 2.32.0 🚨" title="Direct link to 🚨 Exciting Release: Version 2.32.0 🚨" href="https://docs.envio.dev/blog/blog/envio-developer-update-november-2025#-exciting-release-version-2320-">​</a></h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/yvUVzV1ifig" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="effect-api-goodbye-experimental-prefix">🧪Effect API: Goodbye Experimental Prefix<a class="hash-link" aria-label="Direct link to 🧪Effect API: Goodbye Experimental Prefix" title="Direct link to 🧪Effect API: Goodbye Experimental Prefix" href="https://docs.envio.dev/blog/blog/envio-developer-update-november-2025#effect-api-goodbye-experimental-prefix">​</a></h3>
<p>We’ve officially removed the <code>experimental_ <strong>prefix</strong></code> from the Effect API and introduced some major improvements to indexing visibility and query flexibility.</p>
<p><strong>This update comes with two new features:</strong></p>
<p>• <strong><code>RateLimit</code></strong> option lets you control how often Effects are called, with support for custom durations</p>
<p>• Disable cache for specific Effect calls using <code>context.<strong>cache</strong> = false</code></p>
<p>Effect API, released on May 8, served us well, and we officially removed the experimental_ prefix from createEffect.</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">export const getMetadata = createEffect(</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    name: "getMetadata",</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    input: S.string,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    output: S.optional(S.schema({</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      description: S.string,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      value: S.bigint,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    })),</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    // Protect your API from burst Effect calls</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    rateLimit: {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      calls: 5,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      per: "second"</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    },</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    cache: true,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  },</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  async ({ input, context }) =&gt; {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    try {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      const response = await fetch(`https://api.example.com/metadata/${input}`);</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      const data = await response.json();</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      return {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">        description: data.description,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">        value: data.value,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      };</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    } catch(_) {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      // Don't cache failed response</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      context.cache = false</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      return undefined;</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    }</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  }</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">);</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="-development-console-insights">📺 Development Console Insights<a class="hash-link" aria-label="Direct link to 📺 Development Console Insights" title="Direct link to �📺 Development Console Insights" href="https://docs.envio.dev/blog/blog/envio-developer-update-november-2025#-development-console-insights">​</a></h3>
<p>The Development Console now shows detailed performance metrics for every Effect API execution. You can see execution time, rate limits, and caching behaviour at a glance, making it much easier to debug and fine tune performance. A simple way to get more visibility and improve your indexer.</p>
<img src="https://docs.envio.dev/blog-assets/dev-update-nov-25-1.png" alt="Dev console" width="100%">
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="-new-getwherelt-query">🔎 New getWhere.lt Query<a class="hash-link" aria-label="Direct link to 🔎 New getWhere.lt Query" title="Direct link to 🔎 New getWhere.lt Query" href="https://docs.envio.dev/blog/blog/envio-developer-update-november-2025#-new-getwherelt-query">​</a></h3>
<p>You can now use <code>context.&lt;Entity&gt;.getWhere.&lt;FieldName&gt;.<strong>lt</strong></code> to filter entities where field values are lower than a given value. This adds more flexibility for granular queries and custom data filtering directly within your indexers.</p>
<p>👉 See full <a href="https://github.com/enviodev/hyperindex/releases" target="_blank" rel="noopener noreferrer">release notes</a></p>
<p>👉 Star us on <a href="https://github.com/enviodev/hyperindex" target="_blank" rel="noopener noreferrer">GitHub</a> ⭐</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="monad-mainnet-is-live-learn-how-to-index-data-on-monad">Monad Mainnet Is Live: Learn How to Index Data on Monad<a class="hash-link" aria-label="Direct link to Monad Mainnet Is Live: Learn How to Index Data on Monad" title="Direct link to Monad Mainnet Is Live: Learn How to Index Data on Monad" href="https://docs.envio.dev/blog/blog/envio-developer-update-november-2025#monad-mainnet-is-live-learn-how-to-index-data-on-monad">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-nov-25-2.png" alt="Envio supports Monad Mainnet" width="100%">
<p>Envio is live on <a href="https://www.monad.xyz/" target="_blank" rel="noopener noreferrer">Monad</a> Mainnet. Get easy access to real-time and historical data on Monad through performant syncing and a smooth, high performance indexing experience from day one. We supported teams throughout testnet and continue to provide the same fast, reliable indexing setup for a growing ecosystem on Mainnet.</p>
<p>If you are live or going live on Monad and need help getting set up, chat to us about your data needs in <a href="https://discord.gg/S5RUC6jAv6" target="_blank" rel="noopener noreferrer">Discord</a>. For more on how to index data on Monad, read our <a href="https://docs.envio.dev/blog/how-to-index-monad-data-using-envio" target="_blank" rel="noopener noreferrer">blog article</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="how-to-migrate-alchemy-subgraphs-to-envio">How to Migrate Alchemy Subgraphs to Envio<a class="hash-link" aria-label="Direct link to How to Migrate Alchemy Subgraphs to Envio" title="Direct link to How to Migrate Alchemy Subgraphs to Envio" href="https://docs.envio.dev/blog/blog/envio-developer-update-november-2025#how-to-migrate-alchemy-subgraphs-to-envio">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-nov-25-3.png" alt="How to migrate Alchemy Subgraphs to Envio" width="100%">
<p>Alchemy Subgraphs are officially sunsetting on <strong>December 8, 2025</strong>. Many teams relying on their subgraph service will need a new solution before that date to avoid downtime.</p>
<p>Envio is supporting affected teams with <strong>2 months of free hosting</strong>, faster backfills, multichain indexing, and full white-glove migration support to help you move over smoothly. HyperIndex gives you a modern indexing setup with real-time syncing and production ready deployments, making the transition quick and reliable.</p>
<p>If your subgraphs are affected and you need to migrate, chat to our team or check out this <a href="https://envio.dev/alchemy-migration" target="_blank" rel="noopener noreferrer">page</a> for more information and we will help you get set up.</p>
<p>For a full walkthrough on how to migrate, read our guide on <a href="https://docs.envio.dev/docs/HyperIndex/migrate-from-alchemy" target="_blank" rel="noopener noreferrer">How to Migrate Alchemy Subgraphs to Envio</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="metamask-x-envio-advanced-permissions-hackathon-is-live">MetaMask x Envio Advanced Permissions Hackathon is Live<a class="hash-link" aria-label="Direct link to MetaMask x Envio Advanced Permissions Hackathon is Live" title="Direct link to MetaMask x Envio Advanced Permissions Hackathon is Live" href="https://docs.envio.dev/blog/blog/envio-developer-update-november-2025#metamask-x-envio-advanced-permissions-hackathon-is-live">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-nov-25-4.png" alt="MetaMask x Envio hackathon" width="100%">
<p>We have partnered with MetaMask for the Advanced Permissions Dev Cook-Off hackathon, inviting developers to build with ERC-7715 and ship new agent and automation ideas. The hack is now live with $10,000 in total prizes available.</p>
<p>For full details and registration, check the event page on <a href="https://www.hackquest.io/hackathons/MetaMask-Advanced-Permissions-Dev-Cook-Off" target="_blank" rel="noopener noreferrer">HackQuest</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="stable-radar-monitoring-usdc-transactions-in-real-time">Stable Radar: Monitoring USDC Transactions in Real-Time<a class="hash-link" aria-label="Direct link to Stable Radar: Monitoring USDC Transactions in Real-Time" title="Direct link to Stable Radar: Monitoring USDC Transactions in Real-Time" href="https://docs.envio.dev/blog/blog/envio-developer-update-november-2025#stable-radar-monitoring-usdc-transactions-in-real-time">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-nov-25-5.gif" alt="Stable Radar" width="100%">
<p><a href="https://www.stable-radar.com/" target="_blank" rel="noopener noreferrer">Stable Radar</a> is a new live visualisation that tracks USDC transfers per second across multiple chains including Ethereum, Base, Monad, Sonic, HyperEVM, Worldchain, XDC and many more. It gives a clear view of stablecoin activity as it happens and makes it easy to watch real usage and adoption play out in real-time across different networks. Be sure to check out our <a href="https://docs.envio.dev/showcase" target="_blank" rel="noopener noreferrer">showcase</a> for more examples of Envio in action.</p>
<p>Check the original post on <a href="https://x.com/DenhamPreen/status/1988980819629863208?s=20" target="_blank" rel="noopener noreferrer">X</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="how-to-monetize-hypersync-queries-using-x402">How to Monetize HyperSync Queries using x402<a class="hash-link" aria-label="Direct link to How to Monetize HyperSync Queries using x402" title="Direct link to How to Monetize HyperSync Queries using x402" href="https://docs.envio.dev/blog/blog/envio-developer-update-november-2025#how-to-monetize-hypersync-queries-using-x402">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-nov-25-6.png" alt="Monetize HyperSync Queries using x402" width="100%">
<p>A new demo went live this month showing how analysts and builders can monetize their HyperSync queries using <a href="https://www.x402.org/" target="_blank" rel="noopener noreferrer">x402</a>. The project combines HyperSync’s fast querying and filtering across multiple networks with x402’s pay per request model to create simple monetizable blockchain APIs. The example lets users fetch token transfer history for any address across all HyperSync supported networks, with optional filtering by token.</p>
<p>Explore the demo or try it yourself on <a href="https://github.com/nikbhintade/x402-hypersync" target="_blank" rel="noopener noreferrer">GitHub</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="devconnect-and-edge-city--argentina">Devconnect and Edge City | Argentina<a class="hash-link" aria-label="Direct link to Devconnect and Edge City | Argentina" title="Direct link to Devconnect and Edge City | Argentina" href="https://docs.envio.dev/blog/blog/envio-developer-update-november-2025#devconnect-and-edge-city--argentina">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-nov-25-7.png" alt="Envio at Devconnect &amp; Edge City" width="100%">
<p>The team recently attended <a href="https://www.edgecity.live/patagonia" target="_blank" rel="noopener noreferrer">Edge City</a> in Patagonia, spending time with builders and getting a closer look at what teams are working on across the ecosystem. It was a good mix of conversations, working sessions and meeting new faces.</p>
<p>From there we headed to Buenos Aires for <a href="https://devconnect.org/" target="_blank" rel="noopener noreferrer">Devconnect</a>, catching up with teams throughout the week. We also partnered with Sonic, Pyth and Gelato for an evening <a href="https://luma.com/pghidhv5" target="_blank" rel="noopener noreferrer">event</a> in the city that brought all of our communities together in one venue.</p>
<p>We wrapped up the month at Devconnect Buenos Aires, taking part in the sessions and connecting with builders across the ecosystem. Big thanks to all the partners, organisers and teams we met along the way. Next stop? Stay tuned.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="encode-hackathon-envios-winners">Encode Hackathon: Envio’s Winners<a class="hash-link" aria-label="Direct link to Encode Hackathon: Envio’s Winners" title="Direct link to Encode Hackathon: Envio’s Winners" href="https://docs.envio.dev/blog/blog/envio-developer-update-november-2025#encode-hackathon-envios-winners">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-nov-25-8.png" alt="Encode x Envio hackathon" width="100%">
<p>Envio partnered with Encode Club at Encode London 2025 and awarded $3,000 in bounties for builders using HyperIndex and HyperSync. The winners included:</p>
<ul>
<li>
<p>Best Use of HyperIndex ($1,000) → VeriLoan</p>
</li>
<li>
<p>Best Use of HyperSync ($1,000) → Sniffer</p>
</li>
<li>
<p>HyperIndex Runner-Up ($500) → TradeTrackr</p>
</li>
</ul>
<p>Congratulations to all the builders who took part and big thanks to the Encode team. For the full breakdown of winners and what they built, check our <a href="https://docs.envio.dev/blog/encode-london-2025" target="_blank" rel="noopener noreferrer">blog post</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="high-performance-indexing-on-sonic-with-hypersync">High Performance Indexing on Sonic with HyperSync<a class="hash-link" aria-label="Direct link to High Performance Indexing on Sonic with HyperSync" title="Direct link to High Performance Indexing on Sonic with HyperSync" href="https://docs.envio.dev/blog/blog/envio-developer-update-november-2025#high-performance-indexing-on-sonic-with-hypersync">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-nov-25-9.png" alt="ComparNodes HyperSync Sonic benchmark" width="100%">
<p>Building on Sonic? Envio keeps up.</p>
<p><a href="https://www.comparenodes.com/providers/envio/" target="_blank" rel="noopener noreferrer">Compare Nodes</a> recently benchmarked Envio’s HyperSync on <a href="https://www.soniclabs.com/" target="_blank" rel="noopener noreferrer">Sonic</a> Mainnet and shared the results publicly. HyperSync provides one of the strongest high performance indexing solutions for Sonic data, backed by real benchmarking results. Their tests scaled from 0 to 1,000 RPC requests per second with full success, and later pushed up to 5,000 requests per second across ten methods. Across two runs they processed around 3.3 million requests in just over thirty minutes!</p>
<p>For the full performance benchmark and breakdown, check Compare Nodes’ original post on <a href="https://x.com/CompareNodes/status/1991114058771128655?s=20" target="_blank" rel="noopener noreferrer">X</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="tutorial-how-to-index-rootstock-data-with-envio">Tutorial: How to Index Rootstock Data with Envio<a class="hash-link" aria-label="Direct link to Tutorial: How to Index Rootstock Data with Envio" title="Direct link to Tutorial: How to Index Rootstock Data with Envio" href="https://docs.envio.dev/blog/blog/envio-developer-update-november-2025#tutorial-how-to-index-rootstock-data-with-envio">​</a></h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/72ZO0I4hthU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe>
<p><a href="https://rootstock.io/" target="_blank" rel="noopener noreferrer">Rootstock</a> released a new tutorial walking developers through how to use Envio to capture and organize on-chain events from smart contracts deployed on Rootstock. The session covers everything from setting up a local environment to writing mappings, generating entities and querying indexed data. It is part of the Hacktivator program and gives builders a full walkthrough of how to index Rootstock data using Envio.</p>
<p>See Rootstock’s original post on <a href="https://x.com/rootstock_io/status/1991446212256624989?s=20" target="_blank" rel="noopener noreferrer">X</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="metamask-smart-accounts-x-monad-x-envio-hackathon-winners">MetaMask Smart Accounts x Monad x Envio Hackathon Winners<a class="hash-link" aria-label="Direct link to MetaMask Smart Accounts x Monad x Envio Hackathon Winners" title="Direct link to MetaMask Smart Accounts x Monad x Envio Hackathon Winners" href="https://docs.envio.dev/blog/blog/envio-developer-update-november-2025#metamask-smart-accounts-x-monad-x-envio-hackathon-winners">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-nov-25-10.png" alt="MetaMask x Envio hack winners #1" width="100%">
<p>We partnered with <a href="https://metamask.io/en-GB/developer" target="_blank" rel="noopener noreferrer">MetaMask</a> and <a href="https://www.monad.xyz/brand-and-media-kit" target="_blank" rel="noopener noreferrer">Monad</a> for the Smart Accounts hackathon, which featured a total prize pool of $15,000. This hackathon focused on the next generation of wallet and smart account experiences. Builders explored account abstraction, modular execution, AI driven automation and real-time blockchain indexing using Envio.</p>
<p>For the full list of winners and a detailed breakdown of their projects, read our <a href="https://docs.envio.dev/blog/metamask-smart-accounts-hackathon-winners" target="_blank" rel="noopener noreferrer">blog</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="️-current--upcoming-events">🗓️ Current &amp; Upcoming Events<a class="hash-link" aria-label="Direct link to 🗓️ Current &amp; Upcoming Events" title="Direct link to 🗓️ Current &amp; Upcoming Events" href="https://docs.envio.dev/blog/blog/envio-developer-update-november-2025#%EF%B8%8F-current--upcoming-events">​</a></h2>
<ul>
<li><a href="https://www.hackquest.io/hackathons/MetaMask-Advanced-Permissions-Dev-Cook-Off" target="_blank" rel="noopener noreferrer">MetaMask x Envio: Advanced Permissions Dev Cook-Off Hackathon</a>: 18th Nov → 31st Dec 2025</li>
<li><a href="https://solana.com/breakpoint" target="_blank" rel="noopener noreferrer">Solana Breakpoint</a>: 11th → 13th Dec 2025</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-featured-developer-kevin-lin">🧑‍💻 Featured Developer: Kevin Lin<a class="hash-link" aria-label="Direct link to 🧑‍💻 Featured Developer: Kevin Lin" title="Direct link to 🧑‍💻 Featured Developer: Kevin Lin" href="https://docs.envio.dev/blog/blog/envio-developer-update-november-2025#-featured-developer-kevin-lin">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-nov-25-11.png" alt="Featured Dev Kevin Lin" width="100%">
<p>This month’s featured dev is Kevin Lin, a Web3 engineer from Taiwan who has been building dashboards and analytics tools across identity, x402 community activity and prediction markets. Kevin uses Envio as the indexing layer across several of his projects.</p>
<p>For <a href="https://self.xyz/" target="_blank" rel="noopener noreferrer">Self Protocol</a>, he indexes real-time registration and disclosure actions to help the team track user growth and protocol health. In the x402 ecosystem, he built this epic <a href="https://ping-analytics-web.vercel.app/" target="_blank" rel="noopener noreferrer">PING dashboard</a>, which tracks community engagement around the first major x402-era meme, including new addresses, interaction patterns and Uniswap V3 and V4 liquidity pools.</p>
<p>His latest project, <a href="https://polypilot.vercel.app/" target="_blank" rel="noopener noreferrer">PolyPilot</a>, is a Polymarket analytics tool that pulls candlestick charts from on-chain trades and includes a Market Explorer and Trader Explorer, with more smart money analysis on the way.</p>
<p>Big thanks to Kevin for all his amazing contributions, for being an outstanding member of our community and for everything he continues to build with Envio.</p>
<p><em><strong>“What I really like about Envio is that the DX is super smooth. The documentation is excellent, with solid templates and multiple examples, so it’s very friendly for vibe coders working on side projects. It also scales nicely from internal dashboards to public products, and lets me focus on what the user sees instead of worrying about indexing infra.” – Kevin Lin, Integration Engineer at Self Protocol</strong></em></p>
<p>Be sure to follow them on <a href="https://x.com/Slutsky___" target="_blank" rel="noopener noreferrer">X</a> and check out their work on <a href="https://github.com/kevinsslin" target="_blank" rel="noopener noreferrer">GitHub</a> to stay up to date with what they are building.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="️-playlist-of-the-month">🎧️ Playlist of the Month<a class="hash-link" aria-label="Direct link to 🎧️ Playlist of the Month" title="Direct link to 🎧️ Playlist of the Month" href="https://docs.envio.dev/blog/blog/envio-developer-update-november-2025#%EF%B8%8F-playlist-of-the-month">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-nov-25-12.png" alt="PLOTM Nov 2025" width="100%">
<p>▶️ <a href="https://open.spotify.com/playlist/5soTYYQq62La4bssYRdwzH?si=d1e1faa2d3bf44bd" target="_blank" rel="noopener noreferrer">Open Spotify</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-ship-with-us">🚢 Ship With Us<a class="hash-link" aria-label="Direct link to 🚢 Ship With Us" title="Direct link to 🚢 Ship With Us" href="https://docs.envio.dev/blog/blog/envio-developer-update-november-2025#-ship-with-us">​</a></h2>
<p>Envio is a multi-chain EVM blockchain indexer 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.</p>
<p>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.</p>
<p><a href="https://envio.beehiiv.com/subscribe?utm_source=envio.beehiiv.com&amp;utm_medium=newsletter&amp;utm_campaign=new-post" target="_blank" rel="noopener noreferrer">Subscribe to our newsletter</a> 💌</p>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Website</a> | <a href="https://twitter.com/envio_indexer" target="_blank" rel="noopener noreferrer">X</a> | <a href="https://discord.com/invite/gt7yEUZKeB" target="_blank" rel="noopener noreferrer">Discord</a> | <a href="https://t.me/+5mI61oZibEM5OGQ8" target="_blank" rel="noopener noreferrer">Telegram</a> | <a href="https://github.com/enviodev" target="_blank" rel="noopener noreferrer">GitHub</a> | <a href="https://www.youtube.com/channel/UCR7nZ2yzEtc5SZNM0dhrkhA" target="_blank" rel="noopener noreferrer">YouTube</a> | <a href="https://www.reddit.com/user/Envio_indexer" target="_blank" rel="noopener noreferrer">Reddit</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[MetaMask Smart Accounts x Monad Hackathon Winners]]></title>
            <link>https://docs.envio.dev/blog/metamask-smart-accounts-hackathon-winners</link>
            <guid>https://docs.envio.dev/blog/metamask-smart-accounts-hackathon-winners</guid>
            <pubDate>Thu, 13 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Explore the standout projects from the MetaMask Smart Accounts x Monad Dev Cook Off. Builders pushed smart account innovation forward using MetaMask SDKs, Monad’s high performance chain, and Envio’s real time indexing.]]></description>
            <content:encoded><![CDATA[<img src="https://docs.envio.dev/blog-assets/metamask-hackathon-2025.png" alt="Metamask Dev-cook off 2025 Hackathon Winners" width="100%">
<p>Envio joined <a href="https://metamask.io/en-GB/developer" target="_blank" rel="noopener noreferrer">MetaMask</a> Developers and <a href="https://www.monad.xyz/" target="_blank" rel="noopener noreferrer">Monad</a> for the MetaMask Smart Accounts Dev Cook-Off, a global hackathon focused on the next generation of wallet and smart account experiences. Over three weeks, builders explored account abstraction, modular execution, AI driven automation, and real-time blockchain data indexing using Envio.</p>
<p>The projects below stood out across innovation, execution quality, and use of Envio’s indexing stack. Let’s take a look at our winners.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="best-use-of-envio-2000-last-monad">Best use of Envio ($2,000): Last Monad<a class="hash-link" aria-label="Direct link to Best use of Envio ($2,000): Last Monad" title="Direct link to Best use of Envio ($2,000): Last Monad" href="https://docs.envio.dev/blog/metamask-smart-accounts-hackathon-winners#best-use-of-envio-2000-last-monad">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/metamask-hackathon-2025-1.png" alt="Last monad" width="100%">
<p>Last Monad built a live network dashboard that showcases activity across Monad in real-time. Using Envio to index contract events with high speed and accuracy, the team delivered an always up to date view of the chain.</p>
<p>The project shows how real-time blockchain indexers like Envio unlock transparent analytics for high performance networks, giving developers a clear way to explore and understand on-chain behaviour as it happens.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="best-onchain-automation-1000-tradeclub">Best Onchain Automation ($1,000): TradeClub<a class="hash-link" aria-label="Direct link to Best Onchain Automation ($1,000): TradeClub" title="Direct link to Best Onchain Automation ($1,000): TradeClub" href="https://docs.envio.dev/blog/metamask-smart-accounts-hackathon-winners#best-onchain-automation-1000-tradeclub">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/metamask-hackathon-2025-2.png" alt="tradeclub" width="100%">
<p>TradeClub introduced automated on-chain execution powered by smart accounts. The project used Envio to index their data to power intent based triggers and automated flows, allowing users to run actions without managing complex backend logic.</p>
<p>It highlights how real-time data from Envio’s blockchain indexing solution can support consumer friendly automation and smarter on-chain behaviour.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="best-ai-agent-1000-shieldai">Best AI Agent ($1,000): ShieldAI<a class="hash-link" aria-label="Direct link to Best AI Agent ($1,000): ShieldAI" title="Direct link to Best AI Agent ($1,000): ShieldAI" href="https://docs.envio.dev/blog/metamask-smart-accounts-hackathon-winners#best-ai-agent-1000-shieldai">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/metamask-hackathon-2025-3.png" alt="ShieldAi" width="100%">
<p>ShieldAI built an on-chain monitoring agent that reacts to blockchain events on Monad in real-time. With Envio providing reliable, indexed data, the agent could track contract interactions, detect anomalies, and surface insights efficiently.</p>
<p>It shows how AI agents become significantly more powerful when they can rely on clean, real-time blockchain data from indexing solutions like Envio.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="best-consumer-app-1000-smart-account-explorer">Best Consumer App ($1,000): Smart Account Explorer<a class="hash-link" aria-label="Direct link to Best Consumer App ($1,000): Smart Account Explorer" title="Direct link to Best Consumer App ($1,000): Smart Account Explorer" href="https://docs.envio.dev/blog/metamask-smart-accounts-hackathon-winners#best-consumer-app-1000-smart-account-explorer">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/metamask-hackathon-2025-4.png" alt="Smart account explorer" width="100%">
<p>Smart Account Explorer created a clear interface for viewing and understanding smart account activity. With Envio’s real-time blockchain indexing layer handling the heavy lifting, the app delivered fast lookups of permissions, transactions, and account behaviour without any lag. It made smart accounts feel accessible and transparent for everyday users.</p>
<p>The project shows how consumer apps can improve usability by pairing smart accounts with fast, structured on-chain data from indexing solutions like Envio.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="conclusion">Conclusion<a class="hash-link" aria-label="Direct link to Conclusion" title="Direct link to Conclusion" href="https://docs.envio.dev/blog/metamask-smart-accounts-hackathon-winners#conclusion">​</a></h2>
<p>The MetaMask Smart Accounts x Monad Dev Cook Off highlighted what happens when wallet innovation meets real-time data performance. From onboarding to gaming and DeFi UX, each project showed what’s possible when you mix smart accounts and efficient blockchain tools like Envio.</p>
<p>Envio’s multichain blockchain indexer remains a cornerstone for teams indexing Monad data. Developers can use it to access efficient, real-time data on Monad and any other EVM chain. It gives them a simple way to query and understand Monad activity in real-time without dealing with the overhead of running or scaling their own indexing infrastructure.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="about-envio">About Envio<a class="hash-link" aria-label="Direct link to About Envio" title="Direct link to About Envio" href="https://docs.envio.dev/blog/metamask-smart-accounts-hackathon-winners#about-envio">​</a></h2>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Envio</a> is a fast, developer friendly blockchain indexer that makes real-time data accessible for builders on Monad and across Web3.</p>
<p>With Envio, developers can query and stream blockchain data efficiently without the complexity of running their own infrastructure. Envio’s blockchain indexing tools support Monad and any EVM network and are trusted by many teams building everything from DeFi platforms to analytics dashboards and production applications.</p>
<p>If you’re a blockchain developer or analyst looking to enhance your workflow, look no further. Join our growing community of Web3 builders and explore our docs.</p>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Website</a> | <a href="https://twitter.com/envio_indexer" target="_blank" rel="noopener noreferrer">X</a> | <a href="https://discord.com/invite/gt7yEUZKeB" target="_blank" rel="noopener noreferrer">Discord</a> | <a href="https://warpcast.com/envio" target="_blank" rel="noopener noreferrer">Farcaster</a> | <a href="https://github.com/enviodev" target="_blank" rel="noopener noreferrer">GitHub</a> | <a href="https://medium.com/@Envio_Indexer" target="_blank" rel="noopener noreferrer">Medium</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Encode London 2025: Envio Hackathon Winners]]></title>
            <link>https://docs.envio.dev/blog/encode-london-2025</link>
            <guid>https://docs.envio.dev/blog/encode-london-2025</guid>
            <pubDate>Wed, 12 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Discover the Encode London 2025 hackathon winners who built real-time Web3 applications using Envio's blockchain indexing tools.]]></description>
            <content:encoded><![CDATA[<img src="https://docs.envio.dev/blog-assets/encode-london-2025.png" alt="Encode London 2025 Hackathon Winners" width="100%">
<p>Envio proudly partnered with Encode Club at the London 2025 hackathon, offering $3,000 in bounties for builders using <a href="https://docs.envio.dev/docs/HyperIndex/overview" target="_blank" rel="noopener noreferrer">HyperIndex</a> and <a href="https://docs.envio.dev/docs/HyperSync/overview" target="_blank" rel="noopener noreferrer">HyperSync</a>. Over one weekend, developers explored how Envio’s fast blockchain indexing stack helps power real-time applications in Web3.</p>
<p>The results spoke for themselves.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="best-use-of-hyperindex-1000-veriloan">Best use of HyperIndex ($1,000): VeriLoan<a class="hash-link" aria-label="Direct link to Best use of HyperIndex ($1,000): VeriLoan" title="Direct link to Best use of HyperIndex ($1,000): VeriLoan" href="https://docs.envio.dev/blog/encode-london-2025#best-use-of-hyperindex-1000-veriloan">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/encode-london-2025-1.png" alt="VeriLoan - Best use of HyperIndex" width="100%">
<p><strong>Team:</strong> Myo Myat</p>
<p><strong>GitHub:</strong> <a href="https://github.com/LuLuKar05/VeriLoan" target="_blank" rel="noopener noreferrer">LuLuKar05/VeriLoan</a></p>
<p><strong>Demo:</strong> <a href="https://youtu.be/3t525_GDlCM" target="_blank" rel="noopener noreferrer">YouTube</a></p>
<p>VeriLoan solves one of DeFi’s biggest problems, trust. It connects <a href="https://www.concordium.com/" target="_blank" rel="noopener noreferrer">Concordium</a>’s privacy preserving identity proofs with EVM wallets to enable verified borrower profiles. Using Envio HyperIndex, the team aggregated lending data from <a href="https://aave.com/" target="_blank" rel="noopener noreferrer">Aave</a>, <a href="https://compound.finance/" target="_blank" rel="noopener noreferrer">Compound</a>, and <a href="https://spark.fi/" target="_blank" rel="noopener noreferrer">Spark</a> to generate real-time DeFi credit reports. The project shows how Envio’s blockchain indexer can power private, compliant, and capital efficient lending systems built on trust rather than collateral.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="best-use-of-hypersync-1000-sniffer">Best use of HyperSync ($1,000): Sniffer<a class="hash-link" aria-label="Direct link to Best use of HyperSync ($1,000): Sniffer" title="Direct link to Best use of HyperSync ($1,000): Sniffer" href="https://docs.envio.dev/blog/encode-london-2025#best-use-of-hypersync-1000-sniffer">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/encode-london-2025-2.png" alt="Sniffer - Best use of HyperSync" width="100%">
<p><strong>Team:</strong> Abdul Aaqib Ali</p>
<p><strong>GitHub:</strong> <a href="https://github.com/Junaid2005/encode-hack-nov" target="_blank" rel="noopener noreferrer">Junaid2005/encode-hack-nov</a></p>
<p><strong>Demo:</strong> <a href="https://youtu.be/HXjyv-ngJis" target="_blank" rel="noopener noreferrer">YouTube</a></p>
<p>Sniffer uses Envio HyperSync and GPT 5 to make blockchain forensics conversational. Investigators can ask natural language questions and receive instant fraud reports with charts, alerts, and insights. HyperSync’s real-time data access, up to 2000 times faster than RPC, allows Sniffer to detect suspicious patterns almost immediately in real-time. It is a perfect example of how powerful blockchain indexing tools like Envio can bring AI and on-chain analytics together.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="best-use-of-hyperindex-runner-up-500-tradetrackr">Best use of HyperIndex Runner Up ($500): TradeTrackr<a class="hash-link" aria-label="Direct link to Best use of HyperIndex Runner Up ($500): TradeTrackr" title="Direct link to Best use of HyperIndex Runner Up ($500): TradeTrackr" href="https://docs.envio.dev/blog/encode-london-2025#best-use-of-hyperindex-runner-up-500-tradetrackr">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/encode-london-2025-3.png" alt="TradeTrackr - Best use of HyperIndex Runner Up" width="100%">
<p><strong>Team:</strong> Xferno GT</p>
<p><strong>GitHub:</strong> <a href="https://github.com/Cozkou/portfi" target="_blank" rel="noopener noreferrer">Cozkou/portfi</a></p>
<p><strong>Demo:</strong> <a href="https://youtu.be/uhtsKPt45oE" target="_blank" rel="noopener noreferrer">YouTube</a></p>
<p>TradeTrackr turns crypto trading into a social experience. Users can track their portfolios, join groups, and compete in trading leagues with real-time data indexed by Envio HyperIndex. Built with React, Tailwind, and shadcn UI, it supports Ethereum, Polygon, Base, and Arbitrum. The app uses Concordium for optional identity verification, creating fair competitions and trusted leaderboards. It shows how modern blockchain indexers like Envio make multichain analytics accessible for any Web3 project.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="conclusion">Conclusion<a class="hash-link" aria-label="Direct link to Conclusion" title="Direct link to Conclusion" href="https://docs.envio.dev/blog/encode-london-2025#conclusion">​</a></h2>
<p>From AI powered fraud detection to privacy aware lending and social trading apps, these teams proved that real-time data is the foundation of the next generation of decentralized applications.</p>
<p>Envio continues to push the boundaries of performance and reliability for developers who need a fast, scalable, and developer friendly Web3 indexer. Big thanks to the Encode team for having us, all the organizers and partners. Congratulations to all the winners and to every builder who participated.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="about-encode-london">About Encode London<a class="hash-link" aria-label="Direct link to About Encode London" title="Direct link to About Encode London" href="https://docs.envio.dev/blog/encode-london-2025#about-encode-london">​</a></h2>
<p>Encode London is part of the global <a href="https://www.encodeclub.com/" target="_blank" rel="noopener noreferrer">Encode Club</a> hackathon series, which brings together developers, founders, and students to build new Web3 applications and infrastructure. The event connects builders with technical partners like Envio, helping them explore blockchain indexing, data analytics, and real-time Web3 tools.</p>
<p>Each Encode Club hackathon fosters collaboration, education, and growth within the Web3 community, showcasing how open innovation continues to push blockchain development forward.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="about-envio">About Envio<a class="hash-link" aria-label="Direct link to About Envio" title="Direct link to About Envio" href="https://docs.envio.dev/blog/encode-london-2025#about-envio">​</a></h2>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Envio</a> is a fast, developer friendly blockchain indexer that makes real-time data accessible for builders across Web3.</p>
<p>With HyperIndex and HyperSync, developers can query and stream blockchain data efficiently without the complexity of running their own infrastructure. Envio’s blockchain indexing tools support any EVM network and are trusted by teams building everything from DeFi platforms to analytics dashboards and production applications.</p>
<p>If you’re a blockchain developer or analyst looking to enhance your workflow, look no further. Join our growing community of Web3 builders and explore our docs.</p>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Website</a> | <a href="https://twitter.com/envio_indexer" target="_blank" rel="noopener noreferrer">X</a> | <a href="https://discord.com/invite/gt7yEUZKeB" target="_blank" rel="noopener noreferrer">Discord</a> | <a href="https://warpcast.com/envio" target="_blank" rel="noopener noreferrer">Farcaster</a> | <a href="https://github.com/enviodev" target="_blank" rel="noopener noreferrer">GitHub</a> | <a href="https://medium.com/@Envio_Indexer" target="_blank" rel="noopener noreferrer">Medium</a> | <a href="https://www.youtube.com/channel/UCR7nZ2yzEtc5SZNM0dhrkhA" target="_blank" rel="noopener noreferrer">YouTube</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Envio Developer Update October 2025]]></title>
            <link>https://docs.envio.dev/blog/envio-developer-update-october-2025</link>
            <guid>https://docs.envio.dev/blog/envio-developer-update-october-2025</guid>
            <pubDate>Tue, 28 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Get the full October 2025 update from Envio including v2.31.0 release focused on rollback and database performance, the new Scaffold ETH 2 extension for quicker indexer setup, and insights from our work at ETHOnline and Encode London.]]></description>
            <content:encoded><![CDATA[<img src="https://docs.envio.dev/blog-assets/dev-update-oct-25.png" alt="Cover Image Envio Developer Community Update October 2025" width="100%">
<p>Reliability and performance were the big themes this month, with a focus on making indexing even smoother across the board. We rolled out v2.31.0, shipped key upgrades to rollback handling and database performance, and saw some great contributions from the community.</p>
<p>We dive into how a Uniswap alert system uncovered a MEV bot making millions, introduced a new Scaffold ETH 2 extension for faster indexer setup, and shared a look at the team’s involvement across ETHOnline, Encode London and much more. Let’s dive in!</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-major-releases-v2300--v2310">⚡ MAJOR Releases: v2.30.0 → v2.31.0<a class="hash-link" aria-label="Direct link to ⚡ MAJOR Releases: v2.30.0 → v2.31.0" title="Direct link to ⚡ MAJOR Releases: v2.30.0 → v2.31.0" href="https://docs.envio.dev/blog/envio-developer-update-october-2025#-major-releases-v2300--v2310">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="v2300-speed-consistency-and-migration-friendly-improvements">V2.30.0: Speed, consistency, and migration-friendly improvements<a class="hash-link" aria-label="Direct link to V2.30.0: Speed, consistency, and migration-friendly improvements" title="Direct link to V2.30.0: Speed, consistency, and migration-friendly improvements" href="https://docs.envio.dev/blog/envio-developer-update-october-2025#v2300-speed-consistency-and-migration-friendly-improvements">​</a></h3>
<p>Version 2.30.0 introduced key performance and compatibility updates focused on reliability at scale.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="address-format-configuration">Address Format Configuration<a class="hash-link" aria-label="Direct link to Address Format Configuration" title="Direct link to Address Format Configuration" href="https://docs.envio.dev/blog/envio-developer-update-october-2025#address-format-configuration">​</a></h4>
<p>You can now choose between <strong><code>checksum</code></strong> (default) and <strong><code> lowercase</code></strong> addresses directly in your config.yaml. The lowercase option makes it easier to migrate existing SubGraphs and can improve performance in some cases.</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain"># config.yaml</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">address_format: lowercase</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="faster-event-decoder-for-rpc-source">Faster Event Decoder for RPC Source<a class="hash-link" aria-label="Direct link to Faster Event Decoder for RPC Source" title="Direct link to Faster Event Decoder for RPC Source" href="https://docs.envio.dev/blog/envio-developer-update-october-2025#faster-event-decoder-for-rpc-source">​</a></h4>
<p>The RPC source now uses the HyperSync event decoder, offering a significant speed boost compared to the previous Viem decoder.</p>
<p><strong><span style="text-decoration:underline">Fixes:
</span></strong></p>
<ul>
<li>Resolved a regression in 2.29 that affected indexing at the head Prometheus metric.</li>
<li>Fixed a race condition during Hasura configuration that occasionally prevented certain GraphQL entities from having read permissions.</li>
</ul>
<p><strong><span style="text-decoration:underline">Internal Improvements:
</span></strong></p>
<ul>
<li>Ensured all events from a single block are processed together for stronger data consistency.</li>
<li>Optimized JS batch creation logic, improving handling for high-volume indexers (100k+ events/sec).</li>
<li>Adjusted dynamic address persistence to only store processed events.</li>
</ul>
<p>These updates laid the groundwork for the reorg refactoring work and further system optimizations in 2.31.0 and upcoming releases.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="v2310-big-reliability-release"><span style="text-decoration:underline">V2.31.0: Big Reliability Release</span><a class="hash-link" aria-label="Direct link to v2310-big-reliability-release" title="Direct link to v2310-big-reliability-release" href="https://docs.envio.dev/blog/envio-developer-update-october-2025#v2310-big-reliability-release">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="rollback-on-reorg-refactoring">Rollback On Reorg Refactoring<a class="hash-link" aria-label="Direct link to Rollback On Reorg Refactoring" title="Direct link to Rollback On Reorg Refactoring" href="https://docs.envio.dev/blog/envio-developer-update-october-2025#rollback-on-reorg-refactoring">​</a></h4>
<p>We completely rebuilt our rollback on reorg logic to make indexing more robust, predictable, and faster. This update introduces a range of performance and stability improvements across indexing and database handling.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="highlights">Highlights<a class="hash-link" aria-label="Direct link to Highlights" title="Direct link to Highlights" href="https://docs.envio.dev/blog/envio-developer-update-october-2025#highlights">​</a></h4>
<ul>
<li>Fixed all known indexing and rollback on reorg issues</li>
<li>Optimised database writing logic to reduce latency by dozens of milliseconds</li>
<li>Reduced internal table size for managing reorg and rollback</li>
<li>Improved Events Processed counter accuracy for verifying data consistency</li>
</ul>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="nice-additions">Nice Additions<a class="hash-link" aria-label="Direct link to Nice Additions" title="Direct link to Nice Additions" href="https://docs.envio.dev/blog/envio-developer-update-october-2025#nice-additions">​</a></h4>
<ul>
<li>Added subgraph migration cursor rule initialisation support</li>
<li>Exposed chain readiness status through context.chains</li>
<li>Expanded supported entity name length up to 63 characters</li>
</ul>
<p>👉 See full <a href="https://github.com/enviodev/hyperindex/releases" target="_blank" rel="noopener noreferrer">release notes</a></p>
<p>👉 Star us on <a href="https://github.com/enviodev/hyperindex" target="_blank" rel="noopener noreferrer">GitHub</a> ⭐</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="the-uniswap-alert-system-that-uncovered-a-mev-bot-making-millions">The Uniswap Alert System That Uncovered a MEV Bot Making Millions<a class="hash-link" aria-label="Direct link to The Uniswap Alert System That Uncovered a MEV Bot Making Millions" title="Direct link to The Uniswap Alert System That Uncovered a MEV Bot Making Millions" href="https://docs.envio.dev/blog/envio-developer-update-october-2025#the-uniswap-alert-system-that-uncovered-a-mev-bot-making-millions">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-oct-25-1.png" alt="mev bot" width="100%">
<p>While testing a Uniswap alert system, the team accidentally uncovered an active MEV bot that has been making millions every week on mainnet!</p>
<p>The Telegram bot was meant to ping whenever a Uniswap v4 pool hit $1M TVL. The goal was simple: catch hot new tokens early. Instead, the alerts started firing on pools that barely held any TVL at all.</p>
<p>A closer look revealed flash liquidity spikes driven by an MEV bot executing sandwich attacks across v3 and v4 pools. With over 11 million transactions on mainnet, the on-chain data paints a wild picture of just how active these bots are.</p>
<p>Read the original thread on <a href="https://x.com/DenhamPreen/status/1976565715940307345" target="_blank" rel="noopener noreferrer">X</a> and join the <a href="https://t.me/+n7KoVuOoOPAzNTJk" target="_blank" rel="noopener noreferrer">Telegram group</a> to see the alerts in action.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="getting-started-with-envios-scaffold-eth-2-extension">Getting Started with Envio’s Scaffold ETH 2 Extension<a class="hash-link" aria-label="Direct link to Getting Started with Envio’s Scaffold ETH 2 Extension" title="Direct link to Getting Started with Envio’s Scaffold ETH 2 Extension" href="https://docs.envio.dev/blog/envio-developer-update-october-2025#getting-started-with-envios-scaffold-eth-2-extension">​</a></h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/IXfGmc7iCI0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe>
<p>You can now build <a href="https://scaffoldeth.io/extensions" target="_blank" rel="noopener noreferrer">Scaffold ETH 2</a> apps that stream real-time data into your frontend without writing any code.</p>
<p>Our curated Envio extension adds automatic indexer generation to your project, making it simple to index all deployed contracts and query their data through a GraphQL API. Your frontend can subscribe to events as they happen, power live dashboards, and stay in sync with the chain with minimal setup.</p>
<p>Check out the <a href="https://docs.envio.dev/docs/HyperIndex/scaffold-eth-2-extension-tutorial" target="_blank" rel="noopener noreferrer">full tutorial</a> in our documentation.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ethglobals-ethonline-hackathon">ETHGlobal’s ETHOnline Hackathon<a class="hash-link" aria-label="Direct link to ETHGlobal’s ETHOnline Hackathon" title="Direct link to ETHGlobal’s ETHOnline Hackathon" href="https://docs.envio.dev/blog/envio-developer-update-october-2025#ethglobals-ethonline-hackathon">​</a></h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/24oDMNgZ-so" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe>
<p>ETHGlobal’s <a href="https://ethglobal.com/events/ethonline2025/info/start" target="_blank" rel="noopener noreferrer">ETHOnline</a> returned this month, bringing together builders from around the world for one of the largest virtual hackathons of the year.</p>
<p>Envio joined as a proud partner with <a href="https://ethglobal.com/events/ethonline2025/prizes#envio" target="_blank" rel="noopener noreferrer">$5K in bounties</a> up for grabs. If you’re participating, check out our ETHOnline workshop for an introduction to HyperIndex and HyperSync, how to scaffold, deploy, and stream real-time data, plus past winning hacks, tips, and starter repos to help you ship faster. We look forward to seeing what everyone builds!</p>
<p>P.S. Our bounties can double as a bonus on top of whatever you’re already building, since our tooling plugs right in if you’re deploying contracts or working with on-chain data. 😎</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="understanding-stablecoin-flows-in-real-time">Understanding Stablecoin Flows in Real-time<a class="hash-link" aria-label="Direct link to Understanding Stablecoin Flows in Real-time" title="Direct link to Understanding Stablecoin Flows in Real-time" href="https://docs.envio.dev/blog/envio-developer-update-october-2025#understanding-stablecoin-flows-in-real-time">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-oct-25-2.gif" alt="stablecoin flows" width="100%">
<p>Stablecoins move faster than ever, and understanding that flow in real-time opens up new layers of insight, from transaction velocity to how close we are to Visa or Mastercard throughput.</p>
<p>Co-Founder Jonjon Clark shared an early look at a live dashboard powered by Envio, which tracks stablecoin transfers across chains in real-time. It highlights what’s possible when real-time data meets transparent on-chain finance.</p>
<p>Check out the original post on <a href="https://x.com/jonjonclark/status/1973431528228045193" target="_blank" rel="noopener noreferrer">X</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="scaling-indexing-for-the-next-generation-of-blockchains--pragma-new-delhi-workshop">Scaling Indexing for the Next Generation of Blockchains | Pragma New Delhi Workshop<a class="hash-link" aria-label="Direct link to Scaling Indexing for the Next Generation of Blockchains | Pragma New Delhi Workshop" title="Direct link to Scaling Indexing for the Next Generation of Blockchains | Pragma New Delhi Workshop" href="https://docs.envio.dev/blog/envio-developer-update-october-2025#scaling-indexing-for-the-next-generation-of-blockchains--pragma-new-delhi-workshop">​</a></h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/sXqditdZix4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe>
<p>Blockchain throughput has grown from 15 TPS in early networks to over 400K TPS on chains like Monad, Sonic, and MegaETH. As networks scale execution, Envio focuses on scaling indexing so developers can keep up with real-time data at that speed.</p>
<p>Co-Founder, <a href="https://x.com/DenhamPreen" target="_blank" rel="noopener noreferrer">Denham Preen</a>, led a workshop at ETHGlobal Pragma New Delhi, sharing how Envio approaches modern blockchain indexing at scale and what it takes to stay in sync with high-performance chains.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="envio-showcase">Envio Showcase<a class="hash-link" aria-label="Direct link to Envio Showcase" title="Direct link to Envio Showcase" href="https://docs.envio.dev/blog/envio-developer-update-october-2025#envio-showcase">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-oct-25-3.gif" alt="showcase" width="100%">
<p>We launched a new showcase page highlighting live demos built with HyperIndex and HyperSync. From real-time dashboards to on-chain visualizations, it’s a growing collection of projects built by the community and team to show what’s possible with Envio.</p>
<p>Explore the <a href="https://docs.envio.dev/showcase" target="_blank" rel="noopener noreferrer">Showcase</a> in our documentation.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="empowering-builders-with-real-time-indexing--encode-london-2025">Empowering Builders with Real-Time Indexing | Encode London 2025<a class="hash-link" aria-label="Direct link to Empowering Builders with Real-Time Indexing | Encode London 2025" title="Direct link to Empowering Builders with Real-Time Indexing | Encode London 2025" href="https://docs.envio.dev/blog/envio-developer-update-october-2025#empowering-builders-with-real-time-indexing--encode-london-2025">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-oct-25-4.png" alt="encode london 2025" width="100%">
<p>Envio joined <a href="https://luma.com/Encode-London-25" target="_blank" rel="noopener noreferrer">Encode London</a> 2025 as a partner, offering $3K in bounties to support builders throughout the weekend hackathon.</p>
<p>The event brought together developers, founders, and innovators from across the ecosystem for a full weekend of hacking, talks, and late nights at the Hub.</p>
<p>Our Co-Founder, Jonjon Clark, hosted a <a href="https://x.com/encodeclub/status/1976293549663715658" target="_blank" rel="noopener noreferrer">workshop</a> on real-time blockchain indexing, sharing how developers can move from indexing to streaming data in real-time using Envio’s suite of tools.</p>
<p>Well done to all the builders and a big shoutout to the Encode team and organizers for an incredible event!</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="️-currentupcoming-conferences-events--hackathons">🗓️ Current/Upcoming Conferences, Events &amp; Hackathons<a class="hash-link" aria-label="Direct link to 🗓️ Current/Upcoming Conferences, Events &amp; Hackathons" title="Direct link to 🗓️ Current/Upcoming Conferences, Events &amp; Hackathons" href="https://docs.envio.dev/blog/envio-developer-update-october-2025#%EF%B8%8F-currentupcoming-conferences-events--hackathons">​</a></h2>
<ul>
<li><a href="https://ethglobal.com/events/ethonline2025/info/start" target="_blank" rel="noopener noreferrer">EthOnline Hackathon</a>: 10th → 31st October 2025</li>
<li><a href="https://www.edgecity.live/patagonia" target="_blank" rel="noopener noreferrer">Edge City Patagonia</a>: 18th October → 15th November, 2025</li>
<li><a href="https://devconnect.org/" target="_blank" rel="noopener noreferrer">Devconnect Buenos Aires</a>: 17th → 22nd November 2025</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-featured-developer">🧑‍💻 Featured Developer<a class="hash-link" aria-label="Direct link to 🧑‍💻 Featured Developer" title="Direct link to 🧑‍💻 Featured Developer" href="https://docs.envio.dev/blog/envio-developer-update-october-2025#-featured-developer">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-oct-25-5.png" alt="DOTM 2025" width="100%">
<p>This month’s featured developer is Enguerrand, a builder with a strong focus on low level tech and decentralized solutions to real world problems.</p>
<p>As CTO at <a href="https://long.xyz/" target="_blank" rel="noopener noreferrer">LONG()</a>, he’s building plug and play monetization rails for platforms. With a few API calls, LONG() lets teams integrate markets for crowdfunding, fair launches, and rewards, powered by transparent and open market mechanics that make Web3 monetization seamless.</p>
<p>Before LONG(), Enguerrand operated one of Ethereum’s earliest mining setups and led engineering at <a href="https://lum.network/" target="_blank" rel="noopener noreferrer">Lum Network</a>, contributing to multiple Cosmos based stacks. He’s also worked with Ubisoft on community made multiplayer mods for Watch Dogs Legion and created mods for the Mafia series.</p>
<p>He recently contributed to our latest release by adding the ability to access chain readiness status through context.chains, helping improve transparency and reliability across indexing operations.</p>
<p>Always great seeing developers like Enguerrand push performance and developer experience even further with Envio.</p>
<p><em><strong>“What I really appreciated at Envio is 1. the DX is great and super easy to move to, 2. it works flawlessly, 3. its SUPER performant compared to competitors and 4. The team is great, super professional and easy to reach.” - Enguerrand CTO at LONG()</strong></em></p>
<p>Be sure to follow them on <a href="https://x.com/enguerrandpp" target="_blank" rel="noopener noreferrer">X</a> and check out their work on <a href="https://github.com/Segfaultd" target="_blank" rel="noopener noreferrer">GitHub</a> to stay up to date with what they’re building.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="️-playlist-of-the-month">🎧️ Playlist of the Month<a class="hash-link" aria-label="Direct link to 🎧️ Playlist of the Month" title="Direct link to 🎧️ Playlist of the Month" href="https://docs.envio.dev/blog/envio-developer-update-october-2025#%EF%B8%8F-playlist-of-the-month">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-oct-25-6.png" alt="PLOTM Oct 2025" width="100%">
<p>▶️ <a href="https://open.spotify.com/playlist/01eyMwoIMDEmcDjuFJsuhm?si=0319312d9a2d4499" target="_blank" rel="noopener noreferrer">Open Spotify</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-ship-with-us">🚢 Ship With Us<a class="hash-link" aria-label="Direct link to 🚢 Ship With Us" title="Direct link to 🚢 Ship With Us" href="https://docs.envio.dev/blog/envio-developer-update-october-2025#-ship-with-us">​</a></h2>
<p>Envio is a multichain 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.</p>
<p>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.</p>
<p><a href="https://envio.beehiiv.com/subscribe?utm_source=envio.beehiiv.com&amp;utm_medium=newsletter&amp;utm_campaign=new-post" target="_blank" rel="noopener noreferrer">Subscribe to our newsletter</a> 💌</p>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Website</a> | <a href="https://twitter.com/envio_indexer" target="_blank" rel="noopener noreferrer">X</a> | <a href="https://discord.com/invite/gt7yEUZKeB" target="_blank" rel="noopener noreferrer">Discord</a> | <a href="https://t.me/+5mI61oZibEM5OGQ8" target="_blank" rel="noopener noreferrer">Telegram</a> | <a href="https://github.com/enviodev" target="_blank" rel="noopener noreferrer">GitHub</a> | <a href="https://www.youtube.com/channel/UCR7nZ2yzEtc5SZNM0dhrkhA" target="_blank" rel="noopener noreferrer">YouTube</a> | <a href="https://www.reddit.com/user/Envio_indexer" target="_blank" rel="noopener noreferrer">Reddit</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Envio Developer Update September 2025]]></title>
            <link>https://docs.envio.dev/blog/envio-developer-update-september-2025</link>
            <guid>https://docs.envio.dev/blog/envio-developer-update-september-2025</guid>
            <pubDate>Tue, 30 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Catch the highlights from Envio’s September 2025 developer update including product improvements, new network integrations, and community builder milestones.]]></description>
            <content:encoded><![CDATA[<img src="https://docs.envio.dev/blog-assets/sep-update-2025-0.png" alt="Cover Image Envio Developer Community Update September 2025" width="100%">
<p>Welcome to our September Developer Update.</p>
<p>This month, we shipped major new features in v2.28.0 and v2.29.0, introduced Block Handlers and the new <code>_meta</code> query, and rolled out significant performance improvements that make indexing even faster and more efficient. We were on the ground at Pragma, ETHGlobal New Delhi, and Sonic Summit in Singapore, explored how AI is shaping blockchain data, and showcased Envio’s indexing support for MegaETH along with how we power tools like Liqo, a liquidations leaderboard.</p>
<p>We also kicked off new hackathons with MetaMask and Monad and confirmed our partnership for Encode London next month. Let’s dive in!</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-big-releases-v2280--v2290">⚡ Big Releases: v2.28.0 → v2.29.0<a class="hash-link" aria-label="Direct link to ⚡ Big Releases: v2.28.0 → v2.29.0" title="Direct link to ⚡ Big Releases: v2.28.0 → v2.29.0" href="https://docs.envio.dev/blog/envio-developer-update-september-2025#-big-releases-v2280--v2290">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="v2280">V2.28.0<a class="hash-link" aria-label="Direct link to V2.28.0" title="Direct link to V2.28.0" href="https://docs.envio.dev/blog/envio-developer-update-september-2025#v2280">​</a></h3>
<p>For a visual walkthrough, check out our Shipper Log v2.28.0 on <a href="https://www.youtube.com/watch?v=qnYX59jWx_k" target="_blank" rel="noopener noreferrer">YouTube</a>.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="official-_meta-query">Official _meta query<a class="hash-link" aria-label="Direct link to Official _meta query" title="Direct link to Official _meta query" href="https://docs.envio.dev/blog/envio-developer-update-september-2025#official-_meta-query">​</a></h4>
<p>HyperIndex now exposes an official <code>_meta</code> query that returns indexing metadata per chain, making it simple to monitor progress and track sync status.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="2-faster-and-cheaper-historical-sync">2× faster and cheaper historical sync<a class="hash-link" aria-label="Direct link to 2× faster and cheaper historical sync" title="Direct link to 2× faster and cheaper historical sync" href="https://docs.envio.dev/blog/envio-developer-update-september-2025#2-faster-and-cheaper-historical-sync">​</a></h4>
<p>Block range selection for log queries has been improved, cutting the number of required requests for some RPC providers in half, making historical sync up to 2x faster. HyperSync responses are now smaller, faster, and simpler, reducing ingress costs while improving performance.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="big-performance-boost-for-large-factories">Big performance boost for large factories<a class="hash-link" aria-label="Direct link to Big performance boost for large factories" title="Direct link to Big performance boost for large factories" href="https://docs.envio.dev/blog/envio-developer-update-september-2025#big-performance-boost-for-large-factories">​</a></h4>
<p>Indexers handling large numbers of addresses now sync significantly faster. In testing, an indexer with over 2 million addresses synced in about two days instead of four.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="subgraph-migration-cursor-rules-cheatsheet">Subgraph migration Cursor rules cheatsheet<a class="hash-link" aria-label="Direct link to Subgraph migration Cursor rules cheatsheet" title="Direct link to Subgraph migration Cursor rules cheatsheet" href="https://docs.envio.dev/blog/envio-developer-update-september-2025#subgraph-migration-cursor-rules-cheatsheet">​</a></h4>
<p>A new Cursor rule example in our repo helps you quickly migrate existing Subgraphs to HyperIndex.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="️potential-breaking-change">⚠️Potential breaking change<a class="hash-link" aria-label="Direct link to ⚠️Potential breaking change" title="Direct link to ⚠️Potential breaking change" href="https://docs.envio.dev/blog/envio-developer-update-september-2025#%EF%B8%8Fpotential-breaking-change">​</a></h4>
<p>We’ve refactored internal tables to focus on a single public entry point: <code>_meta</code>. Internal tables such as <code>chain_metadata</code>, <code>event_sync_state</code>, <code>persisted_state</code>, <code>end_<strong>of</strong>_block_range_scanned_data</code>, and <strong><code>dynamic_contract_registry</code></strong> are now hidden from Hasura, and their internal representations have changed.</p>
<p>If this impacts your setup, reach out, and we’ll help you migrate smoothly.</p>
<img src="https://docs.envio.dev/blog-assets/sep-update-2025-1.png" alt="query" width="100%">
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="v2290">V2.29.0<a class="hash-link" aria-label="Direct link to V2.29.0" title="Direct link to V2.29.0" href="https://docs.envio.dev/blog/envio-developer-update-september-2025#v2290">​</a></h3>
<p>View Shipper Log on <a href="https://www.youtube.com/watch?v=q2CNXIxtVjQ" target="_blank" rel="noopener noreferrer">YouTube</a></p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="block-handlers">🆕Block Handlers<a class="hash-link" aria-label="Direct link to 🆕Block Handlers" title="Direct link to 🆕Block Handlers" href="https://docs.envio.dev/blog/envio-developer-update-september-2025#block-handlers">​</a></h4>
<p>You can now run logic on every block or at defined intervals, unlocking new use cases like aggregations, time-series data, and bulk updates using raw SQL.</p>
<p>Example:</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">import { onBlock } from "generated";</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">onBlock(</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    name: "MyBlockHandler",</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    chain: 1,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    interval: 10,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    startBlock: 10_000_000,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  },</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  async ({ block, context }) =&gt; {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    context.log.info(`Processing block ${block.number}`);</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  }</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">);</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>Read our <a href="https://docs.envio.dev/docs/HyperIndex/block-handlers" target="_blank" rel="noopener noreferrer">docs</a> to learn more about block handlers and the powerful use cases they enable, like:</p>
<ul>
<li>Time intervals</li>
<li>Preset handlers</li>
<li>Multichain mode</li>
<li>Different intervals for historical vs. real-time sync</li>
</ul>
<p>Be sure to check out our <a href="https://github.com/enviodev/all-contracts-indexer/blob/main/src/EventHandlers.ts" target="_blank" rel="noopener noreferrer">Example Indexer</a> to see Block Handlers combined with Preload Optimization, Effect API queries, and Traces indexing to track all contracts deployed on Mainnet.</p>
<p>👉 See full <a href="https://github.com/enviodev/hyperindex/releases" target="_blank" rel="noopener noreferrer">release notes</a></p>
<p>👉 Star us on <a href="https://github.com/enviodev/hyperindex" target="_blank" rel="noopener noreferrer">GitHub</a> ⭐</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="liqo-brings-real-time-liquidation-insights-across-major-defi-protocols">Liqo Brings Real-Time Liquidation Insights Across Major DeFi Protocols<a class="hash-link" aria-label="Direct link to Liqo Brings Real-Time Liquidation Insights Across Major DeFi Protocols" title="Direct link to Liqo Brings Real-Time Liquidation Insights Across Major DeFi Protocols" href="https://docs.envio.dev/blog/envio-developer-update-september-2025#liqo-brings-real-time-liquidation-insights-across-major-defi-protocols">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/sep-update-2025-2.png" alt="liqo" width="100%">
<p>Track major real-time liquidations in style with <a href="https://www.liqo.xyz/" target="_blank" rel="noopener noreferrer">Liqo</a>, a powerful liquidation leaderboard tool powered by Envio. The new leaderboard gives you a clear view of the most active liquidators across top protocols like <a href="https://aave.com/" target="_blank" rel="noopener noreferrer">Aave</a>, <a href="https://morpho.org/" target="_blank" rel="noopener noreferrer">Morpho</a>, and <a href="https://euler.finance/" target="_blank" rel="noopener noreferrer">Euler</a>, with support for <a href="https://twyne.xyz/" target="_blank" rel="noopener noreferrer">Twyne</a> coming soon.</p>
<p>It makes exploring liquidation activity across multiple chains and protocols easier than ever, all from one place.</p>
<p>Shoutout to <a href="https://x.com/the_truthseekah" target="_blank" rel="noopener noreferrer">Saurav</a> for their contributions to the sleek UI upgrade.</p>
<p>Check out the original post on <a href="https://x.com/jonjonclark/status/1970164446480695754" target="_blank" rel="noopener noreferrer">X</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="metamask-smart-accounts-hackathon-with-monad-and-envio">MetaMask Smart Accounts Hackathon with Monad and Envio<a class="hash-link" aria-label="Direct link to MetaMask Smart Accounts Hackathon with Monad and Envio" title="Direct link to MetaMask Smart Accounts Hackathon with Monad and Envio" href="https://docs.envio.dev/blog/envio-developer-update-september-2025#metamask-smart-accounts-hackathon-with-monad-and-envio">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/sep-update-2025-3.png" alt="metamask hackathon" width="100%">
<p>The MetaMask Smart Accounts Hackathon, in collaboration with Monad and Envio, is now live and will run from September 19 to October 20. Builders are invited to create next-level applications on Monad with a focus on account abstraction and user experience.</p>
<p>Envio is putting up $5,000 for builders:</p>
<p>• $2,000 for Best Use of Envio</p>
<p>• $3,000 in bonuses</p>
<p>In total, $15,000 in prizes are up for grabs.</p>
<p>More details on <a href="https://www.hackquest.io/hackathons/MetaMask-Smart-Accounts-x-Monad-Dev-Cook-Off" target="_blank" rel="noopener noreferrer">Hackquest</a>.</p>
<p>Missed our kickoff call and want to learn more? Check out the broadcast on <a href="https://x.com/i/broadcasts/1OwxWemMopDGQ" target="_blank" rel="noopener noreferrer">X</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="envio-at-pragma-and-ethglobal-new-delhi">Envio at Pragma and ETHGlobal New Delhi<a class="hash-link" aria-label="Direct link to Envio at Pragma and ETHGlobal New Delhi" title="Direct link to Envio at Pragma and ETHGlobal New Delhi" href="https://docs.envio.dev/blog/envio-developer-update-september-2025#envio-at-pragma-and-ethglobal-new-delhi">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/sep-update-2025-4.png" alt="ethglobal new dehli" width="100%">
<p>The team was in New Delhi for Pragma and ETHGlobal, spending the week with builders, founders, and partners across the ecosystem. Every dapp relies on indexing, but most existing solutions are slow, siloed, and unreliable.</p>
<p>We shared how HyperIndex and HyperSync change that, bringing high performance, multi-chain infrastructure that scales with the modular ecosystem. The result is faster dapps, richer analytics, and a reliable data backbone developers can build on with confidence.</p>
<p>Big thanks to ETHGlobal, the organisers, partners, and everyone who stopped by to chat with us in New Delhi.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="envio-supports-megaeth-builders-with-lightning-fast-on-chain-data-access">Envio Supports MegaETH Builders with Lightning-Fast On-Chain Data Access<a class="hash-link" aria-label="Direct link to Envio Supports MegaETH Builders with Lightning-Fast On-Chain Data Access" title="Direct link to Envio Supports MegaETH Builders with Lightning-Fast On-Chain Data Access" href="https://docs.envio.dev/blog/envio-developer-update-september-2025#envio-supports-megaeth-builders-with-lightning-fast-on-chain-data-access">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/sep-update-2025-5.png" alt="megaeth support" width="100%">
<p>100k+ TPS, 10+ ggas p/s &amp; &lt;10ms blocks? Envio is built for it. Our indexing framework supports developers building on MegaETH with efficient access to both real-time and historical data.</p>
<p>With Envio, you can sync millions of events up to 2000x faster than RPC, making data access easy, fast, and fully customizable even at massive scale. Our performance and mainnet readiness make Envio the ideal choice for builders looking to ship real-time and performant applications on MegaETH.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="the-state-of-ai-in-blockchain-data-neon-x-envio">The State of AI in Blockchain Data: Neon x Envio<a class="hash-link" aria-label="Direct link to The State of AI in Blockchain Data: Neon x Envio" title="Direct link to The State of AI in Blockchain Data: Neon x Envio" href="https://docs.envio.dev/blog/envio-developer-update-september-2025#the-state-of-ai-in-blockchain-data-neon-x-envio">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/sep-update-2025-6.png" alt="neonevm ama" width="100%">
<p>Blockchain generates endless streams of data, and powerful indexers like Envio make it usable. But what happens when AI steps into the picture?</p>
<p>We joined Neon and Subsquid for a live panel to dig into how AI is reshaping the way data is accessed, organized, and understood in Web3. The conversation explored how intelligence layers can boost indexing workflows, change how developers build with on-chain data, and what the future looks like as AI becomes part of the core data stack.</p>
<p>Missed it live? Catch the full recording of the broadcast on <a href="https://x.com/i/broadcasts/1BRJjgOnEMjxw" target="_blank" rel="noopener noreferrer">X</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="join-envio-at-encode-london-this-october">Join Envio at Encode London This October<a class="hash-link" aria-label="Direct link to Join Envio at Encode London This October" title="Direct link to Join Envio at Encode London This October" href="https://docs.envio.dev/blog/envio-developer-update-september-2025#join-envio-at-encode-london-this-october">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/sep-update-2025-7.png" alt="encode london 2025" width="100%">
<p>We’re excited to be partners at the Encode London Hackathon and Conference, taking place from 24–26 October at the <a href="https://hub.encode.club/" target="_blank" rel="noopener noreferrer">Encode Hub</a> in Shoreditch, London. This three-day event brings together builders, researchers, and industry leaders for hands-on hacking, talks, and workshops focused on AI and Web3. Our team will be on the ground all weekend supporting builders, so keep an eye out for us throughout the event.</p>
<p>Plus, we’ll be hosting a speaking slot and putting up a couple of bounties with prizes, more details coming soon!</p>
<p>See full event details and get tickets in <a href="https://luma.com/Encode-London-25" target="_blank" rel="noopener noreferrer">Luma</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="developer-workshop-series-exploring-aave-with-envio">Developer Workshop Series: Exploring Aave with Envio<a class="hash-link" aria-label="Direct link to Developer Workshop Series: Exploring Aave with Envio" title="Direct link to Developer Workshop Series: Exploring Aave with Envio" href="https://docs.envio.dev/blog/envio-developer-update-september-2025#developer-workshop-series-exploring-aave-with-envio">​</a></h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/pVk7-0T_A_g?list=PLV4hxy8ztIJLP4MSpYUXvzoJWY9wMe2L6" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe>
<p>We’ve kicked off a 16-part developer workshop series, starting with a session focused on exploring Aave data using Envio. The series is designed to help developers get hands-on with real on-chain data, showing how to query, index, and build with Aave using Envio.</p>
<p>More workshops are on the way, so be sure to subscribe this YouTube <a href="https://www.youtube.com/@decryptedbytes/playlists" target="_blank" rel="noopener noreferrer">channel</a></p>
<p>to follow along and catch every session.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="️-upcoming-events">🗓️ Upcoming Events<a class="hash-link" aria-label="Direct link to 🗓️ Upcoming Events" title="Direct link to 🗓️ Upcoming Events" href="https://docs.envio.dev/blog/envio-developer-update-september-2025#%EF%B8%8F-upcoming-events">​</a></h2>
<ul>
<li><a href="https://luma.com/Encode-London-25" target="_blank" rel="noopener noreferrer">Encode London</a>: 24th → 26th October 2025</li>
<li><a href="https://devconnect.org/" target="_blank" rel="noopener noreferrer">Devconnect Buenos Aires</a>: 17th → 22nd November 2025</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-featured-developer">🧑‍💻 Featured Developer<a class="hash-link" aria-label="Direct link to 🧑‍💻 Featured Developer" title="Direct link to 🧑‍💻 Featured Developer" href="https://docs.envio.dev/blog/envio-developer-update-september-2025#-featured-developer">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/sep-update-2025-8.png" alt="DOTM Sep 2025" width="100%">
<p>This month’s featured developer is <a href="https://www.linkedin.com/in/ryan-holanda/" target="_blank" rel="noopener noreferrer">Ryan Holanda</a>, Co-founder and CTO of <a href="https://zupprotocol.xyz/" target="_blank" rel="noopener noreferrer">Zup Protocol</a>. A software engineer since the age of 16, Ryan brings advanced expertise across front-end, mobile, blockchain, and design. Driven by a deep passion for DeFi and the Web3 ecosystem, he has dedicated his career to building innovative solutions that empower users and promote financial freedom.</p>
<p>At just 20 years old, Ryan has already won multiple hackathons, contributed to several open source projects, and founded Zup Protocol. He is known for his quick problem-solving skills across a wide range of domains, from Figma design to complex blockchain engineering.</p>
<p><em><strong>“Envio is by far the best indexer on the market today. Their innovative approach to indexing blockchain data helped Zup Protocol reduce the sync time for historical liquidity pools data from 3 months with Subgraphs to just 2 days using their hosted service. The Envio team is amazing and always ready to help whenever you need support. If you like great products and cool teams, you should definitely give it a try (pro tip: the migration from Subgraphs is veeeery easy ).”</strong></em> - <em>Ryan Holanda, Co-Founder &amp; CTO of Zup Protocol</em></p>
<p>Be sure to follow them on <a href="https://x.com/moo9000" target="_blank" rel="noopener noreferrer">X</a> and check out their work on <a href="https://github.com/RyanHolanda" target="_blank" rel="noopener noreferrer">GitHub</a> to stay up to date with what they are building.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="️-playlist-of-the-month">🎧️ Playlist of the Month<a class="hash-link" aria-label="Direct link to 🎧️ Playlist of the Month" title="Direct link to 🎧️ Playlist of the Month" href="https://docs.envio.dev/blog/envio-developer-update-september-2025#%EF%B8%8F-playlist-of-the-month">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/sep-update-2025-9.png" alt="PLOTM Sep 2025" width="100%">
<p>▶️<a href="https://open.spotify.com/playlist/2lOYVNjlopciZGOUGdPED1?si=34ee9820a0db4494" target="_blank" rel="noopener noreferrer"> Open Spotify</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-ship-with-us">🚢 Ship With Us<a class="hash-link" aria-label="Direct link to 🚢 Ship With Us" title="Direct link to 🚢 Ship With Us" href="https://docs.envio.dev/blog/envio-developer-update-september-2025#-ship-with-us">​</a></h2>
<p>Envio is a multichain 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.</p>
<p>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.</p>
<p><a href="https://envio.beehiiv.com/subscribe?utm_source=envio.beehiiv.com&amp;utm_medium=newsletter&amp;utm_campaign=new-post" target="_blank" rel="noopener noreferrer">Subscribe to our newsletter</a> 💌</p>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Website</a> | <a href="https://twitter.com/envio_indexer" target="_blank" rel="noopener noreferrer">X</a> | <a href="https://discord.com/invite/gt7yEUZKeB" target="_blank" rel="noopener noreferrer">Discord</a> | <a href="https://t.me/+5mI61oZibEM5OGQ8" target="_blank" rel="noopener noreferrer">Telegram</a> | <a href="https://github.com/enviodev" target="_blank" rel="noopener noreferrer">GitHub</a> | <a href="https://www.youtube.com/channel/UCR7nZ2yzEtc5SZNM0dhrkhA" target="_blank" rel="noopener noreferrer">YouTube</a> | <a href="https://www.reddit.com/user/Envio_indexer" target="_blank" rel="noopener noreferrer">Reddit</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Envio Developer Update August 2025]]></title>
            <link>https://docs.envio.dev/blog/envio-developer-update-august-2025</link>
            <guid>https://docs.envio.dev/blog/envio-developer-update-august-2025</guid>
            <pubDate>Fri, 29 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[See what Envio shipped in August 2025 including key product updates, internal hackathon projects, new integrations, and expanded network support for builders.]]></description>
            <content:encoded><![CDATA[<img src="https://docs.envio.dev/blog-assets/dev-update-august-2025.png" alt="Cover Image Envio Developer Community Update August 2025" width="100%">
<p>Welcome to our August Developer Update.</p>
<p>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!</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-big-releases-v2270">⚡ BIG Releases: v2.27.0<a class="hash-link" aria-label="Direct link to ⚡ BIG Releases: v2.27.0" title="Direct link to ⚡ BIG Releases: v2.27.0" href="https://docs.envio.dev/blog/envio-developer-update-august-2025#-big-releases-v2270">​</a></h2>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="preload-optimization">Preload Optimization<a class="hash-link" aria-label="Direct link to Preload Optimization" title="Direct link to Preload Optimization" href="https://docs.envio.dev/blog/envio-developer-update-august-2025#preload-optimization">​</a></h4>
<p>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.</p>
<p>Set a single line in your config and make your handlers run multiple times faster without changing a single line of code:</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">preload_handlers: true</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p><em>⚠️ Note: Preload optimization runs your handlers twice. From <strong><code>envio@2.27</code></strong>, all new indexers include it by default.</em></p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="contract-specific-start-block">Contract-specific start block<a class="hash-link" aria-label="Direct link to Contract-specific start block" title="Direct link to Contract-specific start block" href="https://docs.envio.dev/blog/envio-developer-update-august-2025#contract-specific-start-block">​</a></h4>
<p>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, <a href="https://github.com/rori4" target="_blank" rel="noopener noreferrer">Rangel Stoilov</a>.</p>
<p><strong>Example</strong>: register NFT contracts from a factory but start processing Transfers only from block 30,000,000:</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">name: nft-indexer</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">description: NFT Factory</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">networks:</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  - id: 1337</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    start_block: 0</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    contracts:</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      - name: NftFactory</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">        address: 0x4675a6B115329294e0518A2B7cC12B70987895C4</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">        handler: src/EventHandlers.ts</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">        events:</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">          - event: SimpleNftCreated(string name, string symbol, uint256 maxSupply, address contractAddress)</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      - name: Nft</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">        # No address field - we'll discover these addresses from SimpleNftCreated events</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">        start_block: </span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">        handler: src/EventHandlers.ts</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">        start_block: 30000000 # Overwrite the network start block</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">        events:</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">          - event: Transfer(address from, address to, uint256 tokenId)</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="️️-contributing-improvements">👷‍♀️👷‍♂️ Contributing Improvements<a class="hash-link" aria-label="Direct link to 👷‍♀️👷‍♂️ Contributing Improvements" title="Direct link to 👷‍♀️👷‍♂️ Contributing Improvements" href="https://docs.envio.dev/blog/envio-developer-update-august-2025#%EF%B8%8F%EF%B8%8F-contributing-improvements">​</a></h4>
<p>We’ve updated our <strong><code>CONTRIBUTING.md</code></strong> with a detailed guide to navigating the HyperIndex codebase and examples of changes in action. We’ve also added <code>.cursor</code> rules to make developing new HyperIndex features easier.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="embrace-vibe-coding">Embrace Vibe-Coding<a class="hash-link" aria-label="Direct link to Embrace Vibe-Coding" title="Direct link to Embrace Vibe-Coding" href="https://docs.envio.dev/blog/envio-developer-update-august-2025#embrace-vibe-coding">​</a></h4>
<p>All new projects now include initial <code>.cursor</code> rules to help you build indexers with agent support. Got ideas? Send a PR with rule suggestions to improve the experience for everyone. 😉</p>
<p>👉 See full <a href="https://github.com/enviodev/hyperindex/releases" target="_blank" rel="noopener noreferrer">release notes</a></p>
<p>👉 Star us on <a href="https://github.com/enviodev/hyperindex" target="_blank" rel="noopener noreferrer">GitHub</a> ⭐</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="introducing-shipper-logs">Introducing Shipper Logs<a class="hash-link" aria-label="Direct link to Introducing Shipper Logs" title="Direct link to Introducing Shipper Logs" href="https://docs.envio.dev/blog/envio-developer-update-august-2025#introducing-shipper-logs">​</a></h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/QqbH78CEid8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe>
<p>Our new <a href="https://www.youtube.com/@envio_indexer/playlists" target="_blank" rel="noopener noreferrer">YouTube series</a> covers release updates, new features, and optimizations. Episode 1 covers preload optimization in the v2.27.0 release and how it speeds up indexing.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="introducing-chain-pulse">Introducing Chain Pulse<a class="hash-link" aria-label="Direct link to Introducing Chain Pulse" title="Direct link to Introducing Chain Pulse" href="https://docs.envio.dev/blog/envio-developer-update-august-2025#introducing-chain-pulse">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/chain-pulse.png" alt="chain pulse" width="100%">
<p>A simple yet powerful tool to quickly check the pulse of multiple blockchains in real time.</p>
<p>With a single command, you can instantly see:</p>
<ul>
<li>📊 Throughput</li>
<li>🔄 Transaction activity</li>
<li>👥 Address activity</li>
<li>📑 Logs &amp; other key metrics</li>
</ul>
<p>Chains already cooking include: BNB, MegaETH, Taraxa, Monad, Base, Unichain (Sepolia), and Polygon, with more on the way.</p>
<p>Just run:</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">npx chainpulse</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>👉 Check out the original post on <a href="https://x.com/jonjonclark/status/1958497121293787146" target="_blank" rel="noopener noreferrer">X</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="envio-powers-zup-protocol">Envio Powers Zup Protocol<a class="hash-link" aria-label="Direct link to Envio Powers Zup Protocol" title="Direct link to Envio Powers Zup Protocol" href="https://docs.envio.dev/blog/envio-developer-update-august-2025#envio-powers-zup-protocol">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/zup-integration.png" alt="zup" width="100%">
<p>Easily search millions of pools across multiple DEXs and chains for the best yield per pair. Really cool tech.</p>
<p>Zup Protocol now connects you to 1M+ pools and 16 protocols across 5 blockchains.</p>
<p>Powered by Envio, you can compare 1,000+ combos in just 10 seconds.</p>
<p>👉 Check out Zup Protocol:<a href="https://app.zupprotocol.xyz/" target="_blank" rel="noopener noreferrer"> app.zupprotocol.xyz</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="hypersync-is-now-globally-distributed">HyperSync is now Globally Distributed<a class="hash-link" aria-label="Direct link to HyperSync is now Globally Distributed" title="Direct link to HyperSync is now Globally Distributed" href="https://docs.envio.dev/blog/envio-developer-update-august-2025#hypersync-is-now-globally-distributed">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/k8gb.png" alt="k8gb" width="100%">
<p>We’ve joined the official list of  <a href="https://k8gb.io/ADOPTERS/" target="_blank" rel="noopener noreferrer">K8GB adopters</a>. HyperSync is now served from multiple regions, giving builders faster and more reliable access wherever they are.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-mobil3-hackathon---mexico-city">🇲🇽 Mobil3 Hackathon - Mexico City<a class="hash-link" aria-label="Direct link to 🇲🇽 Mobil3 Hackathon - Mexico City" title="Direct link to 🇲🇽 Mobil3 Hackathon - Mexico City" href="https://docs.envio.dev/blog/envio-developer-update-august-2025#-mobil3-hackathon---mexico-city">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/mobil3-hackathon.png" alt="mobil3 hackathon" width="100%">
<p>We had a great time at the <a href="https://mobil3.xyz/" target="_blank" rel="noopener noreferrer">Mobil3</a> Hackathon in CDMX!</p>
<p>Envio put up a <a href="https://x.com/mobil3_xyz/status/1956083421018833267" target="_blank" rel="noopener noreferrer">$2,000 USD bounty</a> for the best real-time payments or consumer fintech dashboards built using Envio.</p>
<p>Co-founder Denham Preen was on-site, leading a workshop on HyperIndex + HyperSync and offering 1:1 mentoring to teams throughout the hackathon.</p>
<p>Big thanks to the Mobil3 organizers, the Monaa Foundation, and all the builders who made it an incredible event!</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-943m-frozen">💸 $943M Frozen<a class="hash-link" aria-label="Direct link to 💸 $943M Frozen" title="Direct link to 💸 $943M Frozen" href="https://docs.envio.dev/blog/envio-developer-update-august-2025#-943m-frozen">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/banned-list.png" alt="banned list" width="100%">
<p>Say hello to the only list you don’t want to be on → <a href="https://thebannedlist.xyz/" target="_blank" rel="noopener noreferrer">The Banned List</a></p>
<p>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.</p>
<p>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.</p>
<p>👉 Check out the original post on <a href="https://x.com/DenhamPreen/status/1956037853927846261" target="_blank" rel="noopener noreferrer">X</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-introducing-liquidator">💧 Introducing Liquidator<a class="hash-link" aria-label="Direct link to 💧 Introducing Liquidator" title="Direct link to 💧 Introducing Liquidator" href="https://docs.envio.dev/blog/envio-developer-update-august-2025#-introducing-liquidator">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/liquidator.png" alt="liquidator" width="100%">
<p>Say hello to Liquidator, a new tool that lets you watch liquidation events unfold live in your terminal.</p>
<p>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.</p>
<p>Liquidator is currently live for Aave, with more protocols coming soon. Which one should we add next? 👀</p>
<p>👉 See the original post on <a href="https://x.com/jonjonclark/status/1950609313719783846" target="_blank" rel="noopener noreferrer">X</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-telegram-to-notion-sync-crm-tool">📦 Telegram to Notion Sync CRM Tool<a class="hash-link" aria-label="Direct link to 📦 Telegram to Notion Sync CRM Tool" title="Direct link to 📦 Telegram to Notion Sync CRM Tool" href="https://docs.envio.dev/blog/envio-developer-update-august-2025#-telegram-to-notion-sync-crm-tool">​</a></h2>
<p>Managing endless Telegram groups is a hassle, so we built an open-source CLI tool that syncs your Telegram chats into a Notion database.</p>
<p>It finds all chats with a specific substring, adds new ones automatically, and lets you manage them with Kanban, labels, and reminders.</p>
<p>Credits to <a href="https://x.com/KenauVith32" target="_blank" rel="noopener noreferrer">Kenau Vith</a></p>
<p>👉 Check it out on <a href="https://github.com/enviodev/telegram-to-notiondb" target="_blank" rel="noopener noreferrer">GitHub</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="️-upcoming-events">🗓️ Upcoming Events<a class="hash-link" aria-label="Direct link to 🗓️ Upcoming Events" title="Direct link to 🗓️ Upcoming Events" href="https://docs.envio.dev/blog/envio-developer-update-august-2025#%EF%B8%8F-upcoming-events">​</a></h2>
<ul>
<li><a href="https://luma.com/Encode-London-25" target="_blank" rel="noopener noreferrer">Encode London</a>: 24th → 26th October 2025</li>
<li><a href="https://devconnect.org/" target="_blank" rel="noopener noreferrer">Devconnect Buenos Aires</a>: 17th → 22nd November 2025</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-featured-developer">🧑‍💻 Featured Developer<a class="hash-link" aria-label="Direct link to 🧑‍💻 Featured Developer" title="Direct link to 🧑‍💻 Featured Developer" href="https://docs.envio.dev/blog/envio-developer-update-august-2025#-featured-developer">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/aug-2025-DOTM.png" alt="Aug 2025 DOTM" width="100%">
<p>This month’s featured developer is Mikko Ohtamaa, CEO and Co-Founder of <a href="https://tradingstrategy.ai/" target="_blank" rel="noopener noreferrer">Trading Strategy</a>, 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.</p>
<p>Thanks for being an awesome member of our community, Mikko!</p>
<p><em><strong>“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.”</strong></em> - <em>Mikko Ohtamaa, CEO &amp; Co-Founder at Trading Strategy</em></p>
<p>Be sure to follow them on <a href="https://x.com/moo9000" target="_blank" rel="noopener noreferrer">X</a> and check out their work on <a href="https://github.com/miohtama/" target="_blank" rel="noopener noreferrer">GitHub</a> to stay up to date with what they are building.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="️-playlist-of-the-month">🎧️ Playlist of the Month<a class="hash-link" aria-label="Direct link to 🎧️ Playlist of the Month" title="Direct link to 🎧️ Playlist of the Month" href="https://docs.envio.dev/blog/envio-developer-update-august-2025#%EF%B8%8F-playlist-of-the-month">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/aug-playlist-2025.png" alt="Aug 2025 Playlist" width="100%">
<p>▶️ <a href="https://open.spotify.com/playlist/3n3qReuChMo6SEgl0Bso3Z?si=23e45edbfde34be1" target="_blank" rel="noopener noreferrer">Open Spotify</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-ship-with-us">🚢 Ship With Us<a class="hash-link" aria-label="Direct link to 🚢 Ship With Us" title="Direct link to 🚢 Ship With Us" href="https://docs.envio.dev/blog/envio-developer-update-august-2025#-ship-with-us">​</a></h2>
<p>Envio is a multichain 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.</p>
<p>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.</p>
<p><a href="https://envio.beehiiv.com/subscribe?utm_source=envio.beehiiv.com&amp;utm_medium=newsletter&amp;utm_campaign=new-post" target="_blank" rel="noopener noreferrer">Subscribe to our newsletter</a> 💌</p>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Website</a> | <a href="https://twitter.com/envio_indexer" target="_blank" rel="noopener noreferrer">X</a> | <a href="https://discord.com/invite/gt7yEUZKeB" target="_blank" rel="noopener noreferrer">Discord</a> | <a href="https://t.me/+5mI61oZibEM5OGQ8" target="_blank" rel="noopener noreferrer">Telegram</a> | <a href="https://github.com/enviodev" target="_blank" rel="noopener noreferrer">GitHub</a> | <a href="https://www.youtube.com/channel/UCR7nZ2yzEtc5SZNM0dhrkhA" target="_blank" rel="noopener noreferrer">YouTube</a> | <a href="https://www.reddit.com/user/Envio_indexer" target="_blank" rel="noopener noreferrer">Reddit</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Envio Developer Update July 2025]]></title>
            <link>https://docs.envio.dev/blog/envio-developer-update-july-2025</link>
            <guid>https://docs.envio.dev/blog/envio-developer-update-july-2025</guid>
            <pubDate>Wed, 30 Jul 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Discover what Envio released in July 2025 including built in cache for effect calls, a one-click indexer generator, internal hackathon highlights, and our Base and Ethereum ecosystem integrations.]]></description>
            <content:encoded><![CDATA[<img src="https://docs.envio.dev/blog-assets/dev-update-july-2025.png" alt="Cover Image Envio Developer Community Update July 2025" width="100%">
<p>Welcome to our July Developer Update.</p>
<p>This month, we embraced built-in cache for effect calls, improved loaders, added new testing utilities, and introduced more control over output configuration. We also launched a one-click indexer generator, shipped fresh hacks from our internal hackathon, and kept refining the overall developer experience.</p>
<p>We made stops at EthCC and Pragma Cannes too, catching up with builders from across the space. Let’s dive in!</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="latest-releases-v2230--v2260">Latest Releases: v2.23.0 → v2.26.0<a class="hash-link" aria-label="Direct link to Latest Releases: v2.23.0 → v2.26.0" title="Direct link to Latest Releases: v2.23.0 → v2.26.0" href="https://docs.envio.dev/blog/envio-developer-update-july-2025#latest-releases-v2230--v2260">​</a></h2>
<p><em>⚠️Note: Current Release is v2.26.0</em></p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="built-in-cache-for-effect-calls">Built-in Cache for Effect Calls<a class="hash-link" aria-label="Direct link to Built-in Cache for Effect Calls" title="Direct link to Built-in Cache for Effect Calls" href="https://docs.envio.dev/blog/envio-developer-update-july-2025#built-in-cache-for-effect-calls">​</a></h3>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">import { experimental_createEffect, S } from "envio";</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">export const getMetadata = experimental_createEffect(</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    name: "getMetadata",</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    input: S.string,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    output: {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      description: S.string,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      value: S.bigint,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    },</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    cache: true, // Simply set cache to true</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  },</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  async ({ input, context }) =&gt; {}</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">})</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>Learn more in our <a href="https://docs.envio.dev/docs/HyperIndex/effect-api#persistence" target="_blank" rel="noopener noreferrer">docs</a> about how to persist the cache on reruns and share it with Hosted Service (alpha).</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="v2230">V2.23.0<a class="hash-link" aria-label="Direct link to V2.23.0" title="Direct link to V2.23.0" href="https://docs.envio.dev/blog/envio-developer-update-july-2025#v2230">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="embracing-loaders">Embracing loaders<a class="hash-link" aria-label="Direct link to Embracing loaders" title="Direct link to Embracing loaders" href="https://docs.envio.dev/blog/envio-developer-update-july-2025#embracing-loaders">​</a></h3>
<p>In v2.23.0, we added <code>context.set</code>, <strong><code>context.unsafeDelete</code></strong>, and <strong><code>context.getOrCreate</code></strong> to loaders.</p>
<p>Add <strong><code>context.isPreload</code></strong> to distinguish between the first and second loader run. If you are a power user, from now on we recommend going all-in with loaders and keeping your handlers empty.</p>
<p>Learn more in our dedicated loaders <a href="https://docs.envio.dev/docs/HyperIndex/loaders#going-all-in-with-loaders" target="_blank" rel="noopener noreferrer">guide</a>.</p>
<p>For a full list of changes and more information about current and past releases, view the release notes on our <a href="https://github.com/enviodev/hyperindex/releases" target="_blank" rel="noopener noreferrer">GitHub</a>.</p>
<p>Love what we’re building as much as we do and want to stay updated on our latest releases and developments? Give us a star on <a href="https://github.com/enviodev/hyperindex" target="_blank" rel="noopener noreferrer">GitHub</a>! Your support means the world to us! ⭐</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-feature-instantly-generate-an-indexer-from-your-contract-address">New Feature: Instantly Generate an Indexer from Your Contract Address<a class="hash-link" aria-label="Direct link to New Feature: Instantly Generate an Indexer from Your Contract Address" title="Direct link to New Feature: Instantly Generate an Indexer from Your Contract Address" href="https://docs.envio.dev/blog/envio-developer-update-july-2025#new-feature-instantly-generate-an-indexer-from-your-contract-address">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/generate-indexer-contract-address.gif" alt="contract address" width="100%">
<p>We’ve refreshed our landing page with a handy new tool. Simply paste your contract address to:</p>
<ul>
<li>Get an estimated indexing time</li>
<li>Receive one command to autogenerate your indexer</li>
<li>No config files. No guesswork. Just paste and go.</li>
</ul>
<p>Try it out now by visiting our landing <a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">page</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="envio-supports-base-with-lightning-fast-data-retrieval">Envio Supports Base with Lightning Fast Data Retrieval<a class="hash-link" aria-label="Direct link to Envio Supports Base with Lightning Fast Data Retrieval" title="Direct link to Envio Supports Base with Lightning Fast Data Retrieval" href="https://docs.envio.dev/blog/envio-developer-update-july-2025#envio-supports-base-with-lightning-fast-data-retrieval">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/base-support.png" alt="base support" width="100%">
<p><a href="https://www.base.org/" target="_blank" rel="noopener noreferrer">Base</a> is booming. Your data should too. Envio’s HyperSync supports Base with the most advanced indexing on the market. Sync historical data in minutes, access it up to 2000x faster than RPC, and query structured logs, traces, events, and functions.</p>
<p>Learn how to index millions of events in Seconds on Base using Envio in this <a href="https://x.com/envio_indexer/status/1943657401506304443" target="_blank" rel="noopener noreferrer">thread</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="internal-hackathon-july-2025">Internal Hackathon July 2025<a class="hash-link" aria-label="Direct link to Internal Hackathon July 2025" title="Direct link to Internal Hackathon July 2025" href="https://docs.envio.dev/blog/envio-developer-update-july-2025#internal-hackathon-july-2025">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/internal-hack-turkey.png" alt="internal hack turkey" width="100%">
<p>We wrapped up another successful internal hackathon during our team offsite this month. The goal? Build tools that push Envio forward. Some are already live.</p>
<p>We run these every last Thursday of the month, so keep an eye out for more builds. Let us know which one’s your favourite.</p>
<p>Check out this <a href="https://x.com/envio_indexer/status/1950145932516880605" target="_blank" rel="noopener noreferrer">thread</a> to see what we built in under 24 hours.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="supercharge-your-ethereum-data-with-envios-hypersync">Supercharge Your Ethereum Data With Envio’s HyperSync<a class="hash-link" aria-label="Direct link to Supercharge Your Ethereum Data With Envio’s HyperSync" title="Direct link to Supercharge Your Ethereum Data With Envio’s HyperSync" href="https://docs.envio.dev/blog/envio-developer-update-july-2025#supercharge-your-ethereum-data-with-envios-hypersync">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/eth-support.png" alt="eth support" width="100%">
<p><a href="https://ethereum.org/en/" target="_blank" rel="noopener noreferrer">Ethereum</a> is on fire. ETF inflows are climbing, regulatory clarity is coming, and price action is picking up. The network’s heating up, but can your infrastructure keep up? Envio’s HyperSync lets you index millions of events on Ethereum in seconds. No delays. Just fast, structured access to the data that matters.</p>
<p>Learn how in this <a href="https://x.com/envio_indexer/status/1945849077746327639" target="_blank" rel="noopener noreferrer">thread</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ethcc--pragma-cannes-2025-recap">EthCC &amp; Pragma Cannes 2025 Recap<a class="hash-link" aria-label="Direct link to EthCC &amp; Pragma Cannes 2025 Recap" title="Direct link to EthCC &amp; Pragma Cannes 2025 Recap" href="https://docs.envio.dev/blog/envio-developer-update-july-2025#ethcc--pragma-cannes-2025-recap">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/ethcc-pragma.png" alt="ethcc &amp; pragma" width="100%">
<p>Yes, we Cannes!</p>
<p>Big shoutout to the <a href="https://ethcc.io/" target="_blank" rel="noopener noreferrer">EthCC</a> team for an incredible event, and to <a href="https://ethglobal.com/" target="_blank" rel="noopener noreferrer">ETHGlobal</a> for hosting a packed Pragma. Non-stop energy, great convos, and a stacked builder crowd.</p>
<p>We’re proud to be building alongside some of the sharpest devs and innovators in the space. Huge thanks to everyone who made it happen. Until next time.</p>
<p>Missed our workshop on lightning-fast multi-chain indexing? Catch the replay on <a href="https://www.youtube.com/watch?v=-sFCbIVVeRw&amp;list=PLXzKMXK2aHh6jZYPY5-YIBzvMtUT3ajjI" target="_blank" rel="noopener noreferrer">YouTube</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="upcoming-events-️">Upcoming Events 🗓️<a class="hash-link" aria-label="Direct link to Upcoming Events 🗓️" title="Direct link to Upcoming Events 🗓️" href="https://docs.envio.dev/blog/envio-developer-update-july-2025#upcoming-events-%EF%B8%8F">​</a></h2>
<ul>
<li><a href="https://lu.ma/ethereum-10y-capetown" target="_blank" rel="noopener noreferrer">Ethereum 10th Anniversary Cape Town</a>: → 30th July 2025</li>
<li><a href="https://devconnect.org/" target="_blank" rel="noopener noreferrer">Devconnect Buenos Aires</a>: 17th → 22nd November 2025</li>
<li><a href="https://mobil3.xyz/" target="_blank" rel="noopener noreferrer">Mobil3 Hackathon Mexico</a>: 20th → 24th August 2025</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="featured-developer-">Featured Developer 🧑‍💻<a class="hash-link" aria-label="Direct link to Featured Developer 🧑‍💻" title="Direct link to Featured Developer 🧑‍💻" href="https://docs.envio.dev/blog/envio-developer-update-july-2025#featured-developer-">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-of-the-month-july-2025.png" alt="july 2025 DOTM" width="100%">
<p>This month’s featured developer is Nikhil, a software developer and technical content creator who’s been sharing practical insights with Web3 devs for years. He’s worked with teams like Figment, Celo, and Bitquery, crafting developer-facing content. Nikhil has also contributed as a Solidity developer on smaller DeFi projects and is now focusing on personal projects while exploring new opportunities.</p>
<p>He recently got hands-on with Envio, using our tools live on stream to build a custom database for <a href="https://x.com/AcrossProtocol" target="_blank" rel="noopener noreferrer">Across Protocol</a>. His clear walkthroughs on his YouTube <a href="http://youtube.com/@decryptedbytes" target="_blank" rel="noopener noreferrer">channel</a> and detailed feedback have helped surface valuable insights and made our tooling more accessible to the wider community.</p>
<p><em><strong>“I came across Envio through some of the content Jonjon had shared, his projects like <a href="https://www.npmjs.com/package/logtui" target="_blank" rel="noopener noreferrer">Logtui</a> and <a href="https://www.v4.xyz/" target="_blank" rel="noopener noreferrer">V4</a>, really caught my attention and pushed me to try it out. What I was looking for was a framework that gave me full control and flexibility, and Envio delivers exactly that.</strong></em></p>
<p><em><strong>I’m currently working on a personal project to build an explorer and analytics platform for Across Protocol, so it felt like a good time to dive into Envio. So far, the experience has exceeded expectations. The documentation is solid, it answers almost every question I’ve had while working with it.”</strong></em> - <em>Nikhil, Developer &amp; Web3 Educator</em></p>
<p>Be sure to follow Nikhil on <a href="https://x.com/nikbhintade" target="_blank" rel="noopener noreferrer">X</a> and check out their work on <a href="https://github.com/nikbhintade" target="_blank" rel="noopener noreferrer">GitHub</a> to see what they’re building next.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="playlist-of-the-month-️">Playlist of the Month 🎧️<a class="hash-link" aria-label="Direct link to Playlist of the Month 🎧️" title="Direct link to Playlist of the Month 🎧️" href="https://docs.envio.dev/blog/envio-developer-update-july-2025#playlist-of-the-month-%EF%B8%8F">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/july-2025-playlist.png" alt="july 2025 playlist" width="100%">
<p>▶️ <a href="https://open.spotify.com/playlist/1vyctkfc1CrmnVv2dMCrUo?si=84f39e6a4b1d436e" target="_blank" rel="noopener noreferrer">Open Spotify</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ship-with-us-">Ship With Us 🚢<a class="hash-link" aria-label="Direct link to Ship With Us 🚢" title="Direct link to Ship With Us 🚢" href="https://docs.envio.dev/blog/envio-developer-update-july-2025#ship-with-us-">​</a></h2>
<p>Envio is a multichain 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.</p>
<p>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.</p>
<p><a href="https://envio.beehiiv.com/subscribe?utm_source=envio.beehiiv.com&amp;utm_medium=newsletter&amp;utm_campaign=new-post" target="_blank" rel="noopener noreferrer">Subscribe to our newsletter</a> 💌</p>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Website</a> | <a href="https://twitter.com/envio_indexer" target="_blank" rel="noopener noreferrer">X</a> | <a href="https://discord.com/invite/gt7yEUZKeB" target="_blank" rel="noopener noreferrer">Discord</a> | <a href="https://t.me/+5mI61oZibEM5OGQ8" target="_blank" rel="noopener noreferrer">Telegram</a> | <a href="https://github.com/enviodev" target="_blank" rel="noopener noreferrer">GitHub</a> | <a href="https://www.youtube.com/channel/UCR7nZ2yzEtc5SZNM0dhrkhA" target="_blank" rel="noopener noreferrer">YouTube</a> | <a href="https://www.reddit.com/user/Envio_indexer" target="_blank" rel="noopener noreferrer">Reddit</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Building Visualizers & Dashboards on Monad using Envio]]></title>
            <link>https://docs.envio.dev/blog/how-to-build-visualizers-and-dashboards-on-monad-using-envio</link>
            <guid>https://docs.envio.dev/blog/how-to-build-visualizers-and-dashboards-on-monad-using-envio</guid>
            <pubDate>Tue, 24 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Learn how to build visual dashboards on Monad using Envio to stream real-time and historical data and create interactive analytics experiences with ease.]]></description>
            <content:encoded><![CDATA[<img src="https://docs.envio.dev/blog-assets/building-visualizers-and-dash-monad.png" alt="Cover Image Building Visualizers and Dashboards on Monad" width="100%">
<p>As part of Mission 4 from the <a href="https://discord.gg/monaddev" target="_blank" rel="noopener noreferrer">Monad Developers</a> community, we challenged builders to create the most innovative real-time dashboards and visualizers on <a href="https://www.monad.xyz/" target="_blank" rel="noopener noreferrer">Monad</a> using Envio. The results were exceptional. The developers delivered powerful tools that showcased not only creative visualizers and dashboards but also the power of Envio’s indexing stack.</p>
<p>Monad’s rapid growth has created a strong need for scalable, real-time data infrastructure. Whether tracking protocol activity, analyzing transaction flows, or building live analytics dashboards, a high-performance indexer is critical.</p>
<p>Envio is helping developers meet this demand with a robust suite of indexing tools that are purpose-built for high-throughput chains like Monad. These submissions highlight how Envio simplifies data indexing on Monad, enabling rich, real-time applications with speed, accuracy, and ease.</p>
<p>Let’s dive into some of the submissions built during Mission 4.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="monad-super-visualizer">Monad Super Visualizer<a class="hash-link" aria-label="Direct link to Monad Super Visualizer" title="Direct link to Monad Super Visualizer" href="https://docs.envio.dev/blog/how-to-build-visualizers-and-dashboards-on-monad-using-envio#monad-super-visualizer">​</a></h2>
<p>By <a href="https://x.com/monadicoo" target="_blank" rel="noopener noreferrer">@monadicoo</a></p>
<img src="https://docs.envio.dev/blog-assets/monad-visualizer.gif" alt="monad visualizer" width="100%">
<p>This immersive dashboard allows users to explore live activity across the entire Monad chain. It provides deep visibility into data from specific protocols, contracts, or addresses. Envio powers two core functionalities: streaming live, chain-wide activity to the homepage, and offering a filtered data feed for targeted protocol analysis.</p>
<p>Check it out <a href="https://monadviewer.vercel.app/" target="_blank" rel="noopener noreferrer">here</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="monad-genki-dama">Monad Genki Dama<a class="hash-link" aria-label="Direct link to Monad Genki Dama" title="Direct link to Monad Genki Dama" href="https://docs.envio.dev/blog/how-to-build-visualizers-and-dashboards-on-monad-using-envio#monad-genki-dama">​</a></h2>
<p>By <a href="https://x.com/sifu_lam" target="_blank" rel="noopener noreferrer">@sifu_lam</a></p>
<img src="https://docs.envio.dev/blog-assets/monad-genki.gif" alt="monad genki" width="100%">
<p>A unique Dragon Ball Z-inspired visual experience that depicts each Monad testnet block as energy contributing to a Genki Dama. Monanimals generate power balls representing transaction types, visually charging the Monad mainnet. Envio’s HyperSync ensures real-time accuracy and high throughput with minimal latency.</p>
<p>Check it out <a href="https://monad-genki-dama.vercel.app/" target="_blank" rel="noopener noreferrer">here</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="lendhub-stats-page">LendHub Stats Page<a class="hash-link" aria-label="Direct link to LendHub Stats Page" title="Direct link to LendHub Stats Page" href="https://docs.envio.dev/blog/how-to-build-visualizers-and-dashboards-on-monad-using-envio#lendhub-stats-page">​</a></h2>
<p>By <a href="https://x.com/bossonormal1" target="_blank" rel="noopener noreferrer">@bossonormal1</a></p>
<img src="https://docs.envio.dev/blog-assets/lendhub.png" alt="lendhub" width="100%">
<p>LendHub’s dashboard presents real-time analytics for a peer-to-peer NFT lending protocol. It tracks metrics such as loans listed, funded, repaid, claimed, and withdrawn. Custom-built with Envio’s config.yaml, schema.graphql, and event handlers, this tool uses a GraphQL endpoint to update dynamically based on key smart contract events.</p>
<p>Check it out <a href="https://www.lendhub.xyz/stats" target="_blank" rel="noopener noreferrer">here</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="miris">Miris<a class="hash-link" aria-label="Direct link to Miris" title="Direct link to Miris" href="https://docs.envio.dev/blog/how-to-build-visualizers-and-dashboards-on-monad-using-envio#miris">​</a></h2>
<p>By <a href="https://x.com/velkan_gst" target="_blank" rel="noopener noreferrer">@velkan_gst</a></p>
<img src="https://docs.envio.dev/blog-assets/miris.gif" alt="miris" width="100%">
<p>Miris is a fully featured chain visualizer offering insights into blocks, transactions, and overall network health. Envio handles the indexing of core protocols like Wormhole and Apr Labs, and the Explorer page also uncovers activity from additional Monad projects. Built using Apollo Client and Next.js.</p>
<p>Check it out <a href="https://miris.vercel.app/" target="_blank" rel="noopener noreferrer">here</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="monad-frens">Monad Frens<a class="hash-link" aria-label="Direct link to Monad Frens" title="Direct link to Monad Frens" href="https://docs.envio.dev/blog/how-to-build-visualizers-and-dashboards-on-monad-using-envio#monad-frens">​</a></h2>
<p>By <a href="https://x.com/WagmiArc" target="_blank" rel="noopener noreferrer">@WagmiArc</a></p>
<img src="https://docs.envio.dev/blog-assets/monad-frens.gif" alt="monad frens" width="100%">
<p>Monad Frens delivers real-time and historical chain insights in a visually engaging format, including a pizza-themed chain status display. Envio’s HyperSync feeds accurate block and transaction data, while a custom API calculates cumulative transactions since Block 0. The dashboard filters transactions by timestamp, ensuring comprehensive tracking.</p>
<p>Check it out <a href="https://dashboard.monadfrens.fun/" target="_blank" rel="noopener noreferrer">here</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="monlake">MonLake<a class="hash-link" aria-label="Direct link to MonLake" title="Direct link to MonLake" href="https://docs.envio.dev/blog/how-to-build-visualizers-and-dashboards-on-monad-using-envio#monlake">​</a></h2>
<p>By <a href="https://x.com/YOUZYPOOR" target="_blank" rel="noopener noreferrer">@YOUZYPOOR</a></p>
<img src="https://docs.envio.dev/blog-assets/monlake.gif" alt="monlake" width="100%">
<p>An aquarium-themed visualization of the Monad testnet, where Monanimals represent blocks and treasure chests symbolize various transaction types. Failed transactions appear as jellyfish. Real-time metrics like gas price and transaction distribution are updated using Envio, which indexes all relevant data without stressing RPC endpoints.</p>
<p>Check it out <a href="https://monlake.vercel.app/" target="_blank" rel="noopener noreferrer">here</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="animonad">Animonad<a class="hash-link" aria-label="Direct link to Animonad" title="Direct link to Animonad" href="https://docs.envio.dev/blog/how-to-build-visualizers-and-dashboards-on-monad-using-envio#animonad">​</a></h2>
<p>By <a href="https://x.com/Samruddhi_Krnr" target="_blank" rel="noopener noreferrer">@Samruddhi_Krnr</a></p>
<img src="https://docs.envio.dev/blog-assets/animonad.gif" alt="animonad" width="100%">
<p>Animonad tracks live transactions per second across Monad-based dApps like Magma, PancakeSwap, and Narwhal Finance. Each transaction is categorized by address and function signature. Envio’s HyperSync facilitates rapid data retrieval to update the UI every second, powering dynamic graphs and protocol rankings.</p>
<p>Check it out <a href="https://animonad.vercel.app/" target="_blank" rel="noopener noreferrer">here</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="nadmetrics">NadMetrics<a class="hash-link" aria-label="Direct link to NadMetrics" title="Direct link to NadMetrics" href="https://docs.envio.dev/blog/how-to-build-visualizers-and-dashboards-on-monad-using-envio#nadmetrics">​</a></h2>
<p>By <a href="https://x.com/yomax75" target="_blank" rel="noopener noreferrer">@yomax75</a></p>
<img src="https://docs.envio.dev/blog-assets/nadmetrics.gif" alt="nadmetrics" width="100%">
<p>Built with React, TypeScript, Node.js, and WebSockets, NadMetrics is a robust analytics platform offering real-time and historical data for Monad. The dashboard is ideal for developers and analysts monitoring chain volume, transaction flow, and usage trends. Envio serves as the foundation for its high-speed data ingestion.</p>
<p>Check it out <a href="https://nadmetrics.com/live" target="_blank" rel="noopener noreferrer">here</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="monalytics">Monalytics<a class="hash-link" aria-label="Direct link to Monalytics" title="Direct link to Monalytics" href="https://docs.envio.dev/blog/how-to-build-visualizers-and-dashboards-on-monad-using-envio#monalytics">​</a></h2>
<p>By <a href="https://x.com/gabriell_santi" target="_blank" rel="noopener noreferrer">@gabriell_santi</a></p>
<img src="https://docs.envio.dev/blog-assets/monalytics.gif" alt="monalytics" width="100%">
<p>An interactive dashboard for real-time visualization of activity on the Monad testnet. It leverages Envio for continuous on-chain event streaming and HyperRPC for fast, low-latency data access. The platform delivers both a global view of the network, including metrics like TPS, gas usage, and block entropy, and protocol-specific panels for apps like MonTools, Castora, Ambient, and more.</p>
<p>Check it out <a href="https://analytics.montools.xyz/chain" target="_blank" rel="noopener noreferrer">here</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="monanimals-blast-mayhem">Monanimals Blast Mayhem<a class="hash-link" aria-label="Direct link to Monanimals Blast Mayhem" title="Direct link to Monanimals Blast Mayhem" href="https://docs.envio.dev/blog/how-to-build-visualizers-and-dashboards-on-monad-using-envio#monanimals-blast-mayhem">​</a></h2>
<p>By <a href="https://x.com/Pradeeppilot2k5" target="_blank" rel="noopener noreferrer">@Pradeeppilot2k5</a> &amp; <a href="https://x.com/vidit_0" target="_blank" rel="noopener noreferrer">@vidit_0</a></p>
<img src="https://docs.envio.dev/blog-assets/monanimals-blast.gif" alt="monanimals blast" width="100%">
<p>A gamified dashboard transforming real-time blockchain stats into interactive graphics. Monanimals symbolize block numbers, and animated graphs display key metrics such as gas usage, TPS, and block peers. Envio’s HyperRPC ensures seamless data delivery for a high-performance user experience.</p>
<p>Check it out <a href="https://monanimalblastmayhem.vercel.app/" target="_blank" rel="noopener noreferrer">here</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="indexing-monad-data-using-envio">Indexing Monad Data Using Envio<a class="hash-link" aria-label="Direct link to Indexing Monad Data Using Envio" title="Direct link to Indexing Monad Data Using Envio" href="https://docs.envio.dev/blog/how-to-build-visualizers-and-dashboards-on-monad-using-envio#indexing-monad-data-using-envio">​</a></h2>
<p>Envio offers a modular indexing solution for developers and analysts seeking to build scalable, real-time applications on Monad. Whether you’re building visual dashboards or analytics platforms, Envio’s indexing stack provides the essential building blocks to transform raw blockchain data into accessible, actionable insights. Here's how each component supports efficient and high-speed indexing on Monad:</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="hyperindex">HyperIndex<a class="hash-link" aria-label="Direct link to HyperIndex" title="Direct link to HyperIndex" href="https://docs.envio.dev/blog/how-to-build-visualizers-and-dashboards-on-monad-using-envio#hyperindex">​</a></h3>
<p>A full-featured blockchain indexing framework that transforms on-chain events into structured, queryable databases with GraphQL APIs. It offers Monad developers a complete indexing solution with schema management and event handling, making data on Monad easily accessible and developer-friendly.</p>
<p><a href="https://docs.envio.dev/docs/HyperIndex/overview" target="_blank" rel="noopener noreferrer">Learn more</a></p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="hypersync">HyperSync<a class="hash-link" aria-label="Direct link to HyperSync" title="Direct link to HyperSync" href="https://docs.envio.dev/blog/how-to-build-visualizers-and-dashboards-on-monad-using-envio#hypersync">​</a></h3>
<p>A high-performance data retrieval layer that gives developers unprecedented access to data on Monad. It directly replaces traditional RPC endpoints, delivering up to 10,000x faster data access. HyperSync enables rapid and cost-effective retrieval of both real-time and historical blockchain data and can be used directly for custom data pipelines and specialized applications.</p>
<p><a href="https://docs.envio.dev/docs/HyperSync/overview" target="_blank" rel="noopener noreferrer">Learn more</a></p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="hyperrpc">HyperRPC<a class="hash-link" aria-label="Direct link to HyperRPC" title="Direct link to HyperRPC" href="https://docs.envio.dev/blog/how-to-build-visualizers-and-dashboards-on-monad-using-envio#hyperrpc">​</a></h3>
<p>A local RPC proxy that supercharges blockchain data access by mapping standard RPC requests to HyperSync’s ultra-fast data engine. HyperRPC accepts typical RPC calls and translates them into HyperSync queries, dramatically reducing latency and eliminating the bottlenecks of traditional RPC endpoints.</p>
<p><a href="https://docs.envio.dev/docs/HyperRPC/overview-hyperrpc" target="_blank" rel="noopener noreferrer">Learn more</a></p>
<p>Envio makes it easy to define events, build handlers, and deploy powerful indexers that power dashboards, data tools, analytics platforms, and more at scale.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="getting-support">Getting Support<a class="hash-link" aria-label="Direct link to Getting Support" title="Direct link to Getting Support" href="https://docs.envio.dev/blog/how-to-build-visualizers-and-dashboards-on-monad-using-envio#getting-support">​</a></h2>
<p>Data indexing can be challenging, especially for complex use cases. Our engineers are always ready to assist you with your data availability needs. Join our growing community of elite builders and experience peace of mind with Envio. Feel free to reach out to us on Discord or email us at <a href="mailto:hello@envio.dev" target="_blank" rel="noopener noreferrer">hello@envio.dev</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="about-envio">About Envio<a class="hash-link" aria-label="Direct link to About Envio" title="Direct link to About Envio" href="https://docs.envio.dev/blog/how-to-build-visualizers-and-dashboards-on-monad-using-envio#about-envio">​</a></h2>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Envio</a> is a modern, multichain EVM blockchain indexer designed for real-time and historical data access. If you’re building on Monad or any other EVM-compatible network, Envio is here to make your development process faster and more efficient. Explore our <a href="https://docs.envio.dev/docs/HyperIndex/overview" target="_blank" rel="noopener noreferrer">documentation</a>, join the community, and let’s connect about your data needs.</p>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Website</a> | <a href="https://twitter.com/envio_indexer" target="_blank" rel="noopener noreferrer">X</a> | <a href="https://discord.com/invite/gt7yEUZKeB" target="_blank" rel="noopener noreferrer">Discord</a> | <a href="https://t.me/+5mI61oZibEM5OGQ8" target="_blank" rel="noopener noreferrer">Telegram</a> | <a href="https://github.com/enviodev" target="_blank" rel="noopener noreferrer">GitHub</a> | <a href="https://www.youtube.com/channel/UCR7nZ2yzEtc5SZNM0dhrkhA" target="_blank" rel="noopener noreferrer">YouTube</a> | <a href="https://www.reddit.com/user/Envio_indexer" target="_blank" rel="noopener noreferrer">Reddit</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Envio Developer Update June 2025]]></title>
            <link>https://docs.envio.dev/blog/envio-developer-update-june-2025</link>
            <guid>https://docs.envio.dev/blog/envio-developer-update-june-2025</guid>
            <pubDate>Tue, 24 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Catch up on what Envio delivered in June 2025 including new indexer tools, upgraded data pipelines, and expanded network support that simplify multichain development.]]></description>
            <content:encoded><![CDATA[<img src="https://docs.envio.dev/blog-assets/dev-update-june-2025.png" alt="Cover Image Envio Developer Community Update June 2025" width="100%">
<p>From refining core DX with new helpers and project structure improvements to smarter multichain batching and smoother loader behavior, we shipped updates that made indexing with Envio faster, cleaner, and easier to work with.</p>
<p>We also wrapped up Mission 4 with the Monad community, ran another internal hackathon, hit DappCon Berlin, and plenty more. Let’s jump in.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="latest-releases-v2220--v2240">Latest Releases: v2.22.0 → v2.24.0<a class="hash-link" aria-label="Direct link to Latest Releases: v2.22.0 → v2.24.0" title="Direct link to Latest Releases: v2.22.0 → v2.24.0" href="https://docs.envio.dev/blog/envio-developer-update-june-2025#latest-releases-v2220--v2240">​</a></h2>
<p><em>⚠️Note: Current Release is v2.24.0</em></p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="v2220">V2.220<a class="hash-link" aria-label="Direct link to V2.220" title="Direct link to V2.220" href="https://docs.envio.dev/blog/envio-developer-update-june-2025#v2220">​</a></h3>
<p>Added <code>context.Entity.getOrCreate</code> and <code>context.Entity.getOrThrow</code> API</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">// Before:</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">// let pool = await context.Pool.get(poolId);</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">// if (!pool) {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">//  pool = {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">//    id: poolId,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">//    totalValueLockedETH: 0n</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">//  }</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">//  context.Pool.set(pool);</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">// }</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">const pool = await context.Pool.getOrCreate({</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  id: poolId,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  totalValueLockedETH: 0n</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">})</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">// Before:</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">// const pool = await context.Pool.get(poolId);</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">// if (!pool) {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">//  throw new Error(`Pool with ID ${poolId} is expected.`)</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">// }</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">const pool = await context.Pool.getOrThrow(poolId)</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">// Will throw: Entity 'Pool' with ID '...' is expected to exist.</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">// Or you can pass a custom message as a second argument:</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">const pool = await context.Pool.getOrThrow(poolId, `Pool with ID ${poolId} is expected.`)</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>These are additional helpers for DX improvements. Accessible from both handlers and loaders.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="loaders-consistency">Loaders Consistency<a class="hash-link" aria-label="Direct link to Loaders Consistency" title="Direct link to Loaders Consistency" href="https://docs.envio.dev/blog/envio-developer-update-june-2025#loaders-consistency">​</a></h3>
<p>Loaders optimize indexer performance by running twice: first in parallel for all events in the batch, and then just before handler execution to fetch the latest data. While this process remains unchanged, we've made a few improvements:</p>
<ul>
<li>
<p>If the loader fails on the first run, the error is silently ignored. This can happen if the entity is only available on the second run, so we continue indexing without interruption.</p>
</li>
<li>
<p>The HyperIndex test framework now runs the loaders twice to match the actual indexer logic.</p>
</li>
</ul>
<p>Learn more about optimizing database access with loaders in our <a href="https://docs.envio.dev/docs/HyperIndex/loaders" target="_blank" rel="noopener noreferrer">docs</a>.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="clever-batch-creation-for-unordered-multichain-mode">Clever Batch Creation for Unordered Multichain Mode<a class="hash-link" aria-label="Direct link to Clever Batch Creation for Unordered Multichain Mode" title="Direct link to Clever Batch Creation for Unordered Multichain Mode" href="https://docs.envio.dev/blog/envio-developer-update-june-2025#clever-batch-creation-for-unordered-multichain-mode">​</a></h3>
<p>In previous versions, events for Unordered Multichain Mode were batched based on their order on-chain, pulling from all available chains. While this approach worked, it's more efficient for larger indexers relying on loader optimization to batch events from a single chain. This increases the chances of deduplication and batch optimization.</p>
<p>In the latest version, we now prioritize creating processing batches with events from one chain, and only rotate to another chain for the next batch.</p>
<p>Learn more about multi-chain event ordering in our <a href="https://docs.envio.dev/docs/HyperIndex/multichain-indexing#multichain-event-ordering" target="_blank" rel="noopener noreferrer">docs</a>.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="flexible-project-structure">Flexible Project Structure<a class="hash-link" aria-label="Direct link to Flexible Project Structure" title="Direct link to Flexible Project Structure" href="https://docs.envio.dev/blog/envio-developer-update-june-2025#flexible-project-structure">​</a></h3>
<p>Previously, to get HyperIndex running, we had a few requirements that limited flexibility and could be confusing:</p>
<ul>
<li>It required <strong><code>pnpm-workspaces.yaml</code></strong> file</li>
<li>It required <strong><code>.npmrc</code></strong> file with shamefully hoisting dependencies</li>
<li>It required to have the start script in your <strong><code>package.json</code></strong> with <code>ts-<strong>node</strong> <strong>generated</strong>/src/Index.bs.js</code></li>
</ul>
<p>With the latest update, none of these are necessary. Feel free to remove them, and instead of using <code>ts-<strong>node</strong> <strong>generated</strong>/src/Index.bs.js</code>, simply replace it with <code>envio start</code>.</p>
<p>For more information, view <a href="https://github.com/enviodev/hyperindex/releases" target="_blank" rel="noopener noreferrer">all past and current release notes</a> on our GitHub.</p>
<p>If you love what we’re building as much as we do and want to stay updated on our latest releases and developments, give us a star on <a href="https://github.com/enviodev/hyperindex" target="_blank" rel="noopener noreferrer">GitHub</a>! Your support means the world to us! ⭐</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="mission-4-building-visualizers--dashboards-on-monad">Mission 4: Building Visualizers &amp; Dashboards on Monad<a class="hash-link" aria-label="Direct link to Mission 4: Building Visualizers &amp; Dashboards on Monad" title="Direct link to Mission 4: Building Visualizers &amp; Dashboards on Monad" href="https://docs.envio.dev/blog/envio-developer-update-june-2025#mission-4-building-visualizers--dashboards-on-monad">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/visualizers-and-dash-monad.png" alt="mission 4" width="100%">
<p>As part of Mission 4 with the Monad Developer community, we invited builders to push the limits of real-time dashboards and visualizers on Monad, powered by Envio. The outcome? A wave of standout projects that combined sharp design with serious indexing performance.</p>
<p>Catch the highlights in our <a href="https://docs.envio.dev/blog/how-to-build-visualizers-and-dashboards-on-monad-using-envio" target="_blank" rel="noopener noreferrer">blog</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="exploring-cross-chain-arbitrage-on-uniswap-v4">Exploring Cross-Chain Arbitrage on Uniswap V4<a class="hash-link" aria-label="Direct link to Exploring Cross-Chain Arbitrage on Uniswap V4" title="Direct link to Exploring Cross-Chain Arbitrage on Uniswap V4" href="https://docs.envio.dev/blog/envio-developer-update-june-2025#exploring-cross-chain-arbitrage-on-uniswap-v4">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/arbitrage-v4.png" alt="v4 arbitrage" width="100%">
<p>Curious how much prices diverge across the same Uniswap V4 pools deployed on different chains? One builder tracked ETH/USDC across Ethereum, Base, Arbitrum, and Unichain, building a real-time dashboard that surfaces price discrepancies, trade sizes, and cross-chain spread opportunities as they appear.</p>
<p><a href="https://www.v4.xyz/" target="_blank" rel="noopener noreferrer">V4</a> digs into how often mispricings occur, how significant they get, and how quickly they're arbitraged, highlighting the unique challenges of cross-chain arbitrage.</p>
<p>Read more on <a href="https://x.com/jonjonclark/status/1936066826149994585" target="_blank" rel="noopener noreferrer">X</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="internal-hackathon">Internal Hackathon<a class="hash-link" aria-label="Direct link to Internal Hackathon" title="Direct link to Internal Hackathon" href="https://docs.envio.dev/blog/envio-developer-update-june-2025#internal-hackathon">​</a></h2>
<p>This month, we wrapped up another internal hackathon. 24 hours, 7 hackers, and a stack of ideas. The goal? Build fast, test new concepts, and push Envio’s tech in new directions.</p>
<p>Take a look at what we shipped by reading this <a href="https://x.com/envio_indexer/status/1929907328163213409" target="_blank" rel="noopener noreferrer">thread</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="how-to-index-data-on-megaeth-using-envio">How to Index Data on MegaEth Using Envio<a class="hash-link" aria-label="Direct link to How to Index Data on MegaEth Using Envio" title="Direct link to How to Index Data on MegaEth Using Envio" href="https://docs.envio.dev/blog/envio-developer-update-june-2025#how-to-index-data-on-megaeth-using-envio">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/megaeth.png" alt="index megaeth data" width="100%">
<p>When speed is the baseline, precision becomes the edge. Envio proudly supports developers and data analysts building on MegaEth with the most performant real-time indexing stack designed for high-throughput environments. Get fast, reliable access to both real-time and historical data without the usual bottlenecks.</p>
<p>Learn more about how to efficiently index data on MegaEth in our <a href="https://docs.envio.dev/blog/how-to-index-megaeth-data-using-envio" target="_blank" rel="noopener noreferrer">blog</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="join-us-at-pragma-cannes">Join Us at Pragma Cannes<a class="hash-link" aria-label="Direct link to Join Us at Pragma Cannes" title="Direct link to Join Us at Pragma Cannes" href="https://docs.envio.dev/blog/envio-developer-update-june-2025#join-us-at-pragma-cannes">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/pragma-jonjon.png" alt="pragma jonjon" width="100%">
<p>We’re heading to EthGlobal’s Pragma in Cannes and running a hands-on workshop built for developers. Learn how to easily access, index, and query multi-chain data with Envio.</p>
<p>Still need a ticket? Grab $70 off with our <a href="https://ethglobal.com/events/pragma-cannes?ref=JONJONNCE" target="_blank" rel="noopener noreferrer">referral link</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="analyzing-safe-data-in-real-time-using-hyperindex">Analyzing Safe Data in Real-time Using HyperIndex<a class="hash-link" aria-label="Direct link to Analyzing Safe Data in Real-time Using HyperIndex" title="Direct link to Analyzing Safe Data in Real-time Using HyperIndex" href="https://docs.envio.dev/blog/envio-developer-update-june-2025#analyzing-safe-data-in-real-time-using-hyperindex">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/analyzing-safe-data.png" alt="safe data" width="100%">
<p>Missed our speaking slot at DappCon? We got you boo! Learn how Envio’s HyperIndex unlocks instant visibility into <a href="https://safe.global/" target="_blank" rel="noopener noreferrer">Safe</a> transactions, from multisig behavior to governance and fund flows in our <a href="https://www.youtube.com/live/3_5__fpQjKM?t=18381s" target="_blank" rel="noopener noreferrer">developer workshop</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="how-to-index-data-on-monad-using-envio">How to Index Data on Monad Using Envio<a class="hash-link" aria-label="Direct link to How to Index Data on Monad Using Envio" title="Direct link to How to Index Data on Monad Using Envio" href="https://docs.envio.dev/blog/envio-developer-update-june-2025#how-to-index-data-on-monad-using-envio">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/index-data-on-monad.png" alt="indexing monad" width="100%">
<p>Envio is proud to support developers and data analysts building on <a href="https://www.monad.xyz/" target="_blank" rel="noopener noreferrer">Monad</a> by providing the most efficient and reliable access to real-time and historical data on the Monad network through our modular indexing stack.</p>
<p>Learn more about how to efficiently index data on Monad in our <a href="https://docs.envio.dev/blog/how-to-index-monad-data-using-envio" target="_blank" rel="noopener noreferrer">blog</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="upcoming-events-️">Upcoming Events 🗓️<a class="hash-link" aria-label="Direct link to Upcoming Events 🗓️" title="Direct link to Upcoming Events 🗓️" href="https://docs.envio.dev/blog/envio-developer-update-june-2025#upcoming-events-%EF%B8%8F">​</a></h2>
<ul>
<li>WAGMI Sponsors at <a href="https://ethcc.io/" target="_blank" rel="noopener noreferrer">EthCC</a> Cannes: 30th June → 3rd July 2025</li>
<li><a href="https://ethglobal.com/events/pragma-cannes" target="_blank" rel="noopener noreferrer">Pragma</a> Cannes: July 3rd, 2025</li>
<li>Devconnect Buenos Aires: 17th → 22nd November 2025</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="featured-developer-">Featured Developer 🧑‍💻<a class="hash-link" aria-label="Direct link to Featured Developer 🧑‍💻" title="Direct link to Featured Developer 🧑‍💻" href="https://docs.envio.dev/blog/envio-developer-update-june-2025#featured-developer-">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-of-the-month-june-2025.png" alt="DOTM June" width="100%">
<p>This month’s featured developer is Thalles Passos. He’s a full-stack developer from Brazil who started building professionally at just 17. Thalles began his journey with <a href="https://notus.team/" target="_blank" rel="noopener noreferrer">Notus Labs</a> and is now working on <a href="https://docs.notus.team/docs/guides" target="_blank" rel="noopener noreferrer">Notus API</a>, where the team is creating a complete suite for account abstraction.</p>
<p>He’s also been an active part of the Envio community, giving thoughtful feedback and pushing our indexing tools in real use cases.</p>
<p><em><strong>“Initially, I found Envio's developer experience a bit unusual and wasn't convinced it was the right fit. However, once I gave it a real try, I was absolutely blown away by its speed. What other indexers might take weeks to accomplish, Envio completed in mere days, and that instantly hooked me.</strong></em></p>
<p><em><strong>Their support also truly impressed me. As anyone in web3 knows, getting effective support can be an impossible feat, but Envio completely changed that for me, guiding me through various issues. And as a Brazilian company, where the dollar exchange rate is always a consideration, their pricing structure was incredibly appealing and genuinely surprised us.”</strong></em> - <em>Thalles Passos Full-stack Developer At Notus Labs</em></p>
<p>Be sure to follow Thalles on <a href="https://x.com/thallescomumh" target="_blank" rel="noopener noreferrer">X</a> and check out his work on <a href="https://github.com/thallesp" target="_blank" rel="noopener noreferrer">GitHub</a> to see what he’s building next.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="playlist-of-the-month-️">Playlist of the Month 🎧️<a class="hash-link" aria-label="Direct link to Playlist of the Month 🎧️" title="Direct link to Playlist of the Month 🎧️" href="https://docs.envio.dev/blog/envio-developer-update-june-2025#playlist-of-the-month-%EF%B8%8F">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/june-playlist.png" alt="hjune playlist" width="100%">
<p>▶️ <a href="https://open.spotify.com/playlist/0YkXxUDzOrUSh2h0eznxu6?si=192e7f80b18e478a" target="_blank" rel="noopener noreferrer">Open Spotify</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ship-with-us-">Ship With Us 🚢<a class="hash-link" aria-label="Direct link to Ship With Us 🚢" title="Direct link to Ship With Us 🚢" href="https://docs.envio.dev/blog/envio-developer-update-june-2025#ship-with-us-">​</a></h2>
<p>Envio is a multichain 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.</p>
<p>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.</p>
<p><a href="https://envio.beehiiv.com/subscribe?utm_source=envio.beehiiv.com&amp;utm_medium=newsletter&amp;utm_campaign=new-post" target="_blank" rel="noopener noreferrer">Subscribe to our newsletter</a> 💌</p>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Website</a> | <a href="https://twitter.com/envio_indexer" target="_blank" rel="noopener noreferrer">X</a> | <a href="https://discord.com/invite/gt7yEUZKeB" target="_blank" rel="noopener noreferrer">Discord</a> | <a href="https://t.me/+5mI61oZibEM5OGQ8" target="_blank" rel="noopener noreferrer">Telegram</a> | <a href="https://github.com/enviodev" target="_blank" rel="noopener noreferrer">GitHub</a> | <a href="https://www.youtube.com/channel/UCR7nZ2yzEtc5SZNM0dhrkhA" target="_blank" rel="noopener noreferrer">YouTube</a> | <a href="https://www.reddit.com/user/Envio_indexer" target="_blank" rel="noopener noreferrer">Reddit</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[How to Index MegaEth Data Using Envio]]></title>
            <link>https://docs.envio.dev/blog/how-to-index-megaeth-data-using-envio</link>
            <guid>https://docs.envio.dev/blog/how-to-index-megaeth-data-using-envio</guid>
            <pubDate>Tue, 17 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Learn how to index data on the MegaEth using Envio with a step-by-step guide to project setup contract mapping and real-time data querying.]]></description>
            <content:encoded><![CDATA[<img src="https://docs.envio.dev/blog-assets/indexing-megaeth-data.png" alt="Cover Image How to Index MegaEth Data Using Envio" width="100%">
<p>When speed is the baseline, precision becomes the edge. Envio proudly supports developers and data analysts building on MegaEth with the most performant real-time indexing stack designed for high-throughput environments. Get fast, reliable access to both real-time and historical data without the usual bottlenecks.</p>
<p>MegaEth is reshaping what real-time looks like on the EVM. With sub-millisecond block times and support for over 100,000 transactions per second, built for next-gen applications that demand scale, speed, and reliability.</p>
<p>In this blog, we’ll walk through how to easily index, sync, and query millions of events on MegaEth in minutes using Envio. From setup to production, learn how to get the most out of one of the fastest chains in the ecosystem.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="what-is-megaeth">What is MegaEth?<a class="hash-link" aria-label="Direct link to What is MegaEth?" title="Direct link to What is MegaEth?" href="https://docs.envio.dev/blog/how-to-index-megaeth-data-using-envio#what-is-megaeth">​</a></h2>
<p><a href="https://www.megaeth.com/" target="_blank" rel="noopener noreferrer">MegaEth</a> is a high-performance EVM chain purpose-built for real-time applications. It combines sub-millisecond block times with over 100,000 transactions per second, giving developers a foundation to build real-time, responsive, production-grade apps.</p>
<p>Unlike other chains that trade off EVM compatibility for speed, MegaEth keeps your Solidity code, dev tools, and mental models intact. You get Ethereum’s programming experience with none of the latency. Whether you’re powering data analytics, an on-chain game, or a reactive dashboard, MegaEth makes sure your stack never lags behind your users.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="key-features">Key Features:<a class="hash-link" aria-label="Direct link to Key Features:" title="Direct link to Key Features:" href="https://docs.envio.dev/blog/how-to-index-megaeth-data-using-envio#key-features">​</a></h4>
<ul>
<li>
<p><a href="https://docs.megaeth.com/mini-blocks" target="_blank" rel="noopener noreferrer">Mini Blocks + EVM Blocks</a>: Fast mini-blocks (~10 ms) combined with full EVM block finality offer real-time latency and standard blockchain guarantees.</p>
</li>
<li>
<p><a href="https://docs.megaeth.com/architecture" target="_blank" rel="noopener noreferrer">High-Throughput Sequencing + Parallel Execution</a>: MegaEth achieves high TPS through a centralized sequencer architecture and parallel execution across node types.</p>
</li>
<li>
<p><a href="https://docs.megaeth.com/realtime-api" target="_blank" rel="noopener noreferrer">Realtime API Access</a>: The Realtime API surfaces mini-block data via standard JSON-RPC methods, allowing near-instant visibility into state and transaction outcomes.</p>
</li>
<li>
<p><strong>EigenDA-Powered Data Availability</strong>: By integrating EigenDA, MegaEth enables scalable, secure data access without burdening Ethereum’s on-chain storage.</p>
</li>
<li>
<p><strong>Full EVM Support</strong>: MegaEth supports Solidity, EIP‑1559, EIP‑7702, large contract sizes, and existing Ethereum tooling out of the box.</p>
</li>
</ul>
<p>These core building blocks make MegaEth a robust environment for building everything from real-time DeFi and high-frequency trading bots to streaming on-chain gaming and on-demand NFT mints, all at warp speed.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="how-to-index-data-on-megaeth">How to Index Data on MegaEth<a class="hash-link" aria-label="Direct link to How to Index Data on MegaEth" title="Direct link to How to Index Data on MegaEth" href="https://docs.envio.dev/blog/how-to-index-megaeth-data-using-envio#how-to-index-data-on-megaeth">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="hyperindex">HyperIndex<a class="hash-link" aria-label="Direct link to HyperIndex" title="Direct link to HyperIndex" href="https://docs.envio.dev/blog/how-to-index-megaeth-data-using-envio#hyperindex">​</a></h3>
<p>A full-featured blockchain indexing framework that transforms on-chain events into structured, queryable databases with GraphQL APIs. It offers MegaEth developers a complete indexing solution with schema management and event handling, making data on MegaEth easily accessible and developer-friendly.</p>
<p><a href="https://docs.envio.dev/docs/HyperIndex/overview" target="_blank" rel="noopener noreferrer">Learn more</a></p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="hypersync">HyperSync<a class="hash-link" aria-label="Direct link to HyperSync" title="Direct link to HyperSync" href="https://docs.envio.dev/blog/how-to-index-megaeth-data-using-envio#hypersync">​</a></h3>
<p>A high-performance data retrieval layer that gives developers unprecedented access to data on MegaEth. It directly replaces traditional RPC endpoints for raw block data, delivering up to 10,000x faster data access. HyperSync enables rapid and cost-effective retrieval of both real-time and historical blockchain data and can be used directly for custom data pipelines and specialized applications.</p>
<p><a href="https://docs.envio.dev/docs/HyperSync/overview" target="_blank" rel="noopener noreferrer">Learn more</a></p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="hyperrpc">HyperRPC<a class="hash-link" aria-label="Direct link to HyperRPC" title="Direct link to HyperRPC" href="https://docs.envio.dev/blog/how-to-index-megaeth-data-using-envio#hyperrpc">​</a></h3>
<p>A local RPC proxy that supercharges blockchain data access by mapping standard RPC requests to HyperSync’s ultra-fast data engine. HyperRPC accepts typical RPC calls and translates them into HyperSync queries, dramatically reducing query time and eliminating the bottlenecks of traditional RPC endpoints.</p>
<p><a href="https://docs.envio.dev/docs/HyperRPC/overview-hyperrpc" target="_blank" rel="noopener noreferrer">Learn more</a></p>
<p>MegaEth moves fast, and your indexing stack should too. Envio gives you the infrastructure to match that speed, so you can build applications that are responsive, reliable, and ready for scale.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="additional-features-for-megaeth-indexers-built-using-envio">Additional Features for MegaEth Indexers Built Using Envio<a class="hash-link" aria-label="Direct link to Additional Features for MegaEth Indexers Built Using Envio" title="Direct link to Additional Features for MegaEth Indexers Built Using Envio" href="https://docs.envio.dev/blog/how-to-index-megaeth-data-using-envio#additional-features-for-megaeth-indexers-built-using-envio">​</a></h3>
<p>Envio offers a range of advanced capabilities that make it easy to build rich, flexible data pipelines on MegaEth:</p>
<ul>
<li><strong>Flexible Language Suppor</strong>t: Configure your event handling in familiar and widely supported languages such as JavaScript, TypeScript, or ReScript.</li>
<li><strong>No-Code Quickstart</strong>: Autogenerate the key boilerplate for an entire indexer project based on single or multiple smart contracts. Deploy within minutes.</li>
<li><strong>Multichain Support</strong>: Aggregate data across multiple networks into a single database and query everything through a unified GraphQL API.</li>
<li><strong>Join On-Chain and Off-Chain Data</strong>: Connect indexed blockchain data with off-chain data to create a flexible API that goes beyond simple on-chain event logs, such as integrating external NFT metadata.</li>
<li><strong>Factory Contracts</strong>: Automatically register and process events emitted by all child contracts created by a specified factory or dynamic contract.</li>
<li><strong>Hosted Service</strong>: The simplest way to deploy production-ready indexers on MegaEth. A managed service platform for building, hosting, and querying Envio's Indexers with guaranteed uptime and performance service level agreements.</li>
</ul>
<p>These additional features make Envio the ideal choice for building next-generation data-driven applications on MegaEth and beyond.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="existing-use-cases-on-megaeth-utilizing-envio">Existing Use Cases on MegaEth Utilizing Envio<a class="hash-link" aria-label="Direct link to Existing Use Cases on MegaEth Utilizing Envio" title="Direct link to Existing Use Cases on MegaEth Utilizing Envio" href="https://docs.envio.dev/blog/how-to-index-megaeth-data-using-envio#existing-use-cases-on-megaeth-utilizing-envio">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="oracle-wars">Oracle Wars<a class="hash-link" aria-label="Direct link to Oracle Wars" title="Direct link to Oracle Wars" href="https://docs.envio.dev/blog/how-to-index-megaeth-data-using-envio#oracle-wars">​</a></h3>
<img src="https://docs.envio.dev/blog-assets/megaeth-oracle-wars.png" alt="orcale wars megaeth" width="100%">
<p><a href="https://www.oraclewars.xyz/" target="_blank" rel="noopener noreferrer">Oracle Wars</a> is an experimental dashboard built with Envio’s HyperIndex that visualizes real-time oracle behavior on MegaEth. It showcases how push-based oracles like <a href="https://blog.redstone.finance/2025/04/08/introducing-redstone-bolt-the-fastest-blockchain-oracle-to-date/" target="_blank" rel="noopener noreferrer">RedStone Bolt</a> behave under live market conditions by tracking heartbeat intervals, deviation thresholds, and latency patterns. The project helps developers understand how oracles operate in volatile environments and the potential risks of delayed or unexpected updates. Built in under two hours, Oracle Wars demonstrates how Envio enables rapid development of real-time monitoring tools on high-throughput chains like MegaEth.</p>
<p>Take a deeper dive in our full <a href="https://docs.envio.dev/blog/oracle-wars" target="_blank" rel="noopener noreferrer">Oracle Wars blog</a>.</p>
<p>This is just one of many great examples of what Envio is powering in the MegaEth ecosystem. For more, explore our <a href="https://envio.dev/explorer" target="_blank" rel="noopener noreferrer">Envio Explorer</a> and see what developers are building.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="relevant-resources">Relevant Resources<a class="hash-link" aria-label="Direct link to Relevant Resources" title="Direct link to Relevant Resources" href="https://docs.envio.dev/blog/how-to-index-megaeth-data-using-envio#relevant-resources">​</a></h2>
<ul>
<li><a href="https://docs.envio.dev/docs/HyperIndex/getting-started" target="_blank" rel="noopener noreferrer">Getting Started</a></li>
<li><a href="https://docs.envio.dev/docs/HyperSync/overview" target="_blank" rel="noopener noreferrer">Envio’s HyperSync</a></li>
<li><a href="https://docs.envio.dev/docs/HyperIndex/hosted-service" target="_blank" rel="noopener noreferrer">Envio’s Hosted Service</a></li>
<li><a href="https://docs.envio.dev/docs/HyperIndex/megaeth-testnet#indexing-megaeth-testnet-data-with-envio" target="_blank" rel="noopener noreferrer">Indexing MegaEth Data with Envio</a></li>
<li><a href="https://docs.megaeth.com/infra" target="_blank" rel="noopener noreferrer">Indexers on MegaEth</a></li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="getting-support">Getting Support<a class="hash-link" aria-label="Direct link to Getting Support" title="Direct link to Getting Support" href="https://docs.envio.dev/blog/how-to-index-megaeth-data-using-envio#getting-support">​</a></h2>
<p>Data indexing can be challenging, especially for complex use cases. Our engineers are always ready to assist you with your data needs. Join our growing community of elite builders and experience peace of mind with Envio. Feel free to reach out to us on Discord or email us at <a href="mailto:hello@envio.dev" target="_blank" rel="noopener noreferrer">hello@envio.dev</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="about-envio">About Envio<a class="hash-link" aria-label="Direct link to About Envio" title="Direct link to About Envio" href="https://docs.envio.dev/blog/how-to-index-megaeth-data-using-envio#about-envio">​</a></h2>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Envio</a> is a modern, multichain EVM blockchain indexing toolkit designed for real-time and historical data access. If you’re building on MegaEth or any other EVM-compatible network, Envio is here to make your development process faster and more efficient. Explore our <a href="https://docs.envio.dev/docs/HyperIndex/overview" target="_blank" rel="noopener noreferrer">documentation</a>, join the community, and let’s connect about your data needs.</p>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Website</a> | <a href="https://twitter.com/envio_indexer" target="_blank" rel="noopener noreferrer">X</a> | <a href="https://discord.com/invite/gt7yEUZKeB" target="_blank" rel="noopener noreferrer">Discord</a> | <a href="https://t.me/+5mI61oZibEM5OGQ8" target="_blank" rel="noopener noreferrer">Telegram</a> | <a href="https://github.com/enviodev" target="_blank" rel="noopener noreferrer">GitHub</a> | <a href="https://www.youtube.com/channel/UCR7nZ2yzEtc5SZNM0dhrkhA" target="_blank" rel="noopener noreferrer">YouTube</a> | <a href="https://www.reddit.com/user/Envio_indexer" target="_blank" rel="noopener noreferrer">Reddit</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[How to Index Monad Data Using Envio]]></title>
            <link>https://docs.envio.dev/blog/how-to-index-monad-data-using-envio</link>
            <guid>https://docs.envio.dev/blog/how-to-index-monad-data-using-envio</guid>
            <pubDate>Thu, 12 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Learn how to efficiently index data on Monad using Envio from setting up your project to mapping contracts and querying on-chain events in real-time.]]></description>
            <content:encoded><![CDATA[<img src="https://docs.envio.dev/blog-assets/indexing-monad-data.png" alt="Cover Image How to Index Monad Data Using Envio" width="100%">
<p>Name a better duo? We’ll start. Envio is proud to support developers and data analysts building on Monad by providing the most efficient and reliable access to real-time and historical data on the Monad network through our modular indexing stack. By combining Monad’s exceptional speed with Envio’s powerful blockchain indexing solution, developers can easily build highly performant applications that thrive on fast, reliable, and comprehensive data.</p>
<p>Monad has emerged as a promising new chapter in blockchain performance, delivering unmatched throughput of up to 10,000 transactions per second for developers and users alike. As a fully EVM-compatible Layer 1, Monad combines one-second block times, optimistic parallel execution, and single-slot finality to redefine what is possible on-chain.</p>
<p>In this blog, we will explore why Envio is the best blockchain indexer on Monad and how our indexing stack empowers you to seamlessly sync, query, and leverage data, unlocking everything from analytics dashboards to advanced applications and user-facing experiences.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="what-is-monad">What is Monad?<a class="hash-link" aria-label="Direct link to What is Monad?" title="Direct link to What is Monad?" href="https://docs.envio.dev/blog/how-to-index-monad-data-using-envio#what-is-monad">​</a></h2>
<p><a href="https://www.monad.xyz/" target="_blank" rel="noopener noreferrer">Monad</a> is a high-performance Layer 1 blockchain built to bring scalability to the EVM without compromising composability. With Monad’s parallel execution engine and focus on low-latency performance, developers can build highly efficient applications that offer higher throughput and lower fees without needing to rewrite existing EVM code.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="monad-features">Monad features:<a class="hash-link" aria-label="Direct link to Monad features:" title="Direct link to Monad features:" href="https://docs.envio.dev/blog/how-to-index-monad-data-using-envio#monad-features">​</a></h3>
<ul>
<li>One-second block times that reduce transaction finality delays.</li>
<li><a href="https://docs.monad.xyz/monad-arch/execution/parallel-execution" target="_blank" rel="noopener noreferrer">Parallel execution</a> through Monad’s superscalar architecture for efficient transaction processing.</li>
<li>Single-slot finality powered by <a href="https://docs.monad.xyz/monad-arch/consensus/monad-bft" target="_blank" rel="noopener noreferrer">MonadBFT</a> consensus, ensuring fast and secure state updates.</li>
<li>A highly optimized storage layer called <a href="https://docs.monad.xyz/monad-arch/execution/monaddb" target="_blank" rel="noopener noreferrer">MonadDB</a> for efficient state access and management.</li>
<li><a href="https://docs.monad.xyz/monad-arch/consensus/raptorcast" target="_blank" rel="noopener noreferrer">RaptorCast</a> for efficient block transmission and network performance.</li>
<li><a href="https://docs.monad.xyz/monad-arch/consensus/asynchronous-execution" target="_blank" rel="noopener noreferrer">Asynchronous execution</a> to pipeline consensus and execution, extending the execution time budget.</li>
</ul>
<p>These features make Monad an ideal foundation for data-rich decentralized applications that demand speed, reliability, and seamless composability.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="how-to-index-data-on-monad">How to Index Data on Monad<a class="hash-link" aria-label="Direct link to How to Index Data on Monad" title="Direct link to How to Index Data on Monad" href="https://docs.envio.dev/blog/how-to-index-monad-data-using-envio#how-to-index-data-on-monad">​</a></h2>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="hyperindex">HyperIndex<a class="hash-link" aria-label="Direct link to HyperIndex" title="Direct link to HyperIndex" href="https://docs.envio.dev/blog/how-to-index-monad-data-using-envio#hyperindex">​</a></h4>
<p>A full-featured blockchain indexing framework that transforms on-chain events into structured, queryable databases with GraphQL APIs. It offers Monad developers a complete indexing solution with schema management and event handling, making data on Monad easily accessible and developer-friendly.</p>
<p><a href="https://docs.envio.dev/docs/HyperIndex/overview" target="_blank" rel="noopener noreferrer">Learn more</a></p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="hypersync">HyperSync<a class="hash-link" aria-label="Direct link to HyperSync" title="Direct link to HyperSync" href="https://docs.envio.dev/blog/how-to-index-monad-data-using-envio#hypersync">​</a></h4>
<p>A high-performance data retrieval layer that gives developers unprecedented access to data on Monad. It directly replaces traditional RPC endpoints, delivering up to 10,000x faster data access. HyperSync enables rapid and cost-effective retrieval of both real-time and historical blockchain data and can be used directly for custom data pipelines and specialized applications.</p>
<p><a href="https://docs.envio.dev/docs/HyperSync/overview" target="_blank" rel="noopener noreferrer">Learn more</a></p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="hyperrpc">HyperRPC<a class="hash-link" aria-label="Direct link to HyperRPC" title="Direct link to HyperRPC" href="https://docs.envio.dev/blog/how-to-index-monad-data-using-envio#hyperrpc">​</a></h4>
<p>A local RPC proxy that supercharges blockchain data access by mapping standard RPC requests to HyperSync’s ultra-fast data engine. HyperRPC accepts typical RPC calls and translates them into HyperSync queries, dramatically reducing latency and eliminating the bottlenecks of traditional RPC endpoints.</p>
<p><a href="https://docs.envio.dev/docs/HyperRPC/overview-hyperrpc" target="_blank" rel="noopener noreferrer">Learn more</a></p>
<p>A high-throughput chain deserves infrastructure that can keep up. By utilizing Envio, you can harness the full potential of Monad’s high-throughput environment and build unstoppable applications.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="additional-features-for-monad-indexers-built-using-envio">Additional Features for Monad Indexers Built Using Envio<a class="hash-link" aria-label="Direct link to Additional Features for Monad Indexers Built Using Envio" title="Direct link to Additional Features for Monad Indexers Built Using Envio" href="https://docs.envio.dev/blog/how-to-index-monad-data-using-envio#additional-features-for-monad-indexers-built-using-envio">​</a></h3>
<p>Envio offers a range of advanced capabilities that make it easy to build rich, flexible data pipelines on Monad:</p>
<ul>
<li><strong>Flexible Language Support</strong>: Configure your event handling in familiar and widely supported languages such as JavaScript, TypeScript, or ReScript.</li>
<li><strong>No-Code Quickstart</strong>: Autogenerate the key boilerplate for an entire indexer project based on single or multiple smart contracts. Deploy within minutes.</li>
<li><strong>Multichain Support</strong>: Aggregate data across multiple networks into a single database and query everything through a unified GraphQL API.</li>
<li><strong>Join On-Chain and Off-Chain Data</strong>: Connect indexed blockchain data with off-chain data to create a flexible API that goes beyond simple on-chain event logs, such as integrating external NFT metadata.</li>
<li><strong>Factory Contracts</strong>: Automatically register and process events emitted by all child contracts created by a specified factory or dynamic contract.</li>
<li><strong>Hosted Service</strong>: The simplest way to deploy production-ready indexers on Monad. A managed service platform for building, hosting, and querying Envio's Indexers with guaranteed uptime and performance service level agreements.</li>
</ul>
<p>These additional features make Envio the ideal choice for building next-generation data-driven applications on Monad and beyond.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="existing-use-cases-on-monad-utilizing-envio">Existing Use Cases on Monad Utilizing Envio<a class="hash-link" aria-label="Direct link to Existing Use Cases on Monad Utilizing Envio" title="Direct link to Existing Use Cases on Monad Utilizing Envio" href="https://docs.envio.dev/blog/how-to-index-monad-data-using-envio#existing-use-cases-on-monad-utilizing-envio">​</a></h2>
<ul>
<li><a href="https://github.com/monorail-xyz/uniswap-v3-pools-indexer" target="_blank" rel="noopener noreferrer">Monorail</a></li>
<li><a href="https://x.com/naddotfun/status/1920483968417177768" target="_blank" rel="noopener noreferrer">Nad.fun</a></li>
<li><a href="https://x.com/envio_indexer/status/1892230066328756263" target="_blank" rel="noopener noreferrer">Haha Wallet</a></li>
</ul>
<p>These are just a few great examples of Envio in the wild, powering awesome applications in the Monad ecosystem. Feel free to check out this <a href="https://x.com/envio_indexer/status/1900493623784808598" target="_blank" rel="noopener noreferrer">thread</a> for even more examples or dive into our <a href="https://envio.dev/explorer" target="_blank" rel="noopener noreferrer">Explorer</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="relevant-resources">Relevant Resources<a class="hash-link" aria-label="Direct link to Relevant Resources" title="Direct link to Relevant Resources" href="https://docs.envio.dev/blog/how-to-index-monad-data-using-envio#relevant-resources">​</a></h2>
<ul>
<li><a href="https://docs.envio.dev/docs/HyperIndex/getting-started" target="_blank" rel="noopener noreferrer">Getting Started</a></li>
<li><a href="https://docs.envio.dev/docs/HyperIndex/monad-testnet#indexing-monad-testnet-data-with-envio" target="_blank" rel="noopener noreferrer">Indexing Monad Data with Envio</a></li>
<li><a href="https://docs.envio.dev/docs/HyperSync/overview" target="_blank" rel="noopener noreferrer">Envio’s HyperSync</a></li>
<li><a href="https://docs.envio.dev/docs/HyperIndex/hosted-service" target="_blank" rel="noopener noreferrer">Envio’s Hosted Service</a></li>
<li><a href="https://docs.monad.xyz/guides/indexers/tg-bot-using-envio" target="_blank" rel="noopener noreferrer">How to build a transfer notification bot with Envio HyperIndex</a></li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="getting-support">Getting Support<a class="hash-link" aria-label="Direct link to Getting Support" title="Direct link to Getting Support" href="https://docs.envio.dev/blog/how-to-index-monad-data-using-envio#getting-support">​</a></h2>
<p>Data indexing can be challenging, especially for complex use cases. Our engineers are always ready to assist you with your data availability needs. Join our growing community of elite builders and experience peace of mind with Envio. Feel free to reach out to us on Discord or email us at <a href="mailto:hello@envio.dev" target="_blank" rel="noopener noreferrer">hello@envio.dev</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="about-envio">About Envio<a class="hash-link" aria-label="Direct link to About Envio" title="Direct link to About Envio" href="https://docs.envio.dev/blog/how-to-index-monad-data-using-envio#about-envio">​</a></h2>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Envio</a> is a modern, multichain EVM blockchain indexer designed for real-time and historical data access. If you’re building on Monad or any other EVM-compatible network, Envio is here to make your development process faster and more efficient. Explore our <a href="https://docs.envio.dev/docs/HyperIndex/overview" target="_blank" rel="noopener noreferrer">documentation</a>, join the community, and let’s connect about your data needs.</p>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Website</a> | <a href="https://twitter.com/envio_indexer" target="_blank" rel="noopener noreferrer">X</a> | <a href="https://discord.com/invite/gt7yEUZKeB" target="_blank" rel="noopener noreferrer">Discord</a> | <a href="https://t.me/+5mI61oZibEM5OGQ8" target="_blank" rel="noopener noreferrer">Telegram</a> | <a href="https://github.com/enviodev" target="_blank" rel="noopener noreferrer">GitHub</a> | <a href="https://www.youtube.com/channel/UCR7nZ2yzEtc5SZNM0dhrkhA" target="_blank" rel="noopener noreferrer">YouTube</a> | <a href="https://www.reddit.com/user/Envio_indexer" target="_blank" rel="noopener noreferrer">Reddit</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Envio Developer Update May 2025]]></title>
            <link>https://docs.envio.dev/blog/envio-developer-update-may-2025</link>
            <guid>https://docs.envio.dev/blog/envio-developer-update-may-2025</guid>
            <pubDate>Thu, 29 May 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Discover what Envio shipped in May 2025 including major version releases, CLI improvement, indexer tooling updates, integrations and our DappCon 2025 sponsorship.]]></description>
            <content:encoded><![CDATA[<img src="https://docs.envio.dev/blog-assets/dev-update-may-2025.png" alt="Cover Image Envio Developer Update May 2025" width="100%">
<p>May was a big month at Envio.</p>
<p>We shipped major versions with powerful new features, which gave indexing performance a serious upgrade, and made the CLI even smoother for automation.</p>
<p>We also landed some exciting integrations, improved tooling across the board, locked in our DappCon 2025 sponsorship and speaking slot, and much more. Let’s dive in!</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="latest-releases-v2190--v2213">Latest Releases: v2.19.0 → v2.21.3<a class="hash-link" aria-label="Direct link to Latest Releases: v2.19.0 → v2.21.3" title="Direct link to Latest Releases: v2.19.0 → v2.21.3" href="https://docs.envio.dev/blog/envio-developer-update-may-2025#latest-releases-v2190--v2213">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="fixed-invalid-rollback-on-reorg-bug"><strong>Fixed Invalid Rollback on Reorg Bug</strong><a class="hash-link" aria-label="Direct link to fixed-invalid-rollback-on-reorg-bug" title="Direct link to fixed-invalid-rollback-on-reorg-bug" href="https://docs.envio.dev/blog/envio-developer-update-may-2025#fixed-invalid-rollback-on-reorg-bug">​</a></h3>
<p>In v2.21.3, we addressed an issue with invalid rollbacks during reorgs. We highly recommend upgrading to this version to ensure smoother contract indexing and enhanced system stability.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="async-contract-registration"><strong>Async Contract Registration</strong><a class="hash-link" aria-label="Direct link to async-contract-registration" title="Direct link to async-contract-registration" href="https://docs.envio.dev/blog/envio-developer-update-may-2025#async-contract-registration">​</a></h4>
<p>You can now register contracts asynchronously using external logic. Perfect for dynamic deployments where the contract address depends on an external source.</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">NftFactory.SimpleNftCreated.contractRegister(async ({ event, context }) =&gt; {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  const version = await getContractVersion(event.params.contractAddress);</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  if (version === "v2") {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    context.addSimpleNftV2(event.params.contractAddress);</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  } else {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    context.addSimpleNft(event.params.contractAddress);</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  }</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">});</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="new-evm-fields"><strong>New EVM Fields</strong><a class="hash-link" aria-label="Direct link to new-evm-fields" title="Direct link to new-evm-fields" href="https://docs.envio.dev/blog/envio-developer-update-may-2025#new-evm-fields">​</a></h4>
<p>Added <code>accessList</code> and <code>authorizationList</code> (EIP-7702) to transactions for expanded chain compatibility.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="json-field-support-in-schema"><strong>JSON Field Support in Schema</strong><a class="hash-link" aria-label="Direct link to json-field-support-in-schema" title="Direct link to json-field-support-in-schema" href="https://docs.envio.dev/blog/envio-developer-update-may-2025#json-field-support-in-schema">​</a></h4>
<p>You can now define flexible <code>JSON</code> fields in your GraphQL schema,  ideal for storing dynamic metadata.</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">type User {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  id: ID!</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  metadata: Json!</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">}</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="effect-api-for-efficient-external-calls"><strong>Effect API for Efficient External Calls</strong><a class="hash-link" aria-label="Direct link to effect-api-for-efficient-external-calls" title="Direct link to effect-api-for-efficient-external-calls" href="https://docs.envio.dev/blog/envio-developer-update-may-2025#effect-api-for-efficient-external-calls">​</a></h4>
<p>The new Effect API lets you batch, memoize, and deduplicate external calls directly from your handlers.</p>
<p>Paired with loaders, it prevents overfetching and speeds up processing across large batches.</p>
<p>Check out the <a href="https://www.loom.com/share/af44351d1a0a4d81882ea72e2c750c44" target="_blank" rel="noopener noreferrer">walkthrough</a> on Loom or dive into our <a href="https://docs.envio.dev/docs/HyperIndex/loaders" target="_blank" rel="noopener noreferrer">Loaders</a> guide to learn more.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="contract-registration-boost"><strong>Contract Registration Boost</strong><a class="hash-link" aria-label="Direct link to contract-registration-boost" title="Direct link to contract-registration-boost" href="https://docs.envio.dev/blog/envio-developer-update-may-2025#contract-registration-boost">​</a></h4>
<p>Dynamic contract indexing is now dramatically faster. We’ve deprecated preRegisterDynamicContracts option, it’s no longer needed.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="improved-rpc-error-handling"><strong>Improved RPC Error Handling</strong><a class="hash-link" aria-label="Direct link to improved-rpc-error-handling" title="Direct link to improved-rpc-error-handling" href="https://docs.envio.dev/blog/envio-developer-update-may-2025#improved-rpc-error-handling">​</a></h4>
<p>We added support for 9 more RPC error types to improve retry logic and block range fallback.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="non-interactive-cli-setup"><strong>Non-Interactive CLI Setup</strong><a class="hash-link" aria-label="Direct link to non-interactive-cli-setup" title="Direct link to non-interactive-cli-setup" href="https://docs.envio.dev/blog/envio-developer-update-may-2025#non-interactive-cli-setup">​</a></h4>
<p>You can now initialize an indexer entirely through the CLI, no prompts, ideal for scripting and automation.</p>
<p>This comes as part of early experimentation with Envio MCP.</p>
<p>For more information, view <a href="https://github.com/enviodev/hyperindex/releases" target="_blank" rel="noopener noreferrer">all past and current release notes</a> on our GitHub.</p>
<p>If you love what we’re building as much as we do and want to stay updated on our latest releases and developments, give us a star on <a href="https://github.com/enviodev/hyperindex" target="_blank" rel="noopener noreferrer">GitHub</a>! Your support means the world to us! ⭐</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="envio-rolls-out-major-upgrade-to-contract-indexing">Envio Rolls Out Major Upgrade to Contract Indexing<a class="hash-link" aria-label="Direct link to Envio Rolls Out Major Upgrade to Contract Indexing" title="Direct link to Envio Rolls Out Major Upgrade to Contract Indexing" href="https://docs.envio.dev/blog/envio-developer-update-may-2025#envio-rolls-out-major-upgrade-to-contract-indexing">​</a></h2>
<p>Our latest performance upgrade unlocks dramatically faster dynamic indexing, especially for contracts deployed by factories. What previously took hours can now be done in minutes, with indexing speeds reaching nearly 30,000 events per second, even while dynamically registering new contracts.</p>
<p>No more two-pass preregistration flows. As of V2.19.0, contract registration happens in real-time, and the preregistration option has been deprecated. HyperIndex supports nested factory contracts, so if your contracts deploy other contracts (even more factories), we’ll handle it automatically.</p>
<p>Big shoutout to one of our leading devs, <a href="https://x.com/dzakh_dev" target="_blank" rel="noopener noreferrer">Dmitry Zakharov</a>, for leading the work to streamline contract registration.</p>
<p>Here’s a look at the local dev console, a useful way to track indexing speed and progress in real time. In this example, it’s tearing through Uniswap V3 data.</p>
<img src="https://docs.envio.dev/blog-assets/dev-update-may-2025-1.png" alt="contract indexing" width="100%">
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="envio-sponsors-dappcon-2025">Envio Sponsors DappCon 2025<a class="hash-link" aria-label="Direct link to Envio Sponsors DappCon 2025" title="Direct link to Envio Sponsors DappCon 2025" href="https://docs.envio.dev/blog/envio-developer-update-may-2025#envio-sponsors-dappcon-2025">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-may-2025-2.png" alt="dappcon 2025" width="100%">
<p>We’re excited to announce that Envio is one of the many proud sponsors of <a href="https://dappcon.io/" target="_blank" rel="noopener noreferrer">DappCon</a> 2025, joining an incredible lineup of projects pushing Web3 forward.</p>
<p>Be sure to also catch our speaking slot, Envio Co-founder <a href="https://x.com/DenhamPreen" target="_blank" rel="noopener noreferrer">Denham Preen</a> will be sharing insights on real-time blockchain indexing and building open access to on-chain data.</p>
<p>See you in Berlin! 🇩🇪🥨</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="exciting-defi-integration-with-nadfun">Exciting DeFi Integration With Nad.fun<a class="hash-link" aria-label="Direct link to Exciting DeFi Integration With Nad.fun" title="Direct link to Exciting DeFi Integration With Nad.fun" href="https://docs.envio.dev/blog/envio-developer-update-may-2025#exciting-defi-integration-with-nadfun">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-may-2025-3.png" alt="nad dot fun" width="100%">
<p>We’re excited to share that Envio has been integrated with <a href="https://testnet.nad.fun/" target="_blank" rel="noopener noreferrer">Nad.fun</a>, an on-chain trading game built on Monad. We recently developed geographic request visualizations as we began serving HyperSync requests from multiple regions. Check out the awesome graphs showcasing where traffic is coming from.</p>
<p>Learn more in this <a href="https://x.com/naddotfun/status/1920483968417177768" target="_blank" rel="noopener noreferrer">post</a> on X.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="envio-powers-real-time-analytics-on-monorail">Envio Powers Real-Time Analytics on Monorail<a class="hash-link" aria-label="Direct link to Envio Powers Real-Time Analytics on Monorail" title="Direct link to Envio Powers Real-Time Analytics on Monorail" href="https://docs.envio.dev/blog/envio-developer-update-may-2025#envio-powers-real-time-analytics-on-monorail">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-may-2025-4.png" alt="monorail" width="100%">
<p>Another solid example of Envio in the wild, <a href="https://testnet-preview.monorail.xyz/" target="_blank" rel="noopener noreferrer">Monorail</a> is now serving up real-time blockchain analytics, powered by our indexing infrastructure on Monad.</p>
<p>From live data to actionable insights, it’s all running smoothly under the hood. Big props to Monorail for the slick integration.</p>
<p>Learn more in this <a href="https://x.com/envio_indexer/status/1923323564117156011" target="_blank" rel="noopener noreferrer">post</a> on X.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="sonic-summit-keynote">Sonic Summit Keynote<a class="hash-link" aria-label="Direct link to Sonic Summit Keynote" title="Direct link to Sonic Summit Keynote" href="https://docs.envio.dev/blog/envio-developer-update-may-2025#sonic-summit-keynote">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-may-2025-5.png" alt="sonic summit" width="100%">
<p>Learn how to index millions of events on Sonic—in seconds.</p>
<p>Watch our keynote from Sonic Summit and see what real-time indexing looks like on a chain built for speed.⚡️</p>
<p>Watch on <a href="https://www.youtube.com/watch?v=DYvzHIRinQQ" target="_blank" rel="noopener noreferrer">YouTube</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="integration-spotlight-forever-moments">Integration Spotlight: Forever Moments<a class="hash-link" aria-label="Direct link to Integration Spotlight: Forever Moments" title="Direct link to Integration Spotlight: Forever Moments" href="https://docs.envio.dev/blog/envio-developer-update-may-2025#integration-spotlight-forever-moments">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-may-2025-6.png" alt="forever moments" width="100%">
<p><a href="https://www.forevermoments.life/" target="_blank" rel="noopener noreferrer">Forever Moments</a> just rolled out a robust new indexing setup using Envio. The result? Faster performance, cleaner data feeds, and expanded features. Even better, they’ll be open-sourcing their version soon so others can build on it too.</p>
<p>Shout out to the Forever Moments team for pushing on-chain media forward.</p>
<p>Learn more in this <a href="https://x.com/momentsonchain/status/1927278966659785058" target="_blank" rel="noopener noreferrer">post</a> on X.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="monad-evmaccathon-winners">Monad Evm/Accathon Winners<a class="hash-link" aria-label="Direct link to Monad Evm/Accathon Winners" title="Direct link to Monad Evm/Accathon Winners" href="https://docs.envio.dev/blog/envio-developer-update-may-2025#monad-evmaccathon-winners">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-may-2025-7.png" alt="monad hackathon" width="100%">
<p>Congratulations to the winners of the first-ever Monad hackathon (evm/accathon). It brought some serious builder energy, and we were proud to support teams with the fastest and most performant data indexing on Monad.</p>
<p>Learn more about the winning projects in our <a href="https://docs.envio.dev/blog/announcing-the-monad-envio-hackathon-winners" target="_blank" rel="noopener noreferrer">blog</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="upcoming-events-️">Upcoming Events 🗓️<a class="hash-link" aria-label="Direct link to Upcoming Events 🗓️" title="Direct link to Upcoming Events 🗓️" href="https://docs.envio.dev/blog/envio-developer-update-may-2025#upcoming-events-%EF%B8%8F">​</a></h2>
<ul>
<li><a href="https://dappcon.io/" target="_blank" rel="noopener noreferrer">DappCon</a>: 16th → 18th June 2025</li>
<li>WAGMI Sponsors at <a href="https://ethcc.io/" target="_blank" rel="noopener noreferrer">EthCC</a> Cannes: 30th June → 3rd July 2025</li>
<li><a href="https://ethglobal.com/events/pragma-cannes" target="_blank" rel="noopener noreferrer">Pragama</a> Cannes: July 3rd, 2025</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="featured-developer-">Featured Developer 🧑‍💻<a class="hash-link" aria-label="Direct link to Featured Developer 🧑‍💻" title="Direct link to Featured Developer 🧑‍💻" href="https://docs.envio.dev/blog/envio-developer-update-may-2025#featured-developer-">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-may-2025-8.png" alt="dev of the month paul" width="100%">
<p>This month, we’re proud to spotlight Paul Berg, co-founder and CEO of Sablier Labs, and a long-time contributor to the open-source Ethereum ecosystem. Known for building tools like <a href="https://sablier.com/" target="_blank" rel="noopener noreferrer">Sablier</a> and <a href="https://github.com/paulrberg/prb-math" target="_blank" rel="noopener noreferrer">PRBMath</a>, Paul continues to push the space forward with thoughtful, developer-first projects.</p>
<p><em><strong>“Envio is the best indexer for EVM chains. Blazing fast indexing and native multi-chain support make it a game-changer.” - Paul Berg, Co-Founder &amp; CEO at Sablier Labs</strong></em></p>
<p>We’re especially thankful for Paul’s ongoing support of Envio and for being such an engaged developer and community member.</p>
<p>We highly recommend exploring Paul’s contributions and projects in the space. He’s also an active voice on <a href="https://x.com/PaulRBerg" target="_blank" rel="noopener noreferrer">X</a> and <a href="https://farcaster.xyz/prberg" target="_blank" rel="noopener noreferrer">Farcaster</a>, where he shares insights that go beyond crypto, diving into topics like longevity, epistemology, and physics. Give him a follow and check out his <a href="https://github.com/PaulRBerg" target="_blank" rel="noopener noreferrer">GitHub</a> to stay in the loop!</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="playlist-of-the-month-️">Playlist of the Month 🎧️<a class="hash-link" aria-label="Direct link to Playlist of the Month 🎧️" title="Direct link to Playlist of the Month 🎧️" href="https://docs.envio.dev/blog/envio-developer-update-may-2025#playlist-of-the-month-%EF%B8%8F">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-may-2025-9.png" alt="playlist may 2025" width="100%">
<p>▶️ <a href="https://open.spotify.com/playlist/5qpi10IrOQcNv8ixqWPkFB?si=876ddf7528534b2f" target="_blank" rel="noopener noreferrer">Open Spotify</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ship-with-us-">Ship With Us 🚢<a class="hash-link" aria-label="Direct link to Ship With Us 🚢" title="Direct link to Ship With Us 🚢" href="https://docs.envio.dev/blog/envio-developer-update-may-2025#ship-with-us-">​</a></h2>
<p>Envio is a modern, multi-chain EVM blockchain indexer 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.</p>
<p>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.</p>
<p><a href="https://envio.beehiiv.com/subscribe?utm_source=envio.beehiiv.com&amp;utm_medium=newsletter&amp;utm_campaign=new-post" target="_blank" rel="noopener noreferrer">Subscribe to our newsletter</a> 💌</p>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Website</a> | <a href="https://twitter.com/envio_indexer" target="_blank" rel="noopener noreferrer">X</a> | <a href="https://discord.com/invite/gt7yEUZKeB" target="_blank" rel="noopener noreferrer">Discord</a> | <a href="https://t.me/+5mI61oZibEM5OGQ8" target="_blank" rel="noopener noreferrer">Telegram</a> | <a href="https://github.com/enviodev" target="_blank" rel="noopener noreferrer">GitHub</a> | <a href="https://www.youtube.com/channel/UCR7nZ2yzEtc5SZNM0dhrkhA" target="_blank" rel="noopener noreferrer">YouTube</a> | <a href="https://www.reddit.com/user/Envio_indexer" target="_blank" rel="noopener noreferrer">Reddit</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Announcing the Monad Envio Hackathon Winners]]></title>
            <link>https://docs.envio.dev/blog/announcing-the-monad-envio-hackathon-winners</link>
            <guid>https://docs.envio.dev/blog/announcing-the-monad-envio-hackathon-winners</guid>
            <pubDate>Fri, 16 May 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Check out the winning projects from the Monad Envio Hackathon where developers built high performance applications and showcased new ways to harness real-time blockchain data on Monad.]]></description>
            <content:encoded><![CDATA[<img src="https://docs.envio.dev/blog-assets/monad-hackathon-winners-2025.png" alt="Cover Image Monad Hackathon Winners" width="100%">
<p>The first-ever Monad hackathon (evm/accathon) brought some serious builder energy. We were proud to support teams with the fastest and most performant data indexing on Monad.</p>
<p>Huge shoutout to the Monad team and every dev who participated, especially those who built with us. Here’s a look at the two standout winning submissions that used Envio’s open indexing infrastructure to power their projects on Monad.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="gorillionaire">Gorillionaire<a class="hash-link" aria-label="Direct link to Gorillionaire" title="Direct link to Gorillionaire" href="https://docs.envio.dev/blog/announcing-the-monad-envio-hackathon-winners#gorillionaire">​</a></h2>
<p>By <a href="https://x.com/luduvigo" target="_blank" rel="noopener noreferrer">luduvigo</a>, <a href="https://x.com/sammino__" target="_blank" rel="noopener noreferrer">sammino</a>, and <a href="https://x.com/CKobril" target="_blank" rel="noopener noreferrer">CKobril</a></p>
<p><a href="https://www.gorillionai.re/" target="_blank" rel="noopener noreferrer">Gorillionaire</a> is an AI-powered crypto trading platform delivering real-time Buy/Sell signals by analyzing on-chain data, whale activity, token listings, and price feeds. It uses Envio to index data on Monad, giving users and bots fast access to high-signal, real-time insights.</p>
<p>With <a href="https://www.privy.io/" target="_blank" rel="noopener noreferrer">Privy</a> for authentication and the <a href="https://0x.org/" target="_blank" rel="noopener noreferrer">0x</a> API for execution, users can act on signals instantly and compete on a gamified leaderboard. The platform also features AI-generated token analytics and gated access to private signals via <a href="https://nillion.com/" target="_blank" rel="noopener noreferrer">Nillion</a>’s Secret Vault.</p>
<p>Backed by Monad’s performance and Envio’s real-time indexing infrastructure, Gorillionaire shows what’s possible when AI meets production-grade indexing built for scale. Big congrats to the team on this stellar submission!</p>
<p>Watch the <a href="https://www.loom.com/share/b302c11bbd2640ec8b4fc1c85d4cf7c8" target="_blank" rel="noopener noreferrer">demo</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="monfundme">MonFundMe<a class="hash-link" aria-label="Direct link to MonFundMe" title="Direct link to MonFundMe" href="https://docs.envio.dev/blog/announcing-the-monad-envio-hackathon-winners#monfundme">​</a></h2>
<p>By <a href="https://x.com/defilova1" target="_blank" rel="noopener noreferrer">defilova1</a> and <a href="https://x.com/hillary_jayden" target="_blank" rel="noopener noreferrer">hillary_jayden</a></p>
<p><a href="https://monfundme.vercel.app/" target="_blank" rel="noopener noreferrer">MonFundMe</a> is a decentralized fundraising platform built on Monad, offering fast, transparent donations without the friction of Web2. Inspired by GoFundMe but reimagined for Web3, it cuts out high platform fees and removes all-or-nothing fundraising limits.</p>
<p>Powered by Envio, MonFundMe tracks donations in real time, offering complete transparency and faster access to funds. It’s an ideal fit for urgent causes or ongoing community campaigns alike.</p>
<p>Big ups and congrats to the team for an outstanding submission!</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="how-to-index-data-on-monad">How to Index Data on Monad<a class="hash-link" aria-label="Direct link to How to Index Data on Monad" title="Direct link to How to Index Data on Monad" href="https://docs.envio.dev/blog/announcing-the-monad-envio-hackathon-winners#how-to-index-data-on-monad">​</a></h2>
<p>These projects highlight what’s possible when you combine a high-performance chain like Monad with high-performance infrastructure like Envio.</p>
<p>Whether you’re building real-time analytics, AI agents, NFTs, or dashboards, indexing data on Monad with Envio is fast, flexible, and fully customizable.</p>
<p>→ <a href="https://docs.envio.dev/docs/HyperIndex/overview" target="_blank" rel="noopener noreferrer">Start indexing Monad data</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="big-thanks-to-the-builders">Big thanks to the builders<a class="hash-link" aria-label="Direct link to Big thanks to the builders" title="Direct link to Big thanks to the builders" href="https://docs.envio.dev/blog/announcing-the-monad-envio-hackathon-winners#big-thanks-to-the-builders">​</a></h2>
<p>Huge thanks to the Monad team for pulling together an incredible hackathon. The quality of submissions was seriously impressive, and picking winners wasn’t easy. We’re grateful to every dev who took the time to build, experiment, and ship using Envio.</p>
<p>We’re looking forward to seeing these projects grow and to the next hackathon. Keep shipping.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="about-monad">About Monad<a class="hash-link" aria-label="Direct link to About Monad" title="Direct link to About Monad" href="https://docs.envio.dev/blog/announcing-the-monad-envio-hackathon-winners#about-monad">​</a></h2>
<p><a href="https://www.monad.xyz/" target="_blank" rel="noopener noreferrer">Monad</a> is a high-performance L1 built to bring scalability to the EVM without compromising composability. With Monad’s parallel execution engine and focus on low-latency performance, it enables devs to build next-gen applications with higher throughput and lower fees, without rewriting existing EVM code.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="about-envio">About Envio<a class="hash-link" aria-label="Direct link to About Envio" title="Direct link to About Envio" href="https://docs.envio.dev/blog/announcing-the-monad-envio-hackathon-winners#about-envio">​</a></h2>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Envio</a> is a fast, developer-friendly blockchain indexer and the fastest, most flexible way to get on-chain data, making real-time data accessible for developers across the Web3 ecosystem.</p>
<p>With Envio, developers can query and stream blockchain data efficiently without the complexity of running their own infrastructure. Envio’s blockchain indexing tools supports any EVM network and is trusted by many teams building everything from DeFi platforms to analytics dashboards and production applications.</p>
<p>If you’re a blockchain developer or analyst looking to enhance your workflow, look no further. Join our growing community of Web3 builders and explore our docs.</p>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Website</a> | <a href="https://twitter.com/envio_indexer" target="_blank" rel="noopener noreferrer">X</a> | <a href="https://discord.com/invite/gt7yEUZKeB" target="_blank" rel="noopener noreferrer">Discord</a> | <a href="https://warpcast.com/envio" target="_blank" rel="noopener noreferrer">Farcaster</a> | <a href="https://github.com/enviodev" target="_blank" rel="noopener noreferrer">GitHub</a> | <a href="https://medium.com/@Envio_Indexer" target="_blank" rel="noopener noreferrer">Medium</a></p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Envio Developer Update April 2025]]></title>
            <link>https://docs.envio.dev/blog/envio-developer-update-april-2025</link>
            <guid>https://docs.envio.dev/blog/envio-developer-update-april-2025</guid>
            <pubDate>Fri, 25 Apr 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Discover what Envio delivered in April 2025 including HyperIndex versions 2.16 and 2.17, topic filters by contract address, a brand-new development console, and expanded enhanced indexing support for Monad network.]]></description>
            <content:encoded><![CDATA[<img src="https://docs.envio.dev/blog-assets/dev-update-april-2025.png" alt="Cover Image Envio Developer Community Update April 2025" width="100%">
<p>Welcome to Our April 2025 Developer Update!</p>
<p>This month, we launched v2.16.0 &amp; v2.17.0, introducing Topic Filters by Contract Addresses for more precise indexing and a new development console to track indexer progress. We've also expanded indexing support for Monad and released tools like Snubb for token approval scanning and Loggregate for real-time EVM event data aggregation and much more. Let's jump in!</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-hyperindex-version-2160--2170-are-now-available-">🚀 HyperIndex Version 2.16.0 &amp; 2.17.0 are now available 🚀<a class="hash-link" aria-label="Direct link to 🚀 HyperIndex Version 2.16.0 &amp; 2.17.0 are now available 🚀" title="Direct link to 🚀 HyperIndex Version 2.16.0 &amp; 2.17.0 are now available 🚀" href="https://docs.envio.dev/blog/envio-developer-update-april-2025#-hyperindex-version-2160--2170-are-now-available-">​</a></h2>
<p><em>Please note: Current release 2.17.1</em></p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="topic-filters-by-contract-addresses">Topic Filters by Contract Addresses<a class="hash-link" aria-label="Direct link to Topic Filters by Contract Addresses" title="Direct link to Topic Filters by Contract Addresses" href="https://docs.envio.dev/blog/envio-developer-update-april-2025#topic-filters-by-contract-addresses">​</a></h3>
<p>Besides <strong><code>chainId</code></strong> added in the previous release, you can now also access contract addresses to filter by.</p>
<p>For example, index your users' USDC transfers as easily as:</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">import { FactoryContract, UserContract } from "generated";</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">const USDC_ADDRESS = {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  84532: "0x036CbD53842c5426634e7929541eC2318f3dCF7e",</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  11155111: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">};</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">FactoryContract.UserCreted.contractRegister(async ({ event, context }) =&gt; {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  context.addUserContract(event.params.userContractAddress);</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">});</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">UserContract.Transfer.handler(async ({ event, context }) =&gt; {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  // Filter and store only the USDC transfers that involve a Safe address</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  if (event.srcAddress === USDC_ADDRESS[event.chainId]) {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    context.Transfer.set({</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      id: `${event.chainId}_${event.block.number}_${event.logIndex}`,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      from: event.params.from,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      to: event.params.to,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    });</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  }</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">}, {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  wildcard: true,</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  eventFilters: ({ addresses }) =&gt; [{ from: addresses }, { to: addresses }],</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">});</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="new-development-console">New Development Console!<a class="hash-link" aria-label="Direct link to New Development Console!" title="Direct link to New Development Console!" href="https://docs.envio.dev/blog/envio-developer-update-april-2025#new-development-console">​</a></h3>
<p>V2.17.0 also went live, allowing you to track indexer progress, access the GraphQL Playground, and level up your local dev experience, with plenty more features on the way! 👇</p>
<img src="https://docs.envio.dev/blog-assets/dev-update-april-2025-1.png" alt="logtui" width="100%">
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="logger-improvements-">Logger improvements 📝<a class="hash-link" aria-label="Direct link to Logger improvements 📝" title="Direct link to Logger improvements 📝" href="https://docs.envio.dev/blog/envio-developer-update-april-2025#logger-improvements-">​</a></h3>
<p>Added the ability to pass params on a log call:</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">context.log.info("Sucessfully handled Transfer()", { from: event.params.from, to: event.params.to })</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">These params will be displayed in the logs in your terminal as well as in Hosted Service.</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain" style="display:inline-block"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">You can also pass an error:</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">} catch (error) {</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  context.log.error("Failed ipfs call", error)</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">}</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>For more information, you can view <a href="https://github.com/enviodev/hyperindex/releases" target="_blank" rel="noopener noreferrer">all past and current release notes</a> on our GitHub.</p>
<p>If you love what we’re building as much as we do and want to stay updated on our latest releases and developments, give us a star on <a href="https://github.com/enviodev/hyperindex" target="_blank" rel="noopener noreferrer">GitHub</a>! Your support means the world to us!  ⭐</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="envio-delivers-modular-real-time-indexing-for-monad-builders">Envio Delivers Modular, Real-Time Indexing for Monad Builders<a class="hash-link" aria-label="Direct link to Envio Delivers Modular, Real-Time Indexing for Monad Builders" title="Direct link to Envio Delivers Modular, Real-Time Indexing for Monad Builders" href="https://docs.envio.dev/blog/envio-developer-update-april-2025#envio-delivers-modular-real-time-indexing-for-monad-builders">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-april-2025-2.png" alt="logtui" width="100%">
<p>We’re excited to announce that Envio’s open indexing framework now supports developers building on Monad. <a href="https://www.monad.xyz/" target="_blank" rel="noopener noreferrer">Monad</a> is pushing the boundaries of performance at the execution layer, and Envio ensures your data pipeline keeps up seamlessly. Instantly index real-time and historical data on Monad using Envio, fast, reliable, and fully customizable. Track complex state changes, power prediction markets, or build whatever you’re working on with full control over how your data flows.</p>
<p>We’re proud to support Monad developers with the fastest blockchain indexing solution available.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="introducing-snubb-a-multichain-token-approval-scanner-for-your-terminal">Introducing Snubb: A Multichain Token Approval Scanner for Your Terminal<a class="hash-link" aria-label="Direct link to Introducing Snubb: A Multichain Token Approval Scanner for Your Terminal" title="Direct link to Introducing Snubb: A Multichain Token Approval Scanner for Your Terminal" href="https://docs.envio.dev/blog/envio-developer-update-april-2025#introducing-snubb-a-multichain-token-approval-scanner-for-your-terminal">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-april-2025-3.png" alt="logtui" width="100%">
<p>Inspired by <a href="https://revoke.cash/" target="_blank" rel="noopener noreferrer">Revoke</a>, Snubb is an incredibly fast and efficient CLI tool to scan for outstanding token approvals for your address across as many as 70 chains simultaneously.</p>
<p>Try it out now with one terminal command:</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">npx snubb --address &lt;your-address&gt; --chains 1,10,130</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>For example:</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">npx snubb --address 0x7C25a8C86A04f40F2Db0434ab3A24b051FB3cA58 --chains many-networks</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>Check out this <a href="https://x.com/jonjonclark/status/1907821189789016415" target="_blank" rel="noopener noreferrer">video</a> to see it in action.</p>
<p>It’s lightning fast, able to scan multiple chains and return results in seconds. Under the hood, it uses HyperSync to scan entire chains quickly, with specific filters for approval and transfer events related to the given address.</p>
<p>If you're curious, feel free to check out the original background <a href="https://x.com/jonjonclark/status/1907821187469541781" target="_blank" rel="noopener noreferrer">post</a> on X that kicked this all off.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="introducing-loggregate-a-terminal-native-tool-for-real-time-evm-event-data-aggregation">Introducing Loggregate: A Terminal-Native Tool for Real-Time EVM Event Data Aggregation<a class="hash-link" aria-label="Direct link to Introducing Loggregate: A Terminal-Native Tool for Real-Time EVM Event Data Aggregation" title="Direct link to Introducing Loggregate: A Terminal-Native Tool for Real-Time EVM Event Data Aggregation" href="https://docs.envio.dev/blog/envio-developer-update-april-2025#introducing-loggregate-a-terminal-native-tool-for-real-time-evm-event-data-aggregation">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-april-2025-4.png" alt="logtui" width="100%">
<p>We’re excited to introduce <a href="https://www.npmjs.com/package/loggregate" target="_blank" rel="noopener noreferrer">Loggregate</a>, inspired by <a href="https://www.npmjs.com/package/logtui" target="_blank" rel="noopener noreferrer">LogTUI</a>. It’s a terminal-native tool that lets developers aggregate and analyze EVM event data in real-time. Whether it’s token transfers, swaps, or deposits, Loggregate makes it easy to pull meaningful data from Ethereum and other networks.</p>
<p>With Loggregate, you can quickly calculate key statistics like counts, sums, and averages, all within your terminal. For example, we aggregated live transfer data to reveal 127 million transfers with an average value of $111,727 per transaction.</p>
<p>Built for developers and powered by <a href="https://docs.envio.dev/docs/HyperIndex/overview" target="_blank" rel="noopener noreferrer">HyperSync</a>, Loggregate is fully open-source and extensible.</p>
<p>Try it out now:</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">npx loggregate -e "event Transfer(address indexed from, address indexed to, uint256 value)" -n eth -p "value" -c 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 -d 6</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>Explore it on <a href="https://www.npmjs.com/package/loggregate" target="_blank" rel="noopener noreferrer">npm</a> and check out the open-source <a href="https://github.com/denhampreen/loggregate" target="_blank" rel="noopener noreferrer">repo</a>.</p>
<p>Feel free to check out the original background <a href="https://x.com/DenhamPreen/status/1909267253821845707" target="_blank" rel="noopener noreferrer">post</a> on X.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="oracle-wars-exploring-real-time-oracle-behavior-and-push-based-feeds">Oracle Wars: Exploring Real-Time Oracle Behavior and Push-Based Feeds<a class="hash-link" aria-label="Direct link to Oracle Wars: Exploring Real-Time Oracle Behavior and Push-Based Feeds" title="Direct link to Oracle Wars: Exploring Real-Time Oracle Behavior and Push-Based Feeds" href="https://docs.envio.dev/blog/envio-developer-update-april-2025#oracle-wars-exploring-real-time-oracle-behavior-and-push-based-feeds">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-april-2025-5.png" alt="logtui" width="100%">
<p>Who watches the watchers? We do, in real time. Powered by HyperIndex, <a href="https://www.oraclewars.xyz/" target="_blank" rel="noopener noreferrer">Oracle Wars</a> visualizes how oracle feeds behave on-chain, highlighting deviations and helping you design more reliable smart contracts.</p>
<p>Learn more about it in our latest <a href="https://docs.envio.dev/blog/oracle-wars" target="_blank" rel="noopener noreferrer">blog</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="envios-hypersync-powers-trading-strategy-with-multichain-data-collection">Envio's HyperSync Powers Trading Strategy with Multichain Data Collection<a class="hash-link" aria-label="Direct link to Envio's HyperSync Powers Trading Strategy with Multichain Data Collection" title="Direct link to Envio's HyperSync Powers Trading Strategy with Multichain Data Collection" href="https://docs.envio.dev/blog/envio-developer-update-april-2025#envios-hypersync-powers-trading-strategy-with-multichain-data-collection">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-april-2025-6.png" alt="logtui" width="100%">
<p>Another great example of HyperSync in action! Check out how <a href="https://tradingstrategy.ai/" target="_blank" rel="noopener noreferrer">Trading Strategy</a> leveraged Envio to collect on-chain data across multiple chains and dive into their epic data &amp; research notebook analyzing the performance of 7,000 ERC-4626 vaults across 10 blockchains!</p>
<p>Learn more in this <a href="https://x.com/TradingProtocol/status/1910319480887975965" target="_blank" rel="noopener noreferrer">post</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="hypersync-now-supports-70-evm-networks-enhancing-real-time-data-access-across-web3">HyperSync Now Supports 70+ EVM Networks, Enhancing Real-time Data Access Across Web3<a class="hash-link" aria-label="Direct link to HyperSync Now Supports 70+ EVM Networks, Enhancing Real-time Data Access Across Web3" title="Direct link to HyperSync Now Supports 70+ EVM Networks, Enhancing Real-time Data Access Across Web3" href="https://docs.envio.dev/blog/envio-developer-update-april-2025#hypersync-now-supports-70-evm-networks-enhancing-real-time-data-access-across-web3">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-april-2025-7.png" alt="logtui" width="100%">
<p>We’re excited to share that HyperSync now supports 70+ EVM networks, with many more on the way! Developers and analysts can now access real-time and historical data across various EVM networks with ease. Whether you're tracking activity, analyzing trends, or powering apps, HyperSync makes querying fast, reliable, and effortless.</p>
<p>To learn more about the networks we support, check out our latest <a href="https://docs.envio.dev/blog/envio-hypersync-supports-70-networks" target="_blank" rel="noopener noreferrer">blog</a>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="developer-workshop-indexing-real-time-data-on-the-xdc-network-with-envio">Developer Workshop: Indexing Real-Time Data on the XDC Network with Envio<a class="hash-link" aria-label="Direct link to Developer Workshop: Indexing Real-Time Data on the XDC Network with Envio" title="Direct link to Developer Workshop: Indexing Real-Time Data on the XDC Network with Envio" href="https://docs.envio.dev/blog/envio-developer-update-april-2025#developer-workshop-indexing-real-time-data-on-the-xdc-network-with-envio">​</a></h2>
<iframe width="560" height="315" src="https://www.youtube.com/live/cFrOw5lTd3E" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe>
<p>Missed our XDC Developer Workshop? We got you. Check out this step-by-step walkthrough on how to instantly index real-time and historical data on the XDC Network using Envio.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="upcoming-events-️">Upcoming Events 🗓️<a class="hash-link" aria-label="Direct link to Upcoming Events 🗓️" title="Direct link to Upcoming Events 🗓️" href="https://docs.envio.dev/blog/envio-developer-update-april-2025#upcoming-events-%EF%B8%8F">​</a></h2>
<ul>
<li><a href="https://www.soniclabs.com/summit" target="_blank" rel="noopener noreferrer">Sonic Summit</a>: 6th → 8th May 2025</li>
<li><a href="https://ethprague.com/" target="_blank" rel="noopener noreferrer">ETHPrague</a>: 27th → 29th May 2025</li>
<li><a href="https://dappcon.io/" target="_blank" rel="noopener noreferrer">DappCon</a>: 16th → 18th June 2025</li>
<li>WAGMI Sponsors at <a href="https://ethcc.io/" target="_blank" rel="noopener noreferrer">EthCC</a>** <strong>Cannes</strong>:** 30th June → 3rd July 2025</li>
<li><a href="https://ethglobal.com/events/pragma-cannes" target="_blank" rel="noopener noreferrer">Pragama</a> Cannes: July 3rd 2025</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="featured-developer-">Featured Developer 🧑‍💻<a class="hash-link" aria-label="Direct link to Featured Developer 🧑‍💻" title="Direct link to Featured Developer 🧑‍💻" href="https://docs.envio.dev/blog/envio-developer-update-april-2025#featured-developer-">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-april-2025-8.png" alt="logtui" width="100%">
<p>This month, we’re excited to feature Manu Soman, a talented developer who transitioned from UX design to mastering backend programming in Rust and JavaScript. Manu’s work primarily revolves around systems programming and crypto, with a special focus on Solana. Recently, he’s been expanding his skill set by exploring Go.</p>
<p>Manu has been actively building out the UniV3 Indexer (coming soon) using Envio, a custom-built multi-chain indexer for Uniswap V3 powered by HyperIndex. This project tracks top swaps, pools, and trends in real-time, providing invaluable insights into liquidity, trading volumes, fees, and more!</p>
<p>His passion for exploring new technologies and creating robust solutions makes him a standout developer and member of our community.</p>
<p><em><strong>“Though my prior experience with blockchain indexers is limited to a small project using Subgraph, I was amazed at how quickly HyperIndex was able to index high-traffic smart contracts like Uniswap. Not only is it fast, it’s also easy to set up and fully syncs with chains. Subgraph fell short in all of those areas. Envio's tech support on Discord is also active, responsive, and super helpful. Choosing Envio for indexing is a no-brainer.” - Manu Soman</strong></em></p>
<p>We’re excited to see where Manu’s journey takes him next and appreciate his contributions to our community.</p>
<p>Be sure to follow Manu and his work on <a href="https://x.com/manu_221b" target="_blank" rel="noopener noreferrer">X</a> for the latest updates and insights!</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="playlist-of-the-month-️">Playlist of the Month 🎧️<a class="hash-link" aria-label="Direct link to Playlist of the Month 🎧️" title="Direct link to Playlist of the Month 🎧️" href="https://docs.envio.dev/blog/envio-developer-update-april-2025#playlist-of-the-month-%EF%B8%8F">​</a></h2>
<img src="https://docs.envio.dev/blog-assets/dev-update-april-2025-9.png" alt="logtui" width="100%">
<p>▶️ <a href="https://open.spotify.com/playlist/5ICzfWy4hkVDOEe0NSOuZy?si=762121a2d366461b" target="_blank" rel="noopener noreferrer">Open Spotify</a></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ship-with-us-">Ship with us. 🚢<a class="hash-link" aria-label="Direct link to Ship with us. 🚢" title="Direct link to Ship with us. 🚢" href="https://docs.envio.dev/blog/envio-developer-update-april-2025#ship-with-us-">​</a></h2>
<p>Envio is a modern, multi-chain EVM blockchain indexer for querying real-time and historical data.</p>
<p>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.</p>
<p>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.</p>
<p><a href="https://envio.beehiiv.com/subscribe?utm_source=envio.beehiiv.com&amp;utm_medium=newsletter&amp;utm_campaign=new-post" target="_blank" rel="noopener noreferrer">Subscribe to our newsletter</a> 💌</p>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Website</a> | <a href="https://twitter.com/envio_indexer" target="_blank" rel="noopener noreferrer">X</a> | <a href="https://discord.com/invite/gt7yEUZKeB" target="_blank" rel="noopener noreferrer">Discord</a> | <a href="https://t.me/+5mI61oZibEM5OGQ8" target="_blank" rel="noopener noreferrer">Telegram</a> | <a href="https://github.com/enviodev" target="_blank" rel="noopener noreferrer">GitHub</a> || <a href="https://www.youtube.com/channel/UCR7nZ2yzEtc5SZNM0dhrkhA" target="_blank" rel="noopener noreferrer">YouTube</a> | <a href="https://www.reddit.com/user/Envio_indexer" target="_blank" rel="noopener noreferrer">Reddit</a> |</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Exploring Real-time Oracle Behavior and Push Based Feeds]]></title>
            <link>https://docs.envio.dev/blog/oracle-wars</link>
            <guid>https://docs.envio.dev/blog/oracle-wars</guid>
            <pubDate>Tue, 15 Apr 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Learn how Oracle Wars uses Envio’s HyperIndex to visualise how different oracle providers behave in real-time so you can design more reliable on-chain systems.]]></description>
            <content:encoded><![CDATA[<img src="https://docs.envio.dev/blog-assets/oracle-wars-1.png" alt="Cover Image Oracle Wars" width="100%">
<p>Oracles are the unsung heroes of DeFi. They connect blockchains to real-world data, enabling smart contracts to interact with off-chain events like asset prices (USDC, ETH), market rates, or even real-time sports scores. But while the concept of oracles is often discussed in theoretical terms, visualizing how they behave in practice can offer a new level of clarity, especially for developers building apps on-chain.</p>
<p>Enter <a href="https://www.oraclewars.xyz/" target="_blank" rel="noopener noreferrer">Oracle Wars</a>, a live feed of on-chain oracle data that compares how different providers behave in real-time. It helps developers visualize and gain a better understanding of how oracles actually function under different market conditions, so they can design more reliable and secure smart contracts.</p>
<p>⭐ <strong>Please note</strong>: The dashboard shown above is no longer live on the site. Oracle Wars is currently displaying live ETH/USD price oracle updates from the <a href="https://blog.redstone.finance/2025/04/08/introducing-redstone-bolt-the-fastest-blockchain-oracle-to-date/" target="_blank" rel="noopener noreferrer">Redstone Bolt</a> oracle feed on MegaETH, rather than the multi-oracle comparison dashboard featured above. Oracle Wars remains an educational and experimental tool for surfacing real-time data from various oracle providers, helping developers better understand oracle behavior as the data and tooling continues to evolve.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="what-is-a-blockchain-oracle">What is a Blockchain Oracle?<a class="hash-link" aria-label="Direct link to What is a Blockchain Oracle?" title="Direct link to What is a Blockchain Oracle?" href="https://docs.envio.dev/blog/oracle-wars#what-is-a-blockchain-oracle">​</a></h2>
<p>If you're building in the decentralized space, you’ve more than likely heard about oracles. In simple terms, they allow smart contracts to react to external data sources. Whether it's the latest price of an asset or the outcome of a sporting event, oracles are how the blockchain sees the world.</p>
<p>Over time, oracle architectures have evolved. From the early days of Truffle and Ganache to today’s production-grade protocols, we've seen the rise of push-based oracles, pull-based oracles, and many more. Each design has trade-offs. For now, let’s zero in on push oracles and how they behave from a data perspective.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="push-oracles-in-practice">Push Oracles in Practice<a class="hash-link" aria-label="Direct link to Push Oracles in Practice" title="Direct link to Push Oracles in Practice" href="https://docs.envio.dev/blog/oracle-wars#push-oracles-in-practice">​</a></h3>
<p>A push oracle works exactly as the name implies: it periodically pushes data onto the blockchain. Your contract can then read that data and respond accordingly, whether it's executing a trade, adjusting a loan-to-value ratio, or minting some ridiculous meme coin.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="most-push-oracles-use-two-primary-mechanisms">Most push oracles use two primary mechanisms:<a class="hash-link" aria-label="Direct link to Most push oracles use two primary mechanisms:" title="Direct link to Most push oracles use two primary mechanisms:" href="https://docs.envio.dev/blog/oracle-wars#most-push-oracles-use-two-primary-mechanisms">​</a></h4>
<ol>
<li><strong>Heartbeat intervals</strong> – Regular updates (e.g., every 24 hours)</li>
<li><strong>Deviation thresholds</strong> – Immediate updates when data shifts significantly (e.g., 0.5% price movement)</li>
</ol>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="visualizing-real-time-oracle-activity-with-oracle-wars">Visualizing Real-Time Oracle Activity with Oracle Wars<a class="hash-link" aria-label="Direct link to Visualizing Real-Time Oracle Activity with Oracle Wars" title="Direct link to Visualizing Real-Time Oracle Activity with Oracle Wars" href="https://docs.envio.dev/blog/oracle-wars#visualizing-real-time-oracle-activity-with-oracle-wars">​</a></h2>
<p>Wonder what happens in live conditions, during periods of high volatility? That’s where Oracle Wars comes in. It can show a live comparison between price feeds from different oracle providers, such as <a href="https://chain.link/" target="_blank" rel="noopener noreferrer">Chainlink</a> and <a href="https://www.redstone.finance/" target="_blank" rel="noopener noreferrer">RedStone</a>.</p>
<p>You’ll notice that updates aren’t always evenly spaced. That’s the deviation threshold kicking in when markets get volatile, updates come in fast. When things are calm, fewer updates appear. It’s a valuable pattern to observe, especially if you’re designing a protocol that depends on accurate and real-time data.</p>
<p>For example, this volatility spike, between Chainlink and RedStone posted frequent updates to reflect price changes, an essential feature for platforms like <a href="https://app.aacve.com/dashboard" target="_blank" rel="noopener noreferrer">Aave</a>, which depend on real-time data for liquidation logic and capital safety.</p>
<img src="https://docs.envio.dev/blog-assets/oracle-wars-2.png" alt="Oracle Wars 2" width="100%">
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="understanding-the-limitations-of-deviation-thresholds-in-push-oracles">Understanding the Limitations of Deviation Thresholds in Push Oracles<a class="hash-link" aria-label="Direct link to Understanding the Limitations of Deviation Thresholds in Push Oracles" title="Direct link to Understanding the Limitations of Deviation Thresholds in Push Oracles" href="https://docs.envio.dev/blog/oracle-wars#understanding-the-limitations-of-deviation-thresholds-in-push-oracles">​</a></h2>
<p>Oracle Wars also allows you to see the maximum deviation between any two consecutive price points over 24 hours. Why does this matter? Every DeFi protocol relies on timely and accurate price data, and large shifts between updates can lead to exploit risk, broken assumptions, or cascading failures. This metric gives developers a real-world view of how much price movement can actually occur between updates, even when using well-known oracle providers.</p>
<p>This brings us to a common misunderstanding: deviation thresholds are not strict limits.</p>
<p>Take Chainlink and RedStone, for instance. Both use a 0.5% deviation threshold for price feeds. That should mean the oracle updates whenever the price moves more than 0.5%. But here’s the catch:</p>
<p>A 0.5% deviation threshold does not mean consecutive on-chain prices will only differ by 0.5%.</p>
<p>In practice, you might see larger deviations. Over 24 hours alone, Oracle Wars recorded deviations of around 0.67% for both providers. This doesn’t mean the oracles were broken, it means they’re working as designed. The threshold is more of a trigger condition than a strict upper bound.</p>
<p>So if you're competing in security audits on platforms like Sherlock, Code4rena, or CodeHawks, it's worth thinking through these edge cases. Your protocol logic needs to account for these potentially higher-than-expected changes, especially in volatile markets.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="is-a-super-fast-push-oracle-now-better-than-a-pull-oracle">Is a Super-Fast Push Oracle Now Better Than a Pull Oracle?<a class="hash-link" aria-label="Direct link to Is a Super-Fast Push Oracle Now Better Than a Pull Oracle?" title="Direct link to Is a Super-Fast Push Oracle Now Better Than a Pull Oracle?" href="https://docs.envio.dev/blog/oracle-wars#is-a-super-fast-push-oracle-now-better-than-a-pull-oracle">​</a></h2>
<p>With the advent of high-speed chains like MegaETH and Monad, we’re starting to see the rise of ultra-fast push oracles that update data with each block. This near-instantaneous data feed challenges traditional push oracles, offering freshness comparable to pull oracles, provided transaction costs remain manageable.</p>
<p>On Oracle Wars, you can now observe how these super-fast push oracles behave in real-time, with feeds like the ETH/USD price on MegaETH. The data is continuously updated, providing a new level of insight into how push oracles might evolve to rival the responsiveness of pull models.</p>
<img src="https://docs.envio.dev/blog-assets/oracle-wars-3.png" alt="Oracle Wars 2" width="100%">
<p>However, one aspect that remains intriguing is the frequent occurrence of multiple price updates at the same timestamp. This raises questions about whether these oracles are pushing multiple updates within the same block, and the rationale behind this granularity.</p>
<p>While Redstone's "Bolt" push oracle is an exciting development, it’s still early days. It will be interesting to see how other oracle providers and chains approach the super-fast push model. The key question remains: Can these ultra-fast push oracles maintain the freshness and reliability of pull oracles without significant cost overhead?</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="oracle-wars-powered-by-envios-hyperindex">Oracle Wars: Powered by Envio’s HyperIndex<a class="hash-link" aria-label="Direct link to Oracle Wars: Powered by Envio’s HyperIndex" title="Direct link to Oracle Wars: Powered by Envio’s HyperIndex" href="https://docs.envio.dev/blog/oracle-wars#oracle-wars-powered-by-envios-hyperindex">​</a></h2>
<p>To pull this off and index this level of data, we used HyperIndex, our open blockchain indexing framework which seamlessly queried this data effortlessly. The entire Oracle Wars platform was built in under two hours using Envio’s HyperIndex, which made indexing real-time oracle data smooth and easy.</p>
<p>If you're building dashboards, simulations, or monitoring tools, it’s worth checking out. Need help getting started? Feel free to reach out to us in our Discord or on Telegram, we’re always happy to walk you through it!</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="helpful-resources">Helpful Resources<a class="hash-link" aria-label="Direct link to Helpful Resources" title="Direct link to Helpful Resources" href="https://docs.envio.dev/blog/oracle-wars#helpful-resources">​</a></h3>
<ul>
<li><a href="https://docs.envio.dev/docs/HyperIndex/contract-import" target="_blank" rel="noopener noreferrer">HyperIndex Quickstart</a></li>
<li><a href="https://docs.envio.dev/docs/HyperIndex/configuration-file" target="_blank" rel="noopener noreferrer">Guides</a></li>
<li><a href="https://docs.envio.dev/docs/HyperIndex/example-uniswap-v4-multi-chain-indexer" target="_blank" rel="noopener noreferrer">Examples</a></li>
<li><a href="https://github.com/enviodev/hyperindex" target="_blank" rel="noopener noreferrer">GitHub Repo</a></li>
</ul>
<p>Thanks for reading, and if you're curious, feel free to check out the original background posts on X that kicked this all off:</p>
<ul>
<li><a href="https://x.com/jonjonclark/status/1890426833088246054" target="_blank" rel="noopener noreferrer">Thinking through oracles with data</a></li>
<li><a href="https://x.com/jonjonclark/status/1892208677815300350" target="_blank" rel="noopener noreferrer">Understanding the Limitations of Deviation Thresholds in Push Oracles</a></li>
<li><a href="https://x.com/jonjonclark/status/1903109614318575809" target="_blank" rel="noopener noreferrer">How Much Latency Do High-Frequency Oracle Push Feeds Actually Have?</a></li>
<li><a href="https://x.com/jonjonclark/status/1909635483182789020" target="_blank" rel="noopener noreferrer">Is a super-fast push oracle now better than a pull oracle?</a></li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="about-envio">About Envio<a class="hash-link" aria-label="Direct link to About Envio" title="Direct link to About Envio" href="https://docs.envio.dev/blog/oracle-wars#about-envio">​</a></h2>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Envio</a> is a fast, developer friendly blockchain indexer and the fastest, most flexible way to get on-chain data, making real-time data accessible for developers across the Web3 ecosystem.</p>
<p>With Envio, developers can query and stream blockchain data efficiently without the complexity of running their own infrastructure. Envio’s blockchain indexing tools supports any EVM network and is trusted by many teams building everything from DeFi platforms to analytics dashboards and production applications.</p>
<p>If you’re a blockchain developer or analyst looking to enhance your workflow, look no further. Join our growing community of Web3 builders and explore our docs.</p>
<p><a href="https://envio.dev/" target="_blank" rel="noopener noreferrer">Website</a> | <a href="https://twitter.com/envio_indexer" target="_blank" rel="noopener noreferrer">X</a> | <a href="https://discord.com/invite/gt7yEUZKeB" target="_blank" rel="noopener noreferrer">Discord</a> | <a href="https://warpcast.com/envio" target="_blank" rel="noopener noreferrer">Farcaster</a> | <a href="https://github.com/enviodev" target="_blank" rel="noopener noreferrer">GitHub</a> | <a href="https://medium.com/@Envio_Indexer" target="_blank" rel="noopener noreferrer">Medium</a></p>]]></content:encoded>
        </item>
    </channel>
</rss>