The Open Payment Layer
for Web3
Powered by Coinbase x402 to enable seamless value exchange across Web3
Everything You Need to Monetize the Internet
From content paywalls to API monetization, 402x gives you the tools to launch, manage, and scale payments across the open web - instantly
402x Dashboard
Everything you need to get paid online - fast, simple, and verifiable
Powered by x402 Protocol
Built on x402, an open payment standard. Accept stablecoins in seconds with on‑chain proofs. Works for content, APIs, and agent‑to‑agent payments.






Community
Meet developers, creators, and agent builders. Learn, share, and grow together.
Open Source
Open standards. Public repos. Built with the community.
ONE PROTOCOL. INFINITE ECONOMIES
402x enables instant, trustless micropayments across every layer of the internet - empowering creators, developers, researchers, & agents to exchange value seamlessly.
402x Paywalls: Verifiable access for any content
Built on the x402 protocol. Attach a payment layer to articles, videos, and downloads. Choose micropayments, per‑item unlocks, or timed passes. Stablecoin payments settle in seconds with on‑chain proofs - turning attention into revenue.
The Future of AI in Healthcare
402x APIs: Pay‑per‑call, by default
Drop in a middleware to meter and charge per request, token, or inference. Built on x402 so agents can discover, authorize, and pay safely across REST and GraphQL.
// One line of middleware to charge per API call
app.use('/api/data', payPerRequest({
price: 0.005,
currency: 'USD',
description: 'Data API access'
}));402x Tasks: Verifiable micro‑work with instant settlement
Humans and agents post, bid, and complete tasks with programmable escrow and proofs. Funds release instantly when completion criteria are met.
402x Communities: Signal‑first social
Introduce light fees to join or post to reduce spam and reward quality. Economics - not moderation - keeps conversations high‑signal.
AI Developers
402x Research: Access that pays authors
Readers and agents pay per paper with instant, verifiable settlement. Creators receive earnings directly, without delays.
402x Widgets: No‑code payments, anywhere
Spin up pay buttons, donation links, and gated downloads in seconds. Set a price, embed once, get paid.
How 402x Works
A universal, on-chain payment architecture built on Coinbase's x402 protocol. Experience instant, trustless value flow between users, AI agents, and digital ecosystems.
Users & AI Agents
Wallets, Apps, and Bots initiate payment requests
402x Core
Powered by Coinbase's x402 Protocol
Payment Orchestrator
Routes, prices & verifies micropayments
Access Gateway
Unlocks content, APIs, communities
Smart Contract Escrow
Holds and auto-releases payments
Settlement Layer
x402 Rail • USDC • Base • Solana • Ethereum
Integration Methods
Choose your preferred way to integrate 402x payments into your applications or services.
Embeds & Widgets
Copy‑paste snippets
Drop a secure payment widget into any page. Configure product, price, and theme with data attributes - no build step required.
<!-- 402x Payment Widget -->
<script src="https://cdn.402x.io/widget.min.js"></script>
<div id="x402-payment"
data-product="blog/premium-article"
data-price="0.50"
data-currency="USD"
data-theme="dark"
data-access="timepass:24h"></div>
<script>
window.x402.mount('#x402-payment', {
publicKey: 'env:PAYMENT_PUBLIC_KEY',
onSuccess: (tx) => console.log('Payment:', tx.id),
onError: (err) => console.error(err)
});
// Optional: window.x402.unmount('#x402-payment')
// Optional: window.x402.update('#x402-payment', { price: '1.00' })
// Accessibility & i18n supported out‑of‑the‑box
</script>SDKs
Client libraries
Typed SDKs for JavaScript and Python. Build custom flows with minimal boilerplate and strong typing - plus examples, docs, and templates.
import { createClient } from '@402x/sdk';
const client = createClient({
apiKey: process.env.PAYMENT_API_KEY,
});
async function pay() {
const payment = await client.payments.create({
amount: 0.5,
currency: 'USD',
description: 'Premium Article Access',
productId: 'article-123',
access: { type: 'timepass', duration: '24h' },
metadata: { userId: 'user-456' },
});
console.log('Checkout URL:', payment.checkoutUrl);
return payment;
}
pay().catch(console.error);REST API
Developer integration
Full‑featured endpoints for server‑side integration, automation, and custom payment flows - with OAuth2, webhooks, and idempotency.
const res = await fetch('https://api.402x.io/v1/payments', {
method: 'POST',
headers: {
'Authorization': 'Bearer ' + process.env.PAYMENT_API_KEY,
'Content-Type': 'application/json'
},
body: JSON.stringify({
amount: 0.5,
currency: 'USD',
description: 'Premium Article Access',
productId: 'article-123',
metadata: { userId: 'user-456' }
})
});
if (!res.ok) throw new Error('Payment failed');
const payment = await res.json();
console.log('Payment URL:', payment.checkoutUrl);Our Development Timeline
Explore our product development milestones and upcoming features planned for release.
Foundation
Initial platform launch with core payment functionality
- Launch Content Paywall plugin (WordPress)
- Deploy No-Code Widget Builder
- Beta API Monetization Hub
- Telegram bot for communities
Expansion
Growth of platform capabilities and integrations
- Launch Micro-Task Marketplace
- Academic Access Network beta
- Mobile apps (iOS/Android)
- Support for Ghost, Substack integrations
Scale
Enterprise solutions and advanced capabilities
- AI Agent SDK for autonomous payments
- Advanced analytics dashboard
- White-label solutions for enterprises
- Multi-chain expansion (Solana, Arbitrum)
Ecosystem
Expanding the developer and partner ecosystem
- Developer grants program ($1M)
- University partnerships for academic network
- API marketplace with 1000+ APIs
- Community governance token launch
Dominance
Becoming the standard payment layer for Web3
- 100,000+ creators earning on platform
- $10M+ monthly transaction volume
- Integration with major CMS platforms
- Become default payment layer for Web3