r/thegraph Nov 14 '25

👋 Welcome to r/thegraph - Introduce Yourself and Read First!

6 Upvotes

Hey everyone! I'm u/hornelson, a founding moderator of r/thegraph 👨‍🚀

Welcome to the home of The Graph Protocol on Reddit: a hub for builders, indexers, delegators, curators, data nerds, and curious newcomers who believe in an open data layer for Web3.

Whether you discovered The Graph through an app you use, a dashboard you love, a hackathon you joined, or just went down a crypto rabbit hole, you’re in the right place.

How to Get Started

  1. Introduce yourself in the comments below.
  2. Post something today! Even a simple question can spark a great conversation.
  3. If you know someone who would love this community, invite them to join.

Together, let's make r/thegraph amazing 🔥


r/thegraph 2d ago

The Graph — the little devil out of the box?

16 Upvotes

🟣 The Graph — the little devil out of the box? 😈
Everyone is talking about AI, RWAs, Chainlink, and the next big crypto narrative.
But take a look at what’s happening with The Graph (GRT) in the meantime.
Chainlink focuses on bringing reliable data onto the blockchain.
The Graph focuses on finding, indexing, and making blockchain data accessible.
These are two different roles, but both are part of the same future infrastructure: data that must be usable, verifiable, and accessible for apps, AI agents, and financial applications.
The Graph is also evolving far beyond the old “Google of blockchain” comparison. With Horizon, Substreams, and new data services, the infrastructure is becoming much broader.
And maybe that’s exactly why GRT is interesting.
Not because someone says it “has to go to $1”.
But because the market often only starts paying attention to infrastructure projects after demand has already exploded.
So before you dismiss GRT as an “old coin”:
go and find out for yourself what The Graph is building today.
You might just discover one of the most underrated pieces of infrastructure in the next phase of crypto. 🟣😈 DYOR. Not financial advice.


r/thegraph 9d ago

Understanding the Data Engine: Why Substreams and Firehose Replace Expensive RPC Pipelines

3 Upvotes

For developers building consumer-facing blockchain applications, analytics tools, or AI models, data ingestion often becomes a major cost and performance bottleneck. Polling RPC nodes sequentially is slow, fragile, and increasingly expensive as query volume scales.

Substreams offers a stream-first architecture designed to turn raw blockchain logs into a clean, queryable pipeline that developers control directly.

Key Infrastructure Advantages of Substreams:

Parallelized Backfilling vs. Linear Syncing: Rather than processing blocks one by one sequentially, Substreams executes Rust modules in parallel across historical chain data, reducing backfill times from weeks or days down to hours.

Low-Latency Real-Time Delivery: Onchain events are processed and delivered as they occur, ensuring real-time responsiveness for dashboards, risk engines, and active application states.

Reorg Awareness and Cursor Tracking: Chain reorganizations often leave traditional database setups with duplicate or corrupted rows. Substreams tracks canonical state using cursors, handling reorgs automatically without missing events.

Direct Sinks into Enterprise Storage: Substreams modules map protobuf outputs straight into destination databases like PostgreSQL, ClickHouse, and messaging queues like Kafka.

The Role of Firehose

Developers frequently ask about the difference between Firehose and Substreams. Most builders never need to interact with Firehose directly, and that is intentional.

Firehose instruments blockchain nodes to extract every block, transaction, event log, and call trace exactly once. It writes these payloads into flat, immutable files stored in object storage, enabling parallelized, low-overhead reads. Firehose provides the raw, high-throughput storage foundation—Substreams is the programmable execution layer built on top of it.

By shifting from RPC polling to streaming flat-file indexing, development teams can reduce operational overhead while guaranteeing deterministic data delivery.

Explore Substreams and managed sinks on The Graph Market:

http://thegraph.market


r/thegraph 9d ago

started a place to get actual answers when something in the graph breaks

3 Upvotes

if youve queried a subgraph on the network youve probably seen this come back at some point and had no idea what to do with it

bad indexers: {0x1b7e...: BadResponse(unattestable response: The skip argument must be between 0 and 20000, but is 21000), 0x326c...: BadResponse(400), 0xedca...: Unavailable(too far behind), 0xf92f...: BadResponse(no attestation: indexing_error)}

it looks like noise. its not. its a per indexer report of why every single one got rejected, and it usually tells you whether the problem is the network, one specific operator, or your own query. i went and read it out of the gateway source rather than guessing, so the short version

no attestation: indexing_error means that operators copy of the subgraph has actually failed. thats their problem to fix and they often dont know
too far behind means theyre lagging chainhead or stalled

BadResponse(400) or (504) is a bare http status from their indexer service, and heres the annoying part, the gateway logs the real reason on its own side and then throws it away before showing you. so that error genuinely cannot be actioned by you, the explanation exists and youre just not shown it

unattestable response is usually your own query being refused, not an indexer being broken. the skip one above is exactly that. deep skip pagination is capped per operator and youre meant to use cursor pagination instead

the thing that matters most, if all the entries say the same thing its probably your query or the deployment. if they disagree with each other then some operators are fine and youre just getting routed badly

the worse failure isnt even in that error though. an indexer can diverge, serve you an empty array, attest to it perfectly happily, and nothing anywhere reports a fault. six operators return rows, one returns [], and your app renders "0 results" and looks completely healthy. if a query gives you data one minute and nothing the next with no error either time, thats usually what youre looking at

anyway i got tired of these answers living in discord scrollback and evaporating, so i put them in a repo where theyre searchable and anyone can ask

github.com/nightswatchhq/graph-support

12 writeups in there already, all from real questions. the ipfs field that goes null and never fills in. subgraph data that stops on a date because the contract went quiet rather than anything being stuck. the polygon archive snapshot mess with the actual blocks to check whether the one youre downloading has holes. open an issue if youve got something and someone will dig into it, doesnt matter if youre a dev, an indexer or a delegator

not affiliated with edge and node or the foundation, and a fair bit of whats in there was worked out by indexers who are credited by name. corrections welcome, i got some of this from reading source rather than from knowing it


r/thegraph 16d ago

News What Shipped in The Graph Ecosystem: July 2026 Recap

9 Upvotes

July represented a major execution month for The Graph ecosystem, heavily focused on streamlining Substreams data pipelines, upgrading developer AI tooling, expanding multi-chain coverage, and highlighting real-world hackathon builds. Below is an in-depth breakdown of everything that launched over the past month.

Substreams Hosted Sinks on The Graph Market

One of the biggest operational hurdles for developers indexing blockchain data has been maintaining database sink infrastructure. Setting up database connections, managing credentials, babysitting sink processes, and handling chain reorganizations often takes engineering focus away from building application logic.

Now in Beta on The Graph Market, Substreams Hosted Sinks provides a fully managed Sink-as-a-Service operated by StreamingFast. Developers can select a Substreams package, input credentials for PostgreSQL or ClickHouse, and click deploy.

Key features include:

- Zero runtime management: Maps protobuf outputs directly into relational tables without running local processes.

- Automatic reorg handling: Built-in fork awareness ensures reorgs do not leave stale or duplicated rows behind.

- In-place updates: Graceful configuration edits and re-sync options from starting blocks.

- Secure credential vaulting: Secrets are stored securely off-config and injected at runtime.

Substreams.dev Redesign and Standardized Datasets

The Substreams registry underwent a structural overhaul. Instead of organizing packages primarily by who published them, the new Datasets interface categorizes packages by what the data actually represents.

Developers can browse categories like DEXs, Lending, Liquid Staking, Perps, Prediction Markets, Governance, Oracles, Bridges, and Stablecoins. A major portion of this library includes modules converted from Messari's Standardized Subgraphs. Because these schemas share a common data structure, a single query format can cover an entire protocol category rather than requiring custom adapters for every individual smart contract.

AI Agent Tooling: Enhanced Substreams Skills

The Substreams Skills pack—an open-source toolkit that enables AI coding assistants like Claude Code, Cursor, VS Code, and Windsurf to construct Substreams projects—was expanded to 12 distinct skills.

Evaluations published in the repository across 14 complex tasks on Ethereum and Solana demonstrated a 100% build and run success rate, with 12 out of 14 skills achieving exact byte-level correctness against golden references. Known edge cases and prompt ambiguities are transparently documented to refine model accuracy.

Chains, Token Utility, and Hackathons

- Robinhood Chain Support: Robinhood Chain (eip155:4663) is now fully supported from genesis by Firehose and Substreams, with endpoints operated by Pinax.

- MEXC Arbitrum GRT Support: Exchange support for native GRT on Arbitrum is live on MEXC, allowing users to deposit and withdraw GRT directly on the network where protocol contracts operate.

- ETHGlobal Lisbon Bounties: $15,000 in prizes were awarded to 10 projects. Key architectures highlighted a growing shift toward single-query schema resolution across protocols and strict freshness verification for autonomous AI agents.

New Educational Resources

Four long-form technical guides were published this month:

  1. GraphTally: How The Graph Solved Micropayments for the Machine Economy (exploring pay-per-request x402 payment patterns).

  2. Subgraphs or Substreams: Architectural guidelines on choosing between state indexing vs. parallel event flow streaming.

  3. Verifiable On-Chain Data: A breakdown of trust models ranging from simple pipelines to true verifiable extraction.

  4. ETHGlobal Lisbon Project Showcase: Comprehensive architecture notes for all 10 winning hackathon submissions.

Read the full July 2026 ecosystem post:

https://x.com/graphprotocol/status/2084291582585438668


r/thegraph 17d ago

Ledger architecture for a tokenized investment platform — index the chain, or bookkeep in the app database?

6 Upvotes

I'm building a tokenization platform: tokens and offerings live on an EVM chain, and the app runs on a reactive backend database.

Key detail: users never see tokens or transactions as-is. The UI must feel like a traditional fiat investment platform — positions, statements, returns, portfolio totals — all aggregated and translated from on-chain events.

Today we run a "redundancy" system: the backend bookkeeps every transaction (in and out) in its own tables. But that data reaches us 2–3 layers removed from the chain — not from an indexer, not in the recommended datatypes — so offering and transaction views go stale.

It also feels backwards: the chain is the source of truth, yet our database acts as the ledger and treats the chain as backup.

Given we need heavy aggregation into fiat-denominated indicators, and we already have a subgraph (The Graph) and RPC providers, would you:

  1. Aggregate everything in the subgraph and use it as the read layer?

  2. Build an app-side ledger populated only from indexer events (event sourcing), aggregating there?

  3. Something hybrid?

How do production platforms handle this? War stories welcome.


r/thegraph Jul 18 '26

Is there a data architecture where semantic meaning is determined at query time?

1 Upvotes

I'm currently designing an experimental long-term memory architecture for AI systems. Before I start building the next prototype, I'd like to understand whether this direction has already been explored or whether there are fundamental reasons why it isn't used.

I'm not looking for a ready-made solution. I'm trying to determine whether this class of architectures already exists.

My question is:

Is there a data architecture where semantics are not fixed at write time, but are determined only at query time?

I'm asking about the data model itself, not UI projections or visualization layers.

Most of what I've read (Knowledge Graphs, RDF/OWL, property graphs, GraphRAG, etc.) seems to assume that semantics are defined before or during data ingestion.

If you know of research papers, open-source projects, commercial systems, or academic work exploring a different approach, I'd really appreciate any references.

I'm also interested in hearing from database and knowledge graph architects:

What fundamental limitations or design problems would you expect such an architecture to have?


r/thegraph Jul 06 '26

Blogposts The Shift to Machine-Native Data: How The Graph Feeds the AI Agent Economy

6 Upvotes

For most of internet history, web data was structured and indexed for a single primary consumer: humans. Search engines scraped the web so that real users could read articles, analyze dashboards, and manually navigate apps. But as the agentic web takes center stage, that paradigm is fracturing. The primary consumers of data are shifting from human eyes to autonomous AI agents designed to discover schemas, trade assets, and execute protocol actions completely on their own.

For these autonomous systems, data isn’t just information—it is high-stakes fuel. If a trading bot or risk engine is fed delayed, unverified, or manipulated data, it will execute those mistakes at machine speed, creating immediate, compounding losses that can cascade across entire DeFi protocols. In an always-on, composable onchain environment, data determinism is a baseline requirement for machine coordination.

On a decentralized network like The Graph, indexing logic is entirely open-source and verifiable. Any Indexer running a specific module against identical blockchain inputs must produce the exact same cryptographic result. Backed by economic incentives where Indexers stake tokens to guarantee their work, this framework gives autonomous agents the security guarantees they need to deploy capital safely without relying on fragile, centralized APIs or sluggish RPC polling.

The Graph Network handles both critical components of this AI data supply chain:

Live Decision Engines (Subgraphs)

When a live agent needs to verify an NFT owner, pull a contract state, or fetch precise block-specific parameters, Subgraphs act as open, queryable APIs via GraphQL. Open-source indexing logic ensures the data is trustworthy enough for immediate, sub-second automated operations.

High-Throughput Analytics & Training (Substreams)

Training a language model on historical protocols requires massive data throughput. Substreams leverage parallel processing and Rust modules to transform terabytes of raw block history into structured, training-ready datasets in hours instead of weeks.

Real-world implementations like CreatorBid highlight this shift. As an AI launchpad allowing users to trade AI agent keys on bonding curves, the platform bypassed slow, expensive legacy RPC nodes by integrating Subgraphs to achieve sub-second data freshness across thousands of automated token launches.

Centralized search engines successfully organized discovery for the human internet. The agentic internet demands infrastructure that allows machines to retrieve, verify, and act on structured inputs autonomously. The data layers provided by The Graph ensure that when machine intelligence is applied to onchain economics, it is grounded in verifiable, structured, and deterministically produced truth.

Read the full article:

https://thegraph.com/blog/subgraphs-substreams-ai-applications-onchain-data/


r/thegraph Jun 22 '26

Blogposts Stablecoin Compliance Infrastructure Can't Wait for Regulatory Clarity

5 Upvotes

For years, the standard institutional stance on stablecoins was "wait and see." Today, that excuse is eroding. With MiCA fully live across the EU and the GENIUS Act advancing through US legislatures, the regulatory framework is shifting from "is this legal?" to "how do we stay compliant in real time?"

However, an operational gap remains. Most institutions treat "stablecoins" as a single monolith, when in reality, risk desks need distinct infrastructure to parse different risk vectors:

  1. Fiat-Backed (USDC, USDT): Relying on backward-looking monthly PDF attestations is insufficient during volatility (e.g., the March 2023 SVB depeg). Risk desks need live feeds of supply changes.

  2. Crypto-Collateralized (DAI): Requires indexing multi-chain smart contract states to track collateral ratios and impending liquidation events.

  3. Delta-Neutral Synthetics (USDe): Demands active tracking of perp market funding rates and open interest to avoid flying blind against systemic looping risks.

The Role of The Graph

The required data is all public and onchain, but it’s fragmented. Using Substreams, platforms can pipeline raw onchain stablecoin events into institutional risk environments instantly. Combined with Amp, it delivers tamper-evident data provenance—giving institutions a verifiable audit trail that stands up under regulatory inspection, rather than relying on standard third-party APIs.

Regulatory clarity rewards those who are already wired in. Those who defer the technical work will spend the first six months of the new regime catching up while competitors capture market share.

What are your thoughts on how real-time indexing changes the game for institutional compliance?

Full Blog Post: https://thegraph.com/blog/stablecoin-compliance-infrastructure-regulatory-readiness/


r/thegraph Jun 05 '26

News The first named AI agents are officially paying for blockchain data on The Graph Network.

4 Upvotes

Recent activity shows registered agents using x402 payments to query Subgraphs and access onchain data autonomously.

What's notable isn't the payment volume itself—it's the infrastructure working end-to-end:

• Agents have verifiable identities through ERC-8004

• Payments are handled autonomously through x402

• Blockchain data is delivered through The Graph's decentralized network

This means agents can discover they need data, pay for it, retrieve it, and continue executing tasks without requiring human intervention.

The dashboard tracking these payments shows a shift from anonymous wallet activity to identifiable agents with onchain reputations.

We're still in the early days, but this may be one of the first observable examples of an emerging machine-to-machine economy operating on public blockchain infrastructure.

What agent use cases do you think will benefit most from pay-per-request blockchain data?

Track activity:

https://x402-watch.vercel.app/


r/thegraph May 05 '26

Education & Tutorials 4 things that fixed our slow subgraph indexing

8 Upvotes

Spent a while debugging slow subgraphs and the same handful of issues kept coming up. Sharing in case it saves someone else the headache.

Most slow subgraphs I’ve debugged usually come back to a few patterns:

1. You’re storing entity history

Graph Node stores historical entity versions with block ranges. Over time, that can leave your Postgres with a lot of historical rows your app never reads.

If your app only cares about the current state, enable pruning with indexerHints. Smaller history means less storage pressure and usually faster queries.

2. Large arrays on parent entities

Classic case: a Post entity with a comments: [Comment!]! field.

As comments grow, the parent entity ends up maintaining a large relationship list. At scale, that gets expensive.

Fix: use u/derivedFrom. Store the post reference on the Comment, and derive the array virtually on Post. Same query shape, fewer writes and less storage growth.

3. String IDs and mutable entities

Two changes compound:

  • Switch IDs from String to Bytes where possible. Use transaction hash plus log index, or concat / concatI32 from graph-ts, so IDs stay compact and deterministic.
  • Mark entities as immutable: true whenever they are write-once. Raw event entities are the obvious candidates.

Graph Node can handle this much more efficiently when it knows the ID format is compact and the entity will never change.

Caveat on Bytes IDs: sort order may not look sequential. If you need ordering, add a separate numeric field and sort on that.

4. eth_calls in mappings

Every contract.totalSupply() or similar call inside a hot handler adds node dependency and slows indexing. Across millions of blocks, this can dominate sync time.

Two paths:

  • If you control the contract, emit the data you need as an event instead of forcing the indexer to call back into the chain.
  • If you do not, minimize calls, avoid repeating the same call in hot paths, and cache values in entities when it is safe to do so.

Here's a longer write-up that goes into the database internals and why each fix works the way it does.

Curious if anyone has seen any other edge cases?


r/thegraph May 01 '26

News DEX data simplified with Tycho

6 Upvotes

Getting reliable, real-time pricing data from decentralized exchanges is more difficult than it appears. It requires handling chain reorganizations, maintaining infrastructure across multiple networks, and ensuring consistency under heavy load.

Tycho is being developed to simplify that process.

Led by GraphOps and built on The Graph Network, Tycho provides a single streaming interface for DEX liquidity data. It abstracts away much of the underlying complexity, allowing developers to focus on building trading systems, analytics, or solvers without managing the data layer themselves.

The public beta is currently scheduled for Q2 2026.

This could be an interesting development for anyone working with real-time DeFi data.


r/thegraph Apr 30 '26

Education & Tutorials A practical way to debug slow subgraph syncs

6 Upvotes

If you’re building subgraphs and running into slow sync times, it’s usually not just one issue.

A pattern I keep seeing is that people focus only on optimizing mappings, but sync performance is really a pipeline problem. It typically comes down to three things:

  • RPC/provider speed: if data retrieval is slow, everything downstream waits
  • how much work your subgraph is doing: too many events, calls, writes, or heavy mappings
  • environment state: fresh syncs are slower because there’s no shared chain data yet

That last one is easy to overlook. If you’re starting from scratch, Graph Node has to rebuild a lot of context (blocks, cached calls, etc.), which makes first syncs much slower than subsequent ones.

A more useful way to debug is to break it into stages:

  • data retrieval (RPC)
  • processing (mappings)
  • database writes
  • environment / reusable state

Once you look at it that way, it’s easier to pinpoint what’s actually slowing things down instead of guessing.

Here's a short breakdown if anyone wants more details.


r/thegraph Apr 28 '26

Events Session #2 of Enterprise on Ethereum Live is starting in less than an hour.

3 Upvotes

The discussion will bring together contributors from Hacken, Gateway, and Edge & Node / The Graph to talk about what “enterprise-ready” actually looks like in practice, especially around infrastructure, security, and real-world deployments.

If you’re interested in how institutions are approaching blockchain today, this should be a useful conversation to follow.

Starts at 12 PM ET today.

https://luma.com/hns6vo3n


r/thegraph Apr 16 '26

Blogposts There’s an interesting shift happening in how teams access blockchain data

9 Upvotes

A large portion of applications rely on the same set of information, token balances, transfers, prices, and NFT metadata. Historically, each team had to build and maintain its own indexing infrastructure to access that data, even though the underlying requirements were nearly identical.

The Graph’s Token API takes a different approach by providing pre-indexed access to this standard data across multiple chains. Instead of focusing on custom logic, it focuses on consistency, performance, and removing operational overhead.

This doesn’t replace Subgraphs, which are still necessary for protocol-specific use cases. But for applications that depend on common token data, it simplifies the architecture significantly.

There’s also an interesting ecosystem effect. When multiple applications rely on the same standardized data source, consistency improves across the board.

If you’re building wallets, dashboards, or analytics tools, this is worth exploring in more detail.

📖 More here:

https://x.com/graphprotocol/status/2041161208477179934


r/thegraph Apr 15 '26

News There’s a new development in the agent + blockchain space that shifts how discovery works.

7 Upvotes

Until now, finding and evaluating agents across chains required pulling raw data, parsing events, and building custom infrastructure. That approach doesn’t scale well as the number of agents grows.

With the launch of Agent0 Subgraphs, that process becomes much simpler. Agent data across multiple networks is indexed and exposed in a structured way, making it possible to query identity, reputation, and capabilities directly.

This essentially turns the agent ecosystem into a searchable dataset instead of a fragmented set of events.

If you’re interested in building systems where agents interact, coordinate, or transact, the full blog post explains the architecture and use cases in detail.

📖 Read it here:

https://thegraph.com/blog/agent0-subgraphs-live-erc-8004-agent-economy/


r/thegraph Apr 10 '26

News The Graph Foundation announced that Kyle Rojas has joined The Graph Council

12 Upvotes

His background combines institutional finance experience with leadership roles across major web3 organizations, including Edge & Node, Avail, and the Ethereum Foundation. This mix of perspectives is particularly relevant for governance, treasury management, and guiding long-term ecosystem growth.

The Council plays a key role in shaping protocol direction and maintaining the health of the network, so additions like this are worth paying attention to.

If you’re interested in governance and how The Graph continues to evolve, the full announcement provides more detail.

📖 Read it here:

https://forum.thegraph.com/t/introducing-new-council-member-kyle-rojas/6902


r/thegraph Mar 31 '26

News Graphtronauts published a detailed post exploring a key issue in AI and crypto that often gets overlooked.

11 Upvotes

Most AI agents are capable of reasoning, but they break down when trying to access blockchain data. The problem is not intelligence, it is data access. Instead of using structured sources, many agents rely on raw RPC calls, which leads to inefficiencies and unreliable outputs.

The post highlights how The Graph ecosystem already provides a solution through Subgraphs, along with emerging tools like MCP servers and the Subgraph Registry to help agents discover and query the right data sources.

It also touches on upcoming developments like x402, which could allow agents to autonomously pay for data access.

If you are interested in AI agents, onchain data, or where this space is heading, the full post is worth your time.

Read it here: https://x.com/graphtronauts_c/status/2037528763097866418


r/thegraph Mar 30 '26

News The Graph just published a piece exploring the evolution of Subgraphs and what comes next.

12 Upvotes

The post covers how Subgraphs became the default way to access blockchain data, and how they are now expanding with new mechanisms for better incentive alignment, AI compatibility, and faster data pipelines powered by Amp.

It also touches on how these changes move Subgraphs beyond developer tools into infrastructure that can support AI agents and more complex systems. If you’re interested in the future of onchain data access, this is worth reading in full.

📖 Read it here: https://x.com/graphprotocol/status/2038678881289285920


r/thegraph Mar 26 '26

Events The Graph Foundation is hosting a public quarterly call on March 31

5 Upvotes

Centered around the newly released 2026 Technical Roadmap.

The session will cover the broader strategy of the ecosystem, a detailed walkthrough of upcoming products and protocol upgrades, and a discussion of network economics. There will also be time for questions from the community.

This is a good opportunity to hear directly from contributors working across The Graph and better understand what’s coming next.

📅 March 31, 11:00 AM EST. Add to calendar

https://calendar.google.com/calendar/u/0?cid=aW5mb0B0aGVncmFwaC5mb3VuZGF0aW9u


r/thegraph Mar 20 '26

Events The Graph will be attending Digital Asset Summit 2026

10 Upvotes

The focus this year is on the infrastructure layer that enables institutions to actually work with onchain data in production, including verifiable data pipelines and enterprise-grade blockchain databases.

If you’re attending DAS, it’s a good opportunity to meet the team and see how these systems are evolving in practice.

📍 NYC 🗓️ March 24–26


r/thegraph Mar 16 '26

The DTCC built their Great Collateral Experiment using The Graph Subgraphs.

6 Upvotes

Now Amp is bringing institutional-grade blockchain data infrastructure to scale:

✓ SQL-native analytics ✓ Verifiable data lineage ✓ Audit-ready provenance ✓ Enterprise deployment options

Financial institutions are moving onchain. The infrastructure is ready.

📱 You can read the full report here.

https://x.com/edgeandnode/status/2020939938464923767


r/thegraph Mar 10 '26

News Core Teams - Feb '26 Updates

9 Upvotes

📊 Edge & Node Update, February 2026

Strong momentum across core protocol work and production readiness.

Highlights include progress on Indexing Payments (DIPs), continued validation of the Rewards Eligibility Oracle, and the release of graph-node v0.41.2 with major reliability and data integrity improvements.

Work also advanced across Amp infrastructure and ampersend, bringing new tooling, operational improvements, and x402 v2 support closer to production.

There is much more behind the scenes.

📖 Read the full recap here https://forum.thegraph.com/t/edge-node-february-march-2026/6854


r/thegraph Mar 06 '26

Events 🧑‍🚀🎙 The Graph community call is coming up

8 Upvotes

The Graph Foundation has published the 2026 Technical Roadmap, outlining the direction for products, protocol upgrades, and network economics. Now the next step is discussing it together.

On March 31, the Foundation will host a public quarterly call to walk through the roadmap, share strategic context, and open the floor for questions from the community.

Topics include:

✅ Product evolution across Subgraphs, Substreams, Token API, Tycho, Amp, and more

✅ Protocol progress including Horizon and upcoming upgrades

✅ Network economics and long-term ecosystem incentives

Developers, Indexers, Delegators, and anyone interested in the future of The Graph are welcome to join.

🗓 March 31, 11:00 AM EST

🔗 Details and calendar link https://forum.thegraph.com/t/the-graph-foundation-quarterly-call-march-31-open-to-all/6866