|
|
|
|
|
by dragontamer
1146 days ago
|
|
> NFTs are great if you need cryptographic proof of ownership. You can get that with a cheap smart-token that we all call a "chip-enabled credit card", which provides cryptographic proof of ownership each time you use the chip or NFT reader. There are also cryptographic proofs of ownership with every cell-phone enabled application, as well as HTTPS client certificates (rarely used on the public internet, I find them in use in private intranets, SSH keys, and the like). You know, "cryptography", the kinds of which we've been using since 1980. Not the "new fangled crypto" that forgets about older solutions that still work today. |
|
The special thing about NFTs is that they're securely transferable on a public ledger, which isn't really the case with client certificates or ssh keys.
Let's say I buy a ticket to a show as an NFT and I want to give it to you. I can simply send it to your wallet address, and now you own it and can prove you do at admission time.
If I resell the ticket to you at a premium, perhaps the performer gets an additional cut to help them capture some of the resale value and reduce scalping.
I'm not sure how you'd do this with SSH keys or private certificates, but I think you would end up needing some kind of registration/directory/ledger service, and then you've just invented cryptocurrency again.