Live data from Hacker News

NFT projects are just MLMs for tech elites

every.to

671–680 of 687 posts

Re: NFT projects are just MLMs for tech elites

#671

Earlier quoted context omitted.

> giving simple easily refutable reasons I didn't vote you down, but I do think it would have been a better use of time to explain why NFTs are the future, rather than ad-hominem attacks on people who disagree with you. Please tell me why NFT are valuable and useful, with very concrete examples of utility. If you use the word "ownership" please explain in context what this means.

You know, there are people in the space who talk a lot about adding utility to NFTs. This may well work for tickets or whatever, but the kind of NFTs we talk about here don't benefit from utility; art doesn't benefit from utility. I agree with the OP that a lot of people here seem unwilling to take a moment and think about this more deeply, and how NFTs might compare to existing ways of valuing things. To be fair, it…

The frustration those of us who are skeptical of this use case of NFTs -- creating artificial digital scarcity -- has with responses like yours and Exporectomy's is that you're pretty much saying "you're clearly not thinking about this deeply enough, because anyone who thought about this correctly would surely agree with us." This is not only not a very convincing argument, it's a little bit of an insulting one.

The objection I mentioned in my previous comment was that the original copyright holder of a creative work is the only person who can transfer any ownership rights. But let me restate this without invoking copyright: if I have the legal right to transfer ownership of a digital file in any legally recognized sense to you -- whether that file is a piece of software that I bought on physical media I am conveying to you, or artwork I created that is being digitally transferred to you -- an NFT is only useful as a proof of ownership if we have contractually stipulated that it does. That contract exists independently of the NFT, incorporating the NFT only by reference, just like the NFT itself only incorporates the digital file it tokenizes by reference. The NFT itself has no legal authority -- it's just a transactional record. As I mentioned in my previous comment, it's possible to easily create "bogus" NFTs of digital files whose creators or rights holders haven't authorized it. Furthermore, since there are multiple blockchains that handle NFTs, an NFT is just unique on that blockchain, so again there needs to be a framework outside the blockchain to truly establish ownership.

So the question has to arise: do you need the NFT in this transaction at all? Why can't the original contract incorporate the digital file directly by reference itself? The NFT doesn't really do much to support "proof of ownership," while instead clearly creating opportunities for scammers taking advantage of people who don't understand that just because you have an NFT for a digital file doesn't mean you necessarily have any legal authority to sell any kind of right whatsoever, copy or otherwise, in that file.

Maybe you don't see it that way -- clearly a lot of people don't -- but please do not imply I haven't taken a moment to think about this more deeply. I've thought about it a lot, in fact, and so far I haven't found a convincing response to the concerns I've expressed about this particular use case for NFTs.

Re: NFT projects are just MLMs for tech elites

#672

Earlier quoted context omitted.

To query the URI of your tokens through your contract, you need to interact with its ABI through code; alternatively, you can upload the ABI to Etherscan, which will provide a UI to query it. You can use the URI to store base64 encoded image or svg data, and that is super cool; but will be too expensive for larger images, at which point you will link to an IPFS-hosted url.

Ah thankyou! In that course we did write a web frontend that interacts with the contract ABI to mint the NFTs, but we didn’t do the display side. I’m curious how opensea are doing it, because they can display NFTs from my contract without me ever giving them the ABI. Can you go from decompiled contract (like etherscan can generate) -> ABI maybe?

When you are implementing an NFT, you are likely implementing either the ERC 721 or the ERC 1155 interfaces; as such, certain standard functions will be available using a standard ABI call.

So OpenSea will just try to call `tokenURI`; if you have implemented the interface correctly, that will succeed, if not, OpenSea will not show a placeholder image.

Re: NFT projects are just MLMs for tech elites

#673

Earlier quoted context omitted.

A cryptographically signed picture may tell you its from a certain artists, but it cannot enforce uniqueness. There are only two options - tokens, and ledgers. Despite the name, there is no such thing as a digital token, because digital objects cannot move, they only copy. So you need a ledger, so basically something like a blockchain, to keep track of copies. https://dergigi.com/2021/01/14/bitcoin-is-time/

But a ledger doesn’t prevent copies of the art or duplicate tokens it just enforces uniqueness of the singular token. So you’re still left with the uniqueness problem. Essentially trying to create scarcity where there is none is a spectacularly silly idea.

1. I am artist X 2. I have an Ethereum wallet and even own the ENS name X.eth 3. I mint an NFT that represents ownership of one of my digital works

That NFT cannot be duplicated, because the Ethereum network enforces unique IDs for each ERC 721 token and prevents the double spend problem. What's more, I can look at the NFT and determined that it was indeed minted by artist X because it was his address that created it.

The artist can later mint duplicate NFTs but everyone will still know which NFT came first.

Re: NFT projects are just MLMs for tech elites

#674

Earlier quoted context omitted.

So why do you say that is the point?

Because that's the reason people value the NFT. The fact that someone can take a picture of the Mona Lisa and try to sell it as an NFT is not the point; people don't value that NFT, and NFTs are not designed to prevent that from happening. It is a simple ledger entry that records the ownership of an edition released by an artist, and people choose to value it because of that.

The problem is that anyone can mint an NFT. Verifying that an NFT is actually minted by the artist would likely require some sort of external certification that you can trust. This is done for paintings and other collectibles as well.

What I don’t understand is: Once you have an external certifying authority, why have blockchain based NFTs at all? Couldn’t you save a lot of energy and complexity by tracking purchases in a database?

Re: NFT projects are just MLMs for tech elites

#675

Earlier quoted context omitted.

You know, there are people in the space who talk a lot about adding utility to NFTs. This may well work for tickets or whatever, but the kind of NFTs we talk about here don't benefit from utility; art doesn't benefit from utility. I agree with the OP that a lot of people here seem unwilling to take a moment and think about this more deeply, and how NFTs might compare to existing ways of valuing things. To be fair, it…

The frustration those of us who are skeptical of this use case of NFTs -- creating artificial digital scarcity -- has with responses like yours and Exporectomy's is that you're pretty much saying "you're clearly not thinking about this deeply enough, because anyone who thought about this correctly would surely agree with us." This is not only not a very convincing argument, it's a little bit of an insulting one. The…

> This is not only not a very convincing argument, it's a little bit of an insulting one.

My apologies if I came across as insulting, but I do feel a sense of frustration with some of the arguments provided in discussions like these, and I think we can agree that some of the language critiquing NFTs here does not scream "open minded".

First, let me correct a misconception that may give you a slightly different perspective. You write "since there are multiple blockchains that handle NFTs, an NFT is just unique on that blockchain". It is worse than that! There is nothing that enforces uniqueness of an NFT within a single blockchain; not in a way that would make such a duplicate any different than a duplicate on a different chain. You couldn't prevent such duplicates, even if you wanted to. First, artists may on purpose create multiple copies; second, the only way such unique could be detected would be hashes, which can easily be fooled. Third, a scammer minting an NFT of an image belonging to an artist, would then block that artist from being able to mint the NFT themselves. It sounds bad, but it really doesn't matter for the concept to work. People scamming by pretending they are selling art pieces they did not create is a problem, but it is not a problem NFTs set out to solve (and indeed cannot).

The NFT does not confer any legal rights, correct. But what legal authorities would you want it to confer to the owner? There are a couple that are really useful: The right to download a copy of the art piece from a website. Yes. The right to use the art piece as a profile picture on Twitter. Sure! And artists do often provide license agreements along those lines. (If they don't provide any license information, I believe an owner could try to argue that there is an implied license, and may or may not succeed in that claim.) Some artists put their work even into the public domain.

I would agree that owning an NFT which you do not have the permission to copy to your hard-drive, or which you cannot see on OpenSea because the artist refuses to allow OpenSea to show that image, seems quite degraded. It will probably be not very popular. And yet, some people just might pay for it anyway, because the ownership of the token on a blockchain is what matters in the end. If a popular artist such as beeple were to publish an NFT, explicitly denying that the owner has any rights to even make a copy of the image, there is no doubt someone would buy it. Call it conceptual art. There is no legal system required, because like you say correctly, the NFT itself does not confer any legal rights. The blockchain is the definitive record of ownership, because legal modes of ownership are basically orthogonal.

Consider the example of Mitchell F. Chan's Digital Immaterial Zones (I recommend the blue paper: https://github.com/mitchellfchan/IKB/blob/master/Digital-Zon...), which explicitly is a token without any visual media attached; there is nothing that exists outside of the blockchain that you even could own. It is the pure distillation of this idea.

There is a difference between an artist saying "you have the right to download my file" and the artist saying "I consider you the owner of this immaterial piece that I created, I will only acknowledge 10 owners maximum, and also all of you have the right to download the file".

The latter kind of agreement can certainly be modeled with a conventional contract, and indeed that has been done in the art world, but it is just so much easier on a blockchain to track those 10 owners, verify that the person selling to you is an authentic owner and that they sell their claim only once, and so on.

Re: NFT projects are just MLMs for tech elites

#677

NFT always felt ridiculous to me, but I though I understood the mechanism: "it's like baseball cards but in the blockchain". This week I learned it's not. NFT are Non Fungible Tokens, which means tokens that can't be divided, unlike crypto currencies like Bitcoin that can be divided in Satoshis. So you exchange the totality of it, or not. Basically it's a unique number in the blockchain you change ownership by applyi…

So I do wonder whether the NFT divide (between people who get it and people who don’t) might be a generational split, related to a larger societal shift away from ‘owning things’. We’ve definitely passed ‘peak thing ownership’. For those of us old enough to have grown up with the idea of ‘buying a book’, ‘buying a toy’, ‘buying a CD’ or ‘buying a magazine’ we have a particular mental framework for ‘owning’ stuff. But…

NFTs are all about owning, in fact they are more about owning than almost anything on earth. The ONLY advantage you get from owning an NFT is the knowledge that you own it. Everyone, owner or not, can enjoy looking at the jpeg in the same way. That's not really true for anything else.

So, far from representing the move away from ownership, they are a distillation of the ownership concept.

Re: NFT projects are just MLMs for tech elites

#678
post #663

Earlier quoted context omitted.

Thanks for sharing - I didn't know about the royalties, if that works then that's sensible. I'm afraid I don't quite understand why NFTs would be necessary for the rest though, other than just being a contingent catalyst stimulating the creation of generative art. If it's purely the fact that you're buying something from them, them sending you an autograph, or a video in which they say "thanks X6S1x6Okd1st for buying…

Another property of NFTs I enjoy is that being an early supporter of an artist can yield you sharing in their future success.

Is that not only if you sell the NFT to someone else again, presumably because the artist has become successful? Do you have any insights into why that person would buy it from you - it seems the attractions you listed would no longer apply to them?

Re: NFT projects are just MLMs for tech elites

#679

Earlier quoted context omitted.

Non-fungible doesn't mean something can't be divided, it means a specific one just can't be substituted for another one. An example: If I trade oil, one barrel of oil with a certain spec[1] is fungible with another barrel of oil with the same spec. If I sell you some oil you don't care which specific barrel you get as long as it's the same kind of thing. Likewise if you borrow 10 dollars from me you can pay me back w…

This answer confused me at first, because I initially thought you were trying to say non-fungible assets can be divided. At least in the case of non-fungible Ethereum tokens, it's the case that they both each can't be substituted for another one and they can't be divided, right? And in the case of ERC-1155 semi-fungible tokens (SFTs), you can substitute them for others of the same type but they still each can't be di…

Just one thing - you can always write a separate contract which subdivides an otherwise indivisible asset on the blockchain.

For example, with NFTs, you could make a DAO that pools together capital to purchase an NFT and can trade their share of ownership of the NFT on the open market.

Post reply on HN