<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by SubQuery Network on Medium]]></title>
        <description><![CDATA[Stories by SubQuery Network on Medium]]></description>
        <link>https://medium.com/@subquery?source=rss-363112002081------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/1*uAKT_vawujPhpHLqQRmEwA.png</url>
            <title>Stories by SubQuery Network on Medium</title>
            <link>https://medium.com/@subquery?source=rss-363112002081------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Mon, 06 Apr 2026 06:41:04 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@subquery/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[Multi-Chain Perpetual Futures Indexing with SubQuery: A Case Study on Fufuture]]></title>
            <link>https://subquery.medium.com/multi-chain-perpetual-futures-indexing-with-subquery-a-case-study-on-fufuture-cb2bb37d8b52?source=rss-363112002081------2</link>
            <guid isPermaLink="false">https://medium.com/p/cb2bb37d8b52</guid>
            <category><![CDATA[blockchain-development]]></category>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[blockchain-technology]]></category>
            <category><![CDATA[cryptocurrency]]></category>
            <dc:creator><![CDATA[SubQuery Network]]></dc:creator>
            <pubDate>Wed, 25 Mar 2026 09:01:01 GMT</pubDate>
            <atom:updated>2026-03-25T09:01:01.038Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="A case study article on how Fufuture uses SubQuery for their onchain blockchain data indexing." src="https://cdn-images-1.medium.com/max/1024/1*RVvsqdjQxoZqPTxkDM5YFg.png" /></figure><h3>Introduction</h3><p>Fufuture is a decentralized, coin-margined perpetual futures exchange built for flexible and capital-efficient derivatives trading. By allowing traders to use crypto as margin, support any ERC20 token as collateral, and settle all positions fully on-chain, Fufuture delivers a truly composable perpetuals trading experience.</p><p>But delivering this experience at scale requires more than smart contracts - it requires reliable access to historical and real-time blockchain data across multiple networks.</p><p>To power its user-facing dashboard and trading history tools, Fufuture relies on SubQuery as the indexing foundation of its multi-chain data infrastructure.</p><p><strong>Key Metrics at a Glance</strong></p><ul><li>Active SubQuery Indexers: 5</li><li>Primary Use Case: Customer dashboard and trading history views</li><li>Hosting Partner: Managed SubQuery indexers via <a href="https://onfinality.io/en">OnFinality</a>’s hosting service</li><li>Total Indexed Blocks: 151,000,000+</li><li>API Requests Served (Monthly Avg.): 2,000,000+</li><li>Average Query Latency: 249.47ms</li><li>Uptime (Last 30 Days): 100%</li></ul><p><strong>The Challenge</strong></p><p>As a perpetual futures exchange, Fufuture must give users fast and accurate access to the data that matters most in derivatives trading: complete trade and position history, detailed contract-level activity, robust account-level analytics, and transaction records that span multiple chains. All of this information exists on-chain, but querying raw blockchain data directly is simply not practical when building a seamless, real-time trading interface. Without a proper indexing layer, creating a responsive dashboard would mean investing in complex infrastructure, enduring slow query performance, and dealing with constant maintenance overhead — none of which aligns with delivering the smooth experience traders expect.</p><p><strong>Issues Before Using SubQuery</strong></p><p>Before adopting SubQuery, Fufuture ran into the same obstacles that many Web3 derivatives protocols face. At the time, there were very few genuinely viable indexing solutions available on the market. The team had previously worked with other indexing tools, but these solutions struggled to support a wide range of networks, making it difficult to scale alongside Fufuture’s multi-chain ambitions.</p><p>The alternatives that have appeared more recently often carry prohibitively high costs that don’t scale well for a growing protocol. On top of that, because Fufuture operates across several EVM-compatible networks, supporting multiple chains typically meant stitching together fragmented tooling, duplicating development effort, and risking inconsistencies across the stack.</p><p>For a fast-moving protocol that needs to stay agile while scaling across chains, the team required an indexing solution that could deliver strong performance, dependable uptime, and genuine cost-effectiveness — without forcing painful compromises on any of those fronts.</p><h3>The Role of SubQuery in Fufuture</h3><p>SubQuery plays a central role in Fufuture’s data stack, acting as the protocol’s core indexing and query layer.</p><p>Fufuture indexes data across multiple chains — primarily EVM ecosystems such as:</p><ul><li>BNB Chain</li><li>opBNB</li><li>Base</li><li>Additional EVM-compatible networks</li></ul><p>The indexed data is then used to power the customer dashboard available at: <a href="https://contractv2.fufuture.io/">https://contractv2.fufuture.io/</a></p><p>Through this dashboard, users can:</p><ul><li>Trade perpetual futures</li><li>View historical account activity</li><li>Track contract interactions</li><li>Explore detailed on-chain trading records</li></ul><p>SubQuery enables this experience by transforming complex blockchain event data into structured, queryable datasets that can be served instantly in the front end.</p><p>Below is an example query to obtain the top 10 brokers on Fufuture based on referral count:</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*3HKfsybOwr8AmeuQRskasw.png" /></figure><h3>Querying Fufuture Data in Plain English</h3><p>Beyond powering Fufuture’s on-chain derivatives infrastructure, the Fufuture SubQuery project can also be connected to AskSubQuery, allowing users to query the indexed Fufuture data using plain English. Instead of writing complex GraphQL queries, users can simply ask natural language questions such as:</p><p><em>“Which brokers have the most referrals?”</em></p><p>AskSubQuery translates the request into structured queries against Fufuture’s indexed dataset and returns formatted, actionable results in seconds: showing the top 10 brokers ranked by referral count, along with their respective referral numbers.</p><p>As shown in the example below, users can retrieve real-time referral leaderboard data across the decentralized brokerage system without needing to understand the underlying schema or blockchain structure.</p><p>This lowers the barrier to accessing onchain data, making Fufuture’s indexed datasets usable not just by developers, but by analysts, researchers, community managers, and even AI agents.</p><figure><img alt="A blockchain data query about Fufuture has been asked on AskSubQuery in plain english to return accurate onchain data information." src="https://cdn-images-1.medium.com/max/1024/1*2Bt8CwMStT89G4AWJByd5g.png" /></figure><h3>Benefits of Using SubQuery for Fufuture</h3><p>For the Fufuture team, SubQuery has become the base layer of their system.</p><p>In their words:</p><p><em>“It’s easy to use and has multi-chain support. It is the base of our system, and we want it reliable.”</em></p><p>Key advantages include:</p><ul><li><strong>Multi-chain indexing support</strong> across major EVM ecosystems</li><li><strong>Developer-friendly setup</strong>, making it easy to build and maintain</li><li><strong>Reliable structured data</strong> for dashboards and customer-facing analytics</li><li><strong>Scalability</strong> as Fufuture expands to additional networks</li><li><strong>Cost-effective alternative</strong> compared with newer expensive indexing providers</li></ul><p>To ensure enterprise-grade performance, Fufuture runs its SubQuery projects through <a href="https://onfinality.io/en">OnFinality</a>, one of SubQuery’s trusted hosting partners, using a centralized managed service deployment.</p><p>This allows the team to focus on product development while maintaining reliable indexing infrastructure.</p><p><strong>The Road Ahead</strong></p><p>Fufuture continues to expand its multi-chain derivatives offering, with indexing playing a critical role in that growth.</p><p>As the protocol evolves, multi-chain support remains the most important factor in its data strategy. With activity already spanning multiple EVM networks (and plans to extend into Solana-like ecosystems) having a unified indexing layer is essential to maintaining a consistent and scalable user experience.</p><p>For the Fufuture team, this is where SubQuery stands out. Its ability to support multiple chains within a single framework is not just a feature, it’s a long-term advantage.</p><p>Looking ahead, Fufuture plans to:</p><ul><li>Expand beyond EVM into additional ecosystems</li><li>Deploy indexing for Solana-compatible chains</li><li>Enhance dashboard analytics and user-facing data tools</li></ul><h3>Conclusion</h3><p>For decentralized perpetual exchanges, user experience depends heavily on fast access to accurate historical and real-time blockchain data.</p><p>By adopting SubQuery, Fufuture has built a robust multi-chain indexing pipeline that powers its trading dashboard, improves customer visibility, and supports expansion across ecosystems.</p><p>With SubQuery’s multi-chain support, ease of use, and enterprise hosting through OnFinality, Fufuture has established a reliable indexing foundation — enabling the protocol to focus on what matters most: building the future of on-chain derivatives trading.</p><p><a href="https://subquery.network/indexer">Start building your SubQuery indexer</a></p><h3>About Fufuture</h3><p>Fufuture is a decentralized, coin-margined perpetual futures exchange.</p><p>Trade perpetuals using crypto as margin.</p><p>Support any ERC20 token as collateral.</p><p>All positions are settled on-chain.</p><p>Built for flexible, capital-efficient derivatives trading.</p><p><a href="https://fufuture.io/#/">Website</a> | <a href="https://x.com/fufuture_io">Twitter</a> | <a href="https://medium.com/@Fufuture">Medium</a> | <a href="https://fufuture.gitbook.io/fufuture">Gitbook</a></p><h3>About SubQuery</h3><p>SubQuery is building the foundational data layer of Web3 — open, scalable, and designed for the AI-driven future.</p><p><strong>SubQuery Network</strong> provides decentralised data indexers and dRPCs that power thousands of dApps across nearly 300 networks. With AI-assisted tools in the SubQuery SDK and Model Context Protocol (MCP) integration, developers can easily build, deploy, and scale blockchain data infrastructure.</p><p><strong>Hermes (Subnet 82)</strong> is a Bittensor subnet that connects AI agents directly to blockchain data through GraphQL. By rewarding developers to create and improve these agents, Hermes enables intelligent on-chain applications.</p><p><strong>AskSubQuery.xyz</strong> provides graphql query MCP as a service. It is also the first product to connect to Hermes Subnet as an Authorized Caller.</p><p>With SubQuery, you can unlock intelligence in blockchain data.</p><p>​​​​<a href="https://linktr.ee/subquerynetwork?ref=blog.subquery.network">Linktree</a> | <a href="https://subquery.network/?ref=blog.subquery.network">Website</a> | <a href="https://discord.com/invite/subquery?ref=blog.subquery.network">Discord</a> | <a href="https://t.me/subquerynetworkcommunity?ref=blog.subquery.network">Telegram</a> | <a href="https://twitter.com/subquerynetwork?ref=blog.subquery.network">Twitter</a> | <a href="https://blog.subquery.network/?lng=en">Blog</a> | <a href="https://medium.com/@subquery?ref=blog.subquery.network">Medium</a> | <a href="https://www.linkedin.com/company/subquery?ref=blog.subquery.network">LinkedIn</a> | <a href="https://www.youtube.com/c/SubQueryNetwork?ref=blog.subquery.network">YouTube</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=cb2bb37d8b52" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Indexing Nibiru Data with SubQuery: A Case Study on Gamma]]></title>
            <link>https://subquery.medium.com/indexing-nibiru-data-with-subquery-a-case-study-on-gamma-5bf85c938591?source=rss-363112002081------2</link>
            <guid isPermaLink="false">https://medium.com/p/5bf85c938591</guid>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[blockchain-development]]></category>
            <category><![CDATA[blockchain-technology]]></category>
            <category><![CDATA[cryptocurrency]]></category>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[SubQuery Network]]></dc:creator>
            <pubDate>Tue, 10 Mar 2026 09:01:09 GMT</pubDate>
            <atom:updated>2026-03-10T09:01:09.297Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="A case study article on how Gamma uses SubQuery for their onchain blockchain data indexing." src="https://cdn-images-1.medium.com/max/1024/1*xN-xMHbCgVKi3413ZpGe5w.png" /></figure><h3>Introduction</h3><p>For Web3 applications, fast and reliable blockchain data access is not optional — it’s foundational. Whether powering user-facing dashboards, analytics, or DeFi automation, teams need indexing infrastructure that works seamlessly behind the scenes.</p><p><a href="http://gamma.xyz">Gamma.xyz</a>, a leading platform for decentralized finance and onchain asset experiences, required a dependable way to index and query data on the Nibiru blockchain as the ecosystem grew.</p><p>To meet this need, Gamma turned to SubQuery, deploying their indexing workloads on the decentralized SubQuery Network in August 2025. Since then, Gamma has been able to access production-grade indexed data with minimal overhead — while also benefiting from SubQuery’s Consumer Rewards program, making their indexing costs close to zero.</p><h4><strong>Key Metrics at a Glance</strong></h4><ul><li>Chain Indexed: <a href="https://nibiru.fi/">Nibiru</a></li><li>Active SubQuery Indexers: 2</li><li>Deployment to SubQuery Network: August 2025</li><li>Cost Efficiency: 10x spend returned through Consumer Rewards</li><li>Outcome: Indexing costs reduced to virtually zero</li></ul><h3><strong>The Challenge</strong></h3><p>Building on emerging blockchain ecosystems often comes with a familiar hurdle: infrastructure gaps.</p><p>When Gamma began developing their indexing stack for Nibiru, the options were extremely limited.</p><p>At the time, SubQuery was the only indexing solution available that could support Gamma’s requirements on the Nibiru chain.</p><p>While other providers have since become compatible, Gamma found that alternatives came with pricing structures that were difficult to justify.</p><p>As the Gamma team explained:</p><p><em>“We just need it to do a job - index our data. Like all infrastructure products, it needs to work and fulfill its function.”</em></p><p>For Gamma, the priority wasn’t flashy features, it was reliability, availability, and a solution that could support them from day one.</p><h3><strong>Indexing Before SubQuery</strong></h3><p>Before adopting SubQuery, Gamma faced two core constraints:</p><h4>Limited Ecosystem Support</h4><p>Nibiru was still early in its infrastructure lifecycle, and indexing options were scarce. Gamma needed a solution that could work immediately, without waiting for the ecosystem to mature.</p><h4>High Cost of Emerging Alternatives</h4><p>Although other indexing providers have since added compatibility, Gamma found annual pricing to be prohibitively expensive compared to their needs.</p><p>SubQuery provided an accessible, scalable indexing layer without the overhead of costly long-term contracts.</p><h3>The Role of SubQuery in Gamma</h3><p>SubQuery plays a critical role in Gamma’s ability to serve performant, queryable blockchain data for their Nibiru LP Vaults and Perp Vaults.</p><p>By using SubQuery, Gamma can:</p><ul><li>Index onchain activity efficiently</li><li>Power application-level data queries</li><li>Avoid running complex custom indexing infrastructure in-house</li><li>Rely on decentralized indexing through the SubQuery Network</li></ul><p>Below is an example query from the Gamma SubQuery project:</p><figure><img alt="A graphic showing the flow from SubQuery data indexer query, to playground query to onchain data presentation in dApp UI." src="https://cdn-images-1.medium.com/max/1024/1*HPeyHRdw5UbNoIj2I1sNvQ.png" /></figure><h3>Querying Gamma’s Indexed Data in Plain English</h3><p>Beyond powering Gamma’s internal data infrastructure, the Gamma SubQuery project can also be connected to <a href="https://asksubquery.xyz/">AskSubQuery</a>, allowing users to query the indexed Nibiru data using plain English. Instead of writing complex GraphQL queries, users can simply ask natural language questions such as:</p><p><em>“What fees have been collected by each pool in the last 24 hours?”</em></p><p>AskSubQuery translates the request into structured queries against Gamma’s indexed dataset and returns formatted, actionable results in seconds — including pool IDs, fee totals, and time-based metrics.</p><p>As shown in the example below, users can retrieve real-time fee data across liquidity pools without needing to understand the underlying schema or blockchain structure.</p><figure><img alt="A blockchain data query has been asked on AskSubQuery in plain english to return accurate onchain data information." src="https://cdn-images-1.medium.com/max/1024/1*0zHbB6WZoMEeHuqIj6waHg.png" /></figure><p>This lowers the barrier to accessing onchain data, making Gamma’s indexed Nibiru datasets usable not just by developers, but by analysts, researchers, and even AI agents.</p><h3>Benefits of Using SubQuery for Gamma</h3><p>By using SubQuery as their indexing solution on Nibiru, Gamma has been able to access reliable, production-ready blockchain data infrastructure without the overhead of running complex systems in-house. Key benefits include:</p><ul><li><strong>Dependable indexing that simply works</strong>: Allowing the team to stay focused on building rather than maintaining infrastructure</li><li><strong>Cost efficiency through SubQuery’s </strong><a href="https://www.subquery.foundation/consumer-rewards"><strong>Consumer Rewards Program</strong></a>: With Gamma earning roughly 10x their spend and making indexing costs virtually zero</li><li><strong>Decentralized deployment on the SubQuery Network</strong>: Providing a more resilient long-term foundation supported by independent Node Operators rather than a single centralized provider</li></ul><h3><strong>The Road Ahead</strong></h3><p>Looking forward, Gamma remains committed to pushing the boundaries of onchain liquidity management and DeFi innovation on ecosystems like Nibiru. A major milestone on the horizon is the upcoming release of our V2 vaults, which introduce permissionless vault deployment and advanced liquidity management features. This upgrade will empower anyone to create and customize vaults without restrictions.</p><p>By continuing to leverage SubQuery’s reliable, decentralized indexing infrastructure, Gamma will ensure seamless data availability to support these new capabilities. With SubQuery’s ongoing support and the cost efficiencies from the Consumer Rewards program, the team can focus on delivering cutting-edge tools that drive greater adoption and performance in onchain finance.</p><h3>Conclusion</h3><p>Gamma’s experience highlights a key truth in Web3 infrastructure: the best tools are often the ones that quietly power everything behind the scenes.</p><p>With SubQuery, Gamma gained:</p><ul><li>The first viable indexing solution on Nibiru</li><li>A dependable production-ready data layer</li><li>Decentralized deployment through the SubQuery Network</li><li>Rewards that make indexing costs nearly zero</li></ul><p>By partnering with SubQuery, Gamma has ensured fast, scalable blockchain data access — enabling them to focus on what matters most: building the future of onchain finance.</p><p><a href="https://subquery.network/indexer">Start building your SubQuery indexer</a></p><h3>About Gamma</h3><p>A protocol for active liquidity management and market-making strategies.</p><p>Gamma offers non-custodial, automated, and active concentrated liquidity management services.</p><p><a href="http://gamma.xyz">Website</a> | <a href="https://discord.gg/gammastrategies1">Discord</a> | <a href="https://t.me/gammastrategies">Telegram</a> | <a href="https://x.com/GammaStrategies">Twitter</a> | <a href="https://docs.gamma.xyz/gamma/">Docs</a> | <a href="https://github.com/GammaStrategies">Github</a></p><h3>About SubQuery</h3><p>SubQuery is building the foundational data layer of Web3 — open, scalable, and designed for the AI-driven future.</p><p><strong>SubQuery Network</strong> provides decentralised data indexers and dRPCs that power thousands of dApps across nearly 300 networks. With AI-assisted tools in the SubQuery SDK and Model Context Protocol (MCP) integration, developers can easily build, deploy, and scale blockchain data infrastructure.</p><p><strong>Hermes (Subnet 82)</strong> is a Bittensor subnet that connects AI agents directly to blockchain data through GraphQL. By rewarding developers to create and improve these agents, Hermes enables intelligent on-chain applications.</p><p><strong>AskSubQuery.xyz</strong> provides graphql query MCP as a service. It is also the first product to connect to Hermes Subnet as an Authorized Caller.</p><p>With SubQuery, you can unlock intelligence in blockchain data.</p><p>​​​​<a href="https://linktr.ee/subquerynetwork?ref=blog.subquery.network">Linktree</a> | <a href="https://subquery.network/?ref=blog.subquery.network">Website</a> | <a href="https://discord.com/invite/subquery?ref=blog.subquery.network">Discord</a> | <a href="https://t.me/subquerynetworkcommunity?ref=blog.subquery.network">Telegram</a> | <a href="https://twitter.com/subquerynetwork?ref=blog.subquery.network">Twitter</a> | <a href="https://blog.subquery.network/?lng=en">Blog</a> | <a href="https://medium.com/@subquery?ref=blog.subquery.network">Medium</a> | <a href="https://www.linkedin.com/company/subquery?ref=blog.subquery.network">LinkedIn</a> | <a href="https://www.youtube.com/c/SubQueryNetwork?ref=blog.subquery.network">YouTube</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=5bf85c938591" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Our 2026 Roadmap: Scaling SubQuery With Purpose]]></title>
            <link>https://subquery.medium.com/our-2026-roadmap-scaling-subquery-with-purpose-de234d130ca8?source=rss-363112002081------2</link>
            <guid isPermaLink="false">https://medium.com/p/de234d130ca8</guid>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[blockchain-technology]]></category>
            <category><![CDATA[cryptocurrency]]></category>
            <category><![CDATA[blockchain]]></category>
            <dc:creator><![CDATA[SubQuery Network]]></dc:creator>
            <pubDate>Thu, 05 Mar 2026 09:01:01 GMT</pubDate>
            <atom:updated>2026-03-05T09:01:01.195Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*JkPa_TUUJ36BC4FygswgXQ.png" /></figure><p>Today we’re launching the SubQuery 2026 Roadmap.</p><p>You can explore the full breakdown of goals and milestones on our website here:</p><p>👉 <a href="https://subquery.network/roadmap"><strong>View the full 2026 Roadmap</strong></a></p><p>This post is not about listing every feature. It’s about explaining where we’re heading and why.</p><p>At a high level, our goal for 2026 is simple: convert the strength of our infrastructure into scalable, monetizable intelligence. That means reducing experimental friction in the protocol while maximizing adoption, incentives, and revenue signals. Everything in this roadmap supports that vision.</p><p>There are two clear focus areas this year: the SubQuery Network and AskSubQuery. Together, they represent the infrastructure and the interface of decentralized data.</p><h3>SubQuery Network: Strengthening the Core and Expanding the Vision</h3><p>The SubQuery Network has proven that decentralized indexing works. Now the focus shifts from proving it works to making it stronger, smarter, and ready for the next stage of growth.</p><p>First, incentives.</p><p>A decentralized network only scales if its economics are sustainable. In 2026 we are refining token mechanics, improving reward structures, and introducing more dynamic ways to balance costs for consumers with fair returns for Node Operators. The goal is long term stability. Builders need predictable pricing. Node Operators need reliable incentives. Both matter.</p><p>Second, developer experience.</p><p>The way developers build software has changed rapidly with the rise of AI coding tools. SubQuery needs to feel natural in that environment. This year we are investing heavily in performance improvements, better tooling, and AI-friendly workflows so building with SubQuery is faster and more intuitive than ever. We are also expanding multi-chain support to stay ahead of emerging ecosystems.</p><p>Third, expanding beyond indexing.</p><p>Data retrieval is only the starting point. Applications increasingly need analytics, insight, and computation layered on top of raw blockchain data. In 2026 we are moving further into verifiable analytics and advanced compute integrations to support more complex and AI-native workloads. The long term vision is clear: SubQuery becomes the data and intelligence backbone for Web3 applications.</p><p>At its core, the Network strategy is about resilience, performance, and evolution.</p><h3>AskSubQuery: Making Web3 Data Accessible to Everyone</h3><p>If the Network is the engine, <a href="https://asksubquery.xyz/">AskSubQuery</a> is how people interact with it.</p><p>The strategy here is simple: remove friction and expand capability.</p><p>We are introducing clearer subscription plans, streamlined onboarding, and transparent billing so individuals and teams can adopt AskSubQuery with confidence. Access should be straightforward. Pricing should make sense. Usage should be visible.</p><p>Beyond access, we are expanding what the platform can do.</p><p>AskSubQuery is evolving into a more powerful conversational workspace. That includes better support for integrating external data sources, new tools for organizing and sharing analysis, and deeper real time project intelligence powered by live indexed data.</p><p>Our ambition is to make natural language the default way people explore blockchain data. Instead of writing complex queries, users should be able to ask questions and receive reliable, real time answers backed by verifiable on chain information.</p><p>This is about making decentralized data usable not just for developers, but for teams, analysts, and decision makers.</p><h3>The Bigger Picture</h3><p>The 2026 roadmap is focused and deliberate.</p><p>On one side, we are strengthening and expanding the SubQuery Network so it can support more advanced workloads and a growing ecosystem.</p><p>On the other, we are scaling AskSubQuery into the primary interface for exploring Web3 data through conversation.</p><p>Together, they move us closer to a single goal: positioning SubQuery as the default data and intelligence layer for Web3.</p><p>This year is about scalable, monetizable intelligence — a foundation for a more usable, sustainable, and powerful Web3 ecosystem.</p><p>If you want the full list of milestones and what’s shipping across the year, you can explore the detailed roadmap here:</p><p>👉 <a href="https://subquery.network/roadmap"><strong>View the complete 2026 Roadmap</strong></a></p><p>We are excited about what this year represents and even more excited to build it alongside our community.</p><p>SubQuery is building the foundational data layer of Web3 — open, scalable, and designed for the AI-driven future.</p><h3>About SubQuery</h3><p><strong>SubQuery Network</strong> provides decentralised data indexers and dRPCs that power thousands of dApps across nearly 300 networks. With AI-assisted tools in the SubQuery SDK and Model Context Protocol (MCP) integration, developers can easily build, deploy, and scale blockchain data infrastructure.</p><p><strong>SubQuery Hermes </strong>(Subnet 82) is a Bittensor subnet that connects AI agents directly to blockchain data through GraphQL. By rewarding developers to create and improve these agents, Hermes enables intelligent on-chain applications.<br><a href="http://asksubquery.xyz"><strong>AskSubQuery.xyz</strong></a> provides graphql query MCP as a service. It is also the first product to connect to Hermes Subnet as an Authorized Caller.</p><p>With SubQuery, you can unlock intelligence in blockchain data.</p><p>​​​​<a href="https://linktr.ee/subquerynetwork?ref=blog.subquery.network">Linktree</a> | <a href="https://subquery.network/?ref=blog.subquery.network">Website</a> | <a href="https://discord.com/invite/subquery?ref=blog.subquery.network">Discord</a> | <a href="https://t.me/subquerynetworkcommunity?ref=blog.subquery.network">Telegram</a> | <a href="https://twitter.com/subquerynetwork?ref=blog.subquery.network">Twitter</a> | <a href="https://blog.subquery.network/?lng=en">Blog</a> | <a href="https://medium.com/@subquery?ref=blog.subquery.network">Medium</a> | <a href="https://www.linkedin.com/company/subquery?ref=blog.subquery.network">LinkedIn</a> | <a href="https://www.youtube.com/c/SubQueryNetwork?ref=blog.subquery.network">YouTube</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=de234d130ca8" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[5 AI Agents You Can Build with AskSubQuery]]></title>
            <link>https://subquery.medium.com/5-ai-agents-you-can-build-with-asksubquery-a173250581dd?source=rss-363112002081------2</link>
            <guid isPermaLink="false">https://medium.com/p/a173250581dd</guid>
            <category><![CDATA[blockchain-technology]]></category>
            <category><![CDATA[cryptocurrency]]></category>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[blockchain-development]]></category>
            <category><![CDATA[web3]]></category>
            <dc:creator><![CDATA[SubQuery Network]]></dc:creator>
            <pubDate>Thu, 29 Jan 2026 09:01:01 GMT</pubDate>
            <atom:updated>2026-01-29T09:01:01.923Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="Header image for article outlining examples of blockchain data AI agents that can be built with AskSubQuery." src="https://cdn-images-1.medium.com/max/1024/1*K8yM5htOxhlbGoL7Jmnmfg.png" /></figure><p>Blockchain data is one of the richest open datasets in the world, but it’s also one of the hardest to work with. Schemas are complex, queries are verbose, and even experienced teams spend hours just trying to analyze blockchain activity.</p><p><a href="https://asksubquery.xyz/">AskSubQuery</a> changes that.</p><p>By turning natural language into production-ready GraphQL queries across SubQuery and The Graph, AskSubQuery makes it possible to build AI agents that <em>understand</em> blockchain data instead of just retrieving it.</p><p>AskSubQuery lets AI agents query blockchain data easily, but you still need a structured dataset (typically created using your own SubQuery project or subgraph) to provide the data the agents will analyze.</p><p>In this article, we’ll explore five practical AI agents you can build with AskSubQuery, and how they unlock faster blockchain development, smarter Web3 apps, and deeper on-chain insights.</p><figure><img alt="AskSubQuery interface showing AI-powered natural language queries returning blockchain data results." src="https://cdn-images-1.medium.com/max/1024/1*wMU9STPpnqFgPiRyF-5bVQ.png" /></figure><h3>Why AI Agents Matter for Blockchain Data</h3><p>AI agents excel when they can:</p><ul><li>Interpret intent</li><li>Query complex data systems</li><li>Iterate quickly on results</li></ul><p>Blockchain data fits AI agents perfectly — but only when those agents are trained to understand complex schemas and on-chain relationships. AskSubQuery benefits from this deeper intelligence through its integration with <a href="https://subquery.network/hermes">Hermes</a>, a Bittensor subnet which ensures agents return fast, accurate, and reliable answers instead of shallow query results.</p><p>Traditionally, developers and analysts must understand indexing schemas, write GraphQL by hand, and manually stitch insights together. This slows down everything from protocol analytics to Web3 app development.</p><p>AskSubQuery removes that friction by letting AI agents <em>reason over blockchain data</em> using natural language, while still executing precise GraphQL queries under the hood.</p><h3>What Makes AskSubQuery Different</h3><p>AskSubQuery is powered by our <a href="https://subquery.network/doc/ai/graphql_agent.html"><strong>GraphQLAgent MCP (Model Context Protocol)</strong></a> — the first AI-native querying layer built specifically for blockchain indexers.</p><p>It allows AI agents to:</p><ul><li>Automatically analyze schemas</li><li>Generate valid GraphQL queries</li><li>Execute them against SubQuery or The Graph</li><li>Explain results in plain human language</li></ul><p>This makes AskSubQuery an ideal foundation for AI agents that need to analyze blockchain data reliably and repeatedly.</p><p>For broader context on how GraphQL powers Web3 data access, check out <a href="https://www.ibm.com/think/topics/graphql">this IBM explanation.</a></p><p><em>Note: While AskSubQuery simplifies the querying and integration process, it does not automatically index blockchain data. Developers must first create a SubQuery project or subgraph that indexes the blockchain data they want to analyze.</em></p><h3>AI Agent #1: On-Chain Analytics Assistant</h3><p><strong>What it does<br></strong>Once you have your indexed SubQuery project or Subgraph with the relevant blockchain data, the agent can answer ad-hoc analytics questions in real time:</p><ul><li>“What wallets interacted with this contract last week?”</li><li>“How has daily transaction volume changed since the upgrade?”</li><li>“Who are the top users by activity this month?”</li></ul><p><strong>Why AskSubQuery is essential<br></strong>Instead of pre-building dashboards or writing one-off queries, the agent uses AskSubQuery to translate each question into the correct GraphQL query instantly.</p><p><strong>Who it’s for</strong></p><ul><li>Analysts</li><li>Founders</li><li>DAOs</li><li>Growth teams</li></ul><p>This dramatically speeds up decision-making in blockchain development workflows.</p><h3>AI Agent #2: Web3 Product Insights Agent</h3><p><strong>What it does<br></strong>This agent connects user behavior to product decisions:</p><ul><li>Which features are actually being used?</li><li>Where are users dropping off?</li><li>How do on-chain actions correlate with releases?</li></ul><p><strong>Why AskSubQuery is essential<br></strong>AskSubQuery allows the agent to query your indexed dataset which can be across multiple endpoints, chains, and data sources — without requiring schema-specific logic for each one.</p><p><strong>Who it’s for</strong></p><ul><li>Web3 product managers</li><li>Growth teams</li><li>UX researchers</li></ul><p>This unlocks a new class of data-driven Web3 apps that adapt based on real on-chain usage.</p><h3>AI Agent #3: On-Chain Trading Agent</h3><p><strong>What it does</strong></p><p>This agent provides real-time, data-driven insights for trading and investment decisions by querying indexed on-chain market activity. It can answer questions like:</p><ul><li>Show me the top 10 tokens by large wallet accumulation over the past 24 hours.</li><li>Are there any significant changes in DEX liquidity pool composition for this token pair?</li><li>Identify any contract deployments or token minting events from this specific developer address.</li><li>Which wallets are consistently profitable in their NFT flipping strategies, and what patterns do they follow?</li></ul><p>When something changes, it asks follow-up questions automatically.</p><p><strong>Why AskSubQuery is essential<br></strong>Instead of maintaining separate query logic for each protocol (Uniswap, Curve, Aave, etc.), the agent can understand and explore relationships on the fly.</p><p><strong>Who it’s for</strong></p><ul><li><strong>Retail and professional traders</strong> seeking an edge through on-chain analytics</li><li><strong>DAO treasury managers</strong> monitoring portfolio performance and market conditions</li><li><strong>Risk management teams</strong> detecting market manipulation or systemic risks</li><li><strong>Research analysts</strong> investigating token economics and holder behavior</li></ul><p><em>NB: requires an indexed SubQuery project or Subgraph with the relevant blockchain data.</em></p><h3>AI Agent #4: Automated Support Agent for Web3 Apps</h3><p><strong>What it does<br></strong>This agent acts as a first-line support assistant for Web3 apps, answering user questions like:</p><ul><li>“Why did my transaction fail?”</li><li>“Where can I see my staking rewards?”</li><li>“How do I interact with this contract?”</li></ul><p>It queries indexed blockchain data to fetch relevant transactions, balances, or contract interactions and explains them in plain language.</p><p><strong>Why AskSubQuery is essential<br></strong>AskSubQuery allows the agent to translate user questions directly into GraphQL queries across indexed datasets, without hardcoded logic for every user flow or contract, unlike most support agent who can only answer from a static knowledge base.</p><p><strong>Who it’s for</strong></p><ul><li>Web3 apps</li><li>Wallets</li><li>Protocol frontends</li><li>NFT marketplaces</li></ul><p>This dramatically reduces support load while improving user experience.</p><p><strong>AI Agent #5: Governance &amp; DAO Intelligence Agent</strong></p><p><strong>What it does<br></strong> This agent helps DAOs and governance participants understand on-chain activity:</p><ul><li>“What is the current realized APY for our liquidity pool, and how has it trended?”</li><li>“Which yield-generating proposals passed in the last quarter, and what was their impact?”</li><li>“Which service providers (e.g., validators, node operators) are delivering the highest and most consistent returns for the protocol?”</li></ul><p>By accessing indexed on-chain datasets -including financial performance metrics, proposal outcomes, and provider contribution data, the agent provides actionable insights. For example, it can analyze a specific stakeholder group’s actual APY or their capital efficiency, and then recommend precise adjustments to relevant network parameters (like fees, incentives, or reward distribution) to optimize overall returns and sustainability.</p><p><strong>Why AskSubQuery is essential<br></strong>Governance data is deeply relational. AskSubQuery’s schema-aware querying makes it easy for AI agents to explore these relationships without custom query engineering.</p><p><strong>Who it’s for</strong></p><ul><li>DAOs</li><li>Delegates</li><li>Token holders</li><li>Governance tooling teams</li></ul><h3>How This All Connects Back to SubQuery</h3><p>AskSubQuery is not a replacement for SubQuery (or The Graph) it’s an <strong>intelligence layer on top of it</strong>.</p><p>To use AskSubQuery effectively, you must first create a SubQuery project or subgraph to index the data your AI agents will query.</p><p>SubQuery and The Graph provide:</p><ul><li>High-performance, decentralized indexing</li><li>Reliable blockchain data pipelines</li><li>Cross-chain coverage</li></ul><p>AskSubQuery adds:</p><ul><li>Natural language access</li><li>AI-native querying</li><li>Agent-friendly workflows</li></ul><p>Together, they enable faster blockchain development, smarter Web3 apps, and entirely new ways to analyze blockchain data without increasing engineering overhead.</p><h3>Start Building with AskSubQuery</h3><p>AI agents are only as powerful as the data they can understand.</p><p>With AskSubQuery, you can stop fighting schemas and start building agents that reason, explore, and explain blockchain data in real time.</p><p>If you’re ready to:</p><ul><li>Build smarter AI agents</li><li>Accelerate Web3 app development</li><li>Unlock instant on-chain insights</li></ul><p>👉 Ready to build AI-powered blockchain applications? Start by creating your SubQuery project or subgraph, then <a href="https://asksubquery.xyz/">integrate it with AskSubQuery</a> to unlock intelligent insights.</p><h3>About SubQuery</h3><p>SubQuery is building the foundational data layer of Web3 — open, scalable, and designed for the AI-driven future.</p><p><strong>SubQuery Network</strong> provides decentralised data indexers and dRPCs that power thousands of dApps across nearly 300 networks. With AI-assisted tools in the SubQuery SDK and Model Context Protocol (MCP) integration, developers can easily build, deploy, and scale blockchain data infrastructure.</p><p><strong>SubQuery Hermes </strong>(Subnet 82) is a Bittensor subnet that connects AI agents directly to blockchain data through GraphQL. By rewarding developers to create and improve these agents, Hermes enables intelligent on-chain applications.<br><a href="http://asksubquery.xyz"><strong>AskSubQuery.xyz</strong></a> provides graphql query MCP as a service. It is also the first product to connect to Hermes Subnet as an Authorized Caller.</p><p>With SubQuery, you can unlock intelligence in blockchain data.</p><p>​​​​<a href="https://linktr.ee/subquerynetwork?ref=blog.subquery.network">Linktree</a> | <a href="https://subquery.network/?ref=blog.subquery.network">Website</a> | <a href="https://discord.com/invite/subquery?ref=blog.subquery.network">Discord</a> | <a href="https://t.me/subquerynetworkcommunity?ref=blog.subquery.network">Telegram</a> | <a href="https://twitter.com/subquerynetwork?ref=blog.subquery.network">Twitter</a> | <a href="https://blog.subquery.network/?lng=en">Blog</a> | <a href="https://medium.com/@subquery?ref=blog.subquery.network">Medium</a> | <a href="https://www.linkedin.com/company/subquery?ref=blog.subquery.network">LinkedIn</a> | <a href="https://www.youtube.com/c/SubQueryNetwork?ref=blog.subquery.network">YouTube</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=a173250581dd" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[SubQuery Launches Two Major Products for AI and Blockchain Data]]></title>
            <link>https://subquery.medium.com/subquery-launches-two-major-products-for-ai-and-blockchain-data-3e174b75fb4e?source=rss-363112002081------2</link>
            <guid isPermaLink="false">https://medium.com/p/3e174b75fb4e</guid>
            <category><![CDATA[web3-development]]></category>
            <category><![CDATA[blockchain-technology]]></category>
            <category><![CDATA[cryptonews]]></category>
            <dc:creator><![CDATA[SubQuery Network]]></dc:creator>
            <pubDate>Wed, 21 Jan 2026 09:02:05 GMT</pubDate>
            <atom:updated>2026-01-21T09:02:05.571Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="Header image for an article outlining SubQuery’s two major product launches: Hermes Bittensor Subnet and AskSubQuery." src="https://cdn-images-1.medium.com/max/1024/1*w8fsJXAH9pD-iVtHLkSOtw.png" /></figure><p>A recap of Hermes and AskSubQuery and how they combine to unlock the future of intelligent Web3 data.</p><p>Over the past year, AI has advanced faster than any other technology, and blockchain has quietly become one of the world’s biggest open data sources. Yet combining the two in a practical way has remained a challenge. AI struggles to query blockchain data efficiently, and Web3 apps have no simple way to tap into intelligent agents without massive cost, latency, or engineering overhead.</p><p>To solve this, SubQuery has recently announced two major products that work together to unlock AI-powered blockchain experiences at scale:</p><ol><li><strong>Hermes: a new Bittensor subnet designed to train and incentivize GraphQL AI agents for blockchain data</strong></li><li><strong>AskSubQuery: a MCP service to enable developers to build AI agents that can query blockchain data easily via graphql.</strong></li></ol><p>Together, they form a powerful new stack:<br><strong>Hermes is the engine. AskSubQuery is the car.</strong></p><p>This article explains what each product does and how they connect to build the future of intelligent Web3 data.</p><h3>SubQuery Hermes: A Bittensor Subnet</h3><p><a href="https://subquery.network/hermes">Hermes</a> was launched as SubQuery’s dedicated <a href="https://bittensor.com/">Bittensor</a> subnet designed specifically for GraphQL-based blockchain data. Instead of relying on generic, expensive large language models, Hermes trains and evaluates AI agents that understand blockchain schemas, respond quickly, and compose accurate GraphQL queries.</p><p>Agents compete, improve, and are rewarded through Bittensor’s incentive mechanisms. This makes Hermes a constantly evolving environment where specialised AI becomes faster, cheaper, and more useful over time.</p><p>Hermes is the engine beneath SubQuery’s long-term vision: a network of AI agents that can retrieve, interpret, and act on on-chain data natively and efficiently.</p><p><a href="https://subquery.network/blog/subquery-launches-hermes-a-new-bittensor-subnet">Read the full announcement for more details</a><em>.</em></p><figure><img alt="Hermes landing page on SubQuery website explaining the Subnet value, alpha token and reward mechanisms." src="https://cdn-images-1.medium.com/max/1024/1*9kxiK7NCaiN-OvcOABY6dA.png" /></figure><h3>AskSubQuery — Natural Language for Blockchain Data</h3><p>Shortly before Hermes, SubQuery also launched <a href="https://asksubquery.xyz/">AskSubQuery</a>, a product that enables AI agent developers to easily integrate a powerful GraphQL Query Agent into their applications.</p><p>Instead of writing GraphQL queries or navigating complex schemas, users can simply ask questions like:</p><p>“What wallets interacted with this contract last week?”<br> “Show me today’s NFT mints.”</p><p>AskSubQuery exposes this capability via the industry-standard MCP protocol, allowing any AI agent to plug in and instantly support natural-language blockchain queries. It works seamlessly with both SubQuery projects and The Graph subgraphs, making it a truly universal conversational layer for Web3 data.</p><p>AskSubQuery turns blockchain exploration from a technical chore into an intuitive conversation.</p><p><a href="https://subquery.network/blog/introducing-asksubquery-ai-that-answers-your-blockchain-questions">Read the full announcement for more details.</a></p><figure><img alt="AskSubQuery interface showing AI-powered natural language queries returning blockchain data results." src="https://cdn-images-1.medium.com/max/1024/1*E-FNsyDHzjiXGfrfHzcRaQ.png" /></figure><h3>How They Work Together</h3><p>The launches were intentionally connected.</p><ul><li><strong>Hermes optimises AI agents</strong> to train and understand blockchain data.</li><li><strong>AskSubQuery is an authorized caller </strong>which will benefit from Hermes to further optimise the GraphQL agent experience — delivering fast, accurate answers directly to users.</li></ul><p>Hermes improves the underlying intelligence; AskSubQuery becomes the accessible interface powered by that intelligence. One is the infrastructure layer, the other is the experience layer. Together, they transform blockchain data from something only developers can work with into something anyone can understand and use.</p><p>This combination opens the door to AI-native Web3 applications — intelligent explorers, trading assistants, automated support agents, governance tools, on-chain analytics engines, and more.</p><h3>Why Bittensor?</h3><p>Bittensor provides the missing incentive layer required to scale specialised AI for blockchain data. Rather than relying on centralized, general-purpose LLMs, Hermes leverages Bittensor’s decentralized training and evaluation framework to continuously improve GraphQL-native AI agents in the open. On Bittensor, agents are objectively scored on accuracy and latency when querying real on-chain data, and are rewarded directly for performance. This creates a competitive environment where the best blockchain-aware models rise to the top, while weaker or outdated approaches are naturally filtered out. For Hermes, Bittensor isn’t just a deployment platform — it’s the mechanism that ensures AI agents remain fast, verifiable, cost-efficient, and aligned with real developer needs over time.</p><h3>A Step Toward Intelligent Web3</h3><p>Since 2021, SubQuery has been a leader in blockchain data indexing across <a href="https://subquery.network/networks">more than 300 networks</a>. With <a href="https://subquery.network/hermes">Hermes</a> and <a href="https://asksubquery.xyz/">AskSubQuery</a>, we’ve extended that leadership into the world of AI — connecting the data layer of Web3 with the intelligence needed to interpret it.</p><p>The reason why is that SubQuery has identified that agentic AI is transforming industries, but Web3 risks missing out. The current approach of using general-purpose LLMs for GraphQL agents creates prohibitive cost and latency, stifling innovation.</p><p>These two launches are more than new products. They’re the foundation of an ecosystem where blockchain data becomes interactive, conversational, and intelligently accessible at scale.</p><h3>About SubQuery</h3><p>SubQuery is building the foundational data layer of Web3 — open, scalable, and designed for the AI-driven future.</p><p><strong>SubQuery Network</strong> provides decentralised data indexers and dRPCs that power thousands of dApps across nearly 300 networks. With AI-assisted tools in the SubQuery SDK and Model Context Protocol (MCP) integration, developers can easily build, deploy, and scale blockchain data infrastructure.</p><p><strong>SubQuery Hermes </strong>(Subnet 82) is a Bittensor subnet that connects AI agents directly to blockchain data through GraphQL. By rewarding developers to create and improve these agents, Hermes enables intelligent on-chain applications.<br><a href="http://asksubquery.xyz"><strong>AskSubQuery.xyz</strong></a> provides graphql query MCP as a service. It is also the first product to connect to Hermes Subnet as an Authorized Caller.</p><p>With SubQuery, you can unlock intelligence in blockchain data.</p><p>​​​​<a href="https://linktr.ee/subquerynetwork?ref=blog.subquery.network">Linktree</a> | <a href="https://subquery.network/?ref=blog.subquery.network">Website</a> | <a href="https://discord.com/invite/subquery?ref=blog.subquery.network">Discord</a> | <a href="https://t.me/subquerynetworkcommunity?ref=blog.subquery.network">Telegram</a> | <a href="https://twitter.com/subquerynetwork?ref=blog.subquery.network">Twitter</a> | <a href="https://blog.subquery.network/?lng=en">Blog</a> | <a href="https://medium.com/@subquery?ref=blog.subquery.network">Medium</a> | <a href="https://www.linkedin.com/company/subquery?ref=blog.subquery.network">LinkedIn</a> | <a href="https://www.youtube.com/c/SubQueryNetwork?ref=blog.subquery.network">YouTube</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=3e174b75fb4e" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[SubQuery Launches Hermes: A New Bittensor Subnet for AI-Powered Blockchain Data]]></title>
            <link>https://subquery.medium.com/subquery-launches-hermes-a-new-bittensor-subnet-for-ai-powered-blockchain-data-3ac92608f140?source=rss-363112002081------2</link>
            <guid isPermaLink="false">https://medium.com/p/3ac92608f140</guid>
            <category><![CDATA[cryptonews]]></category>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[blockchain-technology]]></category>
            <dc:creator><![CDATA[SubQuery Network]]></dc:creator>
            <pubDate>Thu, 15 Jan 2026 20:47:15 GMT</pubDate>
            <atom:updated>2026-01-15T20:47:15.980Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="SubQuery announces the launch of the Hermes Bittensor Subnet 82." src="https://cdn-images-1.medium.com/max/1024/1*iT7WBbMzgvw4mNpl9FOdvA.png" /></figure><h3>Introduction: Bridging AI and Blockchain</h3><p>Artificial Intelligence (AI) and blockchain are reshaping technology as we know it. Today, we are thrilled to <strong>announce the launch of </strong><a href="https://subquery.network/hermes"><strong>Hermes</strong></a>, SubQuery’s dedicated <a href="https://bittensor.com/">Bittensor</a> subnet designed to bring AI and blockchain closer than ever. Hermes empowers developers to build smarter Web3 applications by connecting AI Agents directly to blockchain data, overcoming longstanding inefficiencies in cost and latency that have hindered the development of AI-native dApps.</p><p>A new wave of agentic AI is transforming industries, but web3 risks missing out. The current approach of using general-purpose LLMs (Large Language Models) for GraphQL agents creates prohibitive cost and latency, stifling innovation. To unlock this new era for our industry, we must solve these fundamental adoption barriers. Hermes changes that by introducing GraphQL Agents capable of automatically retrieving, analyzing, and responding to blockchain data in real time.</p><p>With Hermes, SubQuery takes a major step toward its vision of <em>unlocking intelligence in blockchain data</em>. Developers can now bring production-ready AI applications to life faster and for cheaper, while users benefit from smarter, faster, and more responsive blockchain experiences.</p><h3>What is Hermes and Why It Matters</h3><p>At its core, Hermes is designed to be a <strong>subnet of the Bittensor network</strong>, tailored for AI agents that handle blockchain data. These agents — like <a href="https://subquery.network/blog/introducing-the-subquery-graphql-agent">SubQuery’s GraphQL agent</a> — act as translators between complex on-chain data and user-friendly applications. By rewarding miners and validators for their contributions, Hermes creates an ecosystem where AI agents continuously evolve to deliver better performance.</p><p>What makes Hermes unique is its focus on practical utility. Unlike generic AI experiments, Hermes targets real-world use cases by incentivizing AI agents that can power chatbots, trading assistants, governance tools, and automated support systems. This design ensures that improvements in Hermes lead directly to better Web3 applications, with tangible benefits for both developers and end users.</p><p><em>“Hermes is designed to connect AI innovation directly with real-world blockchain projects,”</em> said Ian He, Chief Technical Officer at SubQuery.<em> “By incentivizing continuous improvement, Hermes ensures that AI agents don’t just exist — they evolve, learn, and deliver real value to users.”</em></p><h3>Benefits for Blockchain Developers</h3><p>With Hermes, developers no longer need to spend weeks building complex data infrastructure. Instead of setting up heavy infrastructure to query blockchains, developers can leverage SubQuery or Subgraph indexers to accelerate their development process. From there, Hermes can empower these indexers with AI capabilities. This dramatically cuts development time and lowers costs, while improving scalability and reliability.</p><p>We’ve identified more than 50,000 Subgraph and SubQuery indexers built by developers across Web3. With Hermes, every one of these can be AI-supercharged — upgraded into GraphQL agents that understand, analyze, and respond to blockchain data intelligently.</p><p>As <a href="https://www.coindesk.com/opinion/2024/12/20/the-future-is-ai-centric-and-blockchains-need-to-be-as-well">CoinDesk has noted</a>, the combination of AI and blockchain represents one of the most promising frontiers in technology. Hermes is a real-world implementation of this vision — an accessible, incentivized platform where AI agents bridge the gap between raw blockchain data and user-friendly experiences.</p><h3>Tokenomics and the Alpha Token Economy</h3><p>The Hermes subnet operates on the Bittensor network and uses the Alpha token (SN82 Alpha) as its native utility token for all ecosystem activities.</p><h4>How the SN82 Alpha Token Works</h4><p>Alpha is obtained by staking $TAO on the Bittensor chain. When participants stake $TAO, they receive alpha in return — which can then be used throughout the Hermes ecosystem:</p><ul><li>Accessing AI apps through organic prompts</li><li>Voting on which blockchain projects the subnet should prioritize</li><li>Rewarding miners and validators for their contributions</li><li>Participating in subnet governance</li></ul><figure><img alt="Alpha Token (SN82 Alpha) utilities: AI app access, voting, miner rewards, and subnet governance." src="https://cdn-images-1.medium.com/max/1024/1*PZq4vkOCVovpoCLKKvpGwQ.png" /></figure><p>By tying rewards to performance, Hermes ensures that miners and validators remain motivated to provide accurate, fast, and useful AI-driven results. As demand for Hermes’ AI services grows, the value and utility of the alpha token are expected to rise. This growth attracts more participants who need to stake TAO to engage with the subnet (e.g., as miners or validators), creating a virtuous cycle where increasing utility drives network security and participation.</p><h3>How Hermes Works</h3><p>Hermes isn’t just a concept — in short, we are building the specialized engine that will make GraphQL AI agents commercially viable to AI Agents.</p><h4>What is GraphQL?</h4><p>GraphQL is the cornerstone of Web3 because it provides a universal, efficient, and flexible way to query decentralized data across multiple blockchains and protocols. In an ecosystem where information is scattered and constantly evolving, GraphQL acts as a single, structured interface that lets developers and AI agents access exactly the data they need — no more, no less.</p><p>By creating a specialized, competitive ecosystem, we crowdsource the most efficient GraphQL solutions. Success means we can offer a product that is fast and cheap enough for customers to actually buy and use.</p><h4>From Projects to Miner Rewards</h4><p>The cycle begins when Authorized Callers or project owners submit GraphQL endpoints to the Hermes network, and vote these projects with the alpha token of Hermes to allow their projects to be selected. Validators then generate synthetic challenges — AI-generated prompts that test miners’ ability to compose graphql queries and interpret data accurately.</p><p>Miners, in turn, compete to answer these prompts with the highest accuracy, fastest response times, and most concise outputs. Their performance is scored against ground truth data and response time, with top-performing miners gaining higher rewards and opportunities to serve organic prompts from real-world users.</p><h4>Cloud Mining and Accessibility</h4><p>Looking ahead, Hermes plans to introduce cloud mining to further lower barriers to entry. This forthcoming feature will allow participants to contribute through shared cloud resources, eliminating the need for costly, dedicated hardware and enabling broader, more scalable network growth.</p><h3>Why Hermes is a Game-Changer for Web3 Applications</h3><p><strong>Hermes is building the bridge between AI and the data layer of Web3.</strong></p><p>GraphQL is the backbone of blockchain data — it powers everything from DeFi protocols and DEXs to gaming, governance, and on-chain analytics. But today, AI can’t use this data efficiently.</p><p>For example, an AI agent connected to GraphQL could instantly:</p><ul><li>Fetch real-time trading pair prices and identify arbitrage opportunities</li><li>Analyse historical wallet transactions to detect trends or risks</li><li>Build personalized trading assistants that help users act on blockchain data in real time</li></ul><p>Yet using large, general-purpose LLMs to achieve this is prohibitively expensive, slow, and inaccurate — blocking real adoption.</p><p>Hermes solves this. By connecting specialized AI agents directly to GraphQL and rewarding continuous improvements in speed, accuracy, and performance, Hermes makes intelligent blockchain data possible at scale.</p><h3>Why SubQuery is Perfectly Positioned to Build the Hermes Subnet</h3><p>SubQuery has been shaping how developers access blockchain data since 2021. As a leading Web3 data indexer, SubQuery powers thousands of dApps across <a href="https://subquery.network/networks">300 networks</a> — from Solana, Polkadot and Cosmos to Ethereum and Avalanche. This experience in organizing and serving blockchain data makes SubQuery uniquely suited to build Hermes.</p><p>Hermes is the next step in SubQuery’s mission to unlock intelligence in blockchain data. After years of optimizing GraphQL infrastructure and decentralizing data services, SubQuery is now applying that expertise to connect blockchain data directly with AI.</p><p>By combining our expertise with Bittensor’s incentive model, SubQuery is building a network where AI agents can continuously learn, evolve, and deliver smarter, faster blockchain experiences.</p><h3>Conclusion</h3><p>Hermes represents more than just a new subnet — it’s a vision for the future of blockchain and AI working together. By combining SubQuery’s data indexing technology with Bittensor’s incentivized network, Hermes creates a thriving ecosystem where developers, miners, and users all benefit.</p><p>For blockchain developers, this means a faster path to building production-ready AI-driven Web3 applications. For businesses, it means scalable tools that improve governance, customer support, and user engagement. And for users, it means richer, more reliable interactions with Web3 technology.</p><p>👉 <strong>Ready to see how Hermes and SubQuery can power your next Web3 project? </strong><a href="https://subquery.network/hermes"><strong>Start building with SubQuery today</strong></a><strong>.</strong></p><h3><strong>About SubQuery</strong></h3><p>SubQuery is building the foundational data layer of Web3 — open, scalable, and designed for the AI-driven future.</p><p><strong>SubQuery Network</strong> provides decentralised data indexers and dRPCs that power thousands of dApps across nearly 300 networks. With AI-assisted tools in the SubQuery SDK and Model Context Protocol (MCP) integration, developers can easily build, deploy, and scale blockchain data infrastructure.</p><p><strong>SubQuery Hermes </strong>(Subnet 82) is a Bittensor subnet that connects AI agents directly to blockchain data through GraphQL. By rewarding developers to create and improve these agents, Hermes enables intelligent on-chain applications.<br><a href="http://asksubquery.xyz"><strong>AskSubQuery.xyz</strong></a> provides graphql query MCP as a service. It is also the first product to connect to Hermes Subnet as an Authorized Caller.</p><p>With SubQuery, you can unlock intelligence in blockchain data.</p><p>​​​​<a href="https://linktr.ee/subquerynetwork?ref=blog.subquery.network">Linktree</a> | <a href="https://subquery.network/?ref=blog.subquery.network">Website</a> | <a href="https://discord.com/invite/subquery?ref=blog.subquery.network">Discord</a> | <a href="https://t.me/subquerynetworkcommunity?ref=blog.subquery.network">Telegram</a> | <a href="https://twitter.com/subquerynetwork?ref=blog.subquery.network">Twitter</a> | <a href="https://blog.subquery.network/?lng=en">Blog</a> | <a href="https://medium.com/@subquery?ref=blog.subquery.network">Medium</a> | <a href="https://www.linkedin.com/company/subquery?ref=blog.subquery.network">LinkedIn</a> | <a href="https://www.youtube.com/c/SubQueryNetwork?ref=blog.subquery.network">YouTube</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=3ac92608f140" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[2025: The Year SubQuery Became the AI Data Layer for Web3]]></title>
            <link>https://subquery.medium.com/2025-the-year-subquery-became-the-ai-data-layer-for-web3-8d869105b705?source=rss-363112002081------2</link>
            <guid isPermaLink="false">https://medium.com/p/8d869105b705</guid>
            <category><![CDATA[cryptocurrency]]></category>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[ai-infrastructure]]></category>
            <category><![CDATA[blockchain-technology]]></category>
            <dc:creator><![CDATA[SubQuery Network]]></dc:creator>
            <pubDate>Mon, 05 Jan 2026 09:02:53 GMT</pubDate>
            <atom:updated>2026-01-05T09:02:53.232Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*4qRnN2-GuW1w4gkwzzeEaw.png" /></figure><p>2025 will be remembered as the year SubQuery stepped fully into its role as the <strong>AI data layer for Web3</strong>. What began as a fast, reliable indexing protocol has evolved into a foundation for AI-driven blockchain data intelligence — powered by a decentralised network, strengthened by major ecosystem expansion, and brought to life through breakthrough AI products.</p><p>Below, we look back at the milestones that defined this defining year.</p><h3><strong>1. The Multichain Explosion: SubQuery Reaches 300 Supported Networks</strong></h3><figure><img alt="Image depicting SubQuery reaching 300 supported networks with logos of these networks used to spell out ‘300’" src="https://cdn-images-1.medium.com/max/1024/1*i_xnHQA34cSHCBFbAuulEQ.png" /></figure><p>We started SubQuery in 2021 with a mission: to meet developers wherever they build. That meant one thing — <em>becoming truly multichain at scale</em>.</p><p>Throughout the year, we delivered day-one or early indexing support to some of the most anticipated networks in Web3 such as <a href="https://subquery.network/blog/subquery-delivers-data-indexing-to-soneium-for-mainnet-launch">Soneium</a>, <a href="https://subquery.network/blog/starknet-calls-upon-subquery-to-add-data-indexing-support">Starknet</a>, <a href="https://subquery.network/blog/subquery-your-indexing-partner-for-unichain-mainnet">Unichain</a>, <a href="https://subquery.network/blog/subquery-provides-flawless-data-indexing-support-to-the-monad-network">Monad</a> and the much awaited: <a href="https://subquery.network/blog/subquery-and-soldexer-bring-blockchain-developers-lightning-fast-indexing-for-solana-dapps">Solana</a>.</p><h4>The arrival of SubQuery’s Solana indexing support</h4><p>This was one of the most anticipated and most requested integrations in our history. Solana’s unique architecture required a bespoke approach, and delivering fast, reliable indexing at Solana scale had been a long-term ambition for us.</p><p>When we <a href="https://subquery.network/blog/subquery-brings-blockchain-developers-lightning-fast-indexing-for-solana-dapps">announced Solana support</a> in May, it wasn’t just another integration — it opened SubQuery to one of the fastest-growing ecosystems in Web3. It was a signal to developers that SubQuery was ready to meet the demands of the next generation of high-throughput chains. Solana builders had been waiting for this — and so had we.</p><p>And the momentum didn’t stop. By October, we hit a huge milestone:</p><h4>SubQuery Hits 300 Supported Networks</h4><p>This milestone wasn’t just about quantity. It represented SubQuery becoming the one of (if not the) largest web3 indexers in terms of chain support.</p><p>We didn’t just build for a multi-chain future — <strong>we became the infrastructure that powers it. </strong>We celebrated this milestone with old and new friends who have helped us reach it.</p><figure><img alt="Blockchain network teams sharing congratulatory tweets celebrating SubQuery hitting 300 supported networks." src="https://cdn-images-1.medium.com/max/462/1*zBUY-IKFkrZ6zO_9Qwnv3w.png" /><figcaption><em>Blockchain network teams sharing congratulatory tweets celebrating SubQuery hitting 300 supported networks.</em></figcaption></figure><h3><strong>2. Strengthening the Network: Better Performance, More Decentralisation &amp; Smarter Indexing</strong></h3><p>Indexing is more than indexing — it’s about <em>data reliability, performance, and accessibility</em>. In 2025, we made major strides across all three.</p><h4>Decentralised Network Upgrades</h4><ul><li>We added more RPCs to the SubQuery Network (like <a href="https://subquery.network/blog/subquery-launches-decentralised-gnosis-rpc-powered-by-the-community">Gnosis</a> and <a href="https://subquery.network/blog/subquery-is-powering-solana-with-decentralised-infrastructure">Solana</a>)<strong>, </strong>demonstrating that our Node Operators deliver broader, multi-purpose decentralised infrastructure.</li><li>We introduced <a href="https://subquery.network/blog/cli-support-for-the-subquery-network">SubQuery CLI support for the Network</a> in September, bringing the full deploy-to-decentralised workflow into a single, familiar interface for developers.</li></ul><h4>Smarter, More Efficient Indexing</h4><p>In April, we launched <a href="https://subquery.network/blog/multichain-rewind-smarter-multi-chain-indexing">Multichain Rewind</a>, an advanced indexing feature that dramatically simplifies multi-chain projects. Developers can now reuse logic across chains, reduce maintenance overhead, and build cleaner multi-chain architectures.</p><p>All of these upgrades were reinforced by a stronger economic engine…</p><h3><strong>3. SQT Evolves: Rewards Expansion &amp; Tokenomics 2.0</strong></h3><p>2025 was also the year we doubled down on sustainable, long-term growth for the SubQuery Network.</p><figure><img alt="SubQuery’s Consumer Rewards Programme with 100 million $SQT prize pool allocated to top consumers on the SubQuery network." src="https://cdn-images-1.medium.com/max/1024/1*XThYVKXjOVsdmcc_eBwphQ.png" /></figure><h4>Launching the Consumer Rewards Programme</h4><p>What began as a 60M $SQT initiative in April expanded to 100M $SQT by September, ensuring that consumer applications, developers, and data-heavy protocols could continue to scale while benefiting from predictable rewards for query usage.</p><p><a href="https://www.subquery.foundation/consumer-rewards">Learn more about the Consumer Rewards Programme</a></p><figure><img alt="Image announcing SubQuery’s Tokenomics 2.0 for the $SQT token." src="https://cdn-images-1.medium.com/max/1024/1*k7UxWrJ72rVXtWZb4SH_Aw.png" /></figure><h4>Introducing Tokenomics 2.0</h4><p>In December, we introduced a major change to SubQuery’s long-term economics: <strong>SQT transitioned to a non-inflationary supply model.</strong></p><p>We launched mainnet in February 2024 meaning we’re almost 2 years on and the SubQuery Network is no longer a network in its infancy. We are operating real infrastructure, supporting real workloads, and generating real usage across ecosystems. Tokenomics should reflect that reality.</p><p><a href="https://snapshot.box/?ref=subquery.ghost.io#/s:subquerynetwork.eth/proposal/0x53c18a2c327d317637a9f30432a8ede93abb642a56644e39798d85658d40a9d5">SMP-4</a>, our Tokenomics 2.0 proposal, represents a decisive shift away from growth-through-printing and towards growth-through-utility. At its core, the proposal is about aligning incentives with reality and building an economic model that rewards contribution, not dilution.</p><p><a href="https://subquery.network/blog/subquery-tokenomics-2-0-a-letter-from-the-cto">Read more about Tokenomics 2.0</a></p><h3><strong>4. The Year of AI: Where Everything Changed</strong></h3><p>At the start of the year, we released our <a href="https://subquery.network/roadmap">Year of AI Roadmap</a> — a commitment to transform blockchain data from something you query… into something you <em>understand</em>.</p><p>Throughout the year, that vision came to life.</p><h4>AI-Assisted Development</h4><ul><li><strong>Introducing the SubQuery GraphQL Agent</strong> <br>With the <a href="https://subquery.network/blog/introducing-the-subquery-graphql-agent">launch of the GraphQL agent</a>, developers can now get AI-generated query insights, drastically reducing time spent debugging schemas or writing complex queries.</li><li><strong>Build Indexers with AI (MCP Integration)</strong> <br>Our <a href="https://subquery.network/blog/build-your-indexers-with-ai">integration into the Model Context Protocol</a> ecosystem enabled developers to create or modify entire indexers through natural language guidance. Indexer development became faster, more intuitive, and more accessible.</li></ul><figure><img alt="Introducing SubQuery’s new AskSubQuery product which is an AI agent that answers blockchain data questions in plain english." src="https://cdn-images-1.medium.com/max/1024/1*w-9oMiYsOlWDJdZ5FKh3ww.png" /></figure><h4>AskSubQuery: A Breakthrough in Blockchain Intelligence</h4><p>In December, we <a href="https://subquery.network/blog/introducing-asksubquery-ai-that-answers-your-blockchain-questions">introduced AskSubQuery</a> in closed beta — a big leap forward in our product history.</p><p>AskSubQuery lets anyone explore blockchain data using <strong>plain, natural language</strong>.</p><p>No GraphQL.<br>No schemas.<br>No developer knowledge required.</p><p>It’s the first step toward a world where blockchain data isn’t just indexed — it’s <em>understood</em>.</p><h3><strong>5. A Glimpse Into 2026: The Next Era of AI x Web3</strong></h3><p>We didn’t want to end 2025 without hinting at what comes next.</p><p>Throughout December, we dropped subtle clues about an upcoming launch of a major AI-powered product. In January, we’ll reveal what those hints were pointing to.</p><p>This marks the beginning of a deeper fusion between AI and blockchain data — one where SubQuery becomes the intelligence layer that connects the two.</p><h3><strong>Final Thoughts: From Indexing to Intelligence</strong></h3><p>2025 was the year SubQuery moved beyond being an indexing protocol and became the intelligence infrastructure for Web3. We unlocked long-awaited Solana support, expanded to 300 networks, delivered major network upgrades, evolved SQT’s economics, and introduced AI products that change how people access blockchain data.</p><p>As we head into 2026, our goal is clear: to turn SubQuery into the most powerful, intuitive, and intelligent data layer in Web3 — one that developers, users, and AI systems rely on every day.</p><h3>About SubQuery</h3><p>SubQuery Network is innovating web3 infrastructure with tools that empower builders to decentralise without compromise. SubQuery’s infrastructure network offers both data indexers and RPCs — fully decentralised, production-ready, and designed for scale.</p><p>Our fast, flexible, and open data indexer supercharges thousands of dApps on nearly 300 networks. Through innovations like AI-assisted development via the SubQuery SDK and Model Context Protocol (MCP) integration, SubQuery is making it easier than ever to build, deploy, and maintain blockchain indexers. We’re not just a company — we’re a movement driving an inclusive and decentralised web3 era, together.</p><p>​​​​<a href="https://linktr.ee/subquerynetwork?ref=blog.subquery.network">Linktree</a> | <a href="https://subquery.network/?ref=blog.subquery.network">Website</a> | <a href="https://discord.com/invite/subquery?ref=blog.subquery.network">Discord</a> | <a href="https://t.me/subquerynetworkcommunity?ref=blog.subquery.network">Telegram</a> | <a href="https://twitter.com/subquerynetwork?ref=blog.subquery.network">Twitter</a> | <a href="https://blog.subquery.network/?lng=en">Blog</a> | <a href="https://medium.com/@subquery?ref=blog.subquery.network">Medium</a> | <a href="https://www.linkedin.com/company/subquery?ref=blog.subquery.network">LinkedIn</a> | <a href="https://www.youtube.com/c/SubQueryNetwork?ref=blog.subquery.network">YouTube</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=8d869105b705" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Introducing AskSubQuery — AI That Answers Your Blockchain Questions]]></title>
            <link>https://subquery.medium.com/introducing-asksubquery-ai-that-answers-your-blockchain-questions-b1fe48efd751?source=rss-363112002081------2</link>
            <guid isPermaLink="false">https://medium.com/p/b1fe48efd751</guid>
            <category><![CDATA[blockchain-technology]]></category>
            <category><![CDATA[cryptocurrency]]></category>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[cryptonews]]></category>
            <category><![CDATA[blockchain]]></category>
            <dc:creator><![CDATA[SubQuery Network]]></dc:creator>
            <pubDate>Mon, 08 Dec 2025 09:02:14 GMT</pubDate>
            <atom:updated>2025-12-08T09:02:14.244Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="Header image for SubQuery’s new AI Agent product: AskSubQuery" src="https://cdn-images-1.medium.com/max/1024/1*w-9oMiYsOlWDJdZ5FKh3ww.png" /></figure><h3><strong>Introducing AskSubQuery — AI That Answers Your Blockchain Questions</strong></h3><p>Today, we’re excited to officially launch <a href="http://asksubquery.xyz">AskSubQuery</a>, a breakthrough AI-powered platform that lets anyone explore blockchain data using plain, natural language. No more writing complex GraphQL queries, deciphering schemas, or navigating technical barriers — AskSubQuery makes blockchain data as easy to access as chatting with an assistant.</p><p>AskSubQuery is powered by our <a href="https://subquery.network/doc/ai/graphql_agent.html">GraphQLAgent MCP (Model Context Protocol) Service</a> — the first platform designed specifically to bring AI-native querying to SubQuery and The Graph Protocol data sources.</p><p>Launching now in closed beta, this is the next evolution of blockchain indexing: <strong>instant answers, intuitive conversations, and intelligent insights.</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*yuKutl8K4-9EHPKmv3zG6Q.png" /></figure><h3>Turning Natural Language Into Blockchain Intelligence</h3><p>Imagine asking:</p><p><em>“What wallets interacted with this contract last week?”<br></em> <em>“Show me the top liquidity providers for my protocol.”<br></em> <em>“Which NFTs were minted today?”</em></p><p>Instead of constructing queries, defining filters, or scrolling through schema docs, AskSubQuery interprets the question, generates the right GraphQL query, executes it against your SubQuery or The Graph endpoint, and explains the results.</p><p><strong>You don’t see the complexity — just the answer.</strong></p><p>Under the hood, the AI automatically analyses your project’s schema, understands relationships between entities, and constructs queries that would normally require experience and time. For developers, it removes friction. For analysts and founders, it unlocks instant insights. And for anyone curious about blockchain data, it makes exploration as simple as conversation.</p><h4><strong>Works Across Your Existing Data Sources</strong></h4><p>AskSubQuery supports both <strong>SubQuery projects</strong> and <a href="https://thegraph.com/"><strong>The Graph</strong></a><strong> subgraphs</strong>, allowing users to connect multiple endpoints and switch between them effortlessly. This means you can combine insights across different chains, protocols, and indexing solutions — all from the same interface.</p><p>Teams already using SubQuery or The Graph don’t need to migrate or change anything. AskSubQuery simply becomes the conversational layer on top of your existing data.</p><h3><strong>Built for Real Workflows, Not Just Demos</strong></h3><p>A major goal of AskSubQuery is to make blockchain data more accessible, not only to individuals but to entire teams and applications. The platform includes tools to manage multiple endpoints, customise how the AI interacts with each project, and integrate the GraphQLAgent MCP directly into other AI agents and developer workflows.</p><p>Results stream in real time, making it easy to iterate quickly, explore large datasets, or use AskSubQuery as part of debugging or development. Behind the scenes, the service is powered by a combination of OpenAI models, LangChain orchestration, and deeply specialised blockchain knowledge.</p><p>AskSubQuery isn’t just an interface — it’s an intelligence layer for Web3 data.</p><h3><strong>Flexible Access for All Users</strong></h3><p>We want AskSubQuery to be accessible for everyone, from casual explorers to heavy-usage teams. The platform launches with a simple, credit-based system:</p><ul><li><strong>A generous free tier</strong> for experimentation</li><li><strong>Optional SQT token boosts</strong> for increased daily usage</li><li><strong>Pay-as-you-go credits</strong> for those who rely on AI for day-to-day development or analysis</li></ul><p>It’s straightforward and designed to grow with your needs.</p><h3>Early Access: Closed Beta Launch</h3><p>AskSubQuery is launching today in <strong>closed beta</strong>, giving our community a first look at this new AI experience before it opens to the public. During this period, access is limited to users with an exclusive beta code. These codes will be shared through a few key channels: attendees of our community events such as calls and X Spaces, our network of more than 300 partners, and a select group of trusted KOLs. If you’re active in the SubQuery ecosystem, there are plenty of opportunities to secure early access and start exploring AskSubQuery ahead of everyone else.</p><p>Get involved in <a href="https://linktr.ee/subquerynetwork">our community</a> to get an early access code, then head to <a href="http://asksubquery.xyz"><strong>asksubquery.xyz</strong></a> to get started. No setup, no query writing — just real blockchain insights, delivered conversationally.</p><h4>About SubQuery</h4><p>SubQuery Network is innovating web3 infrastructure with tools that empower builders to decentralise without compromise. SubQuery’s infrastructure network offers both data indexers and RPCs — fully decentralised, production-ready, and designed for scale.</p><p>Our fast, flexible, and open data indexer supercharges thousands of dApps on nearly 300 networks. Through innovations like AI-assisted development via the SubQuery SDK and Model Context Protocol (MCP) integration, SubQuery is making it easier than ever to build, deploy, and maintain blockchain indexers. We’re not just a company — we’re a movement driving an inclusive and decentralised web3 era, together.</p><p>​​​​<a href="https://linktr.ee/subquerynetwork?ref=blog.subquery.network">Linktree</a> | <a href="https://subquery.network/?ref=blog.subquery.network">Website</a> | <a href="https://discord.com/invite/subquery?ref=blog.subquery.network">Discord</a> | <a href="https://t.me/subquerynetworkcommunity?ref=blog.subquery.network">Telegram</a> | <a href="https://twitter.com/subquerynetwork?ref=blog.subquery.network">Twitter</a> | <a href="https://blog.subquery.network/?lng=en">Blog</a> | <a href="https://medium.com/@subquery?ref=blog.subquery.network">Medium</a> | <a href="https://www.linkedin.com/company/subquery?ref=blog.subquery.network">LinkedIn</a> | <a href="https://www.youtube.com/c/SubQueryNetwork?ref=blog.subquery.network">YouTube</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=b1fe48efd751" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[SubQuery Tokenomics 2.0: A Letter on Sustainability, Maturity, and What Comes Next]]></title>
            <link>https://subquery.medium.com/subquery-tokenomics-2-0-a-letter-on-sustainability-maturity-and-what-comes-next-276a2c3232f2?source=rss-363112002081------2</link>
            <guid isPermaLink="false">https://medium.com/p/276a2c3232f2</guid>
            <category><![CDATA[cryptocurrency]]></category>
            <category><![CDATA[cryptonews]]></category>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[tokenomics]]></category>
            <dc:creator><![CDATA[SubQuery Network]]></dc:creator>
            <pubDate>Fri, 05 Dec 2025 09:02:20 GMT</pubDate>
            <atom:updated>2025-12-05T09:03:15.756Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="Header image for SubQuery’s CTO letter on Tokenomics 2.0, highlighting updates and insights about the SQT token." src="https://cdn-images-1.medium.com/max/1024/1*aAUd7vD0u-rbf0ICgxIDoA.png" /></figure><p><em>From Ian He, CTO &amp; Co-Founder of SubQuery</em></p><p>When SubQuery first launched, inflation was a conscious choice.</p><p>Like many early-stage networks, we needed a mechanism that could rapidly bootstrap participation, attract Node Operators, and incentivise the behaviours required to bring the network to life. At that stage, inflation wasn’t a flaw, it was a tool. A necessary one.</p><p>But networks, like products, must evolve. And over time, it became clear that the same mechanism that helped SubQuery grow was no longer serving its long-term health.</p><p>Under our current model, SubQuery operates with a 1% annual inflation rate. Compounded, this results in more than 100 million new SQT tokens being minted every year. A significant portion of this inflation (about 70%) remains undistributed, creating silent dilution for token holders without corresponding increases in real economic activity. More importantly, rewards have become increasingly disconnected from actual network usage and value creation.</p><p>It was not the foundation of a sustainable economy.</p><h3>Why We’re Changing</h3><p>We launched mainnet in February 2024, we’re almost 2 years on and SubQuery is no longer a network in its infancy:</p><ul><li><strong>Total Eras: </strong>94</li><li><strong>Total queries served: </strong>18,895,840,356</li><li><strong>Total rewards distributed: </strong>70,377,101 SQT</li><li><strong>Historical uptime: </strong>99.98%</li></ul><p>We are operating real infrastructure, supporting real workloads, and generating real usage across ecosystems. Tokenomics should reflect that reality.</p><p><a href="https://snapshot.box/#/s:subquerynetwork.eth/proposal/0x53c18a2c327d317637a9f30432a8ede93abb642a56644e39798d85658d40a9d5">SMP-4</a>, our Tokenomics 2.0 proposal, represents a decisive shift away from growth-through-printing and towards growth-through-utility. At its core, the proposal is about aligning incentives with reality and building an economic model that rewards contribution, not dilution.</p><p>The objectives are simple and deliberate:</p><ul><li>Eliminate token inflation entirely</li><li>Fix the total supply of SQT</li><li>Increase true community ownership</li><li>Strengthen long-term value accrual</li><li>Absorb network usage risks via the foundation</li></ul><p>This is not a cosmetic change, it’s a structural maturation of the SubQuery network.</p><h3>What Tokenomics 2.0 Changes</h3><h3>1. Zero Inflation, Immediately</h3><p>Under Tokenomics 2.0, network inflation will be reduced to 0%.</p><p>Token minting will be permanently disabled, fixing total supply at <strong>10.2 billion SQT</strong>. No more printing. No inflationary pressure undermining the long-term incentive alignment of the ecosystem.</p><p>This marks a fundamental change in how value is created and preserved within SubQuery.</p><h3>2. From Inflation to Revenue-Backed Rewards</h3><p>Rewards will transition from being sourced through token emissions to being funded through actual network economics.</p><p>This occurs in three phases:</p><ul><li><strong>Phase 1: Foundation-backed rewards</strong> <br>Existing Foundation reserves will be used to fund rewards, using already-circulating tokens rather than newly minted supply.</li><li><strong>Phase 2: Hybrid transition</strong> <br>Gradual integration of protocol revenue from fees, <a href="https://subquery.network/professional">premium services</a>, and enterprise tiers alongside Foundation support.</li><li><strong>Phase 3: Fully revenue-backed model</strong> <br>Operator rewards are sustained primarily through protocol revenue, with Foundation reserves acting as a stabilising buffer.</li></ul><p>This transition ensures continuity of rewards while moving the network toward a self-sustaining economy grounded in real demand.</p><h3>3. Increasing Community Ownership</h3><p>As Foundation-held tokens are distributed through rewards rather than retained, the proportion of tokens owned by the broader community naturally increases.</p><p>This results in:</p><ul><li>Reduced Foundation dominance over supply</li><li>Greater decentralisation of economic power</li><li>Stronger alignment between network participants and governance outcomes</li></ul><p>In practical terms, this means the network becomes more community-owned with each reward cycle.</p><h3>The Economic Principles Behind This Shift</h3><p>Tokenomics 2.0 is guided by four core principles:</p><p><strong>Sustainability<br></strong>Rewards scale with network usage and adoption, not arbitrary emission schedules.</p><p><strong>Value Accrual<br></strong>SQT value becomes directly tied to the success of the SubQuery Network and its revenue-generating activity.</p><p><strong>True Decentralisation<br></strong>Ownership and economic power migrate further into the hands of the community.</p><p><strong>Market Efficiency<br></strong>Incentives reward contribution and performance, not token dilution.</p><p>This is how long-term networks are built: by aligning economic mechanics with real-world health indicators.</p><h3>What This Means for the Network</h3><p>For Node Operators, not much is changed. For token holders, value is no longer eroded by constant supply expansion. For the ecosystem as a whole, incentives become clearer, more rational, and more defensible over time.</p><p>This approach also enables stronger long-term mechanisms for value support, including revenue reinvestment and buyback programs that reinforce network stability and token price integrity.</p><h3>Implementation &amp; Safeguards</h3><p>This transition will be implemented pragmatically to protect operator stability and avoid reward disruption.</p><ul><li>Token minting will be permanently disabled by setting the Ethereum mainnet SQT contract minter to the zero address.</li><li>Total supply will be locked at 10.2 billion SQT.</li><li>Automated treasury monitoring will ensure that when reward reserves fall below 30 million SQT, Foundation allocations provide continuity.</li></ul><p>This ensures the network remains stable throughout the transition while we progressively shift to a fully revenue-backed reward system.</p><h3>A Network That Has Grown Up</h3><p>Tokenomics 2.0 is not about removing incentives. It is about making them real.</p><p>We are moving from a model designed for bootstrapping to one designed for permanence — where rewards are earned through genuine utility, where ownership reflects participation, and where value grows in step with adoption.</p><p>This is what it looks like when a network grows up.</p><p>And we believe it is the strongest signal we can send that SubQuery is here not just to scale, but to endure.</p><p><em>Ian He<br></em>CTO &amp; Co-Founder, SubQuery</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=276a2c3232f2" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Turning Bitcoin Activity into Rewards: A Case Study on SatLayer]]></title>
            <link>https://subquery.medium.com/turning-bitcoin-activity-into-rewards-a-case-study-on-satlayer-1eed58a38d34?source=rss-363112002081------2</link>
            <guid isPermaLink="false">https://medium.com/p/1eed58a38d34</guid>
            <category><![CDATA[cryptocurrency]]></category>
            <category><![CDATA[infrastructure]]></category>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[web3-development]]></category>
            <category><![CDATA[case-study]]></category>
            <dc:creator><![CDATA[SubQuery Network]]></dc:creator>
            <pubDate>Tue, 02 Dec 2025 02:41:09 GMT</pubDate>
            <atom:updated>2025-12-02T02:41:09.016Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="Head image for case study article of how Satlayer uses SubQuery in their Bitcoin rewards program." src="https://cdn-images-1.medium.com/max/1024/1*C4EddoDBSYuUKD7pA2ns4g.png" /></figure><p><a href="https://satlayer.xyz/">SatLayer</a> is positioning itself as <em>the economic layer for Bitcoin</em>, enabling the world’s most trusted asset to become fully programmable collateral. Through its <a href="https://docs.satlayer.xyz/cube-by-satlayer/introduction">Cube</a> by SatLayer LST (Liquid Staking Token) product on Babylon Genesis, SatLayer is building infrastructure that extends Bitcoin’s capital efficiency across new financial primitives.</p><p>To support this vision, SatLayer requires reliable, real-time blockchain data to power its analytics infrastructure and user-facing rewards program. This is where SubQuery plays a critical role, delivering flexible indexing and querying capabilities across complex multi-chain environments.</p><p>This case study explores how SatLayer called upon SubQuery to index critical transactional data, streamline points calculations, and enhance user experience.</p><h3>The Challenge</h3><p>SatLayer’s rewards ecosystem depends on accurately tracking and processing transactional activity on the <a href="https://babylonlabs.io/">Babylon</a> Genesis network. This data feeds directly into the SatLayer Rewards Program, where users earn Sats² points across multiple seasons based on participation and behaviour.</p><p>The core challenges included:</p><ul><li>Indexing high-volume transaction data from Babylon Genesis</li><li>Processing historical and live data for multiple reward seasons</li><li>Ensuring accuracy and transparency for users viewing their points</li><li>Operating within the Cosmos ecosystem, where indexer tooling and support are limited</li></ul><p>Without a robust indexing layer, calculating and distributing rewards at scale would become resource-heavy, error-prone, and difficult to maintain.</p><h3>Why SubQuery?</h3><p>SatLayer chose SubQuery as its indexing solution due to its ease of implementation and strong support for complex blockchain environments.</p><blockquote><em>“SubQuery was easy for our engineering team to configure and index the required on-chain data, especially for blockchains within the Cosmos ecosystem like Babylon Genesis.”</em></blockquote><blockquote>– Jia Jian Goi, Product Manager at SatLayer</blockquote><p>Key reasons for choosing SubQuery included:</p><ul><li>Fast and reliable indexing of Babylon Genesis transactions</li><li>Developer-friendly setup and configuration</li><li>Flexibility for evolving data requirements</li><li>Support for Cosmos-based ecosystems where alternatives are limited</li></ul><p>SubQuery provided the infrastructure SatLayer needed to focus on building its economic layer, rather than managing data pipelines.</p><h3>Key Metrics at a Glance</h3><ul><li><strong>Indexed Network:</strong> Babylon Genesis (Cosmos-based)</li><li><strong>Primary Use Case:</strong> Points calculation and distribution for Cube by SatLayer’s Rewards Program</li><li><strong>Product Powered:</strong> Cube by SatLayer (BABY LST)</li><li><strong>User Interface:</strong> <a href="https://cube.satlayer.xyz/">https://cube.satlayer.xyz/</a></li><li><strong>Data Usage:</strong> Historical and live transaction data across multiple seasons</li><li><strong>Ecosystem:</strong> Cosmos-based + Babylon integration</li><li><strong>Users: </strong>More than 4,500 users have accessed Cube by SatLayer powered by the SubQuery API</li><li><strong>Entities Indexed:</strong> Cube LST indexer has 8,593 entities and SatLayer indexer has 1,232 entities.</li></ul><h3>The Role of SubQuery in SatLayer</h3><p>SubQuery acts as the backbone of SatLayer’s data processing layer for Babylon Genesis, enabling seamless extraction, transformation, and utilisation of blockchain data.</p><h3>What’s being indexed?</h3><p>SatLayer uses SubQuery to index transaction data from the Babylon Genesis network, specifically related to activity tied to Cube by SatLayer. This data directly informs how <a href="https://blog.satlayer.xyz/satlayer-rewards-program/">Sats² points</a> are calculated and distributed.</p><h3>How the data is used</h3><p>Indexed data (via SubQuery) flows into SatLayer’s internal points processing service, which evaluates user participation across different reward seasons. This processed data is then surfaced to users via the Cube dashboard, allowing them to view their accumulated points and track progress in real-time.</p><h3>Explore Indexers</h3><p>Developers and community members can explore SatLayer’s live indexers here:</p><ul><li>Cube LST Indexer<br><a href="https://explorer.subquery.network/subquery/satlayer/cube-lst"> https://explorer.subquery.network/subquery/satlayer/cube-lst</a></li><li>SatLayer Core Indexer<br><a href="https://explorer.subquery.network/subquery/satlayer/satlayer"> https://explorer.subquery.network/subquery/satlayer/satlayer</a></li></ul><h3>Visual Architecture</h3><h4>Example SubQuery GraphQL queries</h4><p>The below query gets all the snapshots of a user (bbn1zvesudsdfxusz06jztpph4d3h5x6veglqsspxns2v2jqml9nhywsv7g40m). The query will return the snapshot id, the users address, the amount of the order and the order id.</p><figure><img alt="Image showing an example query from Satlayer’s SubQuery indexer. The indexer will return the requested blockchain data." src="https://cdn-images-1.medium.com/max/1024/1*SkOYLSqcGNG9eZlOZgPWUg.png" /></figure><p>Here is the data returned from the example query:</p><figure><img alt="Image showing the results of an example query from Satlayer’s SubQuery indexer. The indexer is returning the requested blockchain data." src="https://cdn-images-1.medium.com/max/1024/1*SdVdBfoPaB-JfdbmArR0Jw.png" /></figure><h4>Cube dashboard interface</h4><p>Below is the Cube dashboard UI which is being powered by the above queries to access reliable and accurate on-chain information.</p><figure><img alt="Image showing the UI of SatLayer’s Cube product where the data is powered by their SubQuery indexer." src="https://cdn-images-1.medium.com/max/1024/1*awvypc7GVbU9f5nkuLwV1Q.png" /></figure><p>These visuals demonstrate how on-chain data flows from Babylon Genesis through SubQuery and into SatLayer’s user-facing platforms.</p><h3>The Road Ahead for SatLayer</h3><p>SatLayer continues to expand its roadmap as it evolves into Bitcoin’s programmable economic layer, focusing on scalable, secure, and user-centric financial innovations. While leveraging strategic partnerships such as SubQuery for reliable data processing when needed, SatLayer is primarily driving its protocol development, ecosystem integrations, and reward program enhancements to unlock Bitcoin’s full economic potential and incentivize user participation.</p><h3><strong>Conclusion</strong></h3><p>By integrating SubQuery into its data infrastructure, SatLayer has established a scalable, efficient, and developer-friendly indexing solution that powers its rewards program and user experience.</p><p>In the Babylon genesis network (a Cosmos environment), SubQuery delivers the reliability required for SatLayer to confidently scale its operations and bring Bitcoin closer to becoming fully programmable collateral.</p><p>This partnership highlights how robust data indexing is not just a backend requirement — it is a foundational layer that enables innovation, transparency, and trust in next-generation financial systems.</p><h3>About SubQuery</h3><p>SubQuery Network is innovating web3 infrastructure with tools that empower builders to decentralise without compromise. SubQuery’s infrastructure network offers both data indexers and RPCs — fully decentralised, production-ready, and designed for scale.</p><p>Our fast, flexible, and open data indexer supercharges thousands of dApps on nearly 300 networks. Through innovations like AI-assisted development via the SubQuery SDK and Model Context Protocol (MCP) integration, SubQuery is making it easier than ever to build, deploy, and maintain blockchain indexers. We’re not just a company — we’re a movement driving an inclusive and decentralised web3 era, together.</p><p>​​​​<a href="https://linktr.ee/subquerynetwork?ref=blog.subquery.network">Linktree</a> | <a href="https://subquery.network/?ref=blog.subquery.network">Website</a> | <a href="https://discord.com/invite/subquery?ref=blog.subquery.network">Discord</a> | <a href="https://t.me/subquerynetworkcommunity?ref=blog.subquery.network">Telegram</a> | <a href="https://twitter.com/subquerynetwork?ref=blog.subquery.network">Twitter</a> | <a href="https://blog.subquery.network/?lng=en">Blog</a> | <a href="https://medium.com/@subquery?ref=blog.subquery.network">Medium</a> | <a href="https://www.linkedin.com/company/subquery?ref=blog.subquery.network">LinkedIn</a> | <a href="https://www.youtube.com/c/SubQueryNetwork?ref=blog.subquery.network">YouTube</a></p><h3>About Satlayer</h3><p>The new financial system, built on Bitcoin: SatLayer is the economic layer for Bitcoin, making the best asset now fully programmable.</p><p>Bitcoin isn’t idle gold anymore. SatLayer leverages restaking primitives to evolve Bitcoin into an active reserve asset, anchoring secure, capital-efficient DeFi and RWA systems. As the only restaking partner for Sui and Berachain — and the exclusive restaking partner of Babylon Labs — SatLayer collaborates with top revenue-generating projects to develop use cases like on-chain insurance and liquidity float, driving real and sustainable yield.</p><p><a href="https://linkin.bio/satlayer/">​​​​Links</a> | <a href="https://www.satlayer.xyz/">Website</a> | <a href="https://discord.com/invite/G9NSU9pEWj">Discord</a> | <a href="https://t.me/satlayerannouncements">Telegram</a> | <a href="https://x.com/satlayer">Twitter</a> | <a href="https://blog.satlayer.xyz/">Blog</a> | <a href="https://www.linkedin.com/company/satlayer/">LinkedIn</a> | <a href="https://www.youtube.com/@SatLayer">YouTube</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=1eed58a38d34" width="1" height="1" alt="">]]></content:encoded>
        </item>
    </channel>
</rss>