# ApexScout Agent Wallet Skill Pack

Use this free pack to inspect ApexScout before a buyer-controlled x402 payment.

## First Paid Proof

Run only if the buyer approves this exact one-cent proof.

```bash
npx awal@2.8.0 x402 pay "https://apexscout.ai/api/opportunity-check?src=agent-wallet-skill-pack" --max-amount 10000 --json
```

## Route Contracts

- One-cent x402 proof: GET /api/opportunity-check, $0.01, network eip155:8453, source agent-wallet-skill-pack.
- Agent Revenue Audit: POST /api/agent-revenue-audit, $5.00, request body required, prepare first at /agent-revenue-audit-builder.

## Stop Rules

- Stop if approval is missing.
- Stop if the route, method, amount, or network differs.
- Stop if the client cannot attach an x402 payment.
- Stop if the route would require buyer-specific private data that has not been approved.
- Stop if the agent would retry only to move a metric.

## Boundaries

- ApexScout does not run wallet commands for the buyer.
- Reading this pack does not call a paid route.
- Unpaid HTTP 402 is not revenue.
- Paid proof means the buyer-controlled x402 retry returns HTTP 200.
- No buyer-level data, wallet secrets, private keys, or paid response bodies are exposed by this pack.

Release: v2.2.175-agent-receipt-close-strip
