Skip to content

Commit

Permalink
added indexer upgrade & curation support info (#679)
Browse files Browse the repository at this point in the history
* 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
3 people authored May 28, 2024
1 parent 7081b49 commit 62a8fff
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
12 changes: 11 additions & 1 deletion website/pages/en/publishing/publishing-a-subgraph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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)
Expand Down
6 changes: 5 additions & 1 deletion website/pages/en/sunrise.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 62a8fff

Please sign in to comment.