The only non-custodial energy marketplace with API access, AI agent support, and HSM-secured infrastructure
Energy delegated to your wallet in seconds. No waiting, no manual steps.
Your funds never leave your wallet. Permission-based delegation only.
Competitive marketplace with surge pricing that rewards early buyers.
Rent energy from 10 minutes to 30 days. Pay only for what you use.
Get started in 3 simple steps
Connect your TronLink wallet to access the marketplace
Select the amount of energy and rental duration you need
Energy is delegated instantly. Enjoy reduced transaction fees!
TronEnergyHub offers capabilities no other platform can match
| Feature | TronEnergyHub | CatFee | TronEnergy |
|---|---|---|---|
| Non-Custodial | — | — | |
| API Access | — | ||
| AI Agent Support | — | — | |
| MCP Integration | — | — | |
| x402 Protocol | — | — | |
| HSM Key Security | — | ||
| Custom Duration | |||
| Supplier Yield | — |
TronEnergyHub provides all the tools you need to minimize transaction costs on the TRON network.
Based on typical USDT transfer. Actual savings vary.
RESTful APIs, TypeScript SDK, webhooks, and sandbox environment
import { TronEnergyHub } from '@tronenergyhub/sdk';
const client = new TronEnergyHub({
apiKey: process.env.API_KEY,
});
// Buy 65,000 energy for 1 hour
const order = await client.orders.create({
energy: 65_000,
duration: '1h',
recipient: 'TYourAddress...',
});
console.log('Order:', order.id);
console.log('Status:', order.status);First-class TypeScript support with full type safety and IntelliSense.
Comprehensive REST API with Swagger documentation and rate limiting.
Real-time event notifications for order status changes and delegations.
Full testing environment on TRON Nile testnet. No real funds needed.
Let AI agents purchase energy autonomously via MCP and x402 protocol
Deploy autonomous agents that manage energy purchases based on your usage patterns and cost thresholds.
Model Context Protocol integration enables LLMs to interact with the marketplace directly.
HTTP 402 payment protocol for pay-per-request energy purchases. No pre-funding required.
What sets TronEnergyHub apart from every other energy marketplace
Your funds never leave your wallet. We use permission-based delegation — no transfer authority is ever granted.
MCP and x402 protocol support let AI agents purchase energy autonomously — the first marketplace built for agentic commerce.
REST API, TypeScript and Python SDKs, webhooks, and sandbox environment. Integrate in minutes, not days.