DEVELOPERS

One API. Every idle resource.

Submit jobs to any idle resource through a unified gateway. GPUs, bandwidth, storage, validators — consume them programmatically, pay per use, settle on Base.

RESOURCE TYPES
7
PAID ENDPOINTS
14
PRICE RANGE
$0.01–$0.10
SETTLEMENT
Base
THE INTERFACE

Four endpoints. Ship in minutes.

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
LIVE RESOURCES

Consume anything idle.

Register a resource
ENDPOINT
CATEGORY
PRICE
STATUS
http-fetch
COMPUTE
$0.02
ACTIVE
Docs
html-scrape
COMPUTE
$0.05
ACTIVE
Docs
dns-lookup
COMPUTE
$0.01
ACTIVE
Docs
ssl-check
COMPUTE
$0.01
ACTIVE
Docs
agent-task
AGENT
$0.10
ACTIVE
Docs
data-query
DATA
$0.05
ACTIVE
Docs
gpu-inference
GPU
$0.08
ACTIVE
Docs

Unified API

One interface for GPUs, bandwidth, storage, validators. Discover and consume any idle resource.

Non-custodial

Every payment settles on Base. No escrow, no intermediary. Your wallet, your keys.

Pay-per-use

Transparent metering with sub-cent granularity. $0.10 minimum payout threshold. Pay only for what you use.

Custom resources

Build and register your own resource types with the SDK. Auto-generated gateway specs, zero infra.

SDK

Register a new resource type.

One command scaffolds your resource definition, gateway spec, and test harness. Define capacity, pricing, and job handlers — the network does the rest.

$ npm install lull-node