Migration the way out
Arweave's permanence rests on an economy, and no economy is eternal. This site is not eternal either. We are writing down now what a collector would lose when that day comes.
Three things that do not vanish
The work itself. In the buyer's hands, inside the archive kit, byte-for-byte.
Its identity. SHA-256 belongs to no system. Arweave, IPFS, an external drive — wherever the file goes it yields the same digest. Identity does not depend on hosting.
The date proof — not yet. No Merkle root has been written to Ethereum so far, so there is currently no date claim to lose. When one is published it lives on Ethereum rather than on Arweave, and Arweave ending would not touch it. The verification page always shows the true state.
So the only thing that can be lost is hosting. And hosting can be rebuilt.
Publishing your own copy
Put it on IPFS. Add the master file from your kit:
| ipfs add master/<file> |
A CID is derived from content, so the same bytes give the same address: your copy and anyone else's resolve identically, and a pin that lapsed anywhere comes back at the address it always had. Nobody depends on anybody. The kit's SHA-256 remains the identity of record — it belongs to no system at all and cannot be changed by a different tool version.
Upload to your own Arweave wallet. Push the folder from your own wallet using ArDrive or Turbo. You pay, you own the record, you ask no one.
Or simply keep it. Honestly the most durable option: copy it to two separate drives, one in another building.
Checking a copy you hold
The shop page has a checker that runs in your own browser:
drop in a file and it computes its SHA-256 and compares it against the
digests published here. Nothing is uploaded — the file never leaves your
machine — and the answer does not depend on this site being honest, because
sha256sum anywhere gives the same line. It also names which
work the file is, which matters when a folder has been carried between
drives for years and the filename no longer says anything.
After moving
Wherever you move it, run this against the new copy:
| sha256sum -c checksums.sha256 |
All lines reading OK means the move succeeded. This check is independent of whether the place you moved to is trustworthy — it catches corruption either way.
Check a file, here
Drop in a file you already hold. It is read in this browser, hashed here, and compared against the digests this archive published. Nothing is uploaded. If it matches, the page tells you which work it is — which matters when a folder has moved between drives for years and the filename no longer says anything.
Health asked now, not at build time
The old health page was a snapshot taken when this site was generated: it could say "stored permanently" about bytes that had since become unreachable, and nobody would find out. Press the button and the browser fetches each work from a public Arweave gateway, hashes what comes back, and compares it with the hash published on the work's own page.
What we do not promise
We do not say "forever". We say instead: the work is in your hands, its identity is in mathematics, its date is on a chain. None of the three require us to still exist. That is the whole preservation claim — nothing more.