Course 08 · Lesson 04

What Are NFTs?

~8 min readLesson 04/6Free

NFTs generated more mainstream attention than any other crypto concept during the 2021 bull market - and more confusion, misrepresentation, and fraud than almost any other. Images selling for millions of dollars, celebrities launching collections, and everyday people making life-changing sums in weeks. Then the market collapsed, leaving most NFT holders with assets worth a fraction of what they paid. The honest picture of NFTs - what they technically are, what genuine utility they provide, where the hype diverged from reality, and where legitimate use cases do exist - is more nuanced than either the peak enthusiasm or the post-crash dismissal suggests. This lesson provides that honest picture.

The Definition of an NFT

A Non-Fungible Token is a blockchain token that represents unique ownership. Unlike Bitcoin or ETH - where every unit is identical and interchangeable - each NFT has a unique identifier that distinguishes it from every other token, even in the same collection. Token #1 of a collection and Token #2 are different assets with potentially different values.

The non-fungibility is enforced by the blockchain: the smart contract that creates an NFT collection assigns each token a unique ID, records ownership on the blockchain, and manages the transfer of that ownership when the NFT is bought or sold. The blockchain provides verifiable, unforgeable proof of ownership for each unique token.

How NFTs Work Technically

Most NFTs are created using the ERC-721 or ERC-1155 token standards on Ethereum - though NFTs also exist on Solana, Polygon, and other blockchains. The NFT smart contract maintains a mapping of token IDs to owner addresses. When an NFT is transferred, the contract updates this mapping.

The NFT token itself does not contain the image or file it represents - it contains a pointer (URI) to where the metadata is stored. This is a critical technical distinction with significant practical implications.

WHAT AN NFT ACTUALLY CONTAINS

What is stored on the blockchain:
• Token ID: #4578.
• Owner address: 0x7f3a...
• Metadata URI: ipfs://Qm7x9... or https://api.project.com/token/4578

What is stored at the metadata URI:
• Image file location.
• Trait attributes (background, clothing, etc).
• Token name and description.

Practical Reality: If the metadata server goes offline, the NFT still exists on the blockchain but the image it represents is inaccessible. Centralised metadata servers allow creators to change images. IPFS is more secure but still requires pin stability.

What You Actually Own

This is the question most NFT buyers in 2021 did not understand clearly: what do you own when you buy an NFT? The honest answer: you own the token - the unique blockchain record of ownership. You typically do not automatically own the copyright to the associated image or artwork unless the project's terms explicitly grant it.

Buying a Bored Ape NFT in 2021 gave the holder: the blockchain token, the image associated with the token ID, and in Yuga Labs' case - unusually generous for NFTs - commercial licensing rights for that specific ape. Most NFT projects do not grant commercial rights. Buying the NFT gives you the token, not the copyright, not the ability to reproduce the image commercially, and not any other property rights beyond what the project's specific terms explicitly state.

Legitimate Use Cases

LEGITIMATE NFT USE CASES

Digital Art Provenance: Verifiable original ownership that cannot be duplicated. ongoing royalties from secondary sales back to creators.

Event Tickets and Access: Dynamic non-counterfeitable tickets. Token-gated access to exclusive servers, physical events, and programs.

Gaming Assets: Actual in-game item ownership allowing items to be traded externally.

Identity & Credentials: Non-transferable 'Soulbound' tokens containing diplomas, certifications, or identity files.

Real-World Asset Tokenisation: Real estate deeds, high-value art pieces, and luxury goods registered dynamically on-chain.

NFTs Beyond the Hype

The 2021 NFT market was characterised by speculation far exceeding demonstrable utility. Most NFT collections were profile picture projects with minimal additional value beyond the social signal of ownership - valuable primarily because other people thought they were valuable, not because of any underlying economic utility.

Post-2022, the overwhelming majority of those collections have lost 95%+ of their peak value. This is not a surprise in hindsight - it is the expected outcome for speculative assets whose value was driven entirely by narrative and social proof rather than utility. The surviving projects tend to be those that delivered genuine ongoing value to holders - community, commercial rights, continued development, or real utility.

KEY TAKEAWAYS
An NFT is a unique blockchain token representing ownership - non-fungible means not interchangeable, each is distinct.
NFTs contain a pointer to metadata - not the image itself. If the metadata server fails, the image becomes inaccessible.
NFT ownership gives you the token - not necessarily copyright or commercial rights to the associated image.
Legitimate use cases: digital art provenance, event tickets, gaming items, credentials, real-world asset tokenisation.
The 2021 speculative market collapsed because most projects had no utility beyond narrative. Utility-driven projects show more resilience.