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. Three honest strategies ship out of the box.
This ticker 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.
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 the repo's tests/e2e/ for the harness.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.