live//
connecting to rpc.mainnet.chain.robinhood.com… (ticker requires JavaScript — see below)
◆ paper mode by default robinhood chain 4663 / 46630 source on github

Autonomous agents that trade Robinhood Chain — with real risk caps and a live decision journal.

A framework + runnable fleet: strategy + wallet + risk budget + journal. Every tick observes live market data, simulates the fill with a real Uniswap v3 eth_call, checks every risk cap before anything executes, and journals the decision — trade or refusal — into SQLite. Four honest strategies ship out of the box, including an optional bring-your-own-key LLM strategist.

Live from Robinhood Chain mainnet

The ticker tape pinned under the tab strip at the top of this page calls the public RPC directly from your browser right now — no server, no SDK bundle, just a raw JSON-RPC POST. It's the same chain the fleet trades on: current block height on 4663, and AAPL's Chainlink feed decoded by hand from a raw eth_call. Open the browser console — there's nothing hidden, docs/live-ticker.js is the entire client.

A captured paper session

The numbers below are a real ≥30-minute paper-mode run against live mainnet data — not a mockup. Paper mode: every fill is simulated against the real Uniswap v3 quote, no funds moved. See the full methodology in Architecture.

Session data loads from session.json after a captured run — see scripts/capture-session.mjs in the repo.

Decision journal excerpt

Four strategies, honestly documented

Enter new launchpad coins that clear round-trip + deployer-concentration filters, exit on TP/stop/time.

  • Most new launches go to zero — negative-carry unless winners cover losers
  • Honeypots can toggle a sell tax after entry

Volume+price breakouts on already-graduated (liquid) tokens, trailing-stop exits.

  • Breakouts on thin pools are trivially fakeable
  • No edge in a flat or declining market — trend-only by design

Tracks Chainlink-vs-DEX spread on Stock Tokens. Alerts-only by default — trading needs explicit eligibility.

  • A premium can be correct — fading it loses on purpose
  • No shorting primitive — only discounts are ever tradeable

Bring your own key (Claude, OpenAI, Groq, or OpenRouter) — an LLM weighs the same on-chain signals launch-sniper checks mechanically, holistically instead of against fixed cutoffs.

  • Disabled unless HOOD_LLM_PROVIDER + HOOD_LLM_API_KEY are set
  • Stated confidence is not calibrated probability — trades exactly like a rule when it clears the bar

Full strategy docs, one at a time →

risk disclaimer

This software can autonomously sign and broadcast real transactions with real funds in live mode. Trading is risky — most new memecoin launches go to zero. Paper mode is the default and touches no funds. Read the full disclaimer in the README before funding a wallet.