Escrow Release Verifier

Catch a wire swap before the money moves — in your browser, with no account number exposed.

The most common way money vanishes from a real-estate or government closing is a last-minute wire change: an attacker emails the parties new "updated" disbursement instructions, and the funds are released to the wrong account. This page demonstrates a deterministic check that stops it. When a deal opens, the verified payee's wire instructions are sealed by fingerprint. A disbursement is authorized only against that fingerprint — so any swapped field flips the verdict to BLOCKED, names exactly what changed, and does it all without storing or showing a bank account number, and without accusing anyone of anything.

The deal under review

Deal ID Type Buyer Seller / payee Amount Close date

Release conditions

ConditionKindStatusCleared

Wire authentication

Loading…

Verified baseline wire

Sealed at deal open. Fingerprint:

Current disbursement wire

Fingerprint now:

Try to swap the wire

These apply preset changes a fraudster would make. The check re-runs instantly in your browser.

Why you can trust the verdict

Verify the seal yourself

Download the record, the engine, and the generator, regenerate the record, and byte-compare — the sealed fingerprint is recomputed from the declared fields, not baked in.

node generate-release-record.mjs regenerated.json
shasum -a 256 release-record.json regenerated.json   # identical

The deal parties and dollar figures are illustrative. The cryptography is real.

DealMatcher · Bonis Systems LLC — the parties never touch the money; the proof travels with the deal.