Skip to content

Commit 8f0d76a

Browse files
updating about page
1 parent 31815be commit 8f0d76a

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

website/src/pages/en/about.mdx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ description: This page summarizes the core concepts and basics of The Graph Netw
77

88
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, 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. To learn more about The Graph from a non-technical perspective, visit [The Graph Overview](https://thegraph.com/what-is-the-graph/).
99

10-
## The Graph's Core Products:
11-
12-
- [Subgraphs](/subgraphs/developing/subgraphs/): 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.
13-
- [Substreams](/substreams/introduction/): 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.
14-
- [Amp](https://ampup.sh/docs): A blockchain-native database designed to transform onchain activity into enterprise-ready datasets with built-in compliance, auditability, and verifiability.
15-
1610
## Why Blockchain Data is Difficult to Index
1711

1812
Blockchains are optimized for writing and verifying transactions, not for reading or analyzing them. This makes indexing on-chain data harder than it looks:
@@ -28,33 +22,39 @@ Doing this processing on demand is slow, and it forces every developer to build
2822
## How The Graph Solves This
2923

3024
The Graph is a modular protocol whose data services each specialize in a different class of blockchain data problem. Rather than forcing every use case through a single tool, the protocol lets developers choose the right product or service for their use case:
31-
25+
3226
- **Specialized data services for specific use cases:** The protocol supports a spectrum of data services, each optimized for a distinct need. A team can use one service for custom application APIs, another for high-throughput streaming, and another for compliance-grade analytics, all secured by the same network.
3327
- **Subgraphs for resilient, decentralized APIs:** Subgraphs define exactly which contracts, events, and entities to index and how to transform raw on-chain data into structured entities queryable via GraphQL. Because a global network of Indexers serves this data, Subgraphs offer resilience and geographic diversification, with no single point of failure.
3428
- **Substreams for real-time scale:** Substreams use parallelized, streaming data processing to index at high throughput and deliver onchain data with low latency. This scales indexing far beyond sequential processing and powers real-time use cases such as live liquidity and trading data.
3529
- **Amp for verifiability and auditability:** Amp provides verifiable, enterprise-grade access to on-chain data with built-in audit trails, meeting the auditability and compliance requirements of regulated institutions.
3630

3731
The result: raw, hard-to-access on-chain data becomes fast, structured, and ready to power applications—from a single dapp to institutional-scale systems.
3832

39-
## Find the right product for your use case:
33+
## The Graph's Core Products
4034

41-
### 1. Subgraphs: Custom APIs for Developers
35+
### 1. [Subgraphs](/subgraphs/developing/subgraphs/)
36+
37+
**Overview:** Custom 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.
4238

4339
**Use Cases:** Best when an application needs its own structured, queryable data (specific contracts, events, entities) via an opinionated API. Ideal for DeFi dashboards, NFT marketplaces, governance UIs, and most dapp frontends.
4440

4541
- [Explore existing Subgraphs](https://thegraph.com/explorer)
4642
- [Build a Subgraph](/subgraphs/quick-start)
4743

48-
### 2. Substreams: Real-Time & Historical Data Streams
44+
### 2. [Substreams](/substreams/introduction/)
45+
46+
**Overview:** 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.
4947

5048
**Use Case:** Best when you need low-latency data at scale: live liquidity and price feeds, trading and liquidation events, analytics pipelines, and large-scale backfills across chains.
5149

5250
- [Browse existing Substreams](https://substreams.dev/)
5351
- [Build with Substreams](/substreams/introduction/)
5452

55-
### 3. Amp: Verifiable, compliance-grade data
53+
### 3. [Amp](https://ampup.sh/docs)
54+
55+
**Overview:** A blockchain-native database designed to transform onchain activity into enterprise-ready datasets with built-in compliance, auditability, and verifiability.
5656

5757
**Use Case:** Best for regulated and institutional use cases needing SQL access and built-in audit trails: enterprise analytics, financial reporting, and workflows with regulatory requirements.
5858

5959
- [Contact Team](https://www.edgeandnode.com/)
60-
- [Get Started with Amp](https://ampup.sh/docs)
60+
- [Get Started with Amp](https://ampup.sh/docs)

website/src/pages/en/substreams/_meta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ export default {
55
introduction: '',
66
developing: titles.developing ?? '',
77
publishing: '',
8-
'skills': '',
8+
skills: '',
99
'substreams-mcp': '',
1010
}

0 commit comments

Comments
 (0)