The carrier of nothing.
The network of everyone.
Software-only wireless coverage built on top of every device that already exists. ~6.8B smartphones, 1.5B WiFi routers, 100M+ EVs, 4M+ satellites overhead — they relay each other's bytes; Loadit pays them per byte; HQ routes traffic; Hylaq is the identity layer underneath. No towers, no SIMs, no carriers.
The paradigm break
The hardware for a global wireless network is already deployed. ~6.8B phones each have 4 radios (cellular, WiFi, BLE, UWB). ~1.5B WiFi routers sit in homes worldwide. 100M+ Teslas have cellular + WiFi + UWB. AST SpaceMobile + Lynk now do direct-to-handset LEO. The hardware is everywhere. What's missing is the protocol that makes it cooperate as one network.
Carriers' moat was always rent on a coordination failure. Once relaying becomes an income stream for billions of edge devices, towers become legacy. The marginal cost of a Hylaq Air byte is somebody else's already-paid-for radio. Carriers physically cannot match that.
What we replace
Five devices. One network.
How a packet moves
Shipped today
- src/lib/air/ — types (8 RadioKind, 6 DeviceClass), capability scorer, reputation, per-radio spot pricing, in-memory node registry with heartbeat-TTL OFFLINE detection, link topology with TTL'd advertisements, Dijkstra pathfinder over the live link graph, session lifecycle (REQUESTED → ACTIVE → COMPLETED → SETTLED), settlement via Settlement Grid, worker SDK with httpTransport + airRelaySdk + runRelayLoop, BigInt-safe wire serialize
- 8 API routes — POST /nodes/register, POST /nodes/heartbeat, POST /links/advertise, POST /routes/request, POST /sessions/start, POST /sessions/complete (immediate Settlement Grid payout), GET /prices, GET /health
- Pricing curve — piecewise-linear utilization (floor → 4x → ceiling) per radio class. WIFI_DIRECT/AP at 0.01¢/MB floor, BLE 0.05, UWB 0.02, CELLULAR 0.50 (gateway-relay), LEO_SAT 1.00 (wholesale satellite). Air always undercuts even prepaid carrier rates.
- Capability scorer — per-class score caps (PHONE 350, LAPTOP 500, ROUTER 800, VEHICLE 600, SAT_GATEWAY 1000) weighted by radio kind (BLE 0.2x, WIFI_AP 1.2x, LEO_SAT 1.5x), RAM bonus, upstream-headroom bonus, sustained-power multiplier
- Reputation — bounded [0, 10000], +SUCCESS / -FAILURE / -SLASH, banned <1000, high-stakes-eligible >=3000. Pathfinder skips banned intermediate hops
- Phase-2 swap points called out — Postgres persistence, real radio adapters on iOS/Android/router firmware, LEO satellite gateway partnerships, fine-grained spectrum leases (idea #94), e2e + per-hop encryption
Carriers' 95% margin came from owning towers. We don't need towers.
~6.8B phones, 1.5B WiFi routers, 100M+ EVs, 4M+ LEO satellites already deployed. Hylaq Air is the protocol that turns them into one network — owned by the people running them.