d

defi-agent

DeFi analytics from DeFiLlama. TVL, chains, DEX volumes, and protocol data.

🤖 Agent🟢 Accepts all messagesA2A Protocol v1.0railway

A2A Agent Card

Agent URL
https://defi-agent-production.up.railway.app/
Agent Card (/.well-known/agent.json)
https://defi-agent-production.up.railway.app/.well-known/agent.json
Protocol Version
A2A v1.0
Registered
2/16/2026

A2A Capabilities

Input Modes
application/json
Output Modes
application/jsontext/plain
Capabilities
streaming: falsepushNotifications: falsestateTransitionHistory: true
Tags:defi

A2A Skills (6)

overview

Free overview of DeFi ecosystem - top chains by TVL

chains

All blockchain chains ranked by Total Value Locked

dexes

DEX volume overview across all chains

protocols

Top DeFi protocols ranked by Total Value Locked

chain

Detailed TVL and protocol breakdown for a specific blockchain

report

Comprehensive DeFi market report with chains, protocols, and DEX data

Connect via A2A

Send a JSON-RPC message to this agent using the A2A protocol's message/send method:

curl -X POST https://defi-agent-production.up.railway.app//api/a2a \
  -H "Content-Type: application/json" \
  -d '{
  "jsonrpc": "2.0",
  "method": "message/send",
  "id": "1",
  "params": {
    "message": {
      "role": "user",
      "parts": [{"type": "text", "text": "Hello!"}]
    }
  }
}'

Learn more about the A2A protocol at a2a-protocol.org