Hacker News new | ask | show | jobs
by madeofpalk 1688 days ago
But the game developers own the database, so if they want something to be unique, they can already do that!

None of this are either actual problems that developers have, or things that users want. Never once has someone playing a game say "boy I sure wish all these hats were more expensive!"

1 comments

The developers cannot make something trustlessly unique. If they control the database it is a simple query to up the count to 2!
NFTs neither do nor can enforce uniqueness too. Blockchain is a method to, as you put it, trustlessly couple a particular instance of a datum with a keypair. Game developers can duplicate the blob describing in-game asset in their own database or on the blockchain. For off-chain data blockchains are nothing more than a datastore which provides immutable link between a datum and a keypair.
So yes there is an original keypair that establishes the data. But ones established it can be fixed in a verifiable way. A game client, community of art lovers, government agency, social consensus, then recognizes that nft as corresponding to some offchain asset. It cannot be later changed, duplicated, etc without some social consensus to do so. You don't need to trust a third party with control.