Publishers drop in two lines of SDK to gate any route and receive USDC micropayments directly to their wallet. AI agents pay automatically, or they don't get in.
Four steps from bot request to content unlock. No intermediaries, no platform cuts, no waiting.
AI crawler hits a gated route. Bot detection middleware scores the request using User-Agent, headers, and IP heuristics.
Server responds with HTTP 402 Payment Required, including the recipient wallet, USDC amount, and a signed HMAC challenge token.
Agent SDK reads the challenge, submits a USDC SPL token transfer on Solana, and retries the request with proof of payment.
Server verifies the on-chain transaction, checks the replay cache, logs the payment to Supabase, and returns the content.
Protocol-level content gating with cryptographic verification, dynamic pricing, and zero intermediaries.
Uses the standard HTTP 402 Payment Required status code with x402-compliant JSON envelopes. Any bot that implements the x402 spec can pay automatically.
Prices are calculated per-request based on bot type, content richness, page freshness, exclusivity tier, and traffic demand. Ranges from $0.001 to $0.02 per crawl.
Every payment is verified by querying the Solana blockchain directly. Balance deltas, transaction age, and replay protection are all checked cryptographically.
Composite scoring using User-Agent patterns, missing browser headers, datacenter IP CIDR ranges, and reverse DNS. False-positive rate under 0.1% for humans.
USDC goes straight from the bot's wallet to the publisher's wallet on Solana. No escrow, no platform cut, no withdrawal process. Instant settlement.
Publishers authenticate to the dashboard by signing a message with their Phantom wallet. No passwords, no email, no database sessions. Pure cryptography.
Connect your Solana wallet to view real-time analytics, payment history, and bot traffic for your site.
dashboardOpen Dashboard