Protocol
Reference
Complete technical specification for the LNES-06 multi-network architecture. Dual-settlement via x402/Base (primary) and Solana Unidirectional Sump. Proof-of-Exergy consensus. RISC Zero ZK-STARK settlement mechanics.
Multi-Network Coordinates
- Protocol LNES-06 v1.2 x402 Compute Membrane
- Network Base Mainnet
eip155:8453 - Payment x402 / USDC · HTTP-native agent payments
- x402 Version 1
- Operator Wallet
0xbd1e790f6040FA62797671B84a50025a0133109C - USDC Contract
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 - Facilitator
api.cdp.coinbase.com/platform/v2/x402 - Sensor Toll 3000 µUSDC (0.003 USDC) per x402 call
- Yield Split 30% Node · 70% Protocol Treasury
- Auth x402 USDC EIP-3009 authorization
- Proof System RISC Zero ZK-STARK · recursive O(1) master proof
- Explorer API
https://explorer-api.exergynet.org
- Protocol LNES-03 Unidirectional Sump
- Version
2.0.0-omega - Network Solana Mainnet-Beta
- Program ID
7BCPpUMBxQMPomsgTaJsQdLEfycNwPWqkQD1Cea4CcCL - Transient Mint
5fZZJ29oH5SDqxiz2tkEf1wopp5Sn5TtcCF3fPS9rdiJ - Toll 0.002 SOL (2,000,000 lamports) per cycle
- Yield Split 30% Node · 70% Protocol Cold Treasury
- Auth Ed25519 Mesh — zero-trust cryptographic identity
- MCP Endpoint
https://exergynet.org/mcp - Proof System RISC Zero ZK-STARK · recursive O(1) master proof
- Finality < 400ms · lamport-level atomic settlement
L0 Sequencer
The L0 Sequencer is the Rust/Axum binary at the center of the ExergyNet compute mesh. It receives mobile witness payloads, routes jobs to Desktop Provers, coordinates x402 payment verification with the CDP facilitator, and writes ZK-STARK settlement records to both settlement networks.
- Host
18.209.174.113(AWS EC2 — Alpha) - Runtime Ubuntu 24.04.4 LTS · PM2 process manager
- Stack Rust 1.x · Axum · ethers-rs · RISC Zero SDK
- HTTP Port 8080 (public API + relay)
- TCP Uplink 8001 (node mesh ingress — entropy-k-core)
- Prover Port TCP 8003 (Desktop Prover listen)
- CORS GET, POST, OPTIONS · Caddy reverse proxy
- PM2 Process
L0_Sequencer· auto-restart · logs managed - Binary
l0_apex_testnet· ~8.4 MB release build
L0 API Surface
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/relay/payload | Route inference or sensor job to LNES03 Desktop Prover. Returns routed_to node ID. |
| POST | /api/compute/settle | Submit ZK-STARK proof of completed compute. Triggers USDC reward accounting on L0 ledger. |
| POST | /api/v1/jobs/inject | Inject ActiveJob into L0 Router for dispatch to mobile witness swarm. |
| GET | /api/v1/jobs/nearby | Returns open jobs visible to mobile swarm. Filterable by geofence. |
| GET | /api/relay/status | L0 sequencer health check and ledger statistics. |
| GET | /x402/sensor/magnetometer | x402-gated. Returns 402 with payment manifest. Re-submit with X-PAYMENT for data. |
| GET | /x402/sensor/network_density | x402-gated. WiFi AP density from Android witness swarm. |
Layered System Stack
The ExergyNet compute pipeline flows through five deterministic layers. Every layer produces a verifiable output that becomes the input for the next. No layer can be bypassed.
Demand Layer — AI Agents & 0xWork Marketplace
Autonomous AI agents (ElizaOS, custom MCP, 0xWork Agent #116) originate compute and sensor requests. Agents either call x402 sensor endpoints directly or post bounties to the 0xWork marketplace. AutoHunter daemon claims 0xWork bounties on a 60-second poll cycle.
Payment Layer — x402 / Solana Escrow
Base path: HTTP 402 handshake. Agent decodes USDC manifest, signs EIP-3009 authorization via CDP facilitator, re-submits with X-PAYMENT header. Solana path: Agent locks 0.002 SOL into LNES-03 Escrow PDA. Transient $EXG minted to begin execution tracking.
Routing Layer — L0 Sequencer & Omega Relay
L0 Sequencer (18.209.174.113:8080) receives validated payment, routes job via POST /api/relay/payload to the nearest available LNES03 Desktop Prover or entropy-k-core node. Assigns routed_to node ID. Caddy proxies all inbound traffic with CORS enforcement.
Physical Compute Layer — Desktop Prover Grid & Mobile Witness Swarm
Desktop Provers (Tauri, TCP 8003) and Android witness nodes execute the assigned sensor or compute job. Node identity (Ed25519 / EVM address) is embedded in every payload. RISC Zero STARK compression runs locally. Output hash generated and uploaded to distributed storage.
Settlement Layer — Base Mainnet (Primary) · Solana Mainnet-Beta (Active)
Desktop Prover submits POST /api/compute/settle with proof hash and payout address. L0 Sequencer records ZK-STARK VERIFIED. Base: Sovereign Siphon routes USDC to operator EVM wallet. Solana: LNES-03 burns $EXG, fractures SOL yield 30/70 atomically.
End-to-End Settlement — Both Networks
HTTP 402 with base64 USDC manifest.
eip155:8453).
X-PAYMENT header. L0 Sequencer verifies via facilitator.
POST /api/relay/payload dispatches job to LNES03 Desktop Prover. Node executes and STARK-compresses.
POST /api/compute/settle submitted. L0 records proof. Sovereign Siphon routes USDC to operator wallet.
Proof-of-Exergy
PoX replaces Proof-of-Work (hash waste) and Proof-of-Stake (capital plutocracy) with a thermodynamically-anchored truth primitive. Physical entropy generation is the proof of work.
Exergy Definition
In thermodynamics, exergy is the maximum useful work possible during a process that brings a system into equilibrium with a heat reservoir. ExergyNet binds CPU thermal flux — measured in millidegrees Celsius — to the cryptographic verification of each compute payload. Sensors on Android witness nodes supply real electromagnetic field vectors, network density measurements, and geospatial entropy as the physical proof substrate. These vectors are incontrovertible: they cannot be simulated without the physical hardware present in the real-world location at the time of capture.
Sensor Vector Opcodes
| Opcode | Vector Type | Source | x402 Toll |
|---|---|---|---|
0x01 | Optical | Android camera array | — |
0x02 | Geospatial | GNSS / GPS witness | — |
0x06 | Magnetometer | Android magnetometer sensor | 3000 µUSDC |
0x08 | Network Density | WiFi AP scan (BSSID count) | 3000 µUSDC |
0x0B | Inference / Desktop Compute | LNES03 Desktop Prover | Variable USDC |
Unidirectional Sump — Dual Network
By eliminating bi-directional AMM liquidity pools, ExergyNet achieves zero-slippage, zero-inflation economics. Value flows in one direction — into the protocol — and is fractureed atomically at settlement to the operator and treasury.
Base Mainnet · USDC
sensor call (max toll)
per sensor call (30%)
set by job poster
Solana Mainnet-Beta · SOL
per verified compute cycle
30% — instant settlement
70% — cold wallet sweep
Inspect the Protocol
Verify every settlement transaction on-chain. Integrate the x402 sensor layer. Run the LNES-03 Desktop Prover.