NFT Explained: What Is a Non-Fungible Token?

A non-fungible token (NFT) is a unique record on a blockchain that proves ownership of a specific digital item. Unlike a cryptocurrency where every unit is interchangeable, each NFT has a unique identifier that cannot be replicated. Ownership is enforced by a smart contract verified by thousands of nodes — no central registry can be hacked or forged.

What "non-fungible" means

Fungibility is a property of money: any dollar bill is worth the same as any other dollar bill, and you can swap one for another without anyone caring which specific note you hold. Bitcoin is fungible in the same way: 1 BTC = 1 BTC.

Non-fungible means the opposite — each unit is distinct and not interchangeable. A specific seat at a concert is non-fungible: row 5, seat 12 is a different thing from row 22, seat 3. NFTs apply this property to digital items. When you hold an NFT with token ID #7804, you hold something different from token ID #3100, even if they are in the same collection.

How NFTs work technically

ERC-721: the original NFT standard

NFTs on Ethereum most commonly follow the ERC-721 standard: a smart contract that maps unique token IDs to wallet addresses. When you "buy" an NFT, the contract records a transfer of that token ID from the seller's address to yours. The contract enforces that only one address holds each ID at a time, and only the current holder can transfer it. The ERC-721 standard defines a common interface so NFT wallets and marketplaces can interact with any compliant contract without bespoke integration.

ERC-1155: the multi-token standard

ERC-1155, proposed by Enjin in 2018, is a more flexible standard that allows a single contract to manage multiple token types simultaneously — some fungible (like in-game currency), some non-fungible (like unique weapons). This is far more efficient for games and platforms issuing many different item types. Instead of deploying a separate contract per item type, a single ERC-1155 contract handles the entire item economy. It also supports batch transfers, reducing gas costs significantly.

Metadata and media storage

The image, video, or audio associated with an NFT is almost never stored on-chain (the cost would be enormous). Instead, the token stores a URI pointing to a metadata file, which in turn points to the media. The key question is where the media lives:

  • IPFS — a content-addressed, decentralized file system. An IPFS hash is permanent as long as someone pins (stores) the content. More durable than centralized hosting but requires active pinning to remain accessible.
  • Arweave — a blockchain-based permanent storage network. Storage is paid once upfront; the protocol incentivizes nodes to preserve data indefinitely. Considered the most durable option for NFT media.
  • Centralized servers — the least durable option. If the company closes or the domain lapses, the media becomes inaccessible. The NFT still exists on-chain, but the associated image may be a broken link.

Always check where a collection's media is stored before purchasing. A project that claims "on-chain art" should store both the token data and the rendered image fully within the contract — this is rare but the most permanent approach.

Minting mechanics

Minting is the process of creating a new NFT on-chain. The creator (or a minting contract) calls the smart contract's mint function, which assigns the next token ID to the caller's address. Most collections use one of three minting structures:

  • Fixed-price mint — pay a set price, receive a token. Simple and predictable. Used by most PFP (profile picture) collections.
  • Dutch auction — price starts high and drops on a schedule until sold out. Allocates tokens to those willing to pay the most while ensuring a sell-out.
  • Allowlist (whitelist) mint — a pre-approved list of wallet addresses can mint before the public. Used to reward early community members and reduce gas wars.

Chainlink's Verifiable Random Function (VRF) is commonly used for fair trait assignment in generative collections: Chainlink's VRF generates provably random numbers on-chain, preventing the team from cherry-picking rare traits for their own wallets after seeing the revealed distribution.

The marketplace landscape

NFT marketplaces are the primary venues for secondary trading. The landscape has evolved significantly since 2020:

  • OpenSea — the largest NFT marketplace by historical volume. Was the dominant platform through 2021–2022. Faced significant competition from Blur in 2022.
  • Blur — launched in October 2022 and rapidly took market share from OpenSea by targeting professional traders with zero marketplace fees, faster aggregation, and token incentives. By early 2023 Blur was routing the majority of NFT volume on Ethereum. The royalty wars between OpenSea and Blur — with Blur initially making royalties optional — forced OpenSea to eliminate its own 2.5% fee.
  • Magic Eden — the leading marketplace on Solana, with expansion into Ethereum and Bitcoin Ordinals.

The 2022 market correction — context without hype

The NFT market peak in January 2022 saw the Bored Ape Yacht Club floor price reach approximately 150 ETH (~$430,000 at that time). By the end of 2022, the same floor sat below 60 ETH — and with ETH itself having declined from $4,000 to under $1,200, the dollar value had fallen over 90% from peak.

This reflected a correction of speculative excess rather than the end of the technology. Projects with genuine utility — gaming assets in active games, ENS domains in use, event tickets for real events — retained more value and purpose through the contraction than collections whose only value proposition was social signaling and price appreciation.

The lesson for evaluating NFT projects from their whitepapers: speculative demand is thin ice. Ask what the NFT is for, who uses it, and whether the project would exist without the speculative premium.

NFT use cases beyond digital art

The core NFT property — on-chain provenance and trustless transferability — has applications wherever unique ownership and secondary trading matter:

  • Gaming — in-game assets (characters, weapons, land parcels) that players truly own and can trade on secondary markets, across games if interoperability standards are adopted
  • Ticketing — event tickets that eliminate forgery, enable transparent secondary markets, and let creators capture resale royalties
  • ENS domains — Ethereum Name Service .eth addresses are ERC-721 tokens; owning one means owning a censorship-resistant, human-readable wallet address
  • Real-world asset tokenization — representing fractional ownership of physical assets (real estate, luxury goods, collectibles) as NFTs, enabling liquidity in previously illiquid markets
  • Loyalty and membership — proof of attendance protocols (POAPs) and token-gated community access
  • Music rights — artists tokenizing royalty streams so fans can invest in future earnings

NFT royalties

NFT royalties are smart contract rules that automatically pay a percentage of every secondary sale back to the original creator. For example, a 10% royalty means the creator receives 10% of the resale price every time the NFT trades on a marketplace that enforces the standard (EIP-2981).

Royalty enforcement became a contested area in 2022–2023. Some marketplaces (led by Blur) made royalties optional to attract high-volume traders, while OpenSea initially tried to enforce royalties but ultimately capitulated. The result is that royalty payment has shifted from a protocol-enforced guarantee to a marketplace policy decision — meaning creators cannot rely on royalties as dependable revenue unless the collection uses on-chain royalty enforcement mechanisms.

NFT-related projects on ChainClarity

  • Ethereum — the primary blockchain for NFT issuance, ERC-721, and ERC-1155 standards
  • Polygon — low-fee Layer 2 used for gaming NFTs and high-volume mints where Ethereum gas costs would be prohibitive
  • Chainlink — VRF for provably fair NFT trait generation; price feeds used in NFT-backed lending protocols
  • Aave — NFT-backed lending is an emerging use case in DeFi, with protocols accepting blue-chip NFTs as collateral

Frequently asked questions

What does non-fungible mean?

Fungible means interchangeable: one dollar bill is equal to any other dollar bill, and one Bitcoin is equal to any other Bitcoin. Non-fungible means unique and not interchangeable. One specific CryptoPunk is not equal to any other CryptoPunk — it has a unique ID, unique traits, and a distinct market price. NFTs apply this concept to digital items: the token is provably one-of-a-kind on the blockchain.

What is the difference between ERC-721 and ERC-1155?

ERC-721 is the original NFT standard: one contract, one token per unique ID, one owner per token. It is the standard used by most 1-of-1 art NFTs and PFP collections. ERC-1155 is a multi-token standard that allows a single contract to manage multiple token types — both fungible quantities (like in-game currency) and non-fungible items — in the same contract. ERC-1155 is more efficient for games and platforms issuing many different item types at scale.

Does owning an NFT mean I own the image or artwork?

Not necessarily. The NFT is a token on-chain; the media it references (image, video, audio) is typically stored off-chain — either on IPFS or on a centralized server. Owning the NFT proves on-chain ownership of that unique token, but copyright to the underlying artwork depends entirely on what the creator's terms grant. Most NFT projects grant a limited commercial license, not full copyright transfer. Read the terms before purchasing.

What happened to the NFT market in 2022?

The NFT market peaked in early 2022, with blue-chip collections (Bored Ape Yacht Club, CryptoPunks) trading for hundreds of thousands of dollars each. By late 2022, floor prices had dropped 90%+ for most collections, daily trading volume on OpenSea fell from $400M+ to under $10M, and many speculative collections became illiquid. The contraction reflected both the broader crypto bear market and the unwinding of purely speculative demand with limited utility.

What are NFTs used for beyond digital art?

Gaming (in-game items players truly own and can trade), event ticketing (anti-forgery, transparent secondary markets), ENS domain names (.eth names are ERC-721 tokens), loyalty and membership programs (proof of attendance protocols), real-world asset tokenization (fractional real estate, luxury goods), and music rights. The core utility is on-chain provenance and trustless transferability — the use case determines whether an NFT project has lasting value.

New whitepapers explained, weekly

Plain-English breakdowns of new crypto projects, delivered when they drop. No price predictions, no hype — just clear analysis you can actually use.

First look

Each whitepaper we add to the library lands in your inbox before it goes live.

Reader picks

See which projects the ChainClarity community is reading and discussing each week.