|
|
|
|
|
by mattdesl
1854 days ago
|
|
In the context of blockchain tokens, “digital ownership” is equally as nonsensical as owning a fine art print with ink and a pencil signature on it. These artefacts, and the ideas of ownership around them, are social constructs. 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... |
|
For some assets like currency this is sufficient - currency is only valuable by virtue of the fact it can be transferred.
For art it is not sufficient, since ownership must also cover the ability to be transferred and the ability to view the artwork.
While all of it is a social construct, the semantics of those constructs are very different. My argument here is that blockchains and smart contracts are not sufficient to represent ownership beyond its transfer, which makes it useless as a mechanism to define ownership for assets that need to be more than transferred.