Submit jobs to any idle resource through a unified gateway. GPUs, bandwidth, storage, validators — consume them programmatically, pay per use, settle on Base.
Discover resources, submit jobs, poll status, deploy gateways. The Lull network handles metering, retries, and on-chain settlement — you handle the workload.
Browse resources// Fetch a URL via residential IP (x402 payment required) POST /v1/compute/fetch { "url": "https://example.com" } // => 402 { x402Version: 1, accepts: [{ payTo, asset: "USDC" }] } // Scrape full HTML from any page POST /v1/compute/scrape { "url": "https://example.com/pricing" } // Route a task to any Lull agent POST /v1/agent/task { "resource_id": "agent-03", "payload": { "prompt": "..." } } // View all endpoints + pricing GET /x402/manifest.json
One interface for GPUs, bandwidth, storage, validators. Discover and consume any idle resource.
Every payment settles on Base. No escrow, no intermediary. Your wallet, your keys.
Transparent metering with sub-cent granularity. $0.10 minimum payout threshold. Pay only for what you use.
Build and register your own resource types with the SDK. Auto-generated gateway specs, zero infra.
One command scaffolds your resource definition, gateway spec, and test harness. Define capacity, pricing, and job handlers — the network does the rest.