Financial workflows / Title & Escrow
Local prototypeRequire independent approval before a wire is authorized.
A closing workflow with signed approvals and a database that can be rebuilt from its event history. The prototype ends at authorization.

Why I built it
A brief from someone in the title industry led to a prototype around two concerns: independent approval of wire instructions and recoverable closing records.
Engineering decisions
Require signatures from distinct identities and verify approvals both at the API and when rebuilding state.
Treat the local database as a projection of signed events. The recovery demo deletes it and rebuilds the application views.
Produce a signed release authorization for a person to execute. The application has no bank connection and sends no money.
What works today
A local end-to-end demo completes a closing, removes the projection database and verifies byte-identical rebuilt views. Another drill stops the primary process and continues the closing on a standby.
Current boundaries
Local prototype with development authentication and fixture data. No agency deployment. Production identity registration, custodian operations and cross-cloud recovery remain ahead, along with tracked security work.