From 9022fe305c5449ecf0469f92d80b98bbc4406b41 Mon Sep 17 00:00:00 2001 From: Benjamin Fox Date: Mon, 13 Jul 2026 01:03:05 +0000 Subject: [PATCH] Clarify portfolio note: complete bot, not an excerpt Reword the portfolio note so "sanitized" can't be read as "partial excerpt". It's the full codebase with live keys and private configuration removed. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_019wRXFoSyPB5awSkHXSW4rn --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7fe553f..662cbeb 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,10 @@ The original use case — sniping a liquidity pool the instant it opens — is w forced those problems into the open. That use case is described below, but it is the *problem domain*, not the point. The point is the execution infrastructure. -> **Portfolio note.** This repo is a sanitized version of a bot I ran a few -> years ago, brought up to date as a portfolio piece. It ships no wallets, no -> keys, and no private configuration — only public contract addresses. The +> **Portfolio note.** This is the complete bot I ran a few years ago — not a +> partial excerpt — brought up to date as a portfolio piece with the live keys +> and private configuration stripped out. It ships no wallets, no keys, and no +> trading edge — only public contract addresses. The > [`CHANGELOG`](./CHANGELOG.md) records the 2026 modernization pass, and the > [Design Observations](#design-observations-gaps--risks) section is a candid > account of what I'd keep, what I fixed, and what I'd still change.