Owning an NFT means holding a token that references content, not the content itself. Where that reference points determines whether the asset remains intact in ten years.
The token stores a pointer, not a picture
Storing an image on a chain is prohibitively expensive, so almost all collections store a token identifier and a link to metadata held elsewhere.
The metadata file then names the traits and gives another link to the image itself. Two levels of indirection separate ownership from what is owned.
Each hop is a place where the chain of custody can break, and neither hop is protected by the guarantees that protect the token.
Ordinary web links are the weakest arrangement
A pointer to a conventional web address depends on someone paying for that domain and that server indefinitely.
If the project's team disbands, the domain lapses and every token in the collection points at nothing. The tokens still exist and no longer refer to anything.
Worse, whoever registers the lapsed domain next controls what every token in the collection appears to be.
Content addressing fixes identification but not persistence
Distributed storage systems name files by a hash of their contents, so the pointer cannot be redirected to different content without changing the pointer.
This removes the substitution risk entirely: the reference either resolves to the original file or resolves to nothing.
It does not guarantee that anyone is still storing the file. Content addressing solves integrity; persistence requires someone continuing to host it.
Pinning and paid permanence differ in kind
Pinning services keep a copy available for a fee, which works while the fee is paid and stops when it is not.
Storage networks with an endowment model take a single payment intended to fund retention over a long horizon, shifting the obligation away from the project.
Neither eliminates the dependency, but the second removes the requirement that someone remembers to keep paying every year.
Fully on-chain collections trade cost for durability
Some collections store the artwork itself in contract storage or generate it from code held on-chain, so nothing external is required to render them.
This is expensive and constrains the art to what compresses well or can be produced algorithmically, which is why it remains a minority approach.
What it buys is an asset whose survival depends only on the chain surviving, which is a materially different proposition from depending on a hosting bill.