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/pages/en/network/explorer.mdx
+27-9Lines changed: 27 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,35 @@
2
2
title: Graph Explorer
3
3
---
4
4
5
-
Welcome to Graph Explorer, or as we like to call it, your decentralized portal into the world of subgraphs and network data. 👩🏽🚀 Graph Explorer consists of multiple parts where you can interact with other subgraph developers, dapp developers, Curators, Indexers, and Delegators. For a general overview of Graph Explorer, check out the video below (or keep reading below):
5
+
Learn about The Graph Explorer and access the world of subgraphs and network data.
6
+
7
+
Graph Explorer consists of multiple parts where you can interact with other subgraph developers, dapp developers, Curators, Indexers, and Delegators.
8
+
9
+
## Video Guide
10
+
11
+
For a general overview of Graph Explorer, check out the video below:
6
12
7
13
<VideoEmbedyoutube="u224xf7rEBY" />
8
14
9
-
## Subgraphs
15
+
## Subgraphs Tab
16
+
17
+
After you just finish deploying and publishing your subgraph in Subgraph Studio, click on the "subgraphs tab” at the top of the navigation bar to access the following:
10
18
11
-
First things first, if you just finished deploying and publishing your subgraph in Subgraph Studio, the Subgraphs tab on the top of the navigation bar is the place to view your own finished subgraphs (and the subgraphs of others) on the decentralized network. Here, you’ll be able to find the exact subgraph you’re looking for based on the date created, signal amount, or name.
19
+
- Your own finished subgraphs
20
+
- Subgraphs published by others
21
+
- The exact subgraph you want (based on the date created, signal amount, or name).
When you click into a subgraph, you’ll be able to test queries in the playground and be able to leverage network details to make informed decisions. You’ll also be able to signal GRT on your own subgraph or the subgraphs of others to make indexers aware of its importance and quality. This is critical because signaling on a subgraph incentivizes it to be indexed, which means that it’ll surface on the network to eventually serve queries.
25
+
When you click into a subgraph, you will be able to do the following:
26
+
27
+
- Test queries in the playground and be able to leverage network details to make informed decisions.
28
+
- Signal GRT on your own subgraph or the subgraphs of others to make indexers aware of its importance and quality.
29
+
- This is critical because signaling on a subgraph incentivizes it to be indexed, meaning it’ll eventually surface on the network to serve queries.
16
30
17
31

18
32
19
-
On each subgraph’s dedicated page, several details are surfaced. These include:
33
+
On each subgraph’s dedicated page, you can do the following:
20
34
21
35
- Signal/Un-signal on subgraphs
22
36
- View more details such as charts, current deployment ID, and other metadata
@@ -29,15 +43,19 @@ On each subgraph’s dedicated page, several details are surfaced. These include
Within this tab, you’ll get a bird’s eye view of all the people that are participating in the network activities, such as Indexers, Delegators, and Curators. Below, we’ll go into an in-depth review of what each tab means for you.
48
+
This “participants” tab provides a bird' s-eye view of everyone participating in the network, such as Indexers, Delegators, and Curators.
35
49
36
50
### 1. Indexers
37
51
38
52

39
53
40
-
Let’s start with the Indexers. Indexers are the backbone of the protocol, being the ones that stake on subgraphs, index them, and serve queries to anyone consuming subgraphs. In the Indexers table, you’ll be able to see an Indexers’ delegation parameters, their stake, how much they have staked to each subgraph, and how much revenue they have made off of query fees and indexing rewards. Deep dives below:
54
+
Indexers are the backbone of the protocol. They stake on subgraphs, index them, and serve queries to anyone consuming subgraphs.
55
+
56
+
In the Indexers table, you can see an Indexers’ delegation parameters, their stake, how much they have staked to each subgraph, and how much revenue they have made from query fees and indexing rewards.
57
+
58
+
**Specifics**
41
59
42
60
- Query Fee Cut - the % of the query fee rebates that the Indexer keeps when splitting with Delegators
43
61
- Effective Reward Cut - the indexing reward cut applied to the delegation pool. If it’s negative, it means that the Indexer is giving away part of their rewards. If it’s positive, it means that the Indexer is keeping some of their rewards
@@ -89,7 +107,7 @@ The Delegators table will allow you to see the active Delegators in the communit
89
107
90
108
If you want to learn more about how to become a Delegator, look no further! All you have to do is to head over to the [official documentation](/network/delegating) or [The Graph Academy](https://docs.thegraph.academy/official-docs/delegator/choosing-indexers).
91
109
92
-
## Network
110
+
## Network Tab
93
111
94
112
In the Network section, you will see global KPIs as well as the ability to switch to a per-epoch basis and analyze network metrics in more detail. These details will give you a sense of how the network is performing over time.
0 commit comments