Let AI Agents
Pay for Anything
The payment layer for autonomous AI. Your agents can now pay for APIs, data, and services instantly. Sub-400ms settlement on Solana. Native tools for 10+ AI frameworks.
See x402 In Action
Make a real API request and watch how the payment flow works. No wallet needed.
LIVE Payment Demo
Try real x402 API calls (no wallet needed)
Try Premium Joke
Click below to request the paid API without payment
GET /api/paid/premium-jokenoryx402.com —Read the docsWorks With Your AI Framework
Drop-in payment tools for the most popular AI agent frameworks. Your agents can start making payments in minutes.
CrewAI
PR OpenAutoGPT
PR OpenDify
PR OpenLangChain
PR OpenHaystack
PR OpenSemantic Kernel
PR OpenAutoGen
PR OpenLetta
PR OpenSmolagents
PR OpenAgno
PR OpenDon't see your framework? Use the MCP Server or request an integration
Start in 30 Seconds
Add payment capabilities to your AI agent with just a few lines of code
CrewAI
from crewai_tools import NoryPaymentRequirementsTool
# Add to your agent's tools
payment_tool = NoryPaymentRequirementsTool()
agent = Agent(
role="Purchasing Agent",
tools=[payment_tool],
goal="Buy data and services autonomously"
)AutoGPT
# In your AutoGPT agent graph
# Add the Nory x402 Payment block
# Blocks available:
# - Get Payment Requirements
# - Verify Payment
# - Settle Payment
# - Transaction LookupDify
# Enable in Dify Tool Settings
# Provider: Nory x402
# Available tools:
# - get_payment_requirements
# - verify_payment
# - settle_payment
# - health_checkClaude / Any MCP Client
npm install nory-mcp-server
# Add to claude_desktop_config.json:
{
"mcpServers": {
"nory": { "command": "npx nory-mcp-server" }
}
}See Why Nory Wins
Mitch walks you through the complete x402 payment flow and shows why we're the best choice for instant settlements
Nory
The Future of x402 Payments
Hello, I'm Mitch. And I'm about to show you why Nory is going to change how you think about payments. Forget everything you know about Stripe, PayPal, or even other x402 providers. This is different.
What Can AI Pay For?
Your agents can autonomously purchase anything behind an x402 paywall
AI Inference
Pay-per-call for GPT-4, Claude, Llama, or any LLM API
Premium Data
Stock prices, weather, news, research papers
Tool Access
Web scraping, image generation, code execution
Storage & Compute
Cloud storage, GPU time, database queries
Other Agents
Agent-to-agent services, specialized skills
Any HTTP API
Monetize any endpoint with one line of code
Built for Speed
Enterprise-grade infrastructure for the next generation of internet payments
Instant Settlement
Transactions finalize in under 400ms on Solana. No waiting, no chargebacks, no disputes.
AI Agent Ready
Native support for autonomous AI agents to make and receive payments without human intervention.
Micropayments
Enable sub-cent transactions. Pay per API call, per word, per second of compute.
Non-Custodial
You control your keys. Payments settle directly to your wallet. We never touch your funds.
HTTP Native
Uses standard HTTP 402 status code. Works with any web framework or programming language.
Real-time Analytics
Monitor payments, track revenue, and analyze usage patterns in real-time.
Simple Integration
Add payment requirements to any HTTP endpoint in minutes
Return 402 Status
When a client requests paid content without payment, return HTTP 402 with payment requirements.
Client Creates Payment
Client reads requirements, creates a signed Solana transaction for the specified amount.
Verify & Settle
Nory verifies the payment and settles on-chain instantly. You receive confirmation in milliseconds.
Deliver Content
Return the paid content to the client. Payment settled, value delivered. Done.
// Handle x402 Payment Required
const response = await fetch('/api/premium-content');
if (response.status === 402) {
const payment = response.headers.get('X-Payment');
const { accepts } = JSON.parse(atob(payment));
// Pay with USDC on Solana - instant settlement
const tx = await nory.pay(accepts[0]);
// Retry with payment proof
const content = await fetch('/api/premium-content', {
headers: { 'X-Payment': tx.signature }
});
}See It In Action
Watch how x402 enables instant micropayments in real-time
x402 Payment Flow
Watch how Nory enables instant micropayments
// Your API endpoint
app.get('/api/premium', noryMiddleware({
amount: '0.10', // $0.10 USDC
currency: 'USDC',
}));Multi-Chain Support
Accept payments across 8+ networks with a single integration
Solana
USDC on Mainnet
Base
Coinbase L2
Polygon
USDC on PoS
Avalanche
USDC on C-Chain
Arbitrum
USDC on L2
Optimism
USDC on L2
Sei
USDC EVM
IoTeX
USDC
Test For Free
Use Nory Echo to test x402 payments at no cost. All payments are instantly refunded - we cover the network fees!
curl -X POST https://noryx402.com/api/echo \
-H "Content-Type: application/json" \
-d '{"payload": "your-payment-payload"}'
# Response: Payment refunded! 🎉Give Your AI Payment Powers
The Nory MCP Server lets any AI assistant make instant x402 payments. Works with Claude, ChatGPT, and any MCP-compatible agent.
Check Balances
AI can check wallet balances before making decisions
Instant Payments
Make direct payments or access x402 APIs automatically
Service Discovery
Discover and access x402-enabled APIs and services
Non-Custodial
Your keys stay on your machine, always in your control
npm install nory-mcp-serverThen add to your Claude config:
{
"mcpServers": {
"nory": {
"command": "npx",
"args": ["nory-mcp-server"]
}
}
}Ready to Get Started?
Join the future of instant payments. Set up your first x402 endpoint in under 5 minutes.