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 13+ 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 every major AI agent framework. Install with pip or npm and start making payments in seconds.
LangChain
pip install langchain-noryCrewAI
pip install crewai-noryAutoGen
pip install autogen-noryPydantic AI
pip install pydantic-ai-noryLlamaIndex
pip install llamaindex-norySmolagents
pip install smolagents-noryHaystack
pip install haystack-norySemantic Kernel
pip install semantic-kernel-noryAgno
pip install agno-noryLetta
pip install letta-noryDify
pip install dify-noryOpenAI Agents
pip install openai-agents-noryBrowser Use
pip install browser-use-noryStart in 30 Seconds
Add payment capabilities to your AI agent with just a few lines of code
LangChain
pip install langchain-noryfrom langchain_nory import get_nory_tools
from langchain.agents import create_react_agent
tools = get_nory_tools()
agent = create_react_agent(llm, tools, prompt)
# Agent can now pay for any x402 API!CrewAI
pip install crewai-noryfrom crewai import Agent
from crewai_nory import get_nory_tools
agent = Agent(
role="Market Researcher",
tools=get_nory_tools()
)AutoGen
pip install autogen-noryfrom autogen import AssistantAgent
from autogen_nory import register_nory_tools
assistant = AssistantAgent("assistant")
register_nory_tools(assistant, user_proxy)Claude / MCP
npm install nory-mcp-server{
"mcpServers": {
"nory": {
"command": "npx",
"args": ["nory-mcp-server"]
}
}
}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
Try These Paid APIs
13 production-ready APIs you can call right now. Pay with USDC, get data instantly.
Live Crypto
$0.001Real-time BTC, ETH, SOL prices
/api/paid/live-cryptoEmail Validate
$0.001MX records, disposable check, typo detection
/api/paid/email-validateWeather
$0.0027-day forecast for any location
/api/paid/weatherStocks
$0.003Real-time stock quotes & charts
/api/paid/stocksTranslate
$0.005Translate text between 20+ languages
/api/paid/translateNews
$0.005Latest headlines by topic
/api/paid/newsPhone Lookup
$0.008Carrier, type, location info
/api/paid/phone-lookupLLM
$0.01GPT-4 powered text generation
/api/paid/llmWeb Summary
$0.01Extract content from any URL
/api/paid/web-summaryScreenshot
$0.015Capture any webpage as image
/api/paid/screenshotSERP
$0.02Google search results API
/api/paid/serpCompany Info
$0.02Company data from domain
/api/paid/company-infoLead Enrichment
$0.05Find emails, social, tech stack
/api/paid/enrich-leadTry it now with one command:
npx x402-hello --new-walletFund with ~$0.01 USDC + 0.01 SOL, then run the demo
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.