Skip to main content

Indexers

Blockchain indexers are tools used in the context of blockchain technology to improve the efficiency and speed of searching, querying, and accessing data stored on a blockchain. They create and maintain organized databases of the blockchain's data, allowing users to quickly retrieve information without needing to process the entire blockchain from scratch.

The Graph sunsets on Kaia on August 31, 2026

Kaia support on The Graph ends on August 31, 2026. After that date, Kaia subgraphs stop indexing and their query endpoints stop returning data. If your dapp depends on one, see Migrate from The Graph — your subgraph code carries over to Goldsky, SubQuery, or a self-hosted graph-node without changes.

The following providers have integrated with Kaia to deliver blockchain indexing services:

ProviderKaia networksNotes
GoldskyMainnet, KairosManaged subgraphs plus Mirror data streaming. Compatible with the subgraph spec, so existing subgraphs migrate with a single CLI command.
SubQueryMainnet, KairosMulti-chain indexing in a single project, with managed and decentralized network hosting.
The GraphMainnet, Kairos — until August 31, 2026Sunsetting on Kaia. See Migrate from The Graph.

You can also run graph-node yourself against a Kaia archive RPC endpoint if you would rather operate your own indexing infrastructure.

Make this page better