Skip to content

Commit

Permalink
Added nft subgraph transfer docs (#83)
Browse files Browse the repository at this point in the history
* added nft subgraph transfer docs

* updated language around ownership
  • Loading branch information
dabit3 authored Mar 10, 2022
1 parent af2cc1a commit e87d631
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 0 deletions.
3 changes: 3 additions & 0 deletions navigation/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ export const navigation: (locale: AppLocale) => NavItemDefinition[] = (locale) =
{
slug: 'studio-faq',
},
{
slug: 'transferring-subgraph-ownership'
}
],
},
{
Expand Down
39 changes: 39 additions & 0 deletions pages/en/studio/transferring-subgraph-ownership.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
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.

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.

In addition to adding more flexibility to the development lifecycle, this functionality makes certain use cases more convenient, such as moving your control to a multisig or a community member creating it on behalf of a DAO.

### Viewing your subgraph as an NFT

To view your subgraph as an NFT, you can visit an NFT marketplace like OpenSea:

```
https://opensea.io/your-wallet-address
```

Or a wallet explorer like __Rainbow.me__:

```
https://rainbow.me/your-wallet-addres
```

### Transferring ownership of a subgraph

To transfer ownership of a subgraph, you can use the UI built into Subgraph Studio:

![Subgraph Ownership Trasfer](/img/subgraph-ownership-transfer-1.png)

And then choosing the address that you would like to transfer the subgraph to:

![Subgraph Ownership Trasfer](/img/subgraph-ownership-transfer-2.png)

You can also use the built in UI of NFT marketplaces like OpenSea:

![Subgraph Ownership Trasfer from NFT marketplace](/img/subgraph-ownership-transfer-nft-marketplace.png)
Binary file added public/img/subgraph-ownership-transfer-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/subgraph-ownership-transfer-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e87d631

Please sign in to comment.