Skip to content

Commit 49b16e0

Browse files
committed
More Updates
1 parent c7271bd commit 49b16e0

File tree

3 files changed

+36
-22
lines changed

3 files changed

+36
-22
lines changed

website/src/pages/en/ai-suite/ai-introduction.mdx

Lines changed: 32 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,57 @@ title: The Graph's AI
44

55
Build with speed and scale faster with The Graph's AI.
66

7-
## Using AI on The Graph?
7+
## Using AI on The Graph
88

9-
[Graph Assistant](/ai-suite/graph-assistant/introduction/) is a powerful **agentic** application that empowers users to easily interact with blockchain data. Ask questions in simple, natural language and get rich, AI powered insights. Both technical developers and non-technical product teams can move faster, make smarter decisions, and gain a clearer understanding than ever before.
10-
11-
Instead of relying on static datasets or centralized APIs, you can now access live, verifiable blockchain data using [Graph Assistant](/ai-suite/graph-assistant/introduction/), Subgraph MCP, and Token API MCP.
9+
Instead of relying on static datasets or centralized APIs, you can now access live blockchain data through an **agentic** context 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/).
1210

13-
## Why Use Onchain Data with AI?
11+
### Why Use Onchain Data with AI?
1412

1513
Using onchain data with AI unlocks powerful new ways to interact with and understand blockchain ecosystems.
1614

17-
- **AI as an interface**: Developers can use AI to interact directly with The Graph's data through their agents or build AI-powered applications on top of it. This streamlines development and opens up more intuitive, dynamic use cases.
18-
- **AI as a product**: For non-technical users, AI can turn complex onchain data into accessible insights. Assistants powered by AI enable anyone to explore, analyze, or act on blockchain data, without requiring any 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 requiring any coding.
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+
18+
## AI for Non-Technical/End Users
19+
20+
[Graph Assistant](/ai-suite/graph-assistant/introduction/) is a powerful **agentic** application that empowers users to easily interact with blockchain data. Ask questions in simple, natural language and get rich, AI powered insights. Both technical developers and non-technical product teams can move faster, make smarter decisions, and gain a clearer understanding than ever before.
1921

2022
### Benefits of Using Graph Assistant
2123

22-
- **Natural language Input**: You don't need to write complex queries or sift through dashboards. Simply ask your question in plain English and get clear, accurate results.
24+
- **Natural language Input**: You don't need to write complex queries or sift through dashboards. Simply ask your question in plain English and get clear, structured results.
2325
- **Multi-source support**: Works across multiple Subgraphs and The Graph's APIs. The assistant automatically determines which data source to use, so you don't have to switch tools or manage endpoints.
2426
- **Schema-free access**: You don't need to understand the schema. You can refer to tokens, protocols, dates, or addresses using natural language. The assistant takes care of the rest.
2527

26-
There's no need to maintain backend infrastructure or manually pull and clean blockchain data.
27-
28-
## Conversational Querying with Graph Assistant
28+
### Conversational Querying with Graph Assistant
2929

3030
**Example queries:**
3131

32-
- "Give me the daily volume on Uniswap."
3332
- "List the top-5 swaps by USD value in the last 24 hours."
33+
- "Give me the daily volume on Uniswap."
3434
- "List the 20 most recently registered .eth names."
3535
- "Whats the best liqudity pool to put my ETH into?"
3636
- "Total delegated stake in The Graph network?"
3737

38-
Graph Assistant 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 Subgraph and Token API data.
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.
39+
40+
## AI for Developers
41+
42+
### Enable Natural Language Access to Onchain Data
43+
44+
[Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP) servers connect language models like Claude, Cline, and Cursor to blockchain data sources. They enable models to understand, query, and interact with structured onchain data using natural language. MCPs remove the need to write low-level queries or interact with APIs directly.
45+
46+
### Subgraph MCP
47+
48+
The [Subgraph MCP](/ai-suite/subgraph-mcp/introduction/) server connects models to Subgraphs on The Graph Network. It allows language models to explore Subgraph schemas, execute GraphQL queries, find relevant Subgraphs by keyword or contract, and surface usage metrics using natural language.
49+
50+
### Token API MCP
3951

40-
## Why This Matters?
52+
The [Token API MCP](/ai-suite/token-api-mcp/introduction/) MCP server enables models to access onchain token data. It supports querying token metadata, wallet balances, transfer history, and top token holders through simple prompts.
4153

42-
Graph Assistant is a powerful agentic application that lets you interact with blockchain data using natural language through a simple chat interface. Unlike a basic chatbot, Graph Assistant can understand your intent, build complex queries, and execute them automatically. This gives you rich, AI-powered insights from onchain data without writing any code.
54+
#### Benefits of Using Subgraph and Token API MCPs
4355

44-
- No custom backend
45-
- No manual querying
46-
- No deep GraphQL knowledge required
56+
- Query Subgraphs and token data using natural language
57+
- Access GraphQL schemas and token metadata without manual queries
58+
- Find Subgraphs by keyword or contract and check 30-day usage
59+
- Retrieve real-time data from The Graph and onchain token sources
60+
- Get wallet balances, transfer history, and top token holders

website/src/pages/en/ai-suite/graph-assistant/how-to-guide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: How To Use The Graph Assistant
33
sidebarTitle: 'How-to Guide'
44
---
55

6-
## How to Use Graph Assistant
6+
## Overview
77

88
You type a natural language question into the chat interface, such as:
99

1010
```yaml
11-
"What's the total number of DAI transfers on Optimism last week?"
11+
'On Uniswap, return the top-10 pools by total value locked in USD.'
1212
```
1313

1414
> [!IMPORTANT] All users can process 10 free queries per user per hour

website/src/pages/en/ai-suite/graph-assistant/introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Introduction
33
---
44

5-
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://graph-assistant.vercel.app/) gives instant, code-free access to blockchain data, transforming natural language into precise, AI-powered queries without the need to code.
66

77
## Overview
88

9-
[Graph Assistant](https://graph-assistant.vercel.app/) is an advanced, [agentic](/en/ai-suite/graph-assistant/faq/) easy-to-use interface for querying blockchain data using natural language.
9+
[Graph Assistant](https://graph-assistant.vercel.app/) is an advanced, [agentic](/en/ai-suite/graph-assistant/faq/) easy-to-use chat interface for querying blockchain data using natural language. Unlike a basic chatbot, Graph Assistant can understand your intent, build complex queries, and execute them automatically. This gives you rich, AI-powered insights from onchain data without writing any code.
1010

1111
- **Automatically** interprets user intent, generates precise queries, executes them via The Graph's Subgraphs and Token API, and presents structured, AI-powered answers without requiring any code.
1212
- **Removes** the technical complexity found in traditional dashboards or chatbots. It provides composable insights directly from indexed Subgraphs and Token datasets.

0 commit comments

Comments
 (0)