Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/pages/en/glossary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ title: Glossary

- **Indexer's Self Stake**: The amount of GRT that Indexers stake to participate in the decentralized network. The minimum is 100,000 GRT, and there is no upper limit.

- **Upgrade Indexer**: A temporary Indexer designed to act as a fallback for subgraph queries not serviced by other Indexers on the network. It ensures a seamless transition for subgraphs upgrading from the hosted service by readily serving their queries upon being published. The upgrade Indexer is not competitive with other Indexers. It supports blockchains that were only available on the hosted service previously.
- **Upgrade Indexer**: A temporary Indexer designed to act as a fallback for subgraph queries not serviced by other Indexers on the network. It ensures a seamless transition for subgraphs upgrading from the hosted service by readily serving their queries upon being published. The upgrade Indexer is not competitive with other Indexers. It supports numerous blockchains that were previously only available on the hosted service.

- **Delegators**: Network participants who own GRT and delegate their GRT to Indexers. This allows Indexers to increase their stake in subgraphs on the network. In return, Delegators receive a portion of the Indexing Rewards that Indexers receive for processing subgraphs.

Expand Down
14 changes: 4 additions & 10 deletions website/pages/en/sunrise.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ This plan draws on many previous developments from The Graph ecosystem, includin

### What are the phases of the sunrise of decentralized data?

**Sunray**: Enable support for hosted service chains, offer a seamless upgrade flow, offer a free plan on the network.
**Sunbeam**: The upgrade window that subgraph developers will have to upgrade their subgraphs to The Graph Network. The start and actual length of this will be announced soon.
**Sunray**: Enable support for hosted service chains, offer a seamless upgrade flow, offer a free plan on The Graph Network.
**Sunbeam**: The upgrade window that subgraph developers will have to upgrade their subgraphs to The Graph Network. The start and length of this will be announced soon.
**Sunrise**: Hosted service endpoints will expire as traffic moves to The Graph Network.

### Do I need to run my own infrastructure?
Expand Down Expand Up @@ -52,7 +52,7 @@ Just as you've chosen your blockchain network for its decentralized nature, secu

### Will my hosted service subgraph be supported by the upgrade Indexer?

Yes, the upgrade Indexer will support all subgraphs published during the upgrade window.
Yes, the upgrade Indexer will support all hosted service subgraphs published to The Graph Network.

However, some subgraphs may not be eligible for indexing rewards, and as a result, may have difficulty attracting further Indexers. For example, indexing rewards may not be available for subgraphs on certain chains. Members from these blockchain communities are encouraged to integrate their chain through the [Chain Integration Process](/chain-integration-overview/).

Expand All @@ -66,7 +66,7 @@ The upgrade Indexer is aimed at bootstrapping chains that do not yet have indexi

### What chains will the upgrade Indexer support?

The upgrade Indexer will support chains that are currently only available on the hosted service. This will be inclusive of many of the hosted service subgraphs that have already been synced.
The upgrade Indexer will support chains that are currently only available on the hosted service. This will include many hosted service subgraphs that have already been synced.

Find a comprehensive list of supported chains [here](/developing/supported-networks/).

Expand Down Expand Up @@ -104,12 +104,6 @@ The upgrade Indexer enables chains on the network that are currently only suppor

The upgrade Indexer will price queries at the market rate so as not to influence the query fee market.

### How can existing Indexers support upgrades to The Graph Network?

All Indexers are welcome to sync subgraphs across chains (irrespective of indexing rewards status), including any of the same subgraphs that the upgrade Indexer will be syncing.

Indexers can also become upgrade Indexers as well. Use your Indexer operator wallet and request access to all hosted service subgraph data [here](https://app.deform.cc/form/de2a6ca9-c787-4a63-a32b-14f3a5f1bc7d/).

### What are the criteria for the upgrade Indexer to stop supporting a subgraph?

The upgrade Indexer will serve a subgraph until it is sufficiently and successfully served with consistent queries served by at least 3 other Indexers.
Expand Down