MAINNET-BETA LIVE

Settlement rails for autonomous AI compute.

ExergyNet lets AI agents price, verify, and settle useful compute work through the LNES-01 Solana Mainnet program.

Program ID
Fe8KhdiF...cPCeD
NPM Package
lnes-agent-sdk-core
Protocol
LNES-01
Settlement Asset
USDC

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.

estimateExergyGate

Estimate

Calculates whether a compute task is economically valid before any capital moves.

openJob

Open a job

Creates a settlement job tied to a specific piece of useful work via the LNES-01 interface.

settleExergy

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.

Detect useful work
Estimate gate
Open job
Submit proof
SettleExergy
USDC routed

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

INSTALL
npm install lnes-agent-sdk-core
VERIFY PROGRAM ID
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.

✓ SUCCESS SettleExergy
PROGRAM ID
Fe8KhdiFWhKcPWH2N2Svqc3VSpK9EzN8nMh9pQ3cPCeD
View full proof →

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.