Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.64 KB

File metadata and controls

46 lines (27 loc) · 1.64 KB
title About The Graph
description This page summarizes the core concepts and basics of The Graph Network.

What is The Graph?

The Graph is a decentralized protocol for indexing and querying blockchain data across 80+ networks.

Its data services include:

  • Subgraphs: Open APIs to query blockchain data that can be created or queried by anyone.
  • Substreams: High-performance data streams for real-time blockchain processing, built with modular components.
  • Token API: Instant access to standardized token data requiring zero setup.

Why Blockchain Data is Difficult to Query

Reading data from blockchains requires processing smart contract events, parsing metadata from IPFS, and manually aggregating data.

The result is slow performance, complex infrastructure, and scalability issues.

How The Graph Solves This

The Graph uses a combination of cutting-edge research, core dev expertise, and independent Indexers to make blockchain data accessible for developers.

Find the perfect data service for you:

1. Custom Real-Time Data Streams

Use Case: High-frequency trading, live analytics.

2. Instant Token Data

Use Case: Wallet balances, liquidity pools, transfer events.

3. Flexible Historical Queries

Use Case: Dapp frontends, custom analytics.