NFT basics
What are NFTs, actually?
An NFT is a unique entry in a public database that says a particular address controls a particular item. That is the whole idea. Everything else — the art, the prices, the community — is built on top of that one fact, and most confusion comes from mistaking the layers for the foundation.
Published 12 min read
An NFT is a unique entry in a public database that records which address controls a particular item. That is genuinely the whole concept. The database is a blockchain, the entry is a token, and “controls” means holds the private key that can move it.
Everything else — the art, the prices, the Discord servers, the collapse — is built on top of that one fact. Most of the confusion in this subject comes from mistaking the things built on top for the foundation itself.
The name, decoded
Non-fungible is the only difficult word, and it is borrowed from economics.
Something is fungible when any unit is interchangeable with any other. A dollar is a dollar. If you lend me a dollar and I return a different one, nothing has been lost. Bitcoin is fungible in the same way.
Something is non-fungible when each unit is distinct. Two tickets to the same concert are both tickets, but seat A4 is not seat R28. Two houses on the same street are both houses. If you lend me your house and I return a different one, you would notice.
Token just means an entry on a blockchain that represents something.
So: a non-fungible token is a distinguishable, individually-tracked entry in a shared public
ledger. The ledger says that address 0x7a3f… controls token number 4,217 of a particular
collection. That is the record. That is what exists.
What is actually recorded
It is worth being precise about this, because the gap between what people assume and what is true causes most of the disappointment in the subject.
A typical NFT record contains:
- A contract address — which collection this belongs to
- A token ID — which item within that collection
- An owner address — who currently controls it
- A metadata pointer — a link to a file describing the item
Notice what is not in that list: the artwork. In the overwhelming majority of cases, the image is not on the blockchain at all. Storing data on-chain is extremely expensive — a single high-resolution image would cost far more to store than most NFTs have ever sold for.
So the token points to a metadata file, and the metadata file points to the image. Where those files live matters enormously:
| Storage | What happens over time |
|---|---|
| On-chain | The artwork is in the contract itself. Durable as long as the chain exists. Rare, and only viable for small or generative work. |
| IPFS / Arweave | Content-addressed and distributed. Reasonably durable, provided someone keeps pinning it. The current best practice. |
| Ordinary web server | The image disappears when the domain expires or the bill stops being paid. Alarmingly common in older projects. |
If you are evaluating an NFT and the metadata points at a regular URL, you are holding a token that points at something that may not exist in five years. This is not a hypothetical — it has already happened to many 2021-era projects.
What you own, and what you don’t
This is the most misunderstood part of the entire subject, so it is worth stating flatly.
You own the token. You control the ledger entry. You can transfer it, sell it, or prove you hold it. Nobody can take it from you without your key — and equally, nobody can recover it for you if you lose that key.
You almost certainly do not own the copyright. Buying an NFT does not, by default, transfer any intellectual property rights in the underlying work. The creator retains copyright exactly as they would if you bought a physical print. You cannot legally print the image on merchandise, use it commercially, or license it to anyone.
Some projects do grant broad rights — a handful explicitly released their artwork into the public domain, and others grant commercial licences to holders. But this has to be stated explicitly in terms you can read. It is never implied by the purchase.
The useful analogy is buying a numbered print from a gallery. You own that print. You can hang it, sell it, insure it. You cannot reproduce it and sell copies. The NFT is the certificate of that specific numbered copy — not the rights to the work.
Why a blockchain, specifically
A fair question: why does any of this need a blockchain? Databases have tracked ownership for decades.
The answer is that a blockchain provides three properties simultaneously, and no single traditional system does:
- No one party controls the record. A game company can delete your items; a marketplace can close your account. A blockchain record persists independently of whoever created it.
- Anyone can verify it. You do not need to trust a company’s word about who owns what. The record is public and independently checkable.
- Transfer does not require permission. You can sell to anyone, on any venue, without an intermediary approving the trade.
Whether those properties are worth the considerable costs — the fees, the complexity, the irreversibility, the energy debate — depends entirely on what you are doing. For a collectible whose whole point is provable scarcity and open resale, they matter. For most other applications, a database would be simpler and better, and a great many 2021 projects put things on a blockchain that had no business being there.
What actually happened to the market
Being straight about this matters more than any technical explanation.
NFTs went through an extraordinary speculative boom in 2021, driven by cheap money, pandemic attention and a genuine novelty effect. Then it ended. Total NFT trading volume fell roughly 37% in 2025 to about $5.5 billion, and aggregate market value dropped from around $9 billion to roughly $2.4 billion. A large majority of collections launched during the peak are now effectively worthless and, more importantly, illiquid — there is frequently no buyer at any price.
If you are reading this because you are considering NFTs as an investment, that is the context. It is not a market in a temporary dip; it is a market that shed most of its participants.
What did not happen is the technology disappearing. The same standards now sit behind:
- Event ticketing, where transferable, verifiable tickets solve a real fraud problem
- In-game items that persist across a publisher’s titles
- Credentials and certificates that a holder can prove without contacting the issuer
- Authenticated physical goods, pairing an item with a verifiable record of provenance
Search interest reflects this shift: speculative NFT terms declined sharply while queries about NFT utility and gaming rose. The technology found narrower, less glamorous, more defensible jobs. That is roughly what happens to most technologies after a hype cycle.
The standards, briefly
You will encounter two names constantly, and the distinction is simple.
ERC-721 is the original NFT standard. Every token is unique and individually tracked. One address holds one specific token. This is what most art and collectible projects use.
ERC-1155 is a multi-token standard. A single contract can manage both unique items and quantities of identical ones — a thousand copies of a common item and one copy of a rare one, in the same contract. This is far more efficient for games, where you need both.
Both are just agreed interfaces: a list of functions a contract must implement so that wallets and marketplaces know how to talk to it. Nothing more mysterious than that.
Five questions worth asking before you buy anything
If you take one practical thing from this page, take this list.
- Where does the metadata point? IPFS or Arweave, or a web server that may not exist next year? Check it on the block explorer rather than taking a project’s word.
- What rights come with it? Written down, or assumed? If nobody can show you the terms, there are no terms.
- Is there a real market? Look at actual sales over the last few months, not the listed floor price. A floor price with no sales behind it is a number someone typed.
- What does the token do? Is it art you want to own, access to something specific, or a promise of future value? The first two can justify themselves. The third is the one that went badly for most people.
- What would this be worth if the price never rose? If the answer is nothing, you are speculating, which is fine — but know that is what you are doing.
Where to go next
If the concept makes sense and you want to try it hands-on, the cheapest and lowest-risk route is to create and mint something of your own on a low-cost network for a few cents, rather than buying someone else’s work on Ethereum mainnet.
If you want to buy, read how to buy an NFT first — the mechanics are where money is lost — and then scams and red flags, which is genuinely the highest-value thing on this site.
And if the word “Web3” keeps appearing and you are not sure whether it means anything, that is covered here.
Common questions
What does NFT stand for?
Do I own the artwork when I buy an NFT?
Is the image stored on the blockchain?
Are NFTs dead?
Why would anyone want one?
Sources