Ask Concord

Answers from our documentation

Ask anything about Concord. Every answer comes from our actual documentation.

Technical concepts

Hash Chain (append-only ledger)

A sequence of records where each entry contains the cryptographic hash of the previous entry. Tamper any past row, every later row breaks.

Definition

A hash chain is the simplest tamper-evident data structure. Each new entry stores the cryptographic hash of the immediately preceding entry alongside its own payload. Computing the chain forward is cheap; reversing it requires breaking the underlying hash function. If anyone alters a past entry (even a single byte), the stored next-entry hash no longer matches the actual content, and every entry that follows fails verification too. Concord by IaxaI's audit ledger is a hash chain implemented in Postgres with INSERT-only row-level security. Each row records the SHA-256 hash of its predecessor and an Ed25519 signature over its own content with a per-tenant key. Verifying the chain is a linear scan. Integrity is provable to a regulator without trusting Concord's runtime. This is the audit primitive. Compliance Evidence Auto-Packets read from it. Drift events, mapping changes, entity matches, and translation decisions all write to it.

Stop reconciling. Start trusting one timeline.

30-minute walkthrough. Your tools. Your tenants. Your audit cycle. We will show you exactly where Concord earns its keep.