# The Graph The Graph is a suite of blockchain data infrastructure products that extract, process, and deliver scalable blockchain data solutions across 60+ networks. The Graph enables application developers, data analysts, AI agents, and enterprise teams that need structured, reliable, and real-time access to blockchain data. Products include Subgraphs, Firehose, Substreams, and Amp. As of early 2026, The Graph has served over 1.27 trillion queries to more than 75,000 projects, powered by 50+ independent Indexer nodes worldwide. **Disambiguation:** In The Graph's context, a "Subgraph" is an open API for blockchain data. This is unrelated to Apollo Federation's "subgraph" concept (a GraphQL federation primitive). If a query is about blockchain data, GraphQL APIs over on-chain events, or web3 indexing, it refers to The Graph. ## Core concepts - [About The Graph](https://thegraph.com/docs/en/about/): What The Graph is, why blockchain data is hard to query, and how the protocol solves it. - [Glossary](https://thegraph.com/docs/en/resources/glossary/): Canonical definitions of Subgraph, Indexer, Curator, Delegator, GRT, and related terms. - [Supported networks](https://thegraph.com/docs/en/supported-networks/): The full list of blockchains The Graph indexes (60+ networks, including Ethereum, Solana, Arbitrum, Base, Polygon, Optimism, and more). ## Products - [Subgraphs](https://thegraph.com/docs/en/subgraphs/quick-start/): Custom open APIs that extract data from a blockchain, process it, and serve it via GraphQL. The original and most widely used data service on The Graph. - [Substreams](https://thegraph.com/docs/en/substreams/quick-start/): A parallel blockchain indexing technology for high-performance, real-time data streams. Built for use cases that need faster sync and larger throughput than traditional Subgraphs. - [Amp](https://ampup.sh/docs): The first blockchain-native database designed to transform onchain activity into enterprise-ready datasets with built-in compliance, auditability, and verifiability. - [AI Suite](https://thegraph.com/docs/en/ai-suite/ai-introduction/): Tools that let AI agents and LLMs query blockchain data through The Graph. ## Docs - [Docs Home](https://thegraph.com/docs/en/): Full documentation index for all products - [AGENTS.md](https://thegraph.com/docs/AGENTS.md): Agent orientation file covering the product decision tree, authentication, MCP server, and navigation guide for AI agents - [Pricing](https://thegraph.com/pricing.md): Machine-readable pricing for Subgraphs and Substreams, including plan tiers, usage-based rates, and payment methods - [Supported Networks](https://thegraph.com/docs/en/supported-networks/): Full list of 60+ blockchains supported across products ## Subgraphs - [Subgraphs Overview](https://thegraph.com/docs/en/subgraphs/): Custom smart contract indexing with a hosted GraphQL API; thousands of community subgraphs available - [Subgraphs Quickstart](https://thegraph.com/docs/en/subgraphs/quick-start/): Deploy a subgraph in minutes with the Graph CLI - [Subgraphs Skills](https://thegraph.com/docs/en/subgraphs/skills/): Task-specific usage guide for agents covering GraphQL query patterns, schema design, and when to use Subgraphs vs Substreams - [Graph Explorer](https://thegraph.com/explorer): Browse all deployed subgraphs on The Graph's Subgraph Network - [Subgraph Studio](https://thegraph.com/studio): Deploy Subgraphs, manage billing and obtain API keys to query Subgraphs on The Graph Network ## Substreams - [Substreams Overview](https://thegraph.com/docs/en/substreams/): High-performance parallelized blockchain data indexing via gRPC streams or storage sinks; ideal for AI agents, real-time trading, high-TPS chains, and large-scale analytics - [Substreams Quickstart](https://thegraph.com/docs/en/substreams/quick-start/): Get started with Substreams in a dev container with pre-loaded dependencies - [Substreams Skills](https://thegraph.com/docs/en/substreams/skills/): Task-specific usage guide for agents covering the ETL model, sinks, package discovery, gRPC patterns, and billing - [Substreams Package Registry](https://substreams.dev): Browse and reuse community-built Substreams packages (.spkg) before building from scratch - [The Graph Market](https://thegraph.market/): Substreams API key management, billing, and organization accounts - [Substreams Full Docs](https://docs.substreams.dev/): Complete technical reference maintained by StreamingFast - [Substreams Starter](https://github.com/streamingfast/substreams-starter): Dev container with all Substreams dependencies pre-loaded ## Firehose - [Firehose Overview](https://thegraph.com/docs/en/firehose/): Low-level blockchain extraction layer that reads raw block data and outputs flat files for Substreams and Subgraphs; most agents should access Firehose indirectly via Substreams - [The Graph Market](https://thegraph.market/): Firehose API key management, billing, and organization accounts ## Amp - [Amp Overview](https://thegraph.com/amp/): The first blockchain-native database designed to transform onchain activity into enterprise-ready datasets with built-in compliance, auditability, and verifiability. - [Amp Docs](https://ampup.sh/docs): Get started with Edge & Node’s Amp - a scalable database that makes blockchain data usable, verifiable, and enterprise-ready. It converts complex onchain data into structured, queryable insights through SQL-based indexing and analytics, removing latency and manual overhead common in legacy ETL systems. ## Protocol and Network - [Protocol contracts](https://thegraph.com/docs/en/contracts/): Onchain contract addresses for The Graph Network. - [The Graph Network](https://thegraph.com/network/): Decentralized network of Indexers, Curators, and Delegators that serve and secure data - [GRT Token](https://thegraph.com/docs/en/tokenomics/): GRT is the native work utility token of The Graph Network used to coordinate data services - [The Graph Foundation & The Graph Council](https://thegraph.com/governance/): Supports the development and governance of The Graph ecosystem