Payout Strict
Best for teams that only want to approve clear personal-wallet style routes. Ambiguous destinations should stop and go back for re-verification.
This page is not a raw API dump. It shows the practical decision layer: what each verdict means, how destination types are classified, and how an ops team can read a structured verification record without translating blockchain jargon first.
Each verdict is paired with a practical bias: approve, block, verify again, or require a small live test before releasing a larger payout.
A direct wallet destination controlled by an end user or treasury wallet with no obvious exchange-style deposit behavior.
A smart contract or program destination. It may be valid, but usually deserves a pause unless the contract is explicitly expected.
A destination that behaves like a custodial deposit endpoint. It may work, but teams should often test small before sending size.
A routing or bridge-related destination where the operational path matters as much as the raw address itself.
The destination is syntactically valid, but context is insufficient for a comfortable approval.
The address, network, or asset relationship does not support sending. This is a stop state, not a discussion state.
Best for teams that only want to approve clear personal-wallet style routes. Ambiguous destinations should stop and go back for re-verification.
Best for exchange-like deposit flows where venue, memo, or route context often matters more than a simple wallet/not-wallet split.
Best for finance and treasury teams that want a cautious operational review before release without pretending every route is equally safe.
The payout target matches the expected wallet pattern and no major mismatch is detected.
The address may exist elsewhere, but the current chain context is inconsistent with the intended transfer.
Funds may land somewhere real, but the destination type introduces enough ambiguity to require a fresh check.
The endpoint may be legitimate, but the safest move is to confirm with a small live send first.
The target cannot safely receive the intended transfer in the current context.
Recovery mode can only reason from a real transaction anchor. If the hash is absent, the team needs a valid one before analysis.
Policy examples should help an ops or treasury lead understand the decision logic without needing to interpret raw chain terminology first.
These examples describe practical handling states. They are designed to guide action in a workflow, not to pretend every payout can be reduced to a legal guarantee.
Wrong-network or invalid-format cases should look unapologetically blocked. That sharpness is part of the value.
When a destination may be valid but context is incomplete, PayeeProof should visibly prefer re-verification or a small test over false certainty.