About HYRE
AI-Enhanced
DeFi Data API
22 pay-per-call endpoints that transform raw on-chain data into actionable DeFi intelligence. Powered by a 4-model LLM cascade on Cloudflare's global edge. No API keys — payment via MPP is the only gate.
The Problem
DeFi data is unusable
✗ Raw on-chain data is publicly available but not actionable✗ Analyzing one token requires 5+ tools (holders, snipers, curve, metadata, socials)✗ API keys, monthly subscriptions, and rate limits everywhere✗ No AI interpretation — just raw JSON you have to parse yourself✗ Each user segment (trenchers, traders, LPs) needs different signal typesHow HYRE Solves It
What we built
One call, full verdict
Every endpoint returns AI-analyzed data with insight, signal, and confidence. No stitching together 5 APIs yourself.
Payment is the gate
No API keys, no signup. MPP payment (USDC on Solana) is the sole access control. Pay per query, not per month.
4-model LLM cascade
Claude Haiku → GLM 4.5 → DeepSeek R1 → DeepSeek V3. Auto-fallback on failure, 8s timeout per model. All models fail → raw data returned.
Edge-native
Cloudflare Workers in 330+ cities. Zero cold starts. <3s average response. Data never leaves the edge.
Architecture
The Pipeline
$ 6 Sources → Aggregator → LLM Cascade → Structured ResponseData Sources
PumpPortal, Solana RPC, Jupiter, Meteora, DeFiLlama — all free, ToS-verified. No scrapers, no gray areas.
Aggregator
Parallel fetch across all sources. Workers KV caching with TTL 0s–15min tuned per endpoint category.
LLM Cascade
4 models with per-model timeouts. JSON structured output. Graceful degradation — never blocks on a slow model.
Response
Standard format: {data, insight, signal, confidence, sources, model_used, latency_ms}. Every call, every time.
Stack
Built different
| Technology | Role |
|---|---|
| Cloudflare Workers | API runtime (zero cold starts) |
| Hono | Ultrafast web framework |
| @solana/mpp | Solana payment rail |
| mppx | Tempo payment rail |
| OpenRouter | LLM routing (4 models) |
| Workers KV | Response caching |
| Cloudflare D1 | Revenue logging |
| Jupiter API | Token pricing |
| Meteora DLMM | LP pool analytics |
| DeFiLlama | TVL & yield data |
| PumpPortal | Real-time PumpFun data |
Journey
Timeline
v1 shipped — x402 reseller concept
✓ donev2 DeFi Intelligence API on Cloudflare
● nowMPPScan registration + custom domain
$HYRE token launch on PumpFun
Historical data archive + webhook notifications