| Hey — this is exactly the problem I've been solving with QBitFlow (https://qbitflow.app). Full disclosure: I'm the founder, but your post describes our use case so precisely I'd feel weird not chiming in. The short version: QBitFlow is non-custodial — we never touch your funds. Instead of the processor model (Coinbase Commerce, NOWPayments) where they receive payments and forward them minus fees, customers pay directly to your wallet. Smart contracts handle the authorization and verification logic on-chain. For your specific case (one-time USDC payments with verification): • Customer sends to your address, smart contract confirms amount + receipt
• You get webhooks/API callbacks when payment is confirmed — no polling Transfer events yourself, no reorg handling, no retry logic
• Works on Ethereum and Solana today (more chains coming, L2s on the roadmap) On fees: we charge 1.5% flat normally, but I can offer you 0.75% for 6 months (extendable) since you'd be an early adopter. Compare that to the 0.5-1% you'd pay Coinbase Commerce/NOWPayments — except they also custody your funds and add withdrawal friction. At 0.75% on your $10k example, that's $75 vs building and maintaining your own brittle webhook infra. You can try the full flow in test mode without spending anything: https://qbitflow.app/docs?section=test-mode — takes about 5 minutes to see if it fits your setup. I'm also happy to do a full onboarding walkthrough if you want to go deeper. And honestly — even if QBitFlow isn't the right fit for your stack, I'd love to hear your feedback. You've clearly thought about this problem more than most, and that kind of input is gold for us at this stage. Happy to answer any technical questions here or via email. |
I think we're solving different slices of the same problem. QBitFlow wraps authorization + verification in smart contracts. What I ended up building is just the verification primitive: "did X USDC land at Y address?" — no smart contract, no percentage fee, $0.05 flat.
For someone who wants a turnkey checkout flow, QBitFlow makes sense. For someone who already handles their own payment UX and just needs reliable confirmation, that's where paywatcher.dev fits.
On the $10k payment: $0.05 vs $75 is a pretty different cost structure. But it's also a different scope — apples and oranges to some degree.
Would genuinely be curious what others here prefer: full-stack payment handling or composable primitives?