You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Restructured fair use policy to account for sync time and zero usage in 30 days
* formatting
---------
Co-authored-by: Idalith Bustos <idalith.bustos@gmail.com>
Copy file name to clipboardExpand all lines: website/src/pages/en/subgraphs/fair-use-policy.mdx
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,23 @@ title: Fair Use Policy
6
6
7
7
## Overview
8
8
9
-
This outlines storage limits for Subgraphs that rely solely on [Edge & Node's Upgrade Indexer](/subgraphs/upgrade-indexer/). This policy is designed to ensure fair and optimized use of queries across the community.
9
+
This page outlines the fair usage of [Edge & Node's Upgrade Indexer](/subgraphs/upgrade-indexer/). This policy is designed to ensure the efficient use of queries and storage across the free-tier community.
10
10
11
-
To maintain performance and reliability across its infrastructure, Edge & Node is updating its Upgrade Indexer Subgraph fair use policy. Free usage tiers remain available, but users who exceed specified limits will need to upgrade to a paid plan. Storage allocations, sync thresholds, and usage limits vary by feature.
11
+
Storage limits, sync thresholds, and usage requirements are explained below. Users who exceed specified limits will need to advance to a paid plan.
12
+
13
+
We thank users for doing their part to maintain performance and reliability across Edge & Node's infrastructure.
12
14
13
15
### 1. Scope
14
16
15
-
This policy applies to all individual users, teams, chains, and dapps using Edge & Node's Upgrade Indexer in Subgraph Studio for storage, usage, and queries.
17
+
This policy applies to all individual users, teams, chains, and dapps using Edge & Node's Upgrade Indexer in Subgraph Studio.
16
18
17
19
### 2. Fair Use Limits
18
20
19
21
#### **Storage Limits**
20
22
21
23
Free Storage: **Up to 10 GB**
22
24
23
-
Beyond that, pricing is variable and adjusts based on usage patterns, network conditions, infrastructure requirements, and specific use cases. Reach out to InfraDAO [indexing@infradao.com] or @jmulq on Telegram to discuss options that meet your technical needs.
25
+
Beyond that, pricing is variable and adjusts based on usage patterns, network conditions, infrastructure requirements, and specific use cases. Note that Subgraphs of any size will be deleted after 30 days of dormancy (no usage) in order to make space for active Subgraphs.
24
26
25
27
#### **Syncing Limits**
26
28
@@ -32,19 +34,17 @@ Subgraphs must sync within **14 days** of deployment.
32
34
33
35
To preserve the stability of Edge & Node's Subgraph Studio and the reliability of The Graph Network, the Edge & Node Support Team will monitor storage usage and sync times across Subgraphs. Subgraphs that violate limits will be subject to corresponding action, including the deletion of that Subgraph for any of the following reasons:
34
36
35
-
-Abnormally high or sustained bandwidth or storage usage beyond posted limits
36
-
-Circumvention of storage thresholds (e.g., use of multiple free-tier accounts)
37
-
-Failure to fully sync within 14 days of deployment and remaining inactive
37
+
-**Storage** usage beyond posted limits. This includes circumvention of storage thresholds (e.g., use of multiple free-tier accounts).
38
+
-**Utilization** that is abnormally high, or zero utilization, or sustained bandwidth.
39
+
-**Sync** time greater than 14 days after deployment.
38
40
39
41
The Edge & Node Support Team reserves the right to revise fair limits or impose temporary constraints for operational integrity.
40
42
41
-
If you exceed your fair use limits:
43
+
If you exceed your fair use limits, you will receive an email alert giving you a grace period of **7 days** to take action. Here are some options:
42
44
43
-
- Try [pruning Subgraph data](/subgraphs/best-practices/pruning/) to remove unused entities and help stay within storage limits
44
-
-[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
45
-
- Sync your Subgraph after deployment
46
-
- You will receive an email alert
47
-
- A grace period of **7 days** will be provided to upgrade or reduce storage
45
+
- Try [pruning Subgraph data](/subgraphs/best-practices/pruning/) to remove unused entities and help stay within storage limits.
46
+
- If your subgraph references chains that receive indexing rewards, [indicated by double check marks in the Subgraphs column here](/subgraphs/best-practices/pruning/)), then [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.
47
+
- If your Subgraph references a chain that **does not** receive indexing rewards, reach out to InfraDAO [indexing@infradao.com] or @jmulq on Telegram to discuss options that meet your technical needs.
48
48
49
49
Edge & Node's team is committed to helping users avoid unnecessary interruptions and will continue to support all builders.
0 commit comments