CrawlPay

CrawlPay

Monetize your site for the AI era

AI bots read your site thousands of times a day — for free. One tag. They pay. You earn USDC instantly on Arc.

View Dashboard →GitHub
1000+
Transactions on Arc Testnet
5
AI bots supported
MIT
Open source license
$0.001 USDC
Payment per crawl
< 1 second
Settlement time
~$0.000006
Gas cost
01
Add one tag
Paste our script to your site
02
Bot visits
AI crawler requests your page
03
Auto payment
Bot pays $0.001 USDC via Arc

Add to your site in 2 minutes

STEP 1
Install
npm install github:divergenttt/CrawlPay-SDK
STEP 2
Add middleware.ts to your Next.js project
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).*)']
}
STEP 3
Done

AI bots pay. You earn USDC.

Instant USDC payments
Real-time dashboard
No KYC required
Arc Testnet ready
View SDK on GitHub
Built on Arc · Powered by Circle Nanopayments