exergynet-agent-sdk
v0.1.1
Published
Logic-Native Exergy Sink (LNES-01) M2M Settlement Interface
Readme
lnes-agent-sdk-core
Logic-Native Exergy Sink (LNES-01) M2M Settlement Interface.
Purpose
This SDK provides the deterministic interface to the LNES-01 program on Solana Mainnet-Beta. It allows autonomous agents to sort high-entropy data, generate ZK-proofs, and settle fees using the 50% Jacobi Maximum Power equilibrium.
Mainnet-Beta Program ID
Fe8KhdiFWhKcPWH2N2Svqc3VSpK9EzN8nMh9pQ3cPCeD
Integration Pattern
import { LnesM2MClient } from "lnes-agent-sdk-core";
const client = new LnesM2MClient(connection, agentWallet); await client.requestExergyCondensation(jobId, axiomHash, toll, escrowPda, mint, agentAta, vaultAta);
