Skip to content

Commit c147539

Browse files
Final edits
1 parent 23f190e commit c147539

File tree

1 file changed

+23
-33
lines changed

1 file changed

+23
-33
lines changed

website/src/pages/en/about.mdx

Lines changed: 23 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,48 +3,38 @@ title: About The Graph
33
description: This page summarizes the core concepts and basics of The Graph Network.
44
---
55

6-
## Explanation
6+
## What is The Graph?
77

8-
### What is The Graph?
8+
The Graph is a decentralized protocol for indexing and querying blockchain data across [90+ networks](/supported-networks/).
99

10-
The Graph is a decentralized protocol for indexing and querying blockchain data. Its data services include:
10+
Its data services include:
1111

12-
- [Subgraphs](/subgraphs/developing/subgraphs/)
13-
- [Substreams](/substreams/introduction/)
14-
- [Token API Beta](/token-api/quick-start/)
12+
- [Subgraphs](/subgraphs/developing/subgraphs/): Open APIs to query blockchain data that can be created or queried by anyone.
13+
- [Substreams](/substreams/introduction/): High-performance data streams for real-time blockchain processing, built with modular components.
14+
- [Token API Beta](/token-api/quick-start/): Instant access to standardized token data requiring zero setup.
1515

16-
The ecosystem maintains additional tooling that includes:
16+
### Why Blockchain Data is Difficult to Query
1717

18-
- [Graph Explorer](/subgraphs/explorer/)
19-
- [Subgraph Studio](/subgraphs/developing/deploying/using-subgraph-studio/)
18+
Reading data from blockchains requires processing smart contract events, parsing metadata from IPFS, and manually aggregating data.
2019

21-
The Graph supports [90+ blockchains](/supported-networks/), enhancing dapp development and data retrieval.
20+
The result is slow performance, complex infrastructure, and scalability issues.
2221

23-
### Why is Blockchain Data Hard to Query?
22+
## How The Graph Solves This
2423

25-
Reading data from blockchains (e.g., ownership history, metadata, relationships between assets) often requires processing smart contract events, parsing metadata from IPFS, and manually aggregating data.
24+
The Graph uses a combination of cutting-edge research, core dev expertise, and independent Indexers to make blockchain data accessible for developers.
2625

27-
This is slow, complex, and resource-intensive.
26+
Find the perfect data service for you:
2827

29-
## Solution
28+
### 1. Custom Real-Time Data Streams
29+
**Use Case:** High-frequency trading, live analytics
30+
[Build Substreams](/substreams/introduction/)
31+
[Browse Community Modules](https://substreams.dev/)
3032

31-
### How The Graph Solves This
33+
### 2. Instant Token Data
34+
**Use Case:** Wallet balances, liquidity pools, transfer events
35+
[Start with Token API](/token-api/quick-start/)
3236

33-
The Graph simplifies the complex process of retrieving blockchain data through a global, decentralized network of Indexers that index Subgraphs. This infrastructure facilitates efficient, censorship-resistant query handling, allowing developers to build applications using blockchain data without the hassle of managing servers or custom indexing.
34-
35-
Each Subgraph defines:
36-
37-
- Which smart contracts to watch
38-
- Which events to extract
39-
- How to map event data into a queryable format using [GraphQL](https://graphql.org/learn/)
40-
41-
### [Building a Subgraph](/subgraphs/developing/creating/starting-your-subgraph/)
42-
43-
1. Define a [Subgraph Manifest](/subgraphs/developing/creating/subgraph-manifest/) with data sources and mappings.
44-
2. Use [Graph CLI](https://github.com/graphprotocol/graph-tooling/tree/main/packages/cli) to deploy the manifest to IPFS.
45-
3. An [Indexer](/indexing/overview/) picks it up and starts indexing Ethereum blocks.
46-
4. Data becomes queryable via a [GraphQL endpoint](/subgraphs/querying/graphql-api/).
47-
48-
## Next Steps
49-
50-
Explore [Graph Explorer](https://thegraph.com/explorer) to view and query existing Subgraphs.
37+
### 3. Flexible Historical Queries
38+
**Use Case:** Dapp frontends, custom analytics
39+
[Explore Subgraphs](https://thegraph.com/explorer)
40+
[Build Your Subgraph](/subgraphs/quick-start)

0 commit comments

Comments
 (0)