Agent-to-Agent Economy
AI agents need to buy services from each other — data, computation, analysis. But today they're stuck with API keys, rate limits, accounts, and invoices. The agent economy can't scale if every transaction requires a human to sign up.
ERC-8004 Identity
x402 Payments
Cloudflare Workers AI
45+ Live Endpoints
OpenAPI Discovery
How It Works
Pay-per-call with USDC on Base. No accounts. No API keys. No human in the loop. An agent discovers a service, sends a micropayment, gets the result — powered by Cloudflare Workers AI at the edge.
// Agent discovers GenTech Intel API
GET /v1/intel/search?q=cyberpunk
→ 402 Payment Required
// Agent pays 0.005 USDC via x402
GET /v1/intel/search?q=cyberpunk
Header: X-PAYMENT: <payment-proof>
→ 200 OK + AI-powered results
View on GitHub →
Live API Suite — 16 Endpoints
Pay-per-call via x402 USDC on Base. No accounts, no API keys.
🎮 Gaming Intel
Games
Game Search
GET /v1/games/search?q=
Search game deals across 35+ stores
$0.005/query
Games
Cheapest Price
GET /v1/games/cheapest?q=
Find cheapest price right now
$0.005/query
Games
Game News
GET /v1/games/{id}/news
Latest patch notes and devlogs
$0.001/query
Games
Release Info
GET /v1/games/{id}/release
Release date and status
$0.001/query
🎬 Movie Intel
Movies
Movie Search
GET /v1/movies/search?q=
Search movies with streaming availability
$0.005/query
Movies
Cheapest Watch
GET /v1/movies/cheapest?q=
Cheapest buy/rent across 40+ platforms
$0.005/query
Movies
Movie Details
GET /v1/movies/{id}/details
Cast, studio, genres, runtime
$0.001/query
Movies
Trailers
GET /v1/movies/{id}/trailers
YouTube trailers for any movie
$0.001/query
🔗 Unified Intel
Intel
Unified Search
GET /v1/intel/search?q=
Search games + movies in one call
$0.005/query
Intel
Cheapest Overall
GET /v1/intel/cheapest?q=
Cheapest option across all platforms
$0.005/query
💰 DeFi & Wallet
DeFi
Airdrop Checker
GET /v1/airdrops/check?wallet=
Check wallet eligibility for airdrops
$0.01/query
DeFi
Wallet Analytics
GET /v1/wallet/analyze?address=
AI-powered holdings, DeFi positions, activity analysis
$0.025/query
NFT
NFT Search
GET /v1/nft/search?q=
Search NFTs by name and collection
$0.005/query
Security
Token Risk
GET /v1/token/risk?address=
AI-powered token risk assessment
$0.01/query
Cloudflare Workers — 7 AI-Powered Services
Deployed on Cloudflare's global edge (330+ cities). Powered by Workers AI (Llama 3.1). All endpoints discoverable via OpenAPI at /openapi.json.
⚡ x402 Gateway — 16 Endpoints
AI
AgentScan
GET /api/agentscan
AI-powered agent reconnaissance and capability scan
$0.10/call
AI
Token Risk
GET /api/token/risk?address=
AI-powered token risk assessment with JSON output
$0.01/call
AI
Wallet Analytics
GET /api/wallet/analyze?address=
AI-powered wallet profiling and smart money tracking
$0.025/call
AI
Intel Search
GET /api/intel/search?q=
AI-synthesized unified search across games + movies
$0.005/call
🔐 Agent Registration — ERC-8004
Identity
Register Agent
POST /api/agent/register
Register agent with ERC-8004 compliant registration file
$0.01/call
Identity
Search Agents
GET /api/agent/search?q=
Search registered agents by name/skill/trust
$0.01/call
📊 DeFi Intelligence
AI
Range Optimization
GET /api/v1/position/range
AI-powered LP range optimization with market regime detection
$0.025/call
DeFi
Position Status
GET /api/v1/position/status
LP position status — pair, range, TVL, in-range
$0.005/call
DeFi
Macro Events
GET /api/v1/market/macro
Fed schedule, volatility impact on positions
$0.005/call
🔍 Agent Search
AI
Discover Agents
GET /api/agent/discover?capability=
AI-ranked agent discovery by capability
$0.025/call
Search
Cheapest Endpoint
GET /api/endpoints/cheapest?capability=
Find cheapest x402 endpoint for a capability
$0.005/call
🚀 Fleet & Kit
AI
Fleet Status
GET /api/fleet/status
AI-powered fleet health summary across all agents
$0.01/call
AI
Deploy Kit
POST /api/kit/deploy
AI-generated deployment config from template
$0.025/call
Feedback
Sentiment Analysis
GET /api/feedback/aggregate
AI-powered feedback sentiment and improvement areas
$0.01/call
Discovery
Every worker exposes /openapi.json with x-payment-info, x-guidance, and x402 protocols. Compatible with AgentCash, x402scan, and MPPScan.
// Discover all endpoints
GET https://gentech-x402-gateway.jordanjones0902.workers.dev/openapi.json
→ OpenAPI 3.1.0 with 16 paths, x-payment-info, x-guidance
DeFi Yield Intelligence
Agent Arena — autonomous yield farming agents that adapt to market conditions.
Mode
Harvest Mode
Fee farming with compound loop. Automatically collects fees and reinvests.
Mode
Dry Powder Mode
Crash detection → pull to USDC. Protects capital during downturns.
Mode
Accumulation Mode
Fear maxed → deploy dry powder. Buys the dip automatically.
Mode
Payday Mode
Earn/protect/grow/get paid lifecycle. Full agent automation.
Strategy Tools
Tool
LP Shape Detector
Detect strategy shapes from bin data. Identifies Curve, Bid-Ask, and custom patterns.
Tool
Strategy Scanner
Read any wallet's LP strategy automatically.
Tool
Performance Tracker
ROI, Sharpe ratio, drawdown analysis for any strategy.
Tool
Strategy Templates
One-click deploy proven playbooks.
Live Data
Real-time Avalanche stablecoin data: $1.5B+ tracked across 14 stablecoins. USDC leads at $452M, followed by BUIDL ($428M) and USDT ($411M).
Gaming Intelligence
Price tracking, deal alerts, and game release intelligence across 35+ stores.
Product
Deal Tracker
Cross-store game price comparison. Steam, Epic, GOG, Humble, and 30+ more. Price history, alerts, and deal scores.
Product
Patch Notes
Game release intelligence. Track updates, devlogs, and release dates for any Steam game.
Hackathon
Agent Manager Tycoon
Roguelite management sim. Hire agents, deploy strategies, earn revenue. EasyA Hackathon entry.
Game
POE2 Build Health
Path of Exile 2 build tracking and patch impact analysis.
How It Works
Agents can query game prices, track deals, and monitor releases via x402. One API call replaces checking 35+ stores individually.
// Find cheapest Cyberpunk 2077
GET /v1/intel/cheapest?q=cyberpunk+2077
// Response includes all stores
{
"games": { "steam": 29.99, "gog": 24.99, "epic": 19.99 },
"movies": { "streaming": ["Netflix", "Amazon"] }
}
On-Chain Agent Identity
ERC-8004 + Metaplex DAS = cross-chain agent identity. Register once, discover everywhere.
EVM
ERC-8004 Registration
Register agent identity on Avalanche, Base, and Arbitrum. Full OASF metadata with capabilities, services, and reputation.
Avalanche: Token #1770 ✅
Solana
Metaplex DAS
PDA-based agent identity on Solana. Discoverable via Helius, QuickNode, Triton, Alchemy. Coming soon.
Payment
x402 Payments
Gasless USDC payments on Base via x402 protocol. 45+ pay-per-call endpoints. OpenAPI discovery.
AI
Cloudflare Workers AI
7 Workers deployed on Cloudflare's global edge. Powered by Llama 3.1. AI-powered analysis, discovery, and optimization.
The Stack
ERC-8004 Identity
x402 Payments
Cloudflare Workers AI
Llama 3.1 8B Instruct
OpenAPI 3.1.0 Discovery
Base USDC
AgentCash Ready
What Gets Tracked
Every API call is attributed on-chain via ERC-8021 Builder Codes. Know who's calling, how often, which endpoints. Full transparency for the agent economy.
Explore the Platform →