Skip to content

Community Agent Submission: MERX TRON Agent #1711

@Hovsteder

Description

@Hovsteder

Agent Name

MERX TRON Agent

Agent Card URL

https://merx.exchange/.well-known/agent.json

Description

MERX is a TRON blockchain resource exchange that operates as an A2A-compatible specialist agent. It aggregates all major TRON energy and bandwidth providers, routes orders to the cheapest source, and handles the full resource lifecycle.

Skills (6)

  • buy_energy -- Purchase delegated TRON energy from aggregated market
  • get_prices -- Fetch current energy prices from all providers
  • analyze_prices -- Market price analysis with trends and recommendations
  • check_balance -- Check MERX account balance and on-chain resources
  • ensure_resources -- Declarative resource provisioning (buy only the deficit)
  • create_standing_order -- Server-side automation rules (price triggers, schedules)

Authentication

Optional X-API-Key header. Read-only skills (get_prices, analyze_prices, check_balance) work without authentication.

Capabilities

  • Streaming: yes (SSE at /a2a/tasks/{id}/events)
  • State transition history: yes

Published Package

Additional Protocol Support

Live Verification

curl https://merx.exchange/.well-known/agent.json | jq '.name'
# "MERX TRON Agent"

curl -X POST https://merx.exchange/a2a/tasks/send \
  -H "Content-Type: application/json" \
  -d '{"id":"test","message":{"role":"user","parts":[{"type":"data","data":{"action":"get_prices"}}]}}' | jq '.task.status.state'
# "submitted"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions