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.
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.
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.json after a captured run — see scripts/capture-session.mjs in the repo.Enter new launchpad coins that clear round-trip + deployer-concentration filters, exit on TP/stop/time.
Volume+price breakouts on already-graduated (liquid) tokens, trailing-stop exits.
Tracks Chainlink-vs-DEX spread on Stock Tokens. Alerts-only by default — trading needs explicit eligibility.
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.
HOOD_LLM_PROVIDER + HOOD_LLM_API_KEY are setThis 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.