Skip to main content
Crypto Basics

NFTs Explained: What They Are, How They Work, and Why People Paid Millions

A plain-English breakdown of non-fungible tokens — from the underlying technology to the $69 million auction, the crash, and what actually works in 2026.

2,400 words12 min readUpdated June 20268 FAQs

What Is an NFT?

NFT stands for Non-Fungible Token. Breaking that down: fungible means interchangeable — one dollar bill swaps for another and you lose nothing. Non-fungible means the opposite: the item is unique, and replacing it with a copy is not the same thing. A hand-signed original painting is non-fungible. A printout of that painting is not.

An NFT applies this concept to digital files. Before NFTs, any digital file could be copied perfectly — a JPEG screenshot is identical to the original. NFTs solve this by recording ownership on a public blockchain. The blockchain entry says: this specific token belongs to wallet address 0x. Anyone can verify it. No one can forge it.

The house-deed analogy

Think of an NFT like a property deed. Thousands of people can visit your house, take photos of it, or describe it in detail — but only one person holds the legal deed. The NFT is the deed. The digital file is the house. The blockchain is the county recorder office that everyone can check.

This created something new: digital scarcity. For the first time, a digital artist could release exactly 10 copies of a work, and anyone in the world could verify that only 10 exist and who owns each one.

How NFTs Work Technically

Minting

Creating an NFT is called minting. You upload your file to a platform like OpenSea or Manifold, fill in metadata (name, description, traits), pay a gas fee, and the blockchain records a new token pointing to your file. The token lives permanently on-chain. The record cannot be deleted.

Where the file actually lives

Most NFT media files do not live on the blockchain itself — that would be prohibitively expensive. Instead, the token stores a URL pointing to the file, usually hosted on IPFS (InterPlanetary File System), a decentralized peer-to-peer network. A properly pinned IPFS file has no single owner who can delete it. Some cheaper NFTs use centralized servers — a risk because if that server goes down, you own a broken link.

Smart contracts and royalties

Each NFT collection runs on a smart contract — self-executing code on the blockchain. The creator programs rules into the contract at deployment: how many tokens exist, what traits each has, and critically, royalty percentages. When an NFT sells on a secondary marketplace, the smart contract can automatically route, say, 5% of the sale price back to the original creator. In 2022-2023, several major marketplaces made royalties optional, causing significant controversy.

Gas fees

Every transaction on a proof-of-work or proof-of-stake blockchain costs a gas fee — compensation for the validators who process and secure the network. On Ethereum during peak demand in 2021, minting one NFT could cost $200-$500 in gas alone. Layer-2 networks (Polygon, Arbitrum, Optimism) and alternative chains (Solana, Flow) have reduced this to cents or eliminated user-facing fees entirely.

NFT History: 8 Key Milestones

2014

Kevin McCoy mints Quantum — the first known NFT — on Namecoin blockchain.

2017

CryptoPunks launch free on Ethereum. CryptoKitties causes first Ethereum congestion.

2018-19

Crypto winter freezes NFT activity. Developers build infrastructure quietly.

2020

NBA Top Shot launches on Flow blockchain, bringing sports collectibles on-chain.

Mar 2021

Beeple's Everydays sells for $69.3 million at Christie's. NFTs enter mainstream news.

Aug 2021

Bored Ape Yacht Club launches. NFT profile pictures become status symbols.

2022

Market peaks then crashes 90%+ as interest rates rise and speculative capital exits.

2024-26

Consolidation: gaming, ticketing, and music royalty NFTs show sustainable traction.

Why Did People Pay Millions?

1. Crypto-wealthy buyers needed somewhere to spend

By early 2021, Bitcoin had risen from $4,000 to $60,000. Many holders had paper gains they could not easily spend in the traditional economy without triggering large tax events. NFTs — priced in ETH — let them rotate gains within the crypto ecosystem. A $69 million Beeple purchase paid in ETH was, for some buyers, spending unrealized crypto profits, not dollars.

2. Social signaling and status

Bored Ape Yacht Club NFTs became the Rolex watches of crypto Twitter. Owning one signaled you were early, wealthy, and part of a tribe. Profile picture collections created genuine social communities with real-world perks: concerts, exclusive parties, brand deals. Humans have always paid premiums for status signals — NFTs digitized that behavior.

3. Reflexive speculation

When prices rise because prices are rising, you have a reflexive feedback loop. New buyers entered at higher prices expecting to sell to someone else at even higher prices. This is not unique to NFTs — it describes tulips in 1637, dot-com stocks in 1999, and meme stocks in 2021. The technology was real; the prices were speculative excess layered on top.

4. Genuine creator economy value

Some of the value was genuinely earned. Digital artists who had never been able to sell their work — because files can be copied — suddenly had a market. Beeple sold art on Instagram for years with no revenue. His first NFT earned $69 million. For independent musicians, NFTs offered a direct revenue stream bypassing streaming royalties that pay fractions of a cent per play.

Are NFTs Dead in 2026? Honest Assessment

The speculative bubble has deflated. Total NFT trading volume in Q1 2026 is estimated at 3-5% of the Q1 2022 peak. Most collections that sold for tens of thousands in 2021 are now worth hundreds or less. But the statement NFTs are dead is too simple — specific use cases have proven durable.

What Still Works

  • Gaming item ownership (Axie Infinity, Illuvium, Gods Unchained)
  • Event ticketing with anti-scalping smart contracts
  • Music royalty splits for independent artists
  • Digital fashion in metaverse environments
  • Soulbound tokens (SBTs) as non-transferable credentials
  • Brand loyalty programs (Nike .Swoosh, Starbucks Odyssey)

What Did Not Survive

  • Profile-picture speculation at 2021 valuations
  • Hundreds of copycat utility collections with no actual utility
  • Most metaverse land purchases
  • NFT-gated content with nothing behind the gate
  • Daily-trade flipping as a sustainable income stream
  • Celebrity NFT drops with no community or utility

Southeast Asia angle

Axie Infinity at peak generated real income for thousands of players in Cambodia and the Philippines — documented cases of families paying rent through gameplay. The Ronin bridge hack of March 2022 ($625 million stolen) and subsequent AXS token crash ended the play-to-earn boom for most participants. The technology demonstrated the concept; the economic model required rethinking. Updated versions with better tokenomics are in active development.

NFT Glossary: 10 Terms You Will Encounter

Minting
The act of creating an NFT by publishing it to the blockchain.
Gas Fee
Transaction cost paid to validators for processing your blockchain action.
Floor Price
The lowest listed price for any NFT in a specific collection.
Smart Contract
Self-executing code on the blockchain that defines NFT rules and royalties.
IPFS
InterPlanetary File System — decentralized storage where NFT media files often live.
Royalties
A percentage of each secondary sale that automatically goes to the original creator.
Wallet
Software holding your private keys; your identity and asset store on-chain.
PFP
Profile Picture — NFT collections designed to be used as social media avatars.
SBT
Soulbound Token — a non-transferable NFT used as credentials or achievements.
Airdrop
Free NFTs or tokens sent to wallet addresses, often as a marketing tactic.

Frequently Asked Questions

What does NFT stand for?+
NFT stands for Non-Fungible Token. Non-fungible means the item is unique and cannot be replaced by an identical copy. A US dollar bill is fungible — swap one for another and you have the same value. A one-of-a-kind painting is non-fungible. NFTs apply this concept to digital files by recording ownership on a blockchain.
What can be an NFT?+
Almost any digital file can be turned into an NFT: images, videos, music, GIFs, 3D models, domain names, event tickets, game items, and even tweets. The NFT itself is a token on the blockchain that points to the file — the file usually lives on IPFS or a similar decentralized storage network rather than on-chain.
Why would someone pay millions for a JPEG?+
Several forces converged in 2021: a wave of crypto-wealthy buyers needed somewhere to spend appreciated holdings, NFTs offered provable digital scarcity for the first time, social signaling (profile pictures, status flex) created real demand, and reflexive speculation — prices rise because prices were rising — created a feedback loop. The million-dollar sales were real, but many buyers were also speculating on resale value, not just collecting art.
What is minting an NFT?+
Minting is the process of creating an NFT. You upload your file, fill in metadata (name, description, traits), pay a gas fee to cover the blockchain transaction cost, and the network records a new token to your wallet address. That record is permanent and publicly verifiable. After minting you can keep, sell, or transfer the NFT.
Do NFTs give you copyright?+
Usually no. Buying an NFT gives you ownership of the token — a blockchain record. Unless the creator explicitly transfers copyright or grants a commercial license in the smart contract, the original creator retains full intellectual property rights. Always read the specific terms for any NFT project you are considering purchasing.
Are NFTs still valuable in 2026?+
The speculative bubble of 2021-2022 has deflated significantly. Average NFT prices and trading volumes are a fraction of their peak. However, specific use cases remain active: gaming item ownership (Axie Infinity, Illuvium), event ticketing, music royalties, and digital fashion. The technology works; the speculative mania largely does not.
What blockchain are most NFTs on?+
Ethereum has historically dominated NFT volume and hosts the most valuable collections (CryptoPunks, Bored Ape Yacht Club). However high gas fees pushed activity to alternatives: Solana (fast, low fees, popular for gaming NFTs), Polygon (Ethereum layer-2, used by Instagram and OpenSea), Flow (NBA Top Shot), and Immutable X (gaming focused, zero gas fees for users).
What is a gas fee in NFTs?+
A gas fee is the cost paid to blockchain validators for processing and recording your transaction. On Ethereum, gas fees fluctuate with network demand — during the 2021 NFT boom, minting a single NFT could cost $100-$500 in gas alone. Layer-2 networks and alternative blockchains have reduced this to cents or zero for users.

Want More Crypto Explainers?

Plain-English guides to blockchain, DeFi, and digital assets — no hype, no jargon.

Browse All Crypto Guides
Report Issue