diff --git a/pages/en/studio/studio-faq.mdx b/pages/en/studio/studio-faq.mdx index 4db4d7ccddaa..44e33891559e 100644 --- a/pages/en/studio/studio-faq.mdx +++ b/pages/en/studio/studio-faq.mdx @@ -14,7 +14,15 @@ A: Yes! You can create multiple API Keys to use in different projects. Check out After creating an API Key, in the Security section you can define the domains that can query a specific API Key. -### 4. How do I find query URLs for subgraphs if I’m not the developer of the subgraph I want to use? +### 4. Can I transfer my subgraph to another owner? + +Yes, subgraphs that have been published to Mainnet can be transferred to a new wallet or a Multisig. You can +do so by clicking the three dots next to the 'Publish' button on the subgraph's details page and selecting +'Transfer ownership'. + +Note that you will no longer be able to see or edit the subgraph in Studio once it has been transferred. + +### 5. How do I find query URLs for subgraphs if I’m not the developer of the subgraph I want to use? You can find the query URL of each subgraph in the Subgraph Details section of The Graph Explorer. When you click on the “Query” button, you will be directed to a pane wherein you can view the query URL of the subgraph you’re interested in. You can then replace the `` placeholder with the API key you wish to leverage in the Subgraph Studio.