Monarch Shield public proof surface Canonical URL: https://x402ms.ai/proof/ Static proof JSON: https://x402ms.ai/proof/proof.json Interpretation: - Internal dogfood runs are Monarch-run proof-of-function, not proof-of-demand. - Public example runs are reproducible unsafe examples showing blocked -> patched -> passed. - External reported runs are opt-in reports from users or agents outside Monarch and are the strongest usage signal. The proof page intentionally separates these buckets so Base, Coinbase, Virtuals, Google, Stripe, investors, and partners can see what is self-run, what is reproducible, and what is external adoption. Run local dogfood proof: ```bash npm run proof:dogfood ``` Run CI-style dogfood proof: ```bash npm run proof:dogfood:ci ``` Run and record the Base x402 proof pack: ```bash npm run qa:base-x402 ``` Run and record the Coinbase AgentKit / Agentic Wallet proof pack: ```bash npm run qa:coinbase-agentkit ``` Run and record all partner proof packs: ```bash npm run qa:proof-packs ``` Run individual partner proof packs: ```bash npm run qa:virtuals-acp npm run qa:google-ap2-a2a-x402 npm run qa:stripe-bridge npm run qa:card-network-agent-pay ``` Report the patched Base x402 example as a public example: ```bash npm run proof:base-x402 ``` Report the patched Coinbase AgentKit / Agentic Wallet example as a public example: ```bash npm run proof:coinbase-agentkit ``` Report the patched partner examples as public examples: ```bash npm run proof:virtuals-acp npm run proof:google-ap2-a2a-x402 npm run proof:stripe-bridge npm run proof:card-network-agent-pay ``` Never send source code, file paths, wallet addresses, endpoint URLs, payment amounts, secrets, API keys, or raw payment payloads in proof reports.