BookNon-Fungible Tokens (NFTs)

Section II: Beyond Simple Ownership

6 min read

Storage Solutions

Creating an NFT forces an immediate technical dilemma: store everything on-chain for maximum permanence but pay prohibitive gas costs, or store most content off-chain for affordability but risk the NFT pointing to dead links years later.

Most projects choose a hybrid approach. The blockchain records token ownership and includes a link pointing to a file containing the token's name, description, image, and properties. The ownership registry becomes immutable while the actual content depends on external storage remaining available.

A spectrum of storage solutions has emerged:

  • Centralized servers: Cheapest and most flexible, but the NFT becomes inaccessible if the server shuts down
  • IPFS (InterPlanetary File System): Content-addressed distributed storage where files are identified by their content hash, making them harder to lose but requiring ongoing "pinning" to stay available (also discussed in Chapter XIII's DePIN storage section)
  • Arweave: Pay once for permanent storage via an endowment (the "permaweb"); higher upfront costs
  • On-chain storage: Maximum permanence and censorship resistance (e.g., Autoglyphs), but can cost thousands of dollars in gas fees for a single image

More sophisticated NFT collections take a layered approach. They use content-addressed URIs (IPFS/Arweave hashes) to ensure files can't silently change. They store critical provenance information directly on-chain. And they employ multiple pinning providers as backup. With reliable storage infrastructure in place, NFTs evolve beyond static images into programmable, dynamic assets.

Advanced Token Types

Dynamic NFTs evolve over time. A sports card NFT might automatically update a player's stats after each game. Digital art might change colors based on weather data from the owner's city. Game characters accumulate experience points and level up, with their appearance and abilities changing accordingly. The token itself becomes a living, breathing entity that responds to the world around it.

Composable NFTs create property hierarchies: tokens that contain other tokens. Imagine buying a virtual world plot (one NFT) that contains a house (another NFT) filled with furniture (more NFTs). When the holder sells the plot, everything inside can transfer together if the collection is designed to support this kind of nesting. Complex property trees emerge that mirror how we think about physical real estate.

Semi-fungible tokens blur the line between fungible and unique. Event tickets might start identical (fungible) but become unique when used, recording the specific seat, entry time, and event details. Gaming items might stack when unused but gain individual histories once equipped by players.

Soulbound Tokens (SBTs) go the opposite direction: they're intentionally non-transferable, designed to represent identity, credentials, achievements, or reputation that should remain permanently tied to specific individuals. A university degree NFT shouldn't be sellable to another individual.

NFT Categories by Use Case

Profile Picture Projects represent collections like CryptoPunks, Bored Apes, and Pudgy Penguins that dominated the early boom, serving as digital status symbols and social media avatars. These collections saw explosive growth but also experienced significant value declines from their peaks as speculative fervor cooled. For instance, as of early 2026, the floor price (the cost of the cheapest NFT available in a collection) of Bored Apes is down more than 90% from its all-time high of over $400,000.

The question that consistently baffles outsiders is why these digital assets command prices comparable to, or even exceeding, physical luxuries like houses or fine art. The answer lies partially in speculation but mostly in the fundamental human need for digital tribal signaling. In our increasingly online world, these digital artifacts serve a purpose that extends far beyond their visual appeal.

Just as wearing a Rolex communicates success and social positioning in the physical realm, displaying a Bored Ape as your Twitter avatar signals membership in an exclusive digital community. These images convey identity, wealth, and cultural alignment in digital spaces where traditional status symbols lose their meaning.

The value accumulates through self-reinforcing network effects. Cultural relevance amplifies when high-profile figures like Jay-Z, Serena Williams, and Steph Curry adopt these avatars, bringing mainstream recognition. Scarcity plays a fundamental role, as there is always a cap on how many can exist in each collection.

Generative Art: Distinct from PFPs, this category focuses on art created by autonomous systems. Platforms like Art Blocks allow artists to write algorithms that are executed at the time of mint, producing unique, often complex, and aesthetically driven outputs. Collections like Tyler Hobbs' Fidenzas or Snowfro's Chromie Squiggles are valued for their artistic merit, historical significance, and algorithmic novelty, appealing to a different collector base than community-focused PFPs.

Gaming and Virtual World NFTs: These projects represent digital assets within blockchain-based games, from creatures in Axie Infinity to land parcels in The Sandbox. While the promise of "play-to-earn" economies and true asset ownership was a powerful narrative, most projects have struggled to create sustainable economic models or retain players beyond initial speculation.

Utility and Access NFTs: These function as digital keys, granting holders access to exclusive communities, events, software, or services. They are increasingly being explored for loyalty programs and subscription models, acting as a verifiable and tradable proof of membership.

Identity and Credential NFTs propose using blockchain technology for verifiable credentials like diplomas, certifications, or professional licenses. Soulbound NFTs that cannot be transferred aim to represent non-transferable achievements or reputation.

Despite various utility propositions, the broader NFT market has seen dramatic declines in trading volume and floor prices since 2022, with the vast majority of projects struggling to maintain active communities or practical utility beyond speculative trading. Overall volumes remain a fraction of their peak. But blue-chip collections like CryptoPunks and Bored Apes have retained cultural significance and meaningful floor prices even as the long tail of projects went to zero, reinforcing that the NFT market mirrors traditional art and collectibles: a handful of established names hold value while most everything else doesn't.

Supply Mechanics

How projects manage supply is equally critical to understanding NFT value and market dynamics:

Fixed supplies create absolute scarcity. The famous 10,000 CryptoPunks will never increase, making each one a known fraction of a finite set.

Bonding curves use algorithmic pricing where each mint costs progressively more. A collection might start at 0.1 ETH and increase by 0.01 ETH with each mint, so the 50th token costs 0.59 ETH. This rewards early minters while discouraging late speculation.

Burning mechanisms allow tokens to be permanently destroyed, creating deflationary pressure. Some collections use burning as a way to evolve NFTs (burn three common items to mint one rare item) or to access exclusive benefits.