diff --git a/website/pages/en/managing/transferring-subgraph-ownership.mdx b/website/pages/en/managing/transferring-subgraph-ownership.mdx index 1ca1c621a9c9..4599ada044e8 100644 --- a/website/pages/en/managing/transferring-subgraph-ownership.mdx +++ b/website/pages/en/managing/transferring-subgraph-ownership.mdx @@ -4,7 +4,7 @@ title: Transferring Subgraph Ownership The Graph supports the transfer of the ownership of a subgraph. -When you deploy a subgraph to mainnet, an NFT will be minted to the address that deployed the subgraph. The NFT is based on a standard ERC721, so it can be easily transferred to different accounts. +When you publish a subgraph to The Graph Network, an NFT will be minted to the address that deployed the subgraph. The NFT is based on a standard ERC721, so it can be easily transferred to different accounts. Whoever owns the NFT controls the subgraph. If the owner decides to sell the NFT, or transfer it, they will no longer be able to make edits or updates to that subgraph on the network.