Skip to content

Commit e87d631

Browse files
authored
Added nft subgraph transfer docs (#83)
* added nft subgraph transfer docs * updated language around ownership
1 parent af2cc1a commit e87d631

File tree

5 files changed

+42
-0
lines changed

5 files changed

+42
-0
lines changed

navigation/navigation.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ export const navigation: (locale: AppLocale) => NavItemDefinition[] = (locale) =
9393
{
9494
slug: 'studio-faq',
9595
},
96+
{
97+
slug: 'transferring-subgraph-ownership'
98+
}
9699
],
97100
},
98101
{
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Transferring Subgraph Ownership
3+
---
4+
5+
The Graph supports the transfer of the ownership of a subgraph.
6+
7+
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.
8+
9+
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.
10+
11+
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.
12+
13+
### Viewing your subgraph as an NFT
14+
15+
To view your subgraph as an NFT, you can visit an NFT marketplace like OpenSea:
16+
17+
```
18+
https://opensea.io/your-wallet-address
19+
```
20+
21+
Or a wallet explorer like __Rainbow.me__:
22+
23+
```
24+
https://rainbow.me/your-wallet-addres
25+
```
26+
27+
### Transferring ownership of a subgraph
28+
29+
To transfer ownership of a subgraph, you can use the UI built into Subgraph Studio:
30+
31+
![Subgraph Ownership Trasfer](/img/subgraph-ownership-transfer-1.png)
32+
33+
And then choosing the address that you would like to transfer the subgraph to:
34+
35+
![Subgraph Ownership Trasfer](/img/subgraph-ownership-transfer-2.png)
36+
37+
You can also use the built in UI of NFT marketplaces like OpenSea:
38+
39+
![Subgraph Ownership Trasfer from NFT marketplace](/img/subgraph-ownership-transfer-nft-marketplace.png)
540 KB
Loading
2.06 MB
Loading
863 KB
Loading

0 commit comments

Comments
 (0)