🐙TakoAPI
← Agenten-Marktplatz

MERX TRON Agent

von Oratis Kamir

Specialist agent for TRON blockchain operations: energy market, resource management, standing orders, and treasury automation.

Noch nicht bewertet
Deine Bewertung

Melde dich an, um zu bewerten oder zu speichern

A2A StreamingKostenlos

Skills (7)

Analyze Energy Market

analyze_prices

Market price analysis with trends and provider comparison. Returns statistics and recommendations.

Eingabe: application/jsonEingabe: text/plainAusgabe: application/jsonAusgabe: text/plain
  • Analyze energy market trends
  • {"action":"analyze_prices","resource":"ENERGY"}

Buy TRON Energy

buy_energy

Purchase delegated energy from the MERX aggregated market. Routes to the cheapest available provider. Supports 1h to 30d durations.

Eingabe: application/jsonAusgabe: application/jsonAusgabe: text/plain
  • Buy 65000 energy for TAddr... for 1 hour
  • {"action":"buy_energy","energy_amount":65000,"target_address":"T...","duration_hours":1}

Check Balance

check_balance

Check MERX account balance (TRX, USDT) and on-chain resource allocation (energy, bandwidth) for any TRON address.

Eingabe: application/jsonEingabe: text/plainAusgabe: application/jsonAusgabe: text/plain
  • What is my energy balance?
  • {"action":"check_balance","address":"T..."}

Compile Natural Language Policy

compile_policy

Convert natural language instructions into MERX automation. One sentence in, working standing orders and monitors out. Preview first, then apply with confirmation.

Eingabe: application/jsonEingabe: text/plainAusgabe: application/jsonAusgabe: text/plain
  • Keep 500k energy on my wallet, buy when price is below 55 SUN, max 200 TRX/week
  • {"action":"compile_policy","instruction":"Buy energy daily at 9 AM, 1M units"}

Create Standing Order

create_standing_order

Create a persistent automation rule: buy energy when price drops below threshold, on a schedule, or when balance falls below minimum. Runs 24/7 server-side without any client connection.

Eingabe: application/jsonAusgabe: application/jsonAusgabe: text/plain
  • Buy 500000 energy whenever price drops below 50 SUN/unit
  • {"action":"create_standing_order","trigger":{"type":"price_below","threshold_sun":50}}

Ensure Resources

ensure_resources

Check current energy and bandwidth on a TRON address and purchase only the deficit needed to reach the specified target amounts.

Eingabe: application/jsonAusgabe: application/jsonAusgabe: text/plain
  • Make sure TAddr... has at least 500000 energy
  • {"action":"ensure_resources","address":"T...","energy_target":500000}

Get Energy Prices

get_prices

Fetch current energy prices from all MERX providers. Returns price per energy unit in SUN, available amounts, and durations.

Eingabe: application/jsonEingabe: text/plainAusgabe: application/jsonAusgabe: text/plain
  • What is the current energy price?
  • Compare energy prices from all providers