🌊
Exit a Collective
How to exit your collective or revoke NFTs from members in your collective.
Syndicate will be launching UI-based exit features in the coming months. In the meantime, you can execute burns for collective NFTs through manual contract interactions:
- 1.
- 2.
Members can only burn NFTs that they own. Our protocol prevents members from burning other members' NFTs.
- 1.Navigate to a tool that allows you to execute direct smart contract interactions from the owner wallet, such as Gnosis or MyEtherWallet (both are compatible with MetaMask). If you didn't set up the collective with Gnosis, you should use MyEtherWallet. For these instructions, we'll use MyEtherWallet.
- 2.Press "Access my wallet" -> "Browser extension" to connect with MetaMask.
- 3.Press "Contract" -> "Interact with Contract."
- 4.Input the following information: Contract Type: *Blank* Contract Address: The value from your Syndicate's URL. For example, if your URL is app.syndicate.io/collectives/0xe96d9e90aae6769f6b01f92ea313014de1bffe0b, you should paste in
0xe96d9e90aae6769f6b01f92ea313014de1bffe0b
. ABI/JSON Interface:reedem.json
attached below Press "Interact." - 5.Input the following information: Function:
Redeem
TokenId: The value of the desired Token ID can be found on Etherscan. On your collective's dashboard, click the "View on Etherscan" button. Under the "More Info" modal, click on the value for "Token Tracker." Next, click on the "Inventory" tab near the bottom half of the screen. According to the wallet address you'd like to burn your NFT from, identify the corresponding Token ID. Press "Write" -> "Confirm & Send."
redeem.json
335B
Code
- 1.Navigate to a tool that allows you to execute direct smart contract interactions from the owner wallet, such as Gnosis or MyEtherWallet (both are compatible with MetaMask). If you didn't set up the collective with Gnosis, you should use MyEtherWallet. For these instructions, we'll use MyEtherWallet.
- 2.Press "Access my wallet" -> "Browser extension" to connect with MetaMask.
- 3.Press "Contract" -> "Interact with Contract."
- 4.Input the following information: Contract Type: *Blank* Contract Address: The value from your Syndicate's URL. For example, if your URL is app.syndicate.io/collectives/0xe96d9e90aae6769f6b01f92ea313014de1bffe0b, you should paste in
0xe96d9e90aae6769f6b01f92ea313014de1bffe0b
. ABI/JSON Interface:controllerReedem.json
attached below Press "Interact." - 5.Input the following information: Function:
ControllerRedeem
Account: The wallet address of the member you want to burn an NFT from. For example, if you want to burn an NFT from0xba0B7614166fcBbF58d393aeF734331756504Bte
, you should paste in"0xba0B7614166fcBbF58d393aeF734331756504Bte"
. TokenId: The value of the desired Token ID can be found on Etherscan. On your collective's dashboard, click the "View on Etherscan" button. Under the "More Info" modal, click on the value for "Token Tracker." Next, click on the "Inventory" tab near the bottom half of the screen. According to the wallet address you'd like to burn your member's NFT from, identify the corresponding Token ID. Press "Write" -> "Confirm & Send."
controllerRedeem.json
354B
Code
Feel free to reach out to our team through Discord or email at [email protected] with any questions. We're happy to guide you through the process!
Last modified 7mo ago