The Graph

  • Name: The Graph
  • URL: https://thegraph.com/
  • Category: decentralized query protocol / subgraph-market infrastructure / blockchain data indexing network
  • Summary: The Graph is the canonical indexing-market note in this corpus. Subgraphs, indexers, curators, delegators, and gateways turn blockchain data access into a protocol-plus-service market instead of leaving it as a backend chore.
  • What it does:
    • Lets developers build Subgraphs that define how smart-contract data should be indexed and exposed through GraphQL APIs
    • Provides Subgraph Studio for testing and staging, then a path to publish subgraphs to The Graph Network for decentralized indexing
    • Operates a decentralized network where Indexers stake GRT, serve queries, earn query fees and indexing rewards, and can be slashed for incorrect behavior
    • Uses Curators and curation signal to help decide which subgraphs Indexers should prioritize, effectively making data-legibility demand visible onchain
    • Expands beyond classic subgraphs into products like Substreams, Token API, Graph Node, and Firehose, showing a broader data-access stack than a single hosted API
  • Key claims:
    • The docs homepage says The Graph powers applications, analytics, and AI on 80+ chains and lists core products including Subgraphs, Substreams, Token API, Graph Node, and Firehose
    • The quick-start docs show a clear path from developer-authored subgraph, to Studio-based staging, to publication on the decentralized network where indexers can pick it up and curators can add signal
    • The indexing overview docs say indexers stake GRT, earn query fees and inflationary indexing rewards, submit proofs of indexing, and can be slashed for malicious or incorrect behavior
    • The same docs say Indexers choose what to index partly from curation signal and consumer demand, which makes data availability a market-governed coordination layer rather than a neutral backend utility
    • The curating docs say Curators mint curation shares, pay curation taxes, and receive a share of query fees, meaning The Graph explicitly prices judgment about which data products matter
    • The official research repo still hosts the original Graph whitepaper but labels it deprecated and points readers to later protocol specifications, which matters because the project’s current source of truth is the live docs and evolving specs rather than the old paper alone
  • Whitepaper: The original official whitepaper is available but explicitly marked deprecated in The Graph’s own research repo; a local copy is saved at ../whitepapers/the-graph-whitepaper-v1-deprecated.pdf. Current protocol understanding should lean more heavily on the live docs and research/spec repos; see ../whitepapers/the-graph-primary-sources-2026-05-09.md.
  • Sources:

Internal linkages

  • Keep this note on the strongest adjacent reads: firehose, sqd, and substreams.
  • Useful cut: The Graph matters because it protocolized some of the indexing market instead of just selling a faster hosted pipeline.

Control surface

  • The protocolized part is real: staking, delegation, curation signal, rewards, and slashing make some of the indexing market legible onchain.

  • The operator layer is still where a lot of the practical leverage sits: gateway routing, hosted tooling, indexer performance, and which subgraphs become cheap and easy to consume.

  • Read The Graph as a query-market and coordination layer, not as neutral extraction plumbing.

  • Last reviewed: 2026-05-31 UTC