You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/pages/en/ai-suite/ai-introduction.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ Build with speed and scale faster with The Graph's AI.
6
6
7
7
## Using AI on The Graph
8
8
9
-
Instead of relying on static datasets or centralized APIs, you can now access live blockchain data through an **agentic** apps using [Graph Assistant](/ai-suite/graph-assistant/introduction/), [Subgraph MCP](/ai-suite/subgraph-mcp/introduction/), and [Token API MCP](/ai-suite/token-api-mcp/introduction/).
9
+
Instead of relying on static datasets or centralized APIs, you can now access live blockchain data through **agentic** apps using [Graph Assistant](/ai-suite/graph-assistant/introduction/), [Subgraph MCP](/ai-suite/subgraph-mcp/introduction/), and [Token API MCP](/ai-suite/token-api-mcp/introduction/).
10
10
11
11
### Why Use Onchain Data with AI?
12
12
13
13
Using onchain data with AI unlocks powerful new ways to interact with and understand blockchain ecosystems.
14
14
15
-
-**AI for Non-Technical End Users**: AI can turn complex onchain data into accessible insights. Assistants powered by AI enable you to explore and analyze blockchain data, without coding.
15
+
-**AI for Non-Technical End Users**: AI can turn complex onchain data into accessible insights. Assistants powered by AI enable you to explore and analyze blockchain data without coding.
16
16
-**AI for Developers**: You can use AI to interact directly with The Graph's data through your agents or build AI-powered applications on top of it. This streamlines development and opens up more intuitive, dynamic use cases.
17
17
18
18
## AI for Non-Technical/End Users
@@ -32,8 +32,8 @@ Using onchain data with AI unlocks powerful new ways to interact with and unders
32
32
- "List the top-5 swaps by USD value in the last 24 hours."
33
33
- "Give me the daily volume on Uniswap."
34
34
- "List the 20 most recently registered .eth names."
35
-
- "Whats the best liqudity pool to put my ETH into?"
36
-
- "Total delegated stake in The Graph network?"
35
+
- "What's the best liqudity pool to put my ETH into?"
36
+
- "What is the total delegated stake in The Graph network?"
37
37
38
38
[Graph Assistant](/ai-suite/graph-assistant/introduction/) will eventually be a one-stop shop for interacting with The Graph. Right now, it's an agentic AI app that uses state-of-the-art AI techniques, LLMs, and MCPs to understand and answer your questions about [Subgraphs](/subgraphs/developing/subgraphs/) and [Token API](/token-api/quick-start/) data.
Copy file name to clipboardExpand all lines: website/src/pages/en/ai-suite/graph-assistant/faq.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,19 @@ This page summarizes some of the most common questions for developers using Grap
7
7
8
8
1. What is The Graph Assistant?
9
9
10
-
The Graph Assistant is an AI-powered chat interface that lets you query blockchain data in plain English. Under the hood, it translates your questions into GraphQL calls against subgraphs and the Token API, then returns results, no coding required.
10
+
The Graph Assistant is an AI-powered chat interface that lets you query blockchain data in plain English. Under the hood, it translates your questions into GraphQL calls against Subgraphs and the Token API, then returns results, no coding required.
11
11
12
12
2. What is an agentic application?
13
13
14
14
An agentic application combines AI-driven reasoning with external data sources or APIs to take autonomous actions on your behalf. In this case, Graph Assistant acts as an “agent” that interprets your natural-language prompts, builds and dispatches GraphQL queries, and formats the results so that you don't need to write or manage queries yourself.
15
15
16
16
3. Which networks and data does Graph Assistant support?
17
17
18
-
The Assistant has access to Subgraphs across 100+ chains. If a Subgraph is published to The Graph Network and is being indexed, the Assistant can automatically route queries to it. The Assistant also has access to the Token API on Ethereum Mainnet, BSC, Unichain, Arbitrum-One, Optimism, and Polygon.
18
+
The Assistant has access to Subgraphs across multiple chains. If a Subgraph is published to The Graph Network and is being indexed, the Assistant can automatically route queries to it. The Assistant also has access to the Token API on Ethereum Mainnet, BSC, Unichain, Arbitrum-One, Optimism, and Polygon.
19
19
20
20
4. Is there a usage limit or quota?
21
21
22
-
10 questions per hour.
22
+
Yes, 10 questions per hour.
23
23
24
24
5. What if the Assistant can't interpret my question?
Copy file name to clipboardExpand all lines: website/src/pages/en/ai-suite/graph-assistant/introduction.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Introduction
3
3
---
4
4
5
-
[Graph Assistant](https://thegraph.com/graph-assistant)[Beta] gives instant, code-free access to blockchain data, transforming natural language into precise, AI-powered queries without the need to code.
5
+
[Graph Assistant](https://thegraph.com/graph-assistant)(Beta) gives instant, code-free access to blockchain data, transforming natural language into precise, AI-powered queries without the need to code.
6
6
7
7
## Overview
8
8
@@ -15,8 +15,8 @@ title: Introduction
15
15
16
16
| Feature | Description |
17
17
| --- | --- |
18
-
|**Friendly Interface**| Conversational access to blockchain data via natural language. You simply ask questions, the Assistant fetches the answer, and renders it as a table|
19
-
|**Backed by Subgraphs**| Uses subgraphs to index protocol-specific data like transactions, events, and protocol metrics |
18
+
|**Friendly Interface**| Conversational access to blockchain data via natural language. You simply ask questions, the Assistant fetches the answer, and renders results.|
19
+
|**Backed by Subgraphs**| Uses subgraphs to index protocol-specific data like transactions, events, and protocol metrics.|
20
20
|**Backed by Token API**| Uses Token API for token-level information like balances, transfers, and metadata. |
21
21
|**No Setup Required**| No need to configure data sources or write queries. |
22
22
|**Automatic Query Building**| The Assistant performs complex queries such as fetching historical token volumes, protocol analytics, or cross-chain data and handles filtering, pagination, and joins across Subgraphs automatically. |
Copy file name to clipboardExpand all lines: website/src/pages/en/ai-suite/subgraph-mcp/introduction.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ sidebarTitle: 'Introduction'
5
5
6
6
Subgraph MCP server is an open-source implementation of [Anthropic's Model Context Protocol](https://modelcontextprotocol.io/introduction).
7
7
8
-
It presents The Graph's Subgraph data through a set of MCP tools that any MCP-compatible client can call. With these tools, clients can search for relevant Subgraphs, inspect GraphQL schemas, and run queries against specific deployments on The Graph Network all within a single, standardized interface. The server itself does not hold a language model. Instead, it translates incoming MCP requests into Subgraph queries and returns the structured results, allowing the client's LLM to transform a natural-language prompt into actionable blockchain data.
8
+
It presents The Graph's Subgraph data through a set of MCP tools that any MCP-compatible client can call. With these tools, clients can search for relevant Subgraphs, inspect GraphQL schemas, and run queries against specific deployments on The Graph Network all within a single, standardized interface.
9
+
10
+
The server itself does not hold a language model. Instead, it translates incoming MCP requests into Subgraph queries and returns the structured results, allowing the client's LLM to transform a natural-language prompt into actionable blockchain data.
9
11
10
12
Think of it as a USB-C hub: it standardizes the plug-and-play connection between AI agents and The Graph's Subgraph ecosystem.
Copy file name to clipboardExpand all lines: website/src/pages/en/ai-suite/token-api-mcp/introduction.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ sidebarTitle: 'Introduction'
5
5
6
6
Token API MCP server is an open-source implementation of [Anthropic's Model Context Protocol](https://modelcontextprotocol.io/introduction).
7
7
8
-
It makes on-chain token data, including metadata, balances, transfers, and holder statistics, accessible through a set of MCP tools. Any compatible client can use these tools to fetch and analyze token information through a standardized interface. The server itself does not host any language model. It simply converts MCP calls into data look-ups and returns structured results, letting the client's own LLM incorporate the results.
8
+
It makes on-chain token data, including metadata, balances, transfers, and holder statistics, accessible through a set of MCP tools. Any compatible client can use these tools to fetch and analyze token information through a standardized interface.
9
+
10
+
The server itself does not host any language model. It simply converts MCP calls into data look-ups and returns structured results, letting the client's own LLM incorporate the results.
9
11
10
12
Think of it as a USB-C hub: it standardizes the plug-and-play connection between AI agents and The Graph's Token API data.
0 commit comments