Part 3 · Chapter 3

NFTs and Digital Ownership

At a Glance

NFTs represent unique items on-chain, enabling verifiable provenance for art, collectibles, gaming assets, and credentials. You'll understand what you actually own and the risks involved.

Non-FungibilityUse CasesOwnership Rights

Who Is This For?

  • Creators and collectors exploring NFTs
  • Beginners curious about what makes NFTs different from tokens

Learning Objectives

  1. 01Explain why NFTs are non-fungible and how ownership is tracked
  2. 02List major NFT use cases and marketplaces
  3. 03Identify risks around storage, royalties, and liquidity
Section 1

Non-Fungibility Explained

The “NF” in NFT stands for “non-fungible”—meaning each token is unique and not interchangeable with another. This is the core property that enables digital ownership.

🔄 Fungible vs Non-Fungible

Fungible Assets

Each unit is identical and interchangeable. Trading one for another changes nothing.

💵 Real World Examples
  • • Dollar bills (any $1 = any other $1)
  • • Gold bars (1oz = any other 1oz)
  • • Gallons of gasoline
🪙 Crypto Examples
  • • ETH (1 ETH = any other 1 ETH)
  • • USDC (all identical)
  • • Any ERC-20 token
Standard: ERC-20 (Ethereum), SPL Token (Solana)

🔬 What Do You Actually Own?

An NFT has multiple components. Understanding each helps you know what you're really buying:

The Token
✓ You definitely own this part
What is it?
An entry in a smart contract that says "Token #1234 is owned by address 0x..."
Where is it stored?
On the blockchain (Ethereum, Solana, etc.)

This is what makes the NFT an NFT. It's the proof of ownership recorded immutably on-chain.

Section 2

Use Cases and Examples

NFTs aren't just JPEGs. They're being used across art, gaming, music, ticketing, and more.

🎯 Explore Use Cases

🎨
Digital Art

One-of-a-kind or limited edition digital artworks with provable ownership and provenance.

Examples:
Art Blocks
Generative art collections
SuperRare
Curated 1/1 artworks
Foundation
Artist-focused platform
Benefits
  • Provable scarcity
  • Artist royalties on resale
  • Global market access
  • Transparent ownership history
Challenges
  • ! Copyright vs token ownership confusion
  • ! Art stored off-chain may disappear
  • ! Highly speculative market

🏪 NFT Marketplaces

MarketplaceChainFocusRoyaltiesFees
OpenSeaMulti-chainGeneral marketplaceOptional (0-10%)2.5%
BlurEthereumTrading/flippingOptional0%
Magic EdenMulti-chainSolana-first, gamingEnforced option2%
RaribleMulti-chainCreator-friendlySupported1%
FoundationEthereumCurated art10% enforced5%

⚠️ Royalty Warning: Creator royalties are NOT guaranteed. Some marketplaces (like Blur) made them optional to attract traders. Always check marketplace policies.

Section 3

Risks and Practicalities

NFTs come with unique risks. Understanding storage, ownership limitations, and market dynamics helps you make better decisions.

💾 Where Is Your NFT Actually Stored?

The token is on-chain, but the image/media usually isn't. Storage method affects permanence:

🌐
IPFS

Decentralized file storage where content is addressed by its hash. Files persist as long as at least one node hosts them.

Permanence
75%
Decentralization
85%
Used By:
Most major NFT collections, Art Blocks, Many PFP projects
Risks:
  • Files can disappear if no one pins them
  • Need pinning services (Pinata, Infura)
  • Hash changes if content changes
📉
Liquidity Risk

Many NFT collections have few buyers. You might own something “worth” $10K but find no one willing to buy it.

📜
Rights Confusion

Owning an NFT rarely means owning copyright. You can't legally sell prints unless the project explicitly grants that right.

🔧
Smart Contract Risk

Bugs in NFT contracts can lock assets or enable exploits. Always check if contracts have been audited.

Before Buying, Check:
Metadata storage location (IPFS, Arweave, or centralized?)
Contract verified on block explorer
Trading volume and unique holders
Rights granted (check project terms)
Watch Out

Common Mistakes & Gotchas

NFTs have unique pitfalls. Avoid these common misconceptions:

©️
I own this NFT, so I own the copyright and can sell prints
NFT ownership ≠ copyright. Unless explicitly granted (check the terms!), you own the token, not reproduction rights.
💾
This NFT will exist forever because it's on the blockchain
Only the token is on-chain. If metadata/images are on centralized servers, they can disappear. Check storage!
📉
I'll mint this hyped NFT and flip it for 2x tomorrow
NFT markets are highly illiquid. Many collections have zero buyers. Don't spend more than you can lose 100%.
💸
The creator will always get royalties when I resell
Royalties are NOT enforced on all marketplaces. Blur and others made them optional. Check platform policies.

⚠️ Golden Rule: Never spend more on an NFT than you're willing to lose 100%. Most NFT collections trend toward zero over time. Only a tiny fraction retain long-term value.

Test Yourself

Knowledge Check

Let's see how well you understand NFTs and digital ownership.

1

What makes an NFT different from an ERC-20 token?

2

Name two popular NFT marketplaces:

3

Why can NFT liquidity be low?

4

Where is NFT image data typically stored?

5

Does owning an NFT automatically give you copyright?

Next Steps

Continue learning: “Token Supply & Distribution Models” to see how fungible tokens structure ownership
Hands-on practice: View an NFT's metadata on OpenSea or Etherscan and note where the image is stored