base-tx-explain
liveDeterministic blockchain transaction decoding for autonomous AI agents.
- Structured JSON output
- No LLM in the response path
- What happened: action, assets, counterparties
- Risk analysis with evidence
- Agent-ready responses (MCP + x402)
Validated on 100 random live Base transactions before launch — 95 decoded to a specific action type, the rest to an honest partial, zero crashes.
{
"summary": "0x401d…f2c5 swapped 0.03 ETH
for 12,899,422 WNL via Uniswap V4
PoolManager.",
"action_type": "swap",
"status": "success",
"counterparties": [
{ "label": "Uniswap V4 PoolManager" }
],
"risk_flags": [
{ "flag": "unverified_contract" }
],
"gas_paid_usd": 0.020562
}
Excerpt of an actual response for a live Base transaction, trimmed for width. Full schema in the docs.