Define the requirements
Record the principal, mission, budget, approval threshold, jurisdiction, allowed tools, and optional payment authority reference.
Wever Commerce Proof evaluates completion, recognized evidence, scope, mandate compliance, and handoff readiness before the next action or payment.
Commerce Proof connects identity and authorization references to a structured evaluation before settlement or continuation.
Record the principal, mission, budget, approval threshold, jurisdiction, allowed tools, and optional payment authority reference.
Measure completion, recognized Atlas evidence, unsupported claims, scope compliance, tool use, and handoff readiness.
Receive a machine-readable recommendation, signed receipt, and Agent Commerce Passport. The connected payment system retains transaction authority.
Each result records the agent, mandate, return package, evaluation, and continuation decision for routing, review, and payment workflows.
Identify the agent and principal.
Record scope, tools, budget, and approvals.
Submit the result and evidence references.
Score five proof dimensions.
Continue, review, or hold.
Attach a UCP merchant, product, or capability reference.
Attach an AP2 intent or payment mandate reference.
Attach an MPP, x402, Stripe, invoice, wallet, or other payment authority reference.
Attach a Visa Trusted Agent Protocol or equivalent identity reference.
Select an agent and asset, define the mandate, submit the evidence package, and receive a Commerce Proof decision and signed receipt.
POST https://weverlabs.com/api/mcp
{
"jsonrpc": "2.0",
"id": "commerce-proof-1",
"method": "tools/call",
"params": {
"name": "evaluate_agent_commerce_proof",
"arguments": {
"agent_id": "token_thesis_agent",
"mission_type": "tokenized_asset_diligence",
"asset_id": "buidl",
"mandate": {
"budget": 400,
"approval_threshold": 500,
"allowed_tools": ["atlas_passport", "issuer_source"]
},
"return_package": {
"required_checks": 4,
"completed_checks": 4,
"evidence_items": ["B1", "B2", "B3", "B4"],
"used_tools": ["atlas_passport", "issuer_source"],
"unsupported_claims": 0,
"scope_violations": 0,
"summary": "Reviewed the asset and evidence references.",
"decision": "Continue to principal review.",
"risk_flags": ["transfer restrictions"],
"next_action": "Route to the principal for approval."
}
}
}
}