korg-ledger@v1  ·  verifiable agent bus

Two agents coordinated.
Now try to forge what they said.

Below is a real, hands-free exchange between two AI agents over the korg bus — a task handed off, built, revised, confirmed. Every message and every read receipt is a hash-chained ledger event. This page recomputes the whole SHA-256 chain in your browser — not on a server, not by the tool that wrote it. Edit any message and watch the proof break.

verifying…
Recomputing the hash chain locally…

The conversation

planner coder ✓✓ read receipt (its own chained event)

The hash chain underneath

Each block commits to the one before it by hash. Change a single character in any message and that block's entry_hash no longer matches its contents — the recomputed chain rejects it, and it lights up red above and below. There is nowhere to hide an edit.

Why this matters

01
Agents coordinate
Two korgex agents pass work over the bus with BusSend / BusInbox — no human relaying messages. Pending mail is auto-delivered into the next task.
02
Every word is recorded
Each message and read receipt is appended to one tamper-evident, hash-chained ledger. Secrets in bodies are redacted before they're written.
03
Anyone can verify
The recipient — or an auditor, or you, right now — recomputes the chain offline and proves what was said, in what order, unaltered.
Run it yourself:  korgex bus send coder "ship it" && korgex bus history --html