AI agents can't fill out forms or sign up for accounts. Arkeo is permissionless by design — any agent can pay for blockchain data per-request with USDC via x402. No accounts. No KYC. No token exposure.
Your agent sends an HTTP request to an Arkeo provider endpoint — no API key or header needed.
The provider responds with HTTP 402 Payment Required and a USDC payment address on Base.
The x402 client signs a USDC micropayment and replays the request with a X-Payment header attached.
Provider verifies the on-chain payment and returns the blockchain data. The whole flow takes milliseconds.
| Feature | Arkeo + x402 | Infura | POKT | Lava |
|---|---|---|---|---|
| No signup required | ✓ None | ✗ Email + KYC | ✗ Account needed | ✗ Account needed |
| Agent-native payments (x402) | ✓ HTTP-native | ✗ | ✗ | ✗ |
| Pay with stablecoins | ✓ USDC | ✓ Credit card | ✗ POKT only | ✗ LAVA only |
| Decentralized | ✓ | ✗ Centralized | ✓ | ✓ |
| Pay per request (no minimums) | ✓ | ✗ Plans required | ✗ Session-based | ✗ Complex staking |
| Cosmos / THORChain support | ✓ Native | ✗ | ✗ | Partial |
Use the official x402 fetch wrapper from Coinbase. It automatically handles 402 responses and USDC payment signing.
Handle x402 manually with the requests library. Decode the payment header, sign with your wallet, and replay.
Run this cURL against a live Arkeo provider. You'll get an HTTP 402 with USDC payment instructions — exactly what an AI agent receives.
These examples show the pattern for integrating Arkeo x402 into popular AI frameworks. Arkeo-specific plugins are in development — contributions welcome.
Add a custom blockchain data action to your Eliza agent using the x402-fetch wrapper.
Wrap an Arkeo provider as a LangChain Tool. The tool handles x402 payment automatically via the fetch wrapper.
Register a blockchain data command. Store your Base wallet key in the environment — the x402 handshake handles the rest.
Any agent that can make HTTP requests can use Arkeo. No special SDK required — just handle the 402 response and sign a USDC transfer.
Pricing set by individual providers. Rates shown are for Red_5 (Arkeo's reference provider). Browse all providers →
Get your AI agent connected to blockchain data in minutes. No signup, no waiting — just a wallet and an HTTP client.