Dispatch Seeker
Turn your phone into a compute node and earn for your idle hardware

Mobile-first compute
On-chain reputation
Part of Dispatch ecosystem
The Problem
Billions of phones sit idle most of the day. Meanwhile, AI agents need cheap, distributed compute that's always available. The missing piece is a way to connect the two, turning idle phone time into useful work and letting the phone owner earn for it.
How It Works
- Connect: Open the app, tap “Start Seeking.” Your phone connects to the Dispatch coordinator as a Seeker node via WebSocket.
- Execute: The coordinator sends lightweight compute tasks (API calls, data processing, simple inference). Your phone runs them in the background.
- Earn: Each completed task earns rewards. Every job generates an ed25519-signed receipt for verification.
- Build reputation: Your on-chain ERC-8004 reputation grows with each successful completion. Higher reputation means you get matched with better-paying jobs first.
Part of the Dispatch Ecosystem
Dispatch Seeker is the mobile client for the Dispatch Compute Network. The network also supports Desktop Workers that handle heavier workloads like LLM inference. Together, they form a two-tier compute layer: phones for lightweight tasks, desktops for heavy lifting.
Tech Stack
- React Native + Expo for cross-platform mobile
- TypeScript across the entire codebase
- WebSocket connection to Dispatch coordinators
- Solana for wallet and payment integration
- ERC-8004 on Monad for on-chain identity and reputation
Current Status
The app connects to the coordinator, receives and executes tasks, and reports results. On-chain reputation via ERC-8004 is wired in. Currently building toward dApp Store submission and real-world testing with multiple concurrent Seekers.