From blockchain events to queryable data
A subgraph defines which contracts and events to follow and how their data should be transformed into a queryable schema. Indexers run infrastructure that ingests the relevant chains, executes mappings and serves queries. Applications can request structured results instead of scanning raw blockchain history themselves.
Indexing does not make source-chain data true or complete. A subgraph can lag, contain mapping errors or omit events by design. Developers should monitor indexing status, chain reorganizations and query errors, then validate high-risk decisions against underlying chain data.