Allow "Buy Now" functionality on NFTs with unlockables #203
sungkhum
started this conversation in
Medium CIPs
Replies: 1 comment 1 reply
-
As buyer is unknown at moment of minting and NFT, it's not possible to encrypt unclockable content when minting. Solutions from top of my head with various levels of usability and effort required, in no particular order:
I think option 3 is the one to go with for now. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently if an NFT has an unlockable it can not be sold with a "Buy Now" option. It would be great if the seller could enter in the unlockable content before it is sold and still be able to select to sell it with the "Buy Now" option.
Use cases are numerous. I use the unlockable to store NFT rarity data (hidden until user buys). Also many use the unlockable to store urls to additional downloads/websites. Nothing from a user perspective prevents the seller from entering the data in the unlockable before it is sold instead of the way it has been with auction NFT sales, where the unlockable data is entered when the NFT is sold.
Beta Was this translation helpful? Give feedback.
All reactions