How the record works, for those who want the machinery.
Nothing here is required reading. The rest of the site says what the record does in plain words; this page names the mechanisms, and the security page states the controls.
Timestamp verification, run on a real pack. Something a reviewer executes, not a screenshot anyone is asked to accept.
The record is checked on the reviewer's own machine.
An evidence pack is checked with free standard tools, on the reviewer's own machine. Integrity, attribution and time are the three things an auditor or a tribunal asks of a record, and the check establishes them narrowly: the documents are unchanged, they came from where they claim, and they existed at the stated moment, because the timestamp comes from an independent authority. Whether the record satisfies a particular legal standard remains counsel's question; the integrity and the date do not depend on anyone's word, and nothing in the check needs Exedra Gate's permission.
- Chained in order. If anything is changed, inserted or reordered afterwards, the record itself shows it.
- Independently timestamped. A clock that is not ours establishes when, in the RFC 3161 format standard tooling already verifies. Fail-closed by design: when timestamping is required, no valid timestamp means no evidence pack, because the system declines to produce a record it cannot prove.
- Signed at origin: who produced it, and that it is intact, checkable offline, years after the deal closed.
An action is recorded as it happens, and Exedra Gate fingerprints it. Each entry carries the fingerprint of the entry before it, so a change, an insertion or a reordering stops the chain matching. The pack's contents are listed in a manifest and signed at origin, establishing who produced it and that it is intact. The signed pack is then timestamped by an authority that is not Exedra Gate, in the RFC 3161 format, which is what establishes when it existed. The pack is finalised, and it fails closed: where timestamping is required, no valid timestamp means no evidence pack at all. Years later any reviewer runs seven independent checks offline with free standard tools. A hash chain detects tampering; it does not prevent it.
exedragate-verify
A page that keeps saying "verifies offline" owes the reader the thing that does the verifying. It has a name. exedragate-verify is a standalone command-line verifier that runs seven independent checks against an exported pack: the hash chain recomputed end to end, the origin signature, the independent timestamp, the pack's internal consistency, its own generation event, the attribution of every action, and the PDF cross-checked against the pack's manifest. It makes no network connection, and the timestamp authority's trust anchors ship inside it. It is available on request, to clients and to the people checking up on them alike, and the timestamp also verifies with standard OpenSSL, so nothing rests on our tooling at all.
The exact mechanisms, named → Security
Each entry carries a fingerprint of the entry before it, so a change, an insertion or a reordering stops the chain matching. Entry one: an action is recorded, fingerprint e4b1f2. Entry two carries the previous fingerprint and its own, 9c07ad. Entry three carries the previous fingerprint and its own, 53fe21. The pack is then timestamped by an independent authority and signed at origin, so a reviewer can confirm offline that it is unchanged and existed at that moment. A hash chain detects tampering; it does not prevent it.
Beyond memory.
Mechanisms, named. Not adjectives.
The published documents behind those mechanisms.
Each entry names the document a mechanism above implements, and the body that issued it. Naming a framework means the platform was engineered to its published requirements. It does not mean Exedra Gate is licensed, supervised or endorsed by any authority.
- EU / CH GDPR and the Swiss revised FADP Tenant isolation enforced in the database itself, with defined retention and a documented route for correcting a record. Regulation (EU) 2016/679; Federal Act on Data Protection, SR 235.1
- EU eIDAS advanced-signature criteria (Art. 26) A signature uniquely linked to its signatory and to the document, so a later change to either is detectable. Advanced, not qualified. Regulation (EU) No 910/2014, Art. 26
- IETF RFC 3161 timestamping The time on the record comes from an independent authority, not from us. Admissible evidence of when a document existed. Time-Stamp Protocol (TSP), RFC 3161
- IRTF / NIST Ed25519 and SHA-256 Published algorithms, so an evidence pack can be checked with ordinary tooling by someone who does not trust us. Edwards-Curve Digital Signature Algorithm (EdDSA), RFC 8032; Secure Hash Standard (SHS), FIPS 180-4
- W3C WCAG 2.1 AA Audited against with axe, page by page, which is what a public-sector or institutional procurement review asks for. Web Content Accessibility Guidelines 2.1, Level AA