> For the complete documentation index, see [llms.txt](https://web3-encyclopedia.gitbook.io/web3-encyclopedia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web3-encyclopedia.gitbook.io/web3-encyclopedia/non-fungible-token-nft/storage.md).

# Storage

**Should I be worried about digital art being around in 500 years?**

Probably. Bit rot is a real thing: image quality deteriorates, file formats can’t be opened anymore, websites go down, [people forget the password to their wallets](https://www.theverge.com/2021/1/12/22227535/nyt-bitcoin-millions-forgot-passwords-digital-wallet). But physical art in museums is also [shockingly fragile](https://www.youtube.com/watch?v=ETAcIbzOTYs).

**But wait, doesn’t the fact that they’re on the blockchain make them permanent?**

Okay, so this is a whole thing. Technically, yes: when you say NFT you’re referring to an entry on the blockchain. *However*, the actual media, like the picture, GIF, or [flagrant flaunting of copyright law](https://www.theverge.com/22799580/jrr-token-tolkien-estate-cryptocurrency-coin-nft-trademark) is very rarely actually stored on the blockchain — it’d be too expensive to do that.

Sometimes the media the NFT points to is stored on a cloud service, which isn’t exactly decentralized. Since this has come up as an issue, with people worried that their NFT [proving they watched the Lions lose](https://www.theverge.com/2021/11/18/22789265/nft-nfl-football-commerative-ticketmaster) could disappear if one company goes under or changes their URL scheme, many in the NFT space have been turning to decentralized storage solutions like the InterPlanetary File System that use torrent-like technology. It’s not bulletproof, but it’s better than having your million-dollar JPG stored on Google Photos.

**Torrent-like? So people are pirating NFTs?**

No... Well, kinda, but hold that thought. The idea behind IPFS is that files are stored on a peer-to-peer network, meaning they could be stored on several computers at once. Files are given an identifier, and when a computer goes to load the file it asks the IPFS network to give it the file with that ID. Any of the computers storing it can say, 'Oh, here it is!'

When you make an NFT, the content link is baked into the token. If that link goes to IPFS, it’ll be pointing to something that’s more permanent than, say, an image on a regular server.

In theory, anyways. Of course, distributed does *not* equal perfect. Experts have warned that files could still end up on a single computer, and could be lost in the case of a hard drive crash.<br>

<details>

<summary>Source</summary>

1\) [The Verge](https://www.theverge.com/22310188/nft-explainer-what-is-blockchain-crypto-art-faq). NFTs, explained. By [Mitchell Clark](https://www.theverge.com/authors/mitchell-clark) . Updated Jun 6, 2022, 8:30am EDT

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://web3-encyclopedia.gitbook.io/web3-encyclopedia/non-fungible-token-nft/storage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
