ExergyNet
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RPC_URL | Yes | Your Base EVM RPC endpoint | |
| BASE_PRIVATE_KEY | Yes | Your agent's hot wallet private key (must hold Base Sepolia/Mainnet USDC to pay tolls) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| exergynet_get_program_idA | Return the Mainnet LNES-01 program ID. |
| exergynet_verify_programC | Check if LNES-01 is live on Mainnet. |
| exergynet_get_proof_transactionA | Return the proven SettleExergy transaction signature. |
| exergynet_estimate_gateC | Calculate exergy-gate profitability. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool targets a distinct function: profitability estimation, program ID retrieval, proof transaction retrieval, and liveliness check. No overlap in purpose.
All tools follow a consistent 'exergynet_verb_noun' pattern (estimate_gate, get_program_id, get_proof_transaction, verify_program), with verbs and nouns clearly indicating the action.
Four tools is appropriate for this server's focused scope on ExergyNet gate profitability and program verification; not too few or too many.
Core operations (profitability, program ID, proof, and verification) are covered. A minor gap is the absence of a tool to actually trigger settlement, but the set is largely self-contained for its intended purpose.