Skip to content

Commit 8c24633

Browse files
committed
Edits
1 parent 3949b8d commit 8c24633

File tree

1 file changed

+27
-9
lines changed

1 file changed

+27
-9
lines changed

website/pages/en/network/explorer.mdx

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,35 @@
22
title: Graph Explorer
33
---
44

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:
612

713
<VideoEmbed youtube="u224xf7rEBY" />
814

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:
1018

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).
1222

1323
![Explorer Image 1](/img/Subgraphs-Explorer-Landing.png)
1424

15-
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.
1630

1731
![Explorer Image 2](/img/Subgraph-Details.png)
1832

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:
2034

2135
- Signal/Un-signal on subgraphs
2236
- 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
2943

3044
![Explorer Image 3](/img/Explorer-Signal-Unsignal.png)
3145

32-
## Participants
46+
## Participants Tab
3347

34-
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.
3549

3650
### 1. Indexers
3751

3852
![Explorer Image 4](/img/Indexer-Pane.png)
3953

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**
4159

4260
- Query Fee Cut - the % of the query fee rebates that the Indexer keeps when splitting with Delegators
4361
- 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
89107

90108
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).
91109

92-
## Network
110+
## Network Tab
93111

94112
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.
95113

0 commit comments

Comments
 (0)