Crypto

What Is an NFT? How Non-Fungible Tokens Work

An NFT is a unique blockchain token that proves ownership of a specific item; here is how non-fungible tokens actually work.

What Is an NFT? How Non-Fungible Tokens Work

Quick answer

An NFT, or non-fungible token, is a unique digital token recorded on a blockchain that represents ownership of a specific item, such as art, a collectible, or an in-game asset. Unlike fungible tokens where every unit is identical and interchangeable, each NFT has distinct properties and its own identifier. On Ethereum, NFTs are commonly created using the ERC-721 or ERC-1155 token standards.

Key points

  • NFT stands for non-fungible token, meaning each token is individually unique rather than interchangeable.
  • Fungible tokens such as ETH or a dollar are identical unit-for-unit; NFTs each have distinct properties.
  • On Ethereum, NFTs are commonly built with the ERC-721 standard, and ERC-1155 supports multiple token types in one contract.
  • Each ERC-721 token has a unique tokenId, so the pair of contract address and tokenId is globally unique.
  • An NFT typically points to metadata describing the item; that media is often stored off-chain.
  • Owning an NFT proves a recorded on-chain claim, which is separate from copyright or legal ownership of the underlying work.

An NFT, short for non-fungible token, is a unique digital token recorded on a blockchain that represents ownership of a specific item — a piece of art, a collectible, a game asset, or a membership pass. The word that matters is non-fungible: each NFT is individually distinct, so one is not automatically interchangeable with another, even from the same collection.

That single idea is what separates an NFT from ordinary cryptocurrency. It also explains both the appeal and the confusion around NFTs, because ownership of a token is not the same thing as ownership of the media it points to. This guide explains how non-fungible tokens work, how they differ from fungible tokens, and what to keep in mind.

What does "non-fungible" actually mean?

Fungible means every unit is identical and interchangeable. As ethereum.org explains, you do not care which specific dollar bill or unit of ETH sits in your wallet, because they are all the same and worth the same. Non-fungible is the opposite: you do care which specific token you hold, because each one has individual properties that distinguish it from the others.

A useful analogy is event tickets. Two general-admission tickets may be interchangeable, but two numbered seats for a specific concert are not — seat A1 and seat Z40 are different things with different value. An NFT captures that uniqueness on a blockchain, where the record of who owns which item is public and verifiable.

How does an NFT work on a blockchain?

An NFT is created, or “minted,” by a smart contract that follows an agreed token standard. On Ethereum, the most common is ERC-721. Each ERC-721 token carries a unique identifier called a tokenId, and the combination of the contract address and that tokenId is globally unique. That pairing is what lets the network tell one token apart from every other.

The smart contract keeps a ledger of which address owns which tokenId, and it defines functions for transferring tokens from one owner to another. When you buy or sell an NFT, the contract updates that record on-chain. Because the blockchain is public, anyone can independently verify the current owner and the full history of transfers.

A token usually also references metadata — a description of the item, including its name, attributes, and a link to an image or file. Importantly, that media is often stored off-chain, so the token acts as a pointer to content held elsewhere rather than containing the content itself.

NFT vs fungible token: what is the difference?

The clearest way to understand an NFT is to compare it with a fungible token such as ETH or an ERC-20 stablecoin. The table below highlights the main differences.

Feature Non-fungible token (NFT) Fungible token
Interchangeable No, each is unique Yes, unit-for-unit
Divisible Usually whole units only Yes, into fractions
Common standard ERC-721, ERC-1155 ERC-20
Identifier Unique tokenId per token Balance amount only
Typical use Art, collectibles, access Currency, payments

In other words, fungible tokens track how much you own, while NFTs track which specific item you own. Both can live on the same blockchain, and the ERC-1155 standard even lets a single contract manage both kinds at once.

What can NFTs represent?

NFTs began with digital art and profile-picture collections, but the underlying mechanism is general. Because a token can encode uniqueness and ownership, projects have used NFTs for in-game items, event tickets, domain-style names, membership and access passes, and certificates of authenticity.

The common thread is that the item benefits from being provably unique and transferable. Whether that uniqueness carries real-world value depends entirely on what people agree it is worth — the blockchain records ownership, but it does not create demand.

It is also worth separating the technology from any single trend. The token standard that makes an NFT unique is neutral: it can underpin a speculative collectible one day and a practical access credential the next. Judging “NFTs” as a whole is therefore less useful than judging a specific use case and whether uniqueness genuinely adds value there.

What are the risks and common misconceptions?

The biggest misconception is that buying an NFT means buying the artwork. In most cases it does not. Owning the token records an on-chain claim to that specific token, but copyright and other intellectual-property rights stay with the creator unless a license explicitly transfers them. Reading the terms attached to a collection is essential.

A second issue is off-chain storage. If an NFT’s image lives on a server or file system that later goes offline, the token can still exist while the media it points to becomes unreachable. Standards and services that use content-addressed storage aim to reduce this risk, but it is not eliminated.

Finally, NFT markets can be volatile, thinly traded, and prone to hype. This article is educational and is not financial advice; rules and tax treatment also differ by jurisdiction. Anyone weighing an NFT should research the specific project, understand the license, and consult a qualified professional before committing money.

How is an NFT created and transferred?

Creating an NFT is called minting. A creator deploys or uses a smart contract that follows a token standard, provides the item’s metadata, and the contract records a new token with a fresh identifier assigned to the creator’s address. From that point, the token exists on-chain and can be viewed by anyone.

Transferring an NFT means calling the contract’s transfer function, which reassigns ownership from one address to another and records the change on the blockchain. Marketplaces wrap this process in a friendlier interface, but underneath they are simply invoking the same standardized functions. Because every step is written to a public ledger, the entire provenance of a token — who minted it and every subsequent owner — can be traced.

One consequence worth understanding is that transactions are generally irreversible. If a token is sent to the wrong address, there is usually no central authority to undo it, which is one reason careful verification matters when dealing with NFTs and the addresses involved.

The bottom line

An NFT is a unique blockchain token that records ownership of a specific item, in contrast to fungible tokens where every unit is identical. On Ethereum it is typically built with the ERC-721 or ERC-1155 standard, each token carries a unique identifier, and the media it represents often lives off-chain. Understanding that distinction — between owning a token and owning the underlying work — is the key to making sense of non-fungible tokens.

Sources

  1. ethereum.org, Non-fungible tokens (NFT)
  2. ethereum.org Developer docs, ERC-721 Non-Fungible Token Standard
  3. EIP-721: Non-Fungible Token Standard
  4. ethereum.org Developer docs, ERC-1155 Multi-Token Standard

Frequently asked questions

What does non-fungible mean?

Fungible means every unit is identical and interchangeable, like one dollar or one unit of ETH being the same as any other. Non-fungible means each item is unique and not directly swappable one-for-one, because its individual properties matter, the way one numbered concert seat differs from another.

Do you own the artwork when you buy an NFT?

Not necessarily. Buying an NFT records an on-chain claim to that specific token, but it does not automatically transfer copyright or intellectual-property rights to the underlying image or media unless the seller explicitly grants them. Always check the license terms.

Where is the actual image stored?

The token lives on the blockchain, but the media it points to is frequently stored off-chain, for example on a web server or a distributed file system such as IPFS. If that external storage disappears, the token can still exist while the linked file becomes unavailable.

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

ERC-721 defines one unique token per identifier and is the classic NFT standard. ERC-1155 is a multi-token standard that can manage many token types, both fungible and non-fungible, within a single smart contract, which can make large collections more efficient.

Are NFTs a good investment?

This article is educational and not financial advice. NFT prices can be highly volatile and illiquid, values are speculative, and many projects lose value entirely. Anyone considering one should research thoroughly and consult a qualified professional.

Last reviewed: 6 Sep 2026 Next review: 6 Mar 2027 Section: Crypto
Liam Chen
Protocol & security writer · Blockchain mechanics, wallet security, cryptography

Liam Chen writes about how crypto works at the protocol level — consensus, cryptography, wallets and security. He explains mechanisms plainly and cites primary sources.

More by Liam Chen

Related

Crypto

what is a blockchain

Discover what is a blockchain, its core principles, and its applications in cryptocurrency and beyond in this comprehensive guide.

cpn_admin · Sep 17, 2026 · 12 min
Crypto

What happens when an exchange is hacked

What happens when a crypto exchange is hacked: how breaches occur, who bears the loss, why deposit insurance rarely applies,…

Liam Chen · Aug 26, 2026 · 6 min
Crypto

How crypto phishing attacks actually work

How crypto phishing attacks work: the tricks that steal wallets, the wallet-drainer signature scam, and the simple habits that stop…

Liam Chen · Aug 26, 2026 · 6 min