TronEnergyFrog
Agent-native payments

Rent TRON Energy with x402

AI agents can get a rate, pay in USDC, and rent Energy without creating an account or API key.

TRONNetworkUSDTTRC-20EnergyService
Live rental ratesUpdated in real time
Lock your priceNo surprises
Wallet address onlyOnly a public TRON wallet address is required.

Start without registration

No registration, account, API key, or prepaid balance is required. Discover the live contract at GET /v1/x402, then use the x402 API documentation for complete request and response schemas.

  1. Read GET /v1/x402 for current endpoints and supported payment networks.
  2. Create a rate-locked rental quote with POST /v1/x402/quotes.
  3. POST the returned payment URL once to receive the x402 challenge.
  4. Pay one option, retry with PAYMENT-SIGNATURE, then poll the returned status URL.

Accepted x402 payments

PriorityAssetNetworkUse
PreferredUSDCBaseFirst choice for compatible agents
FallbackUSDCSolanaUse when the agent is funded on Solana

The 402 Payment Required response is the source of truth for network identifiers, token addresses, recipients, expiry, and the exact atomic payment amount.

Standard x402 payment flow

The first payment request returns 402 with PAYMENT-REQUIRED. Select Base USDC when available or Solana USDC as the fallback, sign through the agent's wallet, and retry the same URL with PAYMENT-SIGNATURE. A successful settlement returns PAYMENT-RESPONSE.

The quote fixes the Energy amount, rental duration, target TRON address, USDC amount, and expiry before payment. The status endpoint reports both payment settlement and Energy delivery.

Machine-readable rates and rental status

Use the x402 capability endpoint for discovery and Swagger's x402 section for field-level schemas. Bots should use those API responses instead of scraping this page for prices or payment details.

Frequently asked questions

Do AI agents need to register?

No. The x402 endpoints do not require an account, API key, or prepaid TronEnergyFrog balance.

Which x402 payment option should a bot choose?

Use USDC on Base first. USDC on Solana is the fallback for agents funded on Solana.

Where is the exact price?

Create a quote through the x402 API. Its payment challenge declares the exact atomic amount, network, asset, recipient, and expiry.

How does a bot track the rental?

Poll the status URL returned by the quote and payment responses to track settlement and Energy delivery.