From a91ff95c45473405999069608a447d4e10d67afa Mon Sep 17 00:00:00 2001 From: Idalith Bustos Date: Thu, 26 Feb 2026 10:15:57 -0800 Subject: [PATCH 1/2] Reorder --- .../src/pages/en/subgraphs/fair-use-policy.mdx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/website/src/pages/en/subgraphs/fair-use-policy.mdx b/website/src/pages/en/subgraphs/fair-use-policy.mdx index 9fd931a675ec..07c4115fda3d 100644 --- a/website/src/pages/en/subgraphs/fair-use-policy.mdx +++ b/website/src/pages/en/subgraphs/fair-use-policy.mdx @@ -28,17 +28,18 @@ You can monitor your usage via [Subgraph Studio](https://thegraph.com/studio/). To preserve the stability of Edge & Node's Subgraph Studio and preserve the reliability of The Graph Network, the Edge & Node Support Team will monitor storage usage and take corresponding action with Subgraphs that have: -- Abnormally high or sustained bandwidth or storage usage beyond posted limits -- Circumvention of storage thresholds (e.g., use of multiple free-tier accounts) +- Abnormally high or sustained bandwidth or storage usage beyond posted limits. +- Circumvention of storage thresholds (e.g., use of multiple free-tier accounts). The Edge & Node Support Team reserves the right to revise storage limits or impose temporary constraints for operational integrity. If you exceed your included storage: -- Try [pruning Subgraph data](/subgraphs/best-practices/pruning/) to remove unused entities and help stay within storage limits -- [Publish your Subgraph to the Network](https://thegraph.com/docs/en/subgraphs/developing/publishing/publishing-a-subgraph/#adding-signal-to-your-subgraph) and [add signal](/subgraphs/developing/publishing/publishing-a-subgraph/#adding-signal-to-your-subgraph) to encourage other Indexers on the network to serve it -- You will receive an email alert -- A grace period of **7 days** will be provided to upgrade or reduce storage +- You will receive an email alert. +- A grace period of **7 days** will be provided to take the following options: + - [Publish your Subgraph to the Network](https://thegraph.com/docs/en/subgraphs/developing/publishing/publishing-a-subgraph/#adding-signal-to-your-subgraph) and [add signal](/subgraphs/developing/publishing/publishing-a-subgraph/#adding-signal-to-your-subgraph) to encourage other Indexers on the network to serve it. + - If your subgraph is on a chain without indexer rewards, but you'd like to get it indexed, you can work directly with independent Indexers. Contact @jmulq on Telegram or email [InfraDAO](mailto:indexing@infradao.com) to discuss options. +- Try [pruning Subgraph data](/subgraphs/best-practices/pruning/) to remove unused entities and help stay within storage limits. Edge & Node's team is committed to helping users avoid unnecessary interruptions and will continue to support all builders. @@ -48,4 +49,4 @@ Subgraphs inactive for over **7 days** or Subgraphs that exceed free-tier storag ### 5. Support -If you believe your usage is incorrectly flagged or have unique use cases (e.g. approved special request pending new Subgraph upgrade plan), reach out to [InfraDAO](mailto:indexing@infradao.com) or `@jmulq` on Telegram. +If you believe your usage is incorrectly flagged or have unique use cases (e.g. approved special request pending new Subgraph upgrade plan), reach out to [Edge & Node team](mailto:info@edgeandnode.com). From be747b43042db0d99799c3d0df7331f6f2d21d9f Mon Sep 17 00:00:00 2001 From: Idalith <126833353+idalithb@users.noreply.github.com> Date: Thu, 26 Feb 2026 10:18:39 -0800 Subject: [PATCH 2/2] Update website/src/pages/en/subgraphs/fair-use-policy.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: BenoƮt Rouleau --- website/src/pages/en/subgraphs/fair-use-policy.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/en/subgraphs/fair-use-policy.mdx b/website/src/pages/en/subgraphs/fair-use-policy.mdx index 07c4115fda3d..9036cd713ed7 100644 --- a/website/src/pages/en/subgraphs/fair-use-policy.mdx +++ b/website/src/pages/en/subgraphs/fair-use-policy.mdx @@ -37,7 +37,7 @@ If you exceed your included storage: - You will receive an email alert. - A grace period of **7 days** will be provided to take the following options: - - [Publish your Subgraph to the Network](https://thegraph.com/docs/en/subgraphs/developing/publishing/publishing-a-subgraph/#adding-signal-to-your-subgraph) and [add signal](/subgraphs/developing/publishing/publishing-a-subgraph/#adding-signal-to-your-subgraph) to encourage other Indexers on the network to serve it. + - [Publish your Subgraph to the Network](/subgraphs/developing/publishing/publishing-a-subgraph/#adding-signal-to-your-subgraph) and [add signal](/subgraphs/developing/publishing/publishing-a-subgraph/#adding-signal-to-your-subgraph) to encourage other Indexers on the network to serve it. - If your subgraph is on a chain without indexer rewards, but you'd like to get it indexed, you can work directly with independent Indexers. Contact @jmulq on Telegram or email [InfraDAO](mailto:indexing@infradao.com) to discuss options. - Try [pruning Subgraph data](/subgraphs/best-practices/pruning/) to remove unused entities and help stay within storage limits.