An NFT (Non-Fungible Token) is a unique blockchain record that proves ownership of a specific digital item. Unlike Bitcoin or dollars (where each unit is identical and interchangeable), each NFT has a distinct identity and cannot be swapped 1:1 with another. They are used to represent ownership of art, music, domain names, game items, event tickets, and other unique assets.

What Is an NFT?

3 min read

The short version

If crypto coins are like dollar bills (each one is the same as any other), NFTs are like baseball cards or concert tickets. Each one is unique, with its own identity and potentially different value. The blockchain proves you own that specific card. You can sell it, gift it, or display it, and the ownership record is public and permanent.

How It Works

Technically, an NFT is a token on a blockchain conforming to standards like ERC-721 (finalized January 2018) or ERC-1155 (finalized June 2019). Each token has a unique ID within its contract. The on-chain record stores: current owner, token ID, and a pointer (URI) to metadata describing the item (name, image, attributes). The actual media (image, video, music) is usually stored off-chain on IPFS, Arweave, or a centralized server. Ownership transfer happens via on-chain transactions. Marketplaces (OpenSea, Blur, Magic Eden) facilitate buying and selling but are not required. You can transfer NFTs directly wallet-to-wallet. Smart contract royalties can automatically pay the creator a percentage on secondary sales, though enforcement varies by marketplace.

Buying and verifying an NFT on OpenSea

You find an art NFT listed for 0.5 ETH on OpenSea. You connect your MetaMask, click "Buy Now." MetaMask shows the transaction: transfer 0.5 ETH to the marketplace contract. You confirm. The contract sends 0.5 ETH to the seller (minus marketplace fee and royalty), and transfers token #4521 from the seller's address to yours. Within 12 seconds, you own it. You verify on Etherscan: the ERC-721 contract shows ownerOf(4521) = your address. The NFT appears in your wallet. The ownership history is permanent and publicly viewable.

What People Get Wrong

  • An NFT is the image itself

    The NFT is the token (blockchain record). It points to an image via a URL. If that URL breaks or the server goes down, the image disappears while the token still exists. The durability of the media depends on where it is stored (IPFS/Arweave are permanent; HTTP URLs are not).

  • Right-clicking saves the NFT

    Right-clicking saves a copy of the image file. It does not change the blockchain record of ownership. The value is in the verified, on-chain provenance, not the ability to view the image. Anyone can view a Mona Lisa photo, but only the Louvre owns the original.

  • NFTs are always expensive art

    NFTs span from multi-million dollar art to $2 event tickets, free gaming items, proof-of-attendance badges, domain names, and music releases. "Expensive JPEGs" is the most visible but smallest use case. Practical utility NFTs (tickets, memberships, credentials) are growing fast.

  • NFTs are bad for the environment

    On proof-of-work Ethereum (before September 2022), minting used significant energy. Since the Merge to proof-of-stake, an Ethereum NFT transaction uses roughly the same energy as a Google search. Environmental concerns were valid historically but are now largely outdated for Ethereum-based NFTs.

Sources & Further Reading

  • OpenSea

    The largest NFT marketplace for buying, selling, and exploring collections

  • Ethereum.org: NFTs

    Official Ethereum Foundation overview of non-fungible tokens

Questions People Also Ask

Do NFTs have any real utility beyond art?
Yes. Growing use cases: event tickets (verifiable, resale-trackable), gaming items (cross-game portable assets), membership passes (token-gated content/communities), music royalty shares, real estate deed records (emerging), academic credentials, and digital identity. The art use case got attention first, but utility applications are expanding.
Can NFTs be faked?
Anyone can mint an NFT with a copied image. The defense: verify the contract address is the official collection. Established collections have verified contracts on marketplaces. Checking the creator's official links for the correct contract address prevents purchasing counterfeits.
Are NFTs a good investment?
Most NFT collections decline significantly in value over time. A small number appreciate substantially. Treat NFTs as speculative collectibles, not investments, unless you have deep expertise in the specific market. The majority of 2021-era NFT collections are worth less than their mint price today.

More in NFTs & Digital Ownership

See all →
Was this page helpful?

Page last checked