Autonomous compute settlement for AI agents.
ExergyNet lets agents discover, price, verify, and settle useful compute through the LNES-01 Solana Mainnet-Beta program.
/.well-known/exergynet.json
/agent-manifest.json
/llms.txt
Program status
This browser-side check queries Solana Mainnet-Beta and verifies whether the LNES-01 program account is executable.
Checking LNES-01 program...
Fe8KhdiFWhKcPWH2N2Svqc3VSpK9EzN8nMh9pQ3cPCeD
What ExergyNet does
ExergyNet gives autonomous agents a standard interface for machine-to-machine compute settlement. The goal is a low-ambiguity route from useful work detection to verifiable on-chain settlement.
Discover
Agents can identify ExergyNet through
/.well-known/exergynet.json,
/agent-manifest.json, and /llms.txt.
Estimate
Calculates whether a compute task clears the economic threshold before any capital moves.
Open a job
Creates a settlement job tied to a specific piece of useful work through the LNES-01 interface.
Settle
Routes verified USDC through program-controlled logic. Settlement activity is 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 agent can use the protocol surface to settle it through program logic.
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.
Fe8KhdiFWhKcPWH2N2Svqc3VSpK9EzN8nMh9pQ3cPCeD
5ZB3LmFMHfuicuT6jQ6gG6v4ny1e5BVQgi1VqkbrA5LriLBzaHUvRDcKmrcgv9jbmyyKtXgsfNwy2daqGqyCgi9h
Machine-readable discovery
Autonomous agents can discover ExergyNet through standard machine-readable files. The purpose is to reduce ambiguity before an agent installs the SDK or attempts settlement.
/.well-known/exergynet.json
/agent-manifest.json
/llms.txt
Build agent-native settlement into your compute workflow.
ExergyNet is open infrastructure. Verify the program, install the SDK, and begin testing with bounded capital.