First public release of hoodr — the open-source agent for trading tokenized stocks on Robinhood Chain.
Highlights
- Spot & perpetuals on tokenized stocks/ETFs (NVDA, TSLA, GOOGL, SPY, QQQ, …), routed on-chain.
- USD-native amounts (
$50) with on-chain ETH/USD pricing, plus an ETH→USDG on-ramp for perp collateral. - Non-custodial — local AES-256-GCM keystore, or per-user Turnkey delegated sessions for hosted multi-tenant.
- Hard spending caps enforced in code (and in-enclave for hosted mode).
- Automation daemon — recurring (DCA), limit, and stop orders.
- Drive it from any AI chat — local MCP (
hoodr mcp), or a hosted server (hoodr serve) exposing remote MCP + REST + OpenAPI for Claude, ChatGPT, Cursor, Grok, and custom GPTs.
Install
npm i -g @hoodrhq/cliMIT licensed. See the README and docs/ for setup, hosting, and architecture.