FAQ
While there are many NFT marketplaces that you can sell your Capsule NFTs, we recommend the OpenSea platform, currently the largest NFT marketplace.
A Capsule Collection is an NFT collection generated by the Capsule protocol. An NFT Collection is like a library, housing any amount of NFTs inside similarly to how a library houses books. An example of an NFT Collection can be seen here.
Capsule NFTs can store a limitless amount of a single token standard. To elaborate further, a Capsule NFT is able to store many different kinds of ERC-20 tokens, ERC-721 tokens, or ERC-1155 in a single Capsule NFT, but not a combination at the same time.
If you would like to store ERC-20 tokens and ERC-1155 tokens with ERC-721 tokens, a user is able to do so by first creating an ERC-20 Capsule NFT and an ERC-1155 Capsule NFT separately and then adding it to an ERC-721 Capsule NFT along with any other ERC-721s that the user would like to include.
A Collection Owner is able to lock any Capsule Collections they own. In addition if a Capsule Collection is private, only the Owner is able to mint to that collection.
A Metamaster is the controller of all metadata in the Capsule Collection, meaning they have the ability to reassign tokenURI data.
Yes. While there is currently no way to perform this function on the front end, a Collection Owner may view their collection on Etherscan and call the transferOwnership method to the desired address (for more details, see section Capsule.sol). We currently recommend only highly technical users to attempt this function.
The CapsuleNFT team is planning to create a more intuitive front end user experience for this function in the future.
Yes. While there is currently no way to perform this function on the front end, a user with Metamaster privileges to a collection may view the collection on Etherscan and call the transfer updateTokenURIOwner method to the desired address (for more details, see section Capsule.sol). We currently recommend only highly technical users to attempt this function.
The CapsuleNFT team is planning to create a more intuitive front end user experience for this function in the future.
Last modified 8mo ago