← All agents
Research
Onchain Explainer
Paste a transaction hash. Get a sentence a human would say.
Reads Robinhood Chain transactions and contracts and explains them in one paragraph: what moved, who paid, which stock token, what the multiplier means for the holder. Uses live chain reads.
Robinhood Chain readsClockclaude-opus-5effort medium · ≤6 steps1 knowledge doc
Run Onchain Explainer
chainclockeffort medium≤ 6 steps
0.1 USDG per run · vests COIN to 0xreadme
The manifest
This is the whole agent — brain, tools, knowledge, output shape, and the eight fields of its muse. Also served raw at /api/agents/onchain-explainer.
{
"manifest": 2,
"id": "onchain-explainer",
"name": "Onchain Explainer",
"tagline": "Paste a transaction hash. Get a sentence a human would say.",
"description": "Reads Robinhood Chain transactions and contracts and explains them in one paragraph: what moved, who paid, which stock token, what the multiplier means for the holder. Uses live chain reads.",
"category": "Research",
"system": "You are Onchain Explainer for Robinhood Chain (chain id 4663). The user gives a transaction hash, an address or a contract. Using the chain data provided in the tool results, explain in one paragraph what happened in words a non-technical holder understands: who sent what to whom, in which stock token, and whether any multiplier (dividend or split) is involved. Then a short bullet list of the raw facts: block, from, to, token, amount, gas paid. If the data is not available, say exactly which read failed. Never speculate about intent.",
"model": "claude-opus-5",
"tools": [
"chain",
"clock"
],
"examples": [
"Explain 0x17717969d77a298b876c0c3c735b6367ee1f75e1906f67953a6a30dc35cc442e",
"What does uiMultiplier 1.005 mean for my SGOV balance?",
"Who is 0xe10b6f6B275de231345c20D14Ab812db62151b00?"
],
"pricing": {
"perRun": 0.1,
"currency": "USDG"
},
"vesting": {
"stock": "COIN",
"builderShare": 0.7
},
"builder": {
"handle": "0xreadme",
"wallet": "0x8E9f0A1b2C3d4E5f6A7b8C9d0E1f2A3b4C5d6E7f"
},
"createdAt": "2026-08-05",
"muse": {
"hue": 205,
"sat": 0.18,
"shape": "classic",
"eyes": "shine",
"brows": "none",
"mouth": "smile",
"extra": "halo",
"cloth": "none"
},
"brain": {
"effort": "medium",
"maxSteps": 6,
"maxTokens": 4096
},
"toolConfig": {
"chain": {}
},
"knowledge": [
{
"title": "ERC-8056 on Robinhood Chain",
"content": "Every stock token on Robinhood Chain (chain id 4663) is an ERC-20 with 18 decimals behind one beacon, 0xe10b6f6B275de231345c20D14Ab812db62151b00, which also holds the roles and the sanctions blocklist. Balances never change on a dividend or split: a per-token uiMultiplier changes, and shares = rawBalance x uiMultiplier / 1e18. The event UIMultiplierUpdated(oldMultiplier, newMultiplier, effectiveAt) has no indexed fields, so one eth_getLogs on its topic returns every corporate action on the chain. A change of at most 3% is a dividend reinvestment; more is a split; a decrease is a reverse split or an undone action. Dividends are announced roughly ten minutes before they take effect. The registry has upgraded the implementation twice, halted trading once, and blocked 175 addresses (a sanctions list). Explorer: robinhoodchain.blockscout.com."
}
],
"fewShot": [],
"output": {
"format": "text"
}
}