How a PayeeProof pilot fits into a payout workflow without rebuilding the stack.
This page is for teams that want one practical answer: what goes into a pilot, what PayeeProof returns, and how a verification result can slot into payout, risk, support, or treasury operations.
Four steps from intake to operational action.
Team sends context
The team shares the payout or recovery use case, expected route, and the operational point where a verification answer is needed.
Live verification runs
PayeeProof checks network, asset, address format, destination class, and transaction context where relevant.
Verdict + record returned
The system returns a clear operational verdict plus a structured record suitable for workflow logs or support review.
Escalate only when needed
Teams only spend manual time on BLOCK, REVERIFY, TEST FIRST, recovery, or partner-specific edge cases.
Pilot inputs stay narrow and practical.
Pre-send review
Recovery review
A verdict for action, plus a record for traceability.
Operational outcome
Enough for review, without turning this into developer docs.
Endpoints in the current pilot surface
Request shape examples
Open compact request examples
POST /api/preflight-check
{
"network": "ethereum",
"asset": "USDC",
"address": "0x1111111111111111111111111111111111111111"
}
POST /api/recovery-copilot
{
"chain": "polygon",
"tx_hash": "0x..."
}
Review the main site for positioning. Use this page when the team wants the workflow in plain English.
A clean review path is simple: main site for the commercial story, verification record for trust, technical overview for compact field logic, and this page for the actual pilot flow.