The NFT 101: A Quick Refresher
Let's start with the basics you probably know. An NFT, or Non-Fungible Token, is a unique digital certificate recorded on a blockchain. Think of it as a digital deed. While a dollar bill is fungible (any dollar is as good as another), an NFT is non-fungible,
meaning it's one-of-a-kind. This technology allows for verifiable ownership of a digital item, whether it's a piece of art, a song, or a collectible. The mechanism that makes this all work is a "smart contract," a self-executing piece of code that governs the token's rules, from creation (minting) to ownership transfer. This creates a public and unchangeable record of who owns what, which is the core promise of digital provenance.
The Misconception: Is the Art on the Blockchain?
Here’s where things get interesting. Most people assume that when you buy an NFT, the actual artwork—the JPEG, GIF, or video file—is stored securely on the blockchain along with your ownership token. This is almost never the case. Storing large files like images or videos directly on a blockchain like Ethereum is incredibly expensive, sometimes costing thousands of dollars for a single megabyte. Because of this prohibitive cost, developers came up with a workaround. Instead of storing the art itself on the blockchain, the NFT you buy typically contains something much smaller: a link.
The Hidden Detail: It's All About the Pointer
The hidden detail is this: your NFT is not the artwork; it's a token that points to where the artwork is stored. The smart contract for most NFTs contains a Token URI (Uniform Resource Identifier), which is just a link in its metadata. This link directs anyone who looks at the NFT to the location of the actual media file. That location is usually "off-chain," meaning it's on a separate storage system outside the blockchain. Often, this is a traditional, centralized server, like Amazon Web Services—the same kind of server that hosts normal websites. In other cases, it might be a decentralized storage network like IPFS (InterPlanetary File System), which distributes the file across multiple computers. But in either scenario, the permanent, unchangeable token on the blockchain is fundamentally separate from the media file it represents.
Why This Technicality Is a Million-Dollar Problem
So what happens if the server hosting the artwork goes down? The NFT itself, the token on the blockchain, will still exist and still be in your wallet. But it will point to an empty space—a dead link. This phenomenon, known as "link rot," is a common problem across the internet. Studies have shown a significant percentage of links on the web break over time. If the company that minted the NFT goes out of business and stops paying its server bills, the artwork your token proves you own could simply vanish. Even worse, if the link points to a server that is not secure, the file could be changed without your knowledge. Someone could theoretically swap your million-dollar artwork with a different image entirely, and the NFT would simply point to the new file. While decentralized storage like IPFS is more resilient than a single server, it's not foolproof either; files can still disappear if no one is actively hosting (or "pinning") them. This makes the perceived permanence of an NFT highly dependent on the storage method chosen by its creator.













