Small committee reviewing governance proposals in a modern WeWork conference room, floor-to-ceiling glass walls, someone presenting on a screen, casual professional atmosphere.
Protocols

Subgraph Ownership and Curation Rights Governance

Explores the governance dynamics around subgraph ownership, including the rights of subgraph developers versus curators, and how governance can intervene in cases of abandoned or malicious subgraphs that have attracted significant signal.
introduction
GOVERNANCE OF SUBGRAPH RIGHTS

Introduction

How The Graph's governance system resolves disputes over subgraph ownership, curation rights, and the integrity of the curation signal.

Subgraph ownership and curation rights governance addresses a fundamental tension in The Graph's decentralized indexing protocol: the divergence between a subgraph's developer, who controls the code and upgrade path, and curators, who allocate GRT signal to indicate data quality and earn query fee rewards. When a subgraph developer abandons a widely-used subgraph, introduces breaking changes that harm downstream consumers, or acts maliciously, the economic signal from curators can become stranded or manipulated. This governance domain defines the processes—both formal and emergent—through which the Graph Council, AdvocatesDAO, and broader community can intervene to protect the integrity of the curation market and the reliability of indexed data.

The operational impact is significant for multiple participant types. Subgraph developers must understand that their ownership rights are not absolute; governance can authorize a 'subgraph takeover' where a new developer is recognized as the canonical maintainer, effectively transferring the curation signal and query volume. Curators need clarity on when their signal is at risk due to developer actions and what recourse mechanisms exist. Indexers, who allocate stake and infrastructure based on curation signal, require confidence that the signal accurately reflects subgraph quality and is not subject to governance arbitrage. The Graph Council's authority to arbitrate these disputes—rooted in its mandate over protocol parameter changes and ecosystem integrity—creates a governance backstop that complements the economic incentives of the curation market.

For teams building consumer-facing dApps, wallets, or analytics platforms that depend on specific subgraphs, this governance layer is a critical risk factor. A subgraph dispute can disrupt API availability, force unplanned migrations, or alter query cost assumptions. Chainscore Labs supports operators and builders by reviewing subgraph ownership dispute resolution mechanisms, assessing the operational impact of potential governance interventions on integration architectures, and modeling the signal migration risks that arise when curation rights are contested.

SUBGAPH OWNERSHIP AND CURATION RIGHTS

Governance Snapshot

Governance dynamics, intervention vectors, and risk factors for subgraph ownership and curation signal allocation.

AreaWhat changesWho is affectedAction

Ownership Transfer

Governance can intervene to transfer ownership of abandoned or malicious subgraphs that have attracted significant curation signal.

Subgraph developers, Curators, Indexers

Review the dispute resolution process and verify ownership transfer conditions against canonical governance documentation.

Curation Signal Integrity

Malicious subgraph owners could manipulate metadata or indexing logic to siphon query fees or misdirect signal.

Data consumers, dApps, Curators

Monitor subgraph version upgrades and indexing behavior changes; implement off-chain signal quality checks.

Dispute Resolution

The arbitration process allows Fishermen to challenge subgraph indexing errors, but governance may need to adjudicate complex ownership disputes.

Fishermen, Arbitrators, Indexers

Ensure arbitration parameters are calibrated to handle ownership disputes without causing prolonged signal lock-up.

Abandoned Subgraph Risk

Curators may have signal locked in subgraphs where the developer has ceased maintenance, leading to stale or inaccurate data.

Curators, Delegators, Data consumers

Advocate for governance mechanisms that allow curator-led migration of signal to maintained subgraph versions.

IP and Licensing

Governance decisions may set precedent for how intellectual property rights of subgraph code are treated versus curation rights.

Subgraph developers, Ecosystem fund recipients

Clarify licensing terms in subgraph manifests to preempt governance disputes over ownership and usage rights.

Council Intervention Scope

The Graph Council's authority to intervene in subgraph-level disputes is bounded by on-chain governance parameters.

Graph Council, Protocol architects

Model the boundaries of Council intervention to ensure they align with the protocol's credible neutrality goals.

Signal Migration

Proposals may emerge to allow curators to migrate signal from one subgraph to another without penalty in cases of proven abandonment.

Curators, Indexers, Subgraph developers

Evaluate the economic impact of signal migration mechanisms on curation fee markets and indexer allocation strategies.

technical-context
SIGNAL, RIGHTS, AND DISPUTE RESOLUTION

The Ownership and Curation Model

How The Graph's curation market defines subgraph ownership, the rights of curators versus developers, and the governance mechanisms for resolving disputes over abandoned or malicious subgraphs.

In The Graph's decentralized network, subgraph ownership is not a simple on-chain registry entry but an emergent property defined by the curation market. A subgraph developer deploys a subgraph and publishes its manifest, but the economic signal—GRT staked by Curators on that subgraph's bonding curve—determines which version indexers are incentivized to serve. This creates a dual-control model: the developer holds the private key that can publish new versions, while Curators collectively decide whether to migrate their signal to those updates or keep it on an older, potentially abandoned version. The operational consequence is that a subgraph's 'canonical' version is the one with the most signal, not necessarily the latest deployment by the original author.

This model introduces a critical governance tension when a subgraph developer abandons a widely-used subgraph or, conversely, when a developer pushes a malicious update that Curators refuse to support. In the first scenario, Curators are left signaling on a stale version with no upgrade path, effectively stranding the data consumers who depend on it. In the second, Curators can collectively withhold signal from the new version, but the developer still controls the subgraph's namespace and could potentially deploy competing versions. The Graph Council and AdvocatesDAO have discussed mechanisms for intervention in these edge cases, including namespace transfer rights and dispute arbitration frameworks, but no fully automated on-chain resolution process exists. This places a premium on off-chain coordination and reputation systems.

For teams building on The Graph, this ownership model demands a clear operational strategy. Subgraph consumers—exchanges, wallets, and DeFi protocols—should not blindly trust a subgraph's namespace but must verify which deployment ID their gateway is querying and monitor signal migration events. Developers should implement multi-sig control over subgraph deployment keys and establish transparent upgrade paths to maintain Curator confidence. Chainscore Labs can assist with subgraph ownership dispute resolution mechanism reviews, including namespace governance audits, signal migration risk modeling, and the design of off-chain coordination frameworks that protect data consumers when ownership conflicts arise.

SUBOGRAPH OWNERSHIP AND CURATION RIGHTS GOVERNANCE

Stakeholder Impact Analysis

Impact on Subgraph Developers

Governance decisions on ownership and curation rights directly affect your intellectual property control and economic model. If the protocol introduces mechanisms to reassign or override curation signal on abandoned or malicious subgraphs, your deployment's long-term signal integrity is at stake.

Key considerations:

  • Verify that your subgraph's ownership record is immutable under current governance rules.
  • Model scenarios where a fork of your subgraph could attract signal away from your canonical version.
  • If you rely on curation signal for discovery, assess how dispute resolution mechanisms could redirect that signal.

Action items:

  • Audit your subgraph's upgradeability and ownership parameters.
  • Document your subgraph's versioning and deprecation policy for curators.
  • Engage in governance forums when ownership rights proposals arise.

Chainscore can review your subgraph's ownership configuration and model the economic impact of curation rights changes on your deployment.

implementation-impact
CURATION DISPUTE RESOLUTION

Governance Intervention Scenarios

Scenarios where governance bodies may need to intervene in subgraph ownership disputes, abandoned subgraphs with significant signal, or malicious curation attacks that undermine data integrity.

01

Abandoned Subgraph with Active Signal

When a subgraph developer abandons a version that has attracted substantial curation signal, curators cannot withdraw their GRT without incurring a tax penalty. Governance intervention may be required to authorize a forced signal migration to a community-maintained fork. Indexers continue serving queries against the deprecated subgraph, but data quality degrades without upgrades. Chainscore can review the technical feasibility of proposed migration paths and assess the impact on downstream data consumers who depend on the subgraph's GraphQL endpoint.

02

Malicious Subgraph Version Poisoning

A subgraph owner deploys a new version that intentionally misindexes data or introduces a backdoor query pattern. Curators who have signaled on the subgraph may not detect the issue before the bonding curve migration completes. The Graph Council or AdvocatesDAO may need to coordinate an emergency signal withdrawal and blacklist the malicious version. This scenario tests the limits of decentralized curation as a quality control mechanism. Chainscore can provide subgraph upgrade review and malicious indexing pattern detection for high-value subgraphs.

03

Ownership Dispute Between Developer and Community

A community fork of a popular subgraph competes with the original developer's version, splitting curation signal and creating confusion for data consumers. Governance may need to arbitrate which version receives canonical recognition or how signal should be allocated. The dispute often involves intellectual property claims over the subgraph manifest and indexing logic. Without clear ownership norms, indexers face uncertainty about which version to support long-term. Chainscore can assist with subgraph ownership documentation and dispute resolution framework design.

04

Curation Signal Manipulation Attack

A coordinated group of curators artificially inflates signal on a low-quality subgraph to attract indexer allocations and extract query fee rebates. This wash trading of curation signal undermines the discovery mechanism and wastes indexer resources. Governance intervention may involve adjusting the curation tax, implementing query fee rebate clawbacks, or introducing reputation-weighted voting. Data consumers relying on signal strength for subgraph selection are directly harmed. Chainscore can model manipulation detection thresholds and review signal integrity mechanisms.

05

Subgraph Deprecation Without Migration Path

A widely used subgraph is deprecated by its developer without providing a migration path to a new version or alternative data source. DeFi protocols, wallets, and analytics platforms that depend on the subgraph's GraphQL endpoint face service disruption. Governance may need to fund an emergency maintenance team or authorize a forced transfer of ownership to a community steward. The operational impact cascades to every integration that queries the deprecated subgraph. Chainscore can provide migration planning and integration impact assessment for affected teams.

06

Indexer Collusion to Suppress Legitimate Subgraphs

A cartel of large indexers coordinates to avoid indexing a specific subgraph, effectively censoring its data despite legitimate curation signal. This undermines the permissionless indexing model and may target subgraphs serving privacy tools, competitive protocols, or controversial data. Governance intervention may require adjusting allocation incentives or introducing anti-collusion penalties. The scenario exposes the trust assumption that indexers will serve all economically viable subgraphs. Chainscore can analyze indexer allocation patterns and model collusion risk vectors.

OWNERSHIP AND CURATION RIGHTS GOVERNANCE

Risk Matrix

Evaluates the operational, economic, and trust risks arising from governance decisions on subgraph ownership, curation rights, and intervention mechanisms for abandoned or malicious subgraphs.

Risk AreaFailure ModeSeverityAffected ActorsMitigation / Action

Abandoned Subgraph Takeover

Governance authorizes a new owner for a high-signal subgraph, but the new owner deploys a malicious version that serves incorrect data to dApps.

Critical

DeFi protocols, wallets, exchanges, data consumers

Implement subgraph version pinning and query gateway fallback logic. Monitor governance proposals for ownership transfer signals.

Curation Signal Hijacking

A malicious curator accumulates signal on a legitimate subgraph, then governance re-assigns ownership, allowing the curator to redirect query fees or manipulate data.

High

Curators, indexers, subgraph developers

Audit the curator distribution before supporting a subgraph. Use time-locked signal withdrawal to prevent rapid exit attacks.

IP Rights Dispute

A dispute over subgraph IP leads to a governance vote that forks the subgraph, splitting signal and fragmenting the data market for a critical DeFi protocol.

Medium

Subgraph developers, DeFi protocols, data consumers

Establish clear off-chain IP agreements before publishing. Monitor governance forums for early dispute signals.

Governance Capture for Curation Manipulation

A large GRT holder passes a proposal to alter curation fee parameters or bonding curves in a way that benefits their own subgraphs and harms competitors.

High

Curators, small subgraph developers, indexers

Model the economic impact of proposed parameter changes on curation returns. Diversify delegation across multiple governance participants.

Malicious Subgraph Not Delisted

Governance fails to act on a known malicious subgraph that still holds significant signal, allowing it to continue poisoning data for downstream consumers.

Critical

Data consumers, dApp end-users

Build an allowlist of verified subgraph deployments. Do not rely solely on governance for security; implement local data validation.

Indexer Collusion on Curation

Indexers collude to only serve queries for subgraphs they curate, ignoring governance-approved ownership changes and creating a shadow curation market.

High

Subgraph developers, data consumers

Diversify indexer selection in gateway configurations. Monitor indexer allocation behavior for deviations from the curation signal.

Emergency Upgrade Key Misuse

The admin key or governance multisig is used to force a subgraph ownership change without proper community review, setting a precedent for centralized intervention.

Critical

All network participants

Verify the status and signer configuration of admin keys and upgrade proxies. Advocate for timelocks on ownership intervention actions.

OWNERSHIP AND CURATION RIGHTS

Due Diligence and Monitoring Checklist

A practical checklist for subgraph developers, curators, and large delegators to assess and monitor the governance risks associated with subgraph ownership, curation rights, and potential disputes. This framework helps teams verify control mechanisms, detect early warning signs of malicious or abandoned subgraphs, and prepare for governance interventions.

What to check: Confirm the owner's Ethereum address, their multisig setup, and the key management practices used to control the subgraph's upgrade and ownership transfer functions.

Why it matters: The owner has unilateral power to upgrade the subgraph, change the indexing logic, or transfer ownership. A compromised or lost key can lead to a malicious subgraph version that poisons data for all consumers, or an abandoned subgraph that cannot be updated.

What signal confirms readiness:

  • The owner address is a known, active multisig (e.g., a Gnosis Safe) with a published set of signers.
  • The multisig has a documented key recovery process.
  • The owner has a public commitment to a migration path or a timelock on ownership changes.
Chains We Build On

Looking to build on a specific blockchain?

We build smart contracts, DeFi applications, wallets, tokenization platforms, and blockchain infrastructure across the major ecosystems teams choose today. That includes Ethereum, Arbitrum, Optimism, Polygon, Avalanche, Solana, Sui, Aptos, Hedera, Stellar, and NEAR, with support for additional EVM and non-EVM networks based on your product requirements.

EVM ecosystems

  • Ethereum logo
    Ethereum
  • Arbitrum logo
    Arbitrum
  • Optimism logo
    Optimism
  • Polygon logo
    Polygon
  • Avalanche logo
    Avalanche
  • Cronos logo
    Cronos

Non-EVM ecosystems

  • Solana logo
    Solana
  • Sui logo
    Sui
  • Aptos logo
    Aptos
  • Hedera logo
    Hedera
  • Stellar logo
    Stellar
  • NEAR logo
    NEAR

Additional ecosystems

  • Polkadot logo
    Polkadot
  • Cosmos logo
    Cosmos
  • TON logo
    TON
  • Cardano logo
    Cardano
  • Algorand logo
    Algorand
  • Tempo logo
    Tempo

Also available for Base, appchains, custom EVM networks, and cross-chain product architecture.

OWNERSHIP AND CURATION RIGHTS

Frequently Asked Questions

Practical answers for subgraph developers, curators, and protocol operators navigating the governance dynamics of subgraph ownership and signal curation on The Graph.

The original developer retains ownership of the subgraph's intellectual property and the right to publish new versions. However, ownership of the on-chain curation signal and the associated query fees is decentralized. Once a subgraph is published, any curator can stake GRT on it, directing indexing rewards and query volume toward that version. The developer does not have unilateral control to remove or redirect existing curator signal. This creates a co-dependency: developers control the upgrade path, while curators control the economic weight. Teams should formalize this relationship through clear versioning policies and off-chain communication channels to avoid disputes.

Trusted by Industry Leaders

Delivering blockchain solutions for 5+ years.

We have partnered with 50+ leading DeFi protocols, NFT ecosystems, and fintech innovators to build secure, scalable, and capital-efficient blockchain products.

Selected Partners & Clients

ChainVote logo
Reax logo
Sokail logo
Swapsicle logo
SyntheX logo
Tekika logo
Telos logo
Zexe logo
ChainVote logo
Reax logo
Sokail logo
Swapsicle logo
SyntheX logo
Tekika logo
Telos logo
Zexe logo
ChainVote logo
Reax logo
Sokail logo
Swapsicle logo
SyntheX logo
Tekika logo
Telos logo
Zexe logo
ChainVote logo
Reax logo
Sokail logo
Swapsicle logo
SyntheX logo
Tekika logo
Telos logo
Zexe logo
“I've been working with Chainscore Labs for last 3+ years, they've consistently delivered with strong ownership across multiple projects. The team is reliable and detail-oriented.”
L
Lee Erswell
CEO, Telos Foundation
how to get started

How to get started?

If you're looking for blockchain integration, ChainScore Labs has 5+ years of experience helping teams build and integrate exchanges, wallets, smart contracts, tokenization solutions, and protocol-connected products, we can help you choose the right path, integrate securely, and get to production faster. Our team consists of experienced blockchain developers and architects who can help you with your blockchain integration needs.

01

Exploration & Strategy

Define your product goals and choose the right blockchain architecture for your use case.

02

Architecture & Design

Design the smart contracts, tokenomics, and security parameters of your system.

03

Development & Integration

Build and integrate with wallets, oracles, and front-end dApps for a seamless experience.

04

Security & Launch

Comprehensive audits followed by a risk-managed mainnet deployment to protect your users.

Start a build

Need a blockchain engineering team?

Send the project context and we will respond with next steps, scope questions, and a practical path to delivery.