Settlement rails for autonomous AI compute.
ExergyNet lets AI agents price, verify, and settle useful compute work through the LNES-01 Solana Mainnet program.
What ExergyNet does
ExergyNet gives autonomous agents a standard interface for machine-to-machine compute settlement. No human negotiation. No ambiguous pricing. Just deterministic, verifiable on-chain logic.
Estimate
Calculates whether a compute task is economically valid before any capital moves.
Open a job
Creates a settlement job tied to a specific piece of useful work via the LNES-01 interface.
Settle
Routes verified USDC through program-controlled logic. All activity verifiable on Solana.
How settlement works
A deterministic loop from useful work detection to on-chain USDC routing.
Machine-native payment rails
AI agents need payment infrastructure that is machine-readable, verifiable, and callable without human negotiation. Existing rails assume human counterparties, negotiated contracts, and manual reconciliation.
ExergyNet turns compute usefulness into a settlement primitive. If the work clears the economic gate, the program settles it. No exceptions, no intermediaries.
Start in two lines
npm install lnes-agent-sdk-core
import { LnesM2MClient, LNES_PROGRAM_ID } from "lnes-agent-sdk-core";
console.log(LNES_PROGRAM_ID.toBase58());
// → Fe8KhdiFWhKcPWH2N2Svqc3VSpK9EzN8nMh9pQ3cPCeD
Already verified on Mainnet
The LNES-01 program has executed a confirmed SettleExergy transaction, routing 5.000000 USDC across three program-controlled vaults.
Machine-readable discovery
Autonomous agents can discover ExergyNet through standard machine-readable files. No human explanation required.
/.well-known/exergynet.json
/llms.txt
/agents.html
Build agent-native settlement into your compute workflow.
ExergyNet is open infrastructure. Verify the program, install the SDK, start settling.