|
|
|
|
|
by duped
1854 days ago
|
|
The problem I have grokking is the actual practical issue of digital ownership, which is that it is nonsensical. In this context ownership merely defines who has the right to be the seller in a transaction. As far as I understand this, blockchains don't handle the issue of duplication, where it doesn't matter who has the rights to begin a transaction - anyone can still access the bits. For something like currency which is entirely defined by its ability to be used in transactions then the application of blockchain to define ownership is obvious. For something like media, where ownership is not just transactions but also access, it isn't obvious to me at all. In other words, blockchains and smart contracts handle authenticity of a piece of data when used in transactions. That's valuable for data that is defined by its ability to be transactional. It's not necessarily valuable for data that needs to be more than that. I would also contend that it's not secure by all definitions. |
|
The mental shift that most struggle with, is that the NFT ownership is not owning the digital image/file/media/bits (which can be copied on any machine, “Right click save as”). It’s probably closer to purchasing conceptual art (see Sol LeWitt), or similar to owning a certificate of authenticity handed to you by the artist. Or, perhaps somewhat analogous to “owning” digital property such as a domain name.
I agree this tech does not magically make everything more secure. But, for example, you can query the “current owner” of a million dollar CryptoPunk - as long as the blockchain survives, the database record will be secure & immutable, and cannot be changed except from the token holder’s own wallet address.
Reading the Solidity code & querying the contract myself helped me understand the value here is not in the digital media file; it’s in the ledger record (or state).
https://etherscan.io/address/0xb47e3cd837ddf8e4c57f05d70ab86...