Loading ForensicBlock
Preparing your blockchain forensics platform...
Preparing your blockchain forensics platform...
A litigation buyer cares about EXHIBITS — numbered, captioned, hash-anchored, with a privilege state. We ship the layer that promotes findings, transactions, screenshots, or documents into proper court-ready exhibits with Bates-style discipline: once allocated, the exhibit number cannot mutate.
fb_allocate_exhibit_number assigns EX-001, EX-002, … atomically per matter. Idempotent on (item, case) — re-promotion returns the existing number.
Once allocated, the trigger refuses any mutation of exhibit_number / exhibit_prefix / case_id / evidence_item_id. Refuses DELETE too. Exhibits are forever.
5-state allowlist (public / privileged / work_product / confidential / sealed). Drives the render path; observers see only what their role permits.
Pick a finding, transaction, address, screenshot, or document from the matter.
Evidence Items library carries every potential exhibit. Privilege state set at creation.
One click — atomic allocation of next exhibit number for this matter.
Optional caption (e.g. 'Defendant wallet consolidating victim deposits, 2024-11-12').
The full_identifier (EX-001) appears on the sealed report, the audit pack, and the exhibit pack.
Honesty rail
The SQL trigger covers both UPDATE and DELETE — once allocated, exhibits cannot be silently renumbered. If a firm wants a different number, they create a new item (the previous allocation stays as a void).
Book a demo and bring a closed matter (or a hypothetical one).