-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added indexer upgrade & curation support info (#679)
* added indexer upgrade & curation support info * updated indexer update and curation support * linting * Update website/pages/en/publishing/publishing-a-subgraph.mdx Co-authored-by: Benoît Rouleau <[email protected]> * Update website/pages/en/publishing/publishing-a-subgraph.mdx Co-authored-by: Benoît Rouleau <[email protected]> * Update website/pages/en/publishing/publishing-a-subgraph.mdx * Update website/pages/en/publishing/publishing-a-subgraph.mdx Co-authored-by: Benoît Rouleau <[email protected]> --------- Co-authored-by: azf20 <[email protected]> Co-authored-by: Benoît Rouleau <[email protected]>
- Loading branch information
1 parent
7081b49
commit 62a8fff
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
title: Publishing a Subgraph to the Decentralized Network | ||
--- | ||
|
||
Once your subgraph has been [deployed to Subgraph Studio](/deploying/deploying-a-subgraph-to-studio), you have tested it out, and are ready to put it into production, you can then publish it to the decentralized network. | ||
Once your subgraph has been [deployed to Subgraph Studio](/deploying/deploying-a-subgraph-to-studio), you have tested it out, and you are ready to put it into production, you can then publish it to the decentralized network. | ||
|
||
Publishing a Subgraph to the decentralized network makes it available for [Curators](/network/curating) to begin curating on it, and [Indexers](/network/indexing) to begin indexing it. | ||
|
||
|
@@ -28,6 +28,16 @@ Developers can add GRT signal to their subgraphs. If a subgraph is eligible for | |
> If your subgraph is eligible for rewards, is recommended that you curate your own subgraph with at least 3,000 GRT (as of April 11th, 2024) in order to attract additional indexers to index your subgraph | ||
The [Sunrise Upgrade Indexer](/sunrise/#what-is-the-upgrade-indexer) ensures the indexing of all subgraphs. However, signaling GRT on a particular subgraph will draw more indexers to it. This incentivization of additional Indexers through curation aims to enhance the quality of service for queries by reducing latency and enhancing network availability. | ||
|
||
When signaling, Curators can decide to signal on a specific version of the subgraph or to signal using auto-migrate. If they signal using auto-migrate, a curator’s shares will always be updated to the latest version published by the developer. If they decide to signal on a specific version instead, shares will always stay on this specific version. | ||
|
||
To assist teams that are transitioning subgraphs from the hosted service to The Graph Network, curation support is now available. If you require assistance with curation to enhance the quality of service, please send a request to the Edge & Node team at [email protected] and specify the subgraphs you need assistance with. | ||
|
||
Indexers can find subgraphs to index based on curation signals they see in Graph Explorer. | ||
|
||
![Explorer subgraphs](/img/explorer-subgraphs.png) | ||
|
||
Subgraph Studio enables you to to add signal to your subgraph by adding GRT to your subgraph's curation pool in the same transaction it is published. | ||
|
||
![Curation Pool](/img/curate-own-subgraph-tx.png) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -152,7 +152,11 @@ No, all infrastructure is operated by independent Indexers on The Graph Network, | |
|
||
You can use [Subgraph Studio](https://thegraph.com/studio/) to create, test, and publish your subgraph. All hosted service users must upgrade their subgraph to The Graph Network before June 12th, 2024. | ||
|
||
The upgrade Indexer ensures you can query your subgraph even without curation signal. | ||
The [Sunrise Upgrade Indexer](/sunrise/#what-is-the-upgrade-indexer) ensures the indexing of all subgraphs. However, signaling GRT on a particular subgraph will draw more indexers to it. This incentivization of additional Indexers through curation aims to enhance the quality of service for queries by reducing latency and enhancing network availability. | ||
|
||
When signaling, Curators can decide to signal on a specific version of the subgraph or to signal using auto-migrate. If they signal using auto-migrate, a curator’s shares will always be updated to the latest version published by the developer. If they decide to signal on a specific version instead, shares will always stay on that specific version. | ||
|
||
To assist teams that are transitioning subgraphs from the hosted service to the Graph Network, curation support is now available. If you require assistance with curation to enhance the quality of service, please send a request to the Edge & Node team at [email protected] and specify the subgraphs you need assistance with. | ||
|
||
Once your subgraph has reached adequate curation signal and other Indexers begin supporting it, the upgrade Indexer will gradually taper off, allowing other Indexers to collect indexing rewards and query fees. | ||
|
||
|