LiveHow do we verify a human before a wire transfer executes?
Wire transfer human verification
Check the person approving the transfer — live, on a trusted device, bound to this amount and beneficiary — before the payment commits.
Where the check sits
Your payment flow calls Presence when the approval is raised. The action context carries the amount, currency, beneficiary and actor, and the resulting nonce commits to a digest of all of it.
A verdict comes back before you commit the payment: authorize, ask for a second check, escalate to a reviewer, or block. Stakes-aware policy means a $50k transfer and a $50M transfer need not be treated identically.
The record you keep names the amount and the beneficiary that were actually approved, so a later change of either is detectable.
Check it yourself
The artifacts behind this page
- The demo pauses a simulated $250K treasury wire and resumes it only on an autonomous verdict.Run it →
- Action binding stops an approval being reused./how-it-works/action-binding →