Every data seller means another integration
Unified Single Endpoint
Zero vendor SDK sprawl. Send any data query to PulsRouter with standard parameters. We handle provider discovery, header negotiation, and response unwrapping.
Route any paid-data request to the cheapest healthy provider. Pay from your Circle Agent Wallet. Stay inside your budget. Never touch a 402 handshake manually again.
What used to take manual handshakes is now a single automated CLI command.
We solved the three core frictions that break autonomous agent data monetization.
Every data seller means another integration
Zero vendor SDK sprawl. Send any data query to PulsRouter with standard parameters. We handle provider discovery, header negotiation, and response unwrapping.
A seller goes down, your agent stalls
On rate limits, 5xx downtime, or latency spikes, PulsRouter instantly fails over to the next healthiest candidate in under 40ms.
The data bill arrives as a surprise
Set deterministic ceilings per domain in pulsrouter.config.json ($5 research, $1 markets). Calls over budget fail safe locally before on-chain signing.
Three commands, zero complex configuration. Drop straight into your agent pipeline.
Installs the global CLI and generates the base configuration template.
npm i -g pulsrouter && pulsrouter initExport your Circle Agent Wallet address to authorize micropayments.
export WALLET=0xYourAgentWalletRoute any topic query with automatic lowest-cost provider selection.
pulsrouter pay research "fed rate cut"One high-performance proxy between autonomous agents and multi-chain x402 sellers.
Deterministic receipt generated on the Arcscan explorer
Real endpoints populated live from the router registry.
| Service name | Category | Price / call | Latency | Network | Status |
|---|---|---|---|---|---|
| Puls Market Snapshot | markets | $0.01 | 18ms | Arc Testnet | Active |
| Puls Deep Research | research | $0.01 | 92ms | Arc Testnet | Active |
| Whale Tracker Intel | onchain | $0.000002 | 34ms | Arc Testnet | Active |
| Sugra Macro Intel | macro | $0.000005 | 46ms | Arc Testnet | Active |
| BTC Node Premium RPC | infra | $0.000001 | 14ms | Arc Testnet | Active |
| Satellite Weather Feed | oracles | $0.000010 | 68ms | Arc Testnet | Active |
| Orderbook Depth Engine | markets | $0.005 | 22ms | Arc Testnet | Active |
| On-Chain Token Screener | onchain | $0.000004 | 40ms | Arc Testnet | Active |
Raw manual x402 implementation versus our automated routing layer.
| Feature | Raw x402 | ◆ PulsRouter |
|---|---|---|
| Provider discovery | ✕ manual lookup | ⚡ Automated via Circle Discovery |
| Cheapest selection | ✕ fixed single price | ⚡ Lowest-cost dynamic routing |
| Fallback if down | ✕ manual retry / agent crash | ⚡ Zero-downtime auto fallback |
| Budget enforcement | ✕ none (unlimited drain risk) | ⚡ Hard caps & spend limits per type |
| Receipt / audit trail | ✕ scattered vendor logs | ⚡ Unified Arcscan on-chain tx hashes |
| Session lifecycle | ✕ manual OTP / signatures | ⚡ Agent-native automated session |
“Circle Discovery API provides the catalog — we consume and route it.”
One install, one endpoint, hard budget rails and verifiable on-chain receipts.