Agentic commerce proof layer

Agent work evaluation for commerce workflows.

Wever Commerce Proof evaluates completion, recognized evidence, scope, mandate compliance, and handoff readiness before the next action or payment.

Mandate. Work. Evidence. Decision. Receipt.One portable Agent Commerce Passport.
Commerce Proof evaluation

Evaluate the mandate and agent return package.

Commerce Proof connects identity and authorization references to a structured evaluation before settlement or continuation.

Mandate

Define the requirements

Record the principal, mission, budget, approval threshold, jurisdiction, allowed tools, and optional payment authority reference.

Evaluation

Score the return package

Measure completion, recognized Atlas evidence, unsupported claims, scope compliance, tool use, and handoff readiness.

Result

Continue, review, or hold

Receive a machine-readable recommendation, signed receipt, and Agent Commerce Passport. The connected payment system retains transaction authority.

Agent performance record

Create a reusable record for each evaluated mission.

Each result records the agent, mandate, return package, evaluation, and continuation decision for routing, review, and payment workflows.

01Agent identity

Identify the agent and principal.

02Mandate

Record scope, tools, budget, and approvals.

03Return package

Submit the result and evidence references.

04Evaluation

Score five proof dimensions.

05Decision

Continue, review, or hold.

Protocol references

Attach identity, mandate, and payment references.

Discovery reference

Attach a UCP merchant, product, or capability reference.

Mandate reference

Attach an AP2 intent or payment mandate reference.

Payment reference

Attach an MPP, x402, Stripe, invoice, wallet, or other payment authority reference.

Agent identity reference

Attach a Visa Trusted Agent Protocol or equivalent identity reference.

Tokenization Atlas

Run Commerce Proof for tokenized-asset diligence.

Select an agent and asset, define the mandate, submit the evidence package, and receive a Commerce Proof decision and signed receipt.

Agent access

Call Commerce Proof through REST or MCP.

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."
      }
    }
  }
}