What's a Decision Record?
A cryptographically sealed file that witnesses one
evaluation event. It contains the hash of your work
file, the hash of the rule set, the timestamp, the
hash of the findings, and our digital signature. Anyone
holding our public key can re-verify it offline,
indefinitely.
For the full framing — what the seal does and
doesn't attest — read the
audit-chain page. The
framing matters; it's contractually binding (see
Terms of Service §6).
How do I verify a Decision Record?
Install the open-source athena-verify CLI:
cargo install athena-verify
Then:
athena verify --record YOUR_RECORD.json \
--public-key PUBLIC_KEY.pub
Expected output: six "OK" lines plus
verified: true. Public keys are at
verify.athenanorthstar.com/keys. Detailed walkthrough on the
verify page.
What happens to my Decision Records if I close my account?
They remain offline-verifiable indefinitely. The CLI
doesn't require an account, the public keys are
publicly available, and the Records you sealed during
your subscription stay in the audit chain forever.
Closing your account doesn't break their verifiability.
Your raw work-file content (the input that produced the
Records) is deleted on the timeline described in
the Privacy Policy
after account closure, but the Records themselves
persist.
What if Athena Systems goes out of business?
Every Decision Record we ever sealed stays verifiable.
The verification path was designed to not require our
infrastructure: anyone with the Record file and the
public key (both freely available, both already in your
archive if you've been paying attention) can re-verify
using the verifier CLI. We can't take it away even
if we wanted to.