The Payment Rail for AI Agents on TRON
Send USDT. Receive payments. Pay for APIs.
Your agent never touches gas, bandwidth, or keys.
x402 Facilitator on TRON
The x402 machine-to-machine payment standard (Coinbase + Cloudflare) now works on TRON. Three schemes (exact, exact_permit, exact_gasfree), three stablecoins (USDT, USDC, USDD). Any API server accepts payments with one line:
facilitator: "https://x402.merx.exchange"Built for Agents. Not Humans.
Every Protocol Supported
MCP (Anthropic), A2A (Google), ACP (BeeAI). Connect from Claude, LangChain, CrewAI, Vertex AI, AutoGen, BeeAI — zero configuration.
All TRC20 Tokens
USDT, USDC, USDD, and every TRC20 token. Smart send automatically estimates energy + bandwidth and purchases only what’s needed.
Full Payment Stack
Send, receive, watch addresses, create invoices, settle x402 API payments. Sub-3-second detection. Webhook delivery. Non-custodial.
One SDK. All of TRON.
Your agent calls three methods. MERX handles the rest.
Register
Add your TRON address. MERX monitors it 24/7.
Call
Use send(), receive(), watch(), or invoice(). Any TRC20 token.
Done
MERX buys energy, broadcasts the transaction, fires webhooks. Agent never sees gas.
import { MerxClient } from 'merx-sdk'
const merx = new MerxClient({ apiKey: 'sk_live_...' })
// Send USDT — agent never touches energy
await merx.agent.send({
to: 'TRecipientAddress',
token: 'USDT',
amount: '100'
})
// Detect incoming payments in <3 seconds
const payment = await merx.agent.receive({
token: 'USDT',
webhook: 'https://your-agent/callback'
})Every Agent Framework. One Platform.
The only TRON infrastructure accessible from all three major agent protocols.
Model Context Protocol (Anthropic)
60 tools / 30 prompts / 21 resources
Claude Desktop, Cursor, Windsurf, any MCP client
https://merx.exchange/mcp/sseMCP Server Details →Listed on: Glama · Smithery · MCP Registry
Agent-to-Agent (Google)
8 skills / SSE streaming / task history
LangChain, CrewAI, Vertex AI, AutoGen, Mastra
https://merx.exchange/.well-known/agent.jsonA2A Integration →Listed on: awesome-a2a · a2aregistry.in
Agent Communication Protocol (BeeAI)
8 capabilities / run-based execution
BeeAI, IBM watsonx, ACP frameworks
https://merx.exchange/.well-known/agent-manifest.jsonACP Integration →Automatic Resource Management
When your agent calls send(), MERX handles all of this invisibly:
Live prices for 1h energy rentals, refreshed every 30 seconds across all providers. Buy energy directly →
Natural Language → On-Chain Automation
"Keep 500,000 energy on my wallet. Buy when price drops below 55 SUN. Max 200 TRX per week."
├─ trigger: price < 55 SUN ├─ amount: 500,000 energy ├─ budget: 200 TRX/week └─ expires: 30 days
Powered by Claude Sonnet 4. Available via MCP tool, A2A skill, and REST API.