BookNon-Fungible Tokens (NFTs)

Section I: The Digital Ownership Revolution

4 min read

What made that $70M purchase possible was a fundamental shift in how digital assets work. Unlike fungible tokens where every unit is identical, NFTs are non-fungible: each token is distinct, which creates markets where price discovery happens one asset at a time. That, in turn, makes the information attached to each token, called its metadata, especially important.

What NFTs Actually Are

Before NFTs, the digital world had a fundamental flaw: perfect copyability. Anyone can download a high-resolution image, creating a pixel-perfect duplicate indistinguishable from the original. If copies are free and identical, how can anyone truly "own" a digital image?

NFTs solve this by unbundling digital property into separate, verifiable layers. The image file itself remains freely copyable, but the NFT purchase grants several distinct components:

  • Token control: The blockchain immutably records that a holder controls NFT #1234
  • Provenance: A certificate proving this token came from the creator's wallet, establishing authenticity
  • Usage rights: A separate license (often off-chain) defining what the holder can do with the content
  • Utility access: Smart contracts can grant permissions based on token possession (token-gated features, etc.)

These layers can be programmed independently, offering remarkable flexibility. Unlike a painting that just hangs on a wall, NFTs can evolve over time, route royalties to creators where supported, interact with other digital assets, and even control their own wallets. An owner might hold an NFT that grants commercial rights to use the artwork in their business, while the image itself lives on distributed storage networks, and provenance is anchored by the creator's wallet. Layers remain modular and composable with other systems.

How Uniqueness Actually Works

At its heart, the solution is simple. Regular tokens like ERC-20 (the fungible token standard introduced in Chapter II) are like identical dollar bills, but NFTs are like numbered Pokemon cards. Every NFT receives a unique identifier within its smart contract, and the blockchain maintains a permanent ledger mapping which wallet controls which token. The same identifier number can exist in different collections, but the combination of collection address and identifier is globally distinct, ensuring every NFT is uniquely identifiable across the entire blockchain.

A more recent innovation allows NFTs to own things themselves. Each NFT can be linked to its own wallet, controlled not by a private key but by whoever holds the NFT. This means an NFT can accumulate assets over time. A game character NFT might collect equipment and currency as you play. A membership NFT might accumulate event badges and rewards. When you sell or transfer the NFT, everything it owns transfers along with it automatically.

Yet this technical foundation introduces a core design tension every project must navigate: what lives on-chain versus off-chain. Beyond technical decisions, the flexibility introduces a fundamental legal gap in how ownership rights actually work.

Unbundling rights into separate layers opens significant legal gray areas. While the NFT proves possession of the token, the usage rights for the underlying artwork are governed by off-chain licenses and traditional copyright law, which is often ill-equipped to handle decentralized assets. The enforceability of these licenses across different jurisdictions has yet to be robustly tested in court, leaving questions about what holders can truly do with their multi-million dollar JPEGs.

The ambiguity led to a major strategic split in the NFT world. Some projects, like Bored Ape Yacht Club, grant owners commercial rights but retain significant intellectual property control. In direct opposition, a powerful movement embraced dedicating art to the public domain via Creative Commons Zero (CC0). Projects like Nouns DAO and CrypToadz famously adopted a "no rights reserved" approach, allowing anyone to use, remix, and commercialize their art. Their thesis was that a brand becomes more valuable when it is open and permissionless, functioning like a protocol that anyone can build on top of. The choice between a closed, centrally-controlled brand and an open, decentralized one has become a fundamental ideological fork for NFT creators.

These philosophical and legal questions about ownership rights matter precisely because NFTs are complex technical artifacts whose value depends entirely on how creators solve fundamental infrastructure challenges.