ProtectedPortable

Your World

Your artifacts are safe — independent of any server or platform.

Artifacts protected
Continuity active
Download your complete canonical ledger to keep forever.

World survival operations

📦
Export world
Even if this server shuts down, your works won't disappear. accord-ledger.json contains all canonical records. Import it to any server to restore the world.
API →
Verify integrity
Confirms all canonical hashes are correct and the continuityProof matches. If worldResult: same_world appears, the world is restorable anywhere.
🔧
Restore from ledger
Even if the DB is wiped, complete recovery is possible with accord-ledger.json. After import, run rebuild and verify same_world.
1. import (paste ledger)
2. rebuild (reconstruct from canonical graph)
3. verify → same_world
This is the global canonical world (all works, all activity). Your personal space (your works and revenue only) is in the workspace.My World →

World Status — Canonical Continuity Proof

Loading world state…

Export — Download Canonical Ledger

Export the complete canonical world as a portable JSON ledger (accord-ledger.json). The ledger contains all canonical objects, usage edges, revenue flows, and attribution data. Any server can import this ledger and rebuild the world — identity is content-addressed, not server-dependent.

Export world →

Import — Restore Canonical Ledger

Import a canonical ledger from another Accord instance or a previous export. After import, run Rebuild to restore projections, then Verifyto confirm the world has the same continuityProof.

Rebuild — Regenerate Projections from Canonical Graph

Rebuild all projections (cached views) from the canonical object graph. Use after import or after a database migration. Rebuild does not change any canonical hash.

POST /api/canonical/rebuild →

Verify — Confirm World Continuity

Verify the canonical world. Checks that all objects hash correctly, the attribution graph has no errors, and the continuityProof matches the expected value. A worldResult: same_world means the world is intact and portable.

POST /api/canonical/verify →

DB Recovery Contract — World Portability

The database is a serialization cache. If the DB is wiped, Accord recovers from the canonical ledger file. Any infrastructure can be replaced without changing canonical hashes.

1. Export → download accord-ledger.json
2. POST /api/canonical/import with ledgerJson
4. POST /api/canonical/verifyworldResult: same_world
5. All canonical hashes identical — DB fully replaced
World Endpoints
World ControlObject RegistryACR RuntimeInfrastructurePaymentsExport APIVerify APIRebuild API