⚠ TESTNET — This is a demo. No real Bitcoin.
Testnet Demo

On-chain Bitcoin payments

This shop is the demo merchant side of FunkPay. It supports two checkout modes: pay in-browser by scanning the QR code with any Bitcoin wallet, or let an AI agent pay autonomously. For the agent flow, install FunkPayAI — the payer-side Bitcoin wallet for AI agents — connect it to Claude Code via MCP, and the agent handles the rest on-chain.

Agent: "buy product FUNK-002 on shop.funkpay.dev"
create_invoice(merchant_url, sku="FUNK-002")  # merchant resolves price
send_payment(address, amount_sat)
wait_for_payment(payment_id)            # confirmed on-chain