Monetize your site for the AI era. AI bots pay $0.001 USDC per page via Arc Nanopayments.
CrawlPay is an early-stage TypeScript project in the AI payments / x402 ecosystem, focused on ai, arc, circle, nanopayments. It currently has 5 GitHub stars and 0 forks, and sits alongside related tools like dna-x402, p402-protocol, middleware-next, ClawRouter, spritz, ledgerflow.
AI bots read your site for free. Not anymore.
Live Demo: crawl-pay.vercel.app
Dashboard: crawl-pay.vercel.app/dashboard
SDK: github.com/divergenttt/CrawlPay-SDK
GPTBot, ClaudeBot, PerplexityBot - they crawl your site thousands of times a day. They read your articles, your docs, your content. And they pay you nothing.
Cloudflare noticed this too. They started testing pay-per-crawl for AI bots - but only for Enterprise customers on Cloudflare Pro. Regular developers, bloggers, indie site owners ? No option.
That's what CrawlPay is for.
I was reading the news about Cloudflare testing bot payments and thought: why is this only for Enterprise ? This should be available to anyone with a useful site. Two minutes to set up, no complex infrastructure, no Cloudflare dependency.
So I built it on Arc - where $0.001 micropayments are actually economical.
npm install github:divergenttt/CrawlPay-SDK
// middleware.ts
import { crawlpay } from '@crawlpay/sdk'
import { NextResponse } from 'next/server'
import type { NextRequest } from 'next/server'
const paywall = crawlpay({
wallet: "0x_YOUR_WALLET_ADDRESS",
price: "0.001",
network: "arcTestnet"
})
export function middleware(request: NextRequest) {
return paywall(request) ?? NextResponse.next()
}
export const config = {
matcher: ['/((?!api|_next|favicon).*)']
}
That's it. If you have a useful resource and AI bots are reading it - now they pay for it.
| Ethereum | Arc | |
|---|---|---|
| Gas per transaction | ~$0.50 | ~$0.000006 |
| Settlement time | 12 seconds | < 1 second |
| Viable for $0.001 payments | ❌ | ✅ |
On Ethereum, gas costs more than the payment itself - micropayments are dead on arrival. Arc makes $0.001 per crawl actually work. That's the whole reason CrawlPay exists.
AI Bot Request → CrawlPay Middleware → HTTP 402 + x402 → Bot pays $0.001 USDC → Page served → Dashboard
402 + x402 payment flowstrict / log-only)Running on Arc Testnet. Arc Nanopayments launched on mainnet in May 2026 - mainnet support is next on the roadmap.
Cloudflare is already pushing x402 adoption with OpenAI, Anthropic, and Google. When crawlers support x402 natively, CrawlPay becomes the open alternative for everyone who isn't an Enterprise customer.
Built with ❤️ on Arc · Powered by Circle Nanopayments
DNA — Payment rails for AI agents. x402 micropayment protocol on Solana. Netting, transfer, stream settlement. Receipt anchoring on-chain.
P402 Payment Protocol
Armory x402 SDK — Payment middleware for Next.js App Router. Accept x402 payments from any client in Next.js. 100% compatible with Coinbase x402 SDKs.
The agent-native LLM router for autonomous agents. 55+ models (8 free), <1ms local routing, USDC payments on Base & Solana via x402.
Spritz is a decentralized, permission-less and censorship resistant chat app for web3. Connect with friends using passkeys or wallets. Make HD video calls, go live to your followers, and chat freely on a decentralized network.
A chain-agnostic AI-native payment infrastructure, authz layer for x402
The AI agent with a wallet — spends USDC autonomously to get real work done. Apache-2.0, TypeScript.
The first agentic payment network: policy-controlled, gasless, and real money-ready. OmniClaw CLI + Financial Policy Engine let autonomous agents pay and earn safely at machine speed.
An open SDK for agentic payments. Let AI agents make payments, hold funds, and move money across chains with policy enforcement and human approval built in.
x402 Ecosystem Explorer
🚀 Curated list of x402 resources: HTTP 402 Payment Required protocol for blockchain payments, crypto micropayments, AI agents, API monetization. Includes SDKs (TypeScript, Python, Rust), examples, facilitators (Coinbase, Cloudflare), MCP integration, tutorials. Accept USDC payments with one line of code. Perfect for AI agent economy.
Client SDK for the Vybe x402 API. Pay-per-call USDC over HTTP and prepaid-credit WebSocket streaming for Vybe's Solana analytics API. Built for AI agents.