# MERX TRON Batch Payment Sender

> MERX TRON Batch Payment Sender 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).

Send multiple USDT payments in a single batch transaction on the TRON blockchain with automatic energy management

## Facts

- Endpoint: POST https://merx.exchange/x402/tron/send/batch
- 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-batch-payment-sender-51a25721
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s2MumxlHSh7wSzbWm7AqY

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-batch-payment-sender-51a25721 -d '<json body>'
```

Example prompt: Send USDT on TRON to these three wallets in one batch: 10 USDT to TAddr1xxx, 25 USDT to TAddr2xxx, and 5 USDT to TAddr3xxx — handle the energy automatically.

## When to prefer this

Use this endpoint when an AI agent needs to disburse USDT to multiple TRON wallet addresses in a single API call, especially when energy management complexity would otherwise block execution. Ideal for agentic payroll, multi-party settlements, or fan-out payment flows on TRON.

## Known failure modes

- Insufficient USDT balance in source wallet returns payment failure
- Invalid TRON recipient address format causes rejection
- Energy/bandwidth exhaustion on TRON causes transaction failure
- Network congestion causes delayed or failed broadcast
- Partial batch failure where some transfers succeed and others fail
- Invalid batch payload schema returns 400 error

## 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 transaction hashes and execution status for each payment in the batch, confirming successful on-chain TRON USDT transfers with energy management handled automatically.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/merx-tron-batch-payment-sender-51a25721/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)
