MKT
GRT
Infrastructure · Indexing

What is The Graph (GRT)?

RANK #150
$0.0285+1.33% 24h+38.31% 7d
LIVE · CoinGeckoPrice updated Sep 27, 2026, 06:20 PMText updated

The indexing layer most of Web3 queries without knowing it. The Horizon upgrade, live since December 2025, turned The Graph from one service into several — Substreams, Token API and analytics alongside the original subgraphs — and the revenue mix moved with it: Substreams grew fourfold in Q4 2025 while subgraph query fees fell 8.7%. Its most interesting 2026 bet is x402, letting AI agents pay for on-chain data per query.

Price chart · 30D

The Graph market stats

Market cap
$311.92M
24h volume
$13.79M
24h high
$0.0284
24h low
$0.0271
7d change
+38.31%
Circulating supply
10.94B GRT
All-time high
$2.84
All-time low
$0.013

The Graph at a glance

What it does
Indexes blockchain data so applications can query it, instead of each one scanning chains itself
Horizon
Live since December 2025 — turned a single service into a modular platform
Products
Subgraphs, Substreams, Token API and analytics
Revenue mix
Q4 2025: Substreams revenue up 4x, subgraph query fees down 8.7% quarter on quarter
Token API
Launched in beta March 2025 across Ethereum, Arbitrum, BSC, Polygon, Optimism and Base
x402
Payment protocol letting AI agents pay per query in GRT or stablecoins

Categories: Artificial Intelligence (AI) · Infrastructure · Smart Contract Platform · Analytics · Avalanche Ecosystem · Polygon Ecosystem

How The Graph works

Blockchains are terrible databases. They are excellent at agreeing on an ordered list of transactions and hopeless at answering a question like "show me every trade this address made in the last month, sorted by size". Getting that answer means scanning the chain and reorganising the data, which every application would otherwise have to do for itself.

The Graph does it once, as a network. Developers define a subgraph — a specification of which events to watch and how to structure them — and indexers compete to serve queries against it, staking GRT and earning fees. Curators signal which subgraphs matter and delegators back indexers without running infrastructure. It is genuinely load-bearing: a large share of DeFi front-ends depend on it, usually invisibly.

What Horizon changed

The Graph spent years as one product — subgraphs, queried by GraphQL. Horizon, live since December 2025, made it a modular platform hosting several data services at once: Substreams for high-throughput streaming, Token API for balances, transfers and pricing, and analytics alongside the original subgraphs.

The revenue split in the quarter before tells you why this mattered. Substreams revenue grew fourfold while traditional subgraph query fees fell 8.7% quarter on quarter. The old product was shrinking and the new one was growing, and Horizon was the restructuring that let GRT be paid for both rather than only the declining half.

x402 and the agent thesis

The Graph integrated x402, a payment protocol allowing AI agents to pay for on-chain data queries in real time using GRT or stablecoins. The argument behind it is specific: an autonomous agent needs data, cannot open an account or sign a monthly contract, and needs to pay per request at machine speed.

Whether agents become a large buyer of on-chain data is unproven and the reasoning is sound. It is also one of the few AI pivots in crypto where the company already sells the product the AI would need, rather than inventing one to fit the narrative.

What GRT is used for

  • Query fees paid by applications consuming data — the core revenue, now across several services rather than one.
  • Indexer stake: operators bond GRT as a guarantee of honest service, and can be slashed.
  • Curation: signalling GRT on subgraphs to direct indexing resources and earn a share of their fees.
  • Delegation to indexers, for holders who want exposure without running infrastructure.

The Graph's value capture is better than most infrastructure tokens because the service is metered and paid for in GRT at the point of use. The structural weakness is the same one Chainlink has: a large share of consumption happens through hosted gateways and subsidised tiers, so usage and token demand are connected but not tightly.

GRT tokenomics and supply

GRT launched in December 2020 with 10 billion tokens and annual issuance to indexers, offset by burns — a portion of query fees and curation taxes are destroyed. Net supply depends on how much querying happens against how much is emitted.

For years emissions clearly exceeded burns, because query revenue was small and the network was subsidising indexers to show up. Horizon's broader product line is the attempt to grow the fee side of that equation, and the Q4 2025 split — Substreams up fourfold, subgraphs down 8.7% — shows the mix shifting even where the total is not yet decisive.

The hosted service sunset

For most of its life The Graph ran a free hosted service alongside the decentralised network, and almost everyone used the free one. Sunsetting it forced users onto the paid network and was the single most important economic decision in the protocol's history — it converted usage into revenue, at the cost of losing the users who were only there because it was free.

GRT staking and yield

GRT is staked in two distinct roles and the difference matters. Indexers bond GRT as collateral for serving queries honestly and can be slashed for misbehaviour — that is a business requiring infrastructure. Delegators back an indexer without running anything, sharing in that indexer's rewards minus their cut.

Delegation has specifics that catch people out. There is a deposit tax on delegating, an unbonding period of several weeks before withdrawal, and returns depend entirely on the indexer's query volume and fee settings. An indexer with no queries pays you almost nothing regardless of how much you delegate.

Curation is a third activity again: signalling GRT on a subgraph to direct indexing toward it, earning a share of its query fees, on a bonding curve where early signal earns more and the position can lose value if the subgraph is abandoned.

The Graph risks

The original product is shrinking

Subgraph query fees fell 8.7% quarter on quarter in Q4 2025. Substreams growing fourfold is the right response, and the network is in the middle of replacing its main revenue line rather than adding to it — a transition, with the execution risk that implies.

Competition from doing it yourself

Alchemy, QuickNode and Goldsky sell indexed data as a conventional service, faster to integrate and with support. Large applications increasingly run their own indexers, because at scale the economics favour it. The Graph's decentralisation matters to a subset of customers and is not what most are buying.

Free tiers weaken the link to the token

Much consumption runs through gateways and subsidised access rather than direct GRT payment. Usage grows; token demand grows less. The same structural gap that follows Chainlink around.

The agent thesis is unproven

x402 is a well-designed bet on AI agents becoming significant buyers of on-chain data. They may not, or they may buy it from a centralised provider with a simpler API. Judge it on revenue rather than on the integration existing.

Delegation is less passive than it looks

A deposit tax, a multi-week unbonding period and returns that depend on your indexer's actual query volume. Delegating to a large indexer with no traffic earns close to nothing, and the position is illiquid while you find out.

The Graph: key events

  • Dec 17, 2020 — The Graph's decentralised network launches with the GRT token.
  • Jun 12, 2023 — The hosted service sunset begins, forcing usage onto the paid decentralised network.
  • Mar 1, 2025 — Token API launches in beta across six chains.
  • Dec 1, 2025 — Horizon goes live, turning The Graph into a modular multi-service platform.

The Graph FAQ

What is The Graph?

+

An indexing network for blockchain data. Blockchains are good at ordering transactions and bad at answering queries, so The Graph indexes chains once as a network — developers define subgraphs, indexers stake GRT and compete to serve queries. A large share of DeFi front-ends depend on it, usually invisibly.

What is the Horizon upgrade?

+

Live since December 2025, it turned The Graph from a single subgraph service into a modular platform carrying Substreams, Token API and analytics as well. It matters because the revenue mix was already shifting: in Q4 2025 Substreams revenue grew fourfold while subgraph query fees fell 8.7%.

How does GRT staking work?

+

Two roles. Indexers bond GRT as collateral for serving queries honestly and can be slashed — that is a business needing infrastructure. Delegators back an indexer without running anything and share its rewards. Delegation carries a deposit tax, a multi-week unbonding period, and returns that depend entirely on that indexer's query volume.

What is x402?

+

A payment protocol The Graph integrated so AI agents can pay for on-chain data queries in real time, in GRT or stablecoins. The reasoning is that an autonomous agent cannot open an account or sign a monthly contract and needs to pay per request at machine speed. It is unproven and it is one of the few AI pivots where the company already sold the product.

Is GRT inflationary?

+

It issues to indexers annually and burns a portion of query fees and curation taxes, so net supply depends on usage against emissions. Emissions clearly exceeded burns for years while query revenue was small. Horizon's broader product line is the attempt to grow the fee side.

What is curation on The Graph?

+

Signalling GRT on a subgraph to direct indexing resources toward it and earn a share of its query fees. It runs on a bonding curve, so early signal earns more — and the position can lose value if the subgraph is abandoned. It is a third activity, distinct from indexing and delegating.

Who competes with The Graph?

+

Alchemy, QuickNode and Goldsky sell indexed data as a conventional service with faster integration and support, and large applications increasingly run their own indexers because the economics favour it at scale. The Graph's decentralisation matters to a subset of customers rather than most of them.

Sources

This page is information, not financial advice. Prices come from CoinGecko; the text is written and checked by our desk. See our editorial policy.

→

The Graph news & analysis