• Sibshops@lemm.ee
    link
    fedilink
    English
    arrow-up
    68
    arrow-down
    2
    ·
    edit-2
    2 months ago

    I don’t think NFTs can do that either. Collections are copied to another contract address all the time. There isn’t a way to verify if there isn’t another copy of an NFT on the blockchain.

    • killeronthecorner@lemmy.world
      link
      fedilink
      English
      arrow-up
      42
      arrow-down
      1
      ·
      2 months ago

      I didn’t know this and it’s absolutely hilarious. Literally totally undermines the use of Blockchain to begin with.

    • ZeroOne@lemmy.world
      link
      fedilink
      arrow-up
      11
      ·
      2 months ago

      NFTs if anything are basically CryptoCurrency-based DRMs & we should always oppose DRMs

    • Knock_Knock_Lemmy_In@lemmy.world
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      2 months ago

      There isn’t a way to verify if there isn’t another copy of an NFT on the blockchain.

      Incorrect. An NFT is tied to a particular token number at a particular address.

      The URI the NFT points to may not be unique but NFT is unique.

      • Sibshops@lemm.ee
        link
        fedilink
        English
        arrow-up
        6
        ·
        2 months ago

        The NFT is only unique within the contract address. The whole contract can be trivially copied to another contract address and the whole collection can be cloned. It’s why opensea has checkmarks for “verified” collections. There are a unofficial BoredApe collections which are copies of the original one.

          • Sibshops@lemm.ee
            link
            fedilink
            English
            arrow-up
            5
            ·
            2 months ago

            Completely agree, but the guy I responding to thinks the monkey jpeg is unique across the whole blockchain, when that isn’t true. The monkey jpeg can be copied. There’s no uniqueness enforced in a blockchain.

              • Sibshops@lemm.ee
                link
                fedilink
                English
                arrow-up
                1
                ·
                2 months ago

                Right, it’s a link to the JPEG. Either way, the point still stands, there’s no mechanism in the blockchain to prevent duplicate content or enforce uniqueness of what the NFT points to. The NFT token is unique within its contract, sure, but that doesn’t stop someone from deploying a near-identical contract with the same media and metadata. That’s the issue, the blockchain doesn’t know or care if the same JPEG is being reused in other collections.

                • Knock_Knock_Lemmy_In@lemmy.world
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  2 months ago

                  The NFT token is unique within its contract and since the contract had a unique address the NFT pointer is unique. Include chainID in the description and the NFT is globally unique.

                  • Sibshops@lemm.ee
                    link
                    fedilink
                    English
                    arrow-up
                    1
                    ·
                    2 months ago

                    That’s true, the (chainID, contractAddress, tokenID) can be globally unique. But that doesn’t solve the original concern, it doesn’t prevent content duplication.