- Full x402 payment flow end-to-end (402 → auto-pay → retry → data)
- Claude agent (Haiku) with autonomous tool use — picks services, pays, synthesizes
- All 4 marketplace services responding:
- CKB Oracle (0.001 CKB)
- AI Summarizer / Claude (0.01 CKB)
- Chain Analytics (0.005 CKB)
- Fiber Stats (0.002 CKB)
- Live payment feed in UI — balance ticking down in real time
- Fallback mode — if AI is down, agent runs services directly and formats results
| File | Fix |
|---|---|
src/app/api/agent/run/route.ts |
Default model: claude-sonnet-4-6 → claude-haiku-4-5-20251001 |
src/app/api/marketplace/ai-summarizer/route.ts |
Same model fix |
.env.local |
INTERNAL_BASE_URL: localhost:3001 → 127.0.0.1:3000 (fixed fetch failed) |
.env.local |
AI_MODEL: forced to claude-haiku-4-5-20251001 |
src/app/api/agent/run/route.ts |
Fallback now catches 529/overloaded errors too |
src/app/api/agent/run/route.ts |
Auto-detects VERCEL_URL for internal fetches when deployed |
- Fiber payments are simulated — balance, invoices, and tx hashes are generated locally
- Real integration is ready in
src/lib/fiber.ts(all TODOs marked with real RPC method names) - Blocked on: Fiber node server login from Neon (SSH to claw06.ckbdev.com timing out)
- GitHub repo not pushed yet
- No Vercel deployment (no public URL)
- OpenClaw SSH unreachable — server down or firewalled
- Telegram bot not configured
- No demo video
| File | Change |
|---|---|
src/lib/fiber.ts |
Added getNetworkGraph() — calls graph_nodes + graph_channels RPC, falls back to mock 8-node graph |
src/app/api/marketplace/fiber-stats/route.ts |
Now uses real graph data (node count, channel count, capacity, median channel size). Shows data_source: "live-fiber-node" vs "mock" |
src/app/api/fiber/graph/route.ts |
New endpoint — returns full {nodes, channels, total_capacity_ckb, is_mock} for frontend visualization |
When you connect a real Fiber node (testnet recommended):
- Run telmo's installer → node at
http://127.0.0.1:8227 - Add to
.env.local:FIBER_NODE_RPC_URL=http://127.0.0.1:8227andFIBER_CURRENCY=Fibt - Fiber stats will immediately show live node/channel counts from gossip
- Note: graph populates gradually (seconds → your peers, 5–30min → wider network)
- Real Fiber payments — wire
fiber.tsto live node once server is up - GitHub + Vercel — required for submission
- Telegram bot via OpenClaw — judges test on phone, huge demo advantage
- 60-second video — the moment that wins: payments lighting up in real time
Drafted and ready to paste into CKBoost Quest 2 (all 8 subtasks written). Quest 3 needs: GitHub link, Vercel URL, screenshots, video.
- Host:
claw06.ckbdev.com - Username:
openclaw - Token:
fYEPEA36GYk8r2gyKw5TwbJ7 - Status: SSH timing out — contact Neon on Nervos Nation Telegram
March 25, 2026 12:00 UTC