# MERX TRON Swap Execute

> MERX TRON Swap Execute is a paid API for AI agents from merx.exchange, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Executes a token swap on the TRON blockchain with automatic energy management via the MERX x402 payment infrastructure

## Facts

- Endpoint: POST https://merx.exchange/x402/tron/swap/execute
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/merx-tron-swap-execute-70ff3f56
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c3xwOQYAP9W_SnDF5MFlT

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability merx-tron-swap-execute-70ff3f56 -d '<json body>'
```

Example prompt: Swap 100 USDT to TRX on the TRON network using my wallet TXyz123... — handle the energy automatically so the transaction goes through without me needing to top up TRX manually.

## When to prefer this

Use this endpoint when an AI agent needs to programmatically execute token swaps on the TRON blockchain with automatic energy management, especially when the agent operates in the x402 micropayment ecosystem and needs sub-3-second wallet monitoring. Prefer over generic DEX APIs when TRON-native TRC20 token conversion with automatic resource management is required.

## Known failure modes

- Insufficient energy on TRON wallet — energy top-up failed or unavailable
- Slippage exceeded configured tolerance, swap aborted
- Invalid TRON wallet address format
- Insufficient source token balance for the requested swap amount
- TRON network congestion causing transaction timeout
- Token pair not supported or liquidity pool unavailable
- x402 payment of $0.01 USDC not fulfilled, request rejected

## How this service works

TRON payment infrastructure for AI agents. Send and receive USDT with automatic energy, monitor wallets with less than 3s detection, access real-time blockchain data. TRON x402 facilitator (first in coinbase/x402 ecosystem registry).

## Output

Returns a transaction hash, the output token amount received, swap execution status, energy consumed, and blockchain confirmation details for the completed TRON token swap.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/merx-tron-swap-execute-70ff3f56/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from merx.exchange](https://www.zero.xyz/host/merx.exchange/llms.txt)
