Ecosystem Intelligence
x402 agent service — machine-readable on-chain intelligence.
Pay-per-query. No API keys. Crypto-native payments.
Protocol
- Protocol:
x402
- Version:
1.0
- Discovery:
/.well-known/x402
Chains
| Chain | Base URL |
arbitrum | https://arbitrum.ecosystemintelligence.xyz |
avalanche | https://avalanche.ecosystemintelligence.xyz |
base | https://base.ecosystemintelligence.xyz |
ethereum | https://eth.ecosystemintelligence.xyz |
Endpoints
| Endpoint | Method | Price | Description |
/chat | POST | 0.001 ETH | Query ecosystem intelligence |
/stories | GET | 0.0003 ETH | Latest AI-generated narratives |
/digest/today | GET | 0.0005 ETH | Daily digest |
/digest/week | GET | 0.0005 ETH | Weekly digest |
/signals/latest | GET | 0.0002 ETH | Live signal snapshot |
/health | GET | Free | Health check |
Payment
- Networks:
arbitrum, base
- Tokens:
ETH, USDC
- Header:
X-402-Payment: <payment_token>
- Flow: Request → 402 → Pay → Retry with header → 200
Capabilities
- Protocol TVL & volume analytics
- Whale movement tracking (≥$100K)
- Social sentiment analysis
- Governance proposal monitoring
- Token price tracking & trends
- AI-generated narratives & digests
- Cross-chain comparison
- Semantic memory search
- Real-time data refresh on demand
Request
POST /chat HTTP/1.1
Host: arbitrum.ecosystemintelligence.xyz
Content-Type: application/json
X-402-Payment: <payment_token>
X-402-Network: arbitrum
{
"message": "What's driving TVL changes today?",
"chain": "arbitrum"
}
Response
{
"response": "TVL across Arbitrum jumped 4.2% in the last 24h...",
"sources": ["defillama", "alchemy", "snapshot"],
"confidence": 0.87,
"chain": "arbitrum"
}