🚀 10,000% Growth 500K+ transactions/week

Awesome HTTP 402

The ultimate curated list of resources, tools, and projects for the HTTP 402 protocol, AI agentic payments, and decentralized micropayments.

500K+
Weekly Transactions
2s
Settlement Time
0%
Fees
5+
Languages
📖 View Raw Repo
🤖
AI Agent Payments
Instant Settlement
🔗
One-Line Integration
🌐
Multi-Chain Support
x402-example.js
// Enable payments in one line
import { x402 } from 'x402-next';

app.use('/api/premium', 
  x402({ price: '0.001' }),
  (req, res) => {
    res.json({ data: 'premium content' });
  }
);

// AI agents can now pay automatically! 🤖

📚 Complete Resource List

Everything you need to build with HTTP 402 and x402 protocol

Loading awesome resources...