NFT Backup
NFT Backup mirrors NFT media and metadata files from on-chain references to a Filebase IPFS bucket — guarding against the original hosting going offline and the assets becoming inaccessible.
How it works
- You point NFT Backup at a contract address.
- Filebase walks the contract's tokens, extracting each token's
tokenURI/ metadata. - For every metadata file and every media file referenced from metadata, Filebase pins the content to your IPFS bucket.
- New mints are processed continuously.
The result: a complete IPFS-pinned mirror of your collection's media, addressed by stable CIDs, that doesn't depend on the original hosting provider staying up.
Use cases
- Long-term preservation of an NFT collection's media.
- Insurance against the original hosting (Pinata, Infura, an HTTP server) going down.
- Ensuring a CID-only chain reference (
ipfs://...) remains resolvable indefinitely.