Skip to content

Commit a5756f4

Browse files
Updating suggested curation amount (#621)
* Updating suggested curation * BK's feedback
1 parent 86f23f8 commit a5756f4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

website/pages/en/cookbook/upgrading-a-subgraph.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The process of upgrading is quick and your subgraphs will forever benefit from t
1313
- You have already deployed a subgraph on the hosted service.
1414
- The subgraph is indexing a chain available on The Graph Network.
1515
- You have a wallet with ETH to publish your subgraph on-chain.
16-
- You have ~10,000 GRT to curate your subgraph so Indexers can begin indexing it.
16+
- You have ~3,000 GRT to curate your subgraph so Indexers can begin indexing it.
1717

1818
## Upgrading an Existing Subgraph to The Graph Network
1919

@@ -76,7 +76,7 @@ graph deploy --studio <SUBGRAPH_SLUG>
7676

7777
7. Publish the subgraph on The Graph's decentralized network by hitting the "Publish" button.
7878

79-
You should curate your subgraph with GRT to ensure that it is indexed by Indexers. To save on gas costs, you can curate your subgraph in the same transaction that you publish it to the network. It is recommended to curate your subgraph with at least 10,000 GRT for high quality of service.
79+
You should curate your subgraph with GRT to ensure that it is indexed by Indexers. To save on gas costs, you can curate your subgraph in the same transaction that you publish it to the network. It is recommended to curate your subgraph with at least 3,000 GRT to attract 2-3 Indexers for higher quality of service.
8080

8181
And that's it! After you are done publishing, you'll be able to view your subgraphs live on the decentralized network via [The Graph Explorer](https://thegraph.com/explorer).
8282

website/pages/en/developing/creating-a-subgraph.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The subgraph definition consists of a few files:
1414

1515
- `AssemblyScript Mappings`: [AssemblyScript](https://github.com/AssemblyScript/assemblyscript) code that translates from the event data to the entities defined in your schema (e.g. `mapping.ts` in this tutorial)
1616

17-
> In order to use your subgraph on The Graph's decentralized network, you will need to [create an API key](/deploying/subgraph-studio-faqs/#2-how-do-i-create-an-api-key). It is recommended that you [add signal](/network/curating/#how-to-signal) to your subgraph with at least [10,000 GRT](/network-transition-faq/#how-can-i-ensure-that-my-subgraph-will-be-picked-up-by-indexer-on-the-graph-network).
17+
> In order to use your subgraph on The Graph's decentralized network, you will need to [create an API key](/deploying/subgraph-studio-faqs/#2-how-do-i-create-an-api-key). It is recommended that you [add signal](/network/curating/#how-to-signal) to your subgraph with at least [3,000 GRT](/network-transition-faq/#how-can-i-ensure-that-my-subgraph-will-be-picked-up-by-indexer-on-the-graph-network).
1818
1919
Before you go into detail about the contents of the manifest file, you need to install the [Graph CLI](https://github.com/graphprotocol/graph-cli) which you will need to build and deploy a subgraph.
2020

website/pages/en/publishing/publishing-a-subgraph.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Subgraphs can be published to the decentralized network directly from the Subgra
2222

2323
## Curating your subgraph
2424

25-
> It is recommended that you curate your own subgraph with 10,000 GRT to ensure that it is indexed and available for querying as soon as possible.
25+
> It is recommended that you curate your own subgraph with at least 3,000 GRT to ensure that it is indexed and available for querying as soon as possible.
2626
2727
Subgraph Studio enables you to be the first to curate your subgraph by adding GRT to your subgraph's curation pool in the same transaction. When publishing your subgraph, make sure to check the button that says, "Be the first to signal on this subgraph."
2828

website/pages/en/quick-start.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Select the network you would like to publish your subgraph to. It is recommended
153153

154154
Before you can query your subgraph, Indexers need to begin serving queries on it. In order to streamline this process, you can curate your own subgraph using GRT.
155155

156-
At the time of writing, it is recommended that you curate your own subgraph with 10,000 GRT to ensure that it is indexed and available for querying as soon as possible.
156+
At the time of writing, it is recommended that you curate your own subgraph with at least 3,000 GRT to ensure that it is indexed and available for querying as soon as possible.
157157

158158
To save on gas costs, you can curate your subgraph in the same transaction that you published it by selecting this button when you publish your subgraph to The Graph’s decentralized network:
159159

website/pages/en/tokenomics.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you're reading this, you're capable of becoming a Delegator right now by head
4747

4848
Curators identify high-quality subgraphs, and "curate" them (i.e., signal GRT on them) to earn curation shares, which guarantee a percentage of all future query fees generated by the subgraph. While any independent network participant can be a Curator, typically subgraph developers are among the first Curators for their own subgraphs because they want to ensure their subgraph is indexed.
4949

50-
As of December 2022, subgraph developers are encouraged to curate their subgraph with at least 10,000 GRT. However, this number may be impacted by network activity and community participation.
50+
As of December 2022, subgraph developers are encouraged to curate their subgraph with at least 3,000 GRT. However, this number may be impacted by network activity and community participation.
5151

5252
Curators pay a 1% curation tax when they curate a new subgraph. This curation tax is burned, decreasing the supply of GRT.
5353

0 commit comments

Comments
 (0)