docs: sweep everything stale after the 2026-07-10 go-live day

README system-today gains the REAL-MONEY worker row (armed, push mode,
pending registry, Discord pings); /live marked live; cheat-sheet covers
both apps + disarm/re-arm + the stale-clone verify rule; guard bullet and
safety paragraph reflect the absolute +0.05 guard and retired caps; file
map adds fly.live.toml + the bridge/probe/flatten utilities. copybot/
copytrade module docstrings drop the archived py-clob-client story.
LIVE_ROLLOUT gets a status banner (executed through Phase 4; rule 0.6
superseded; Phase 5 matrix still worth running).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jaxperro
2026-07-10 17:31:51 -04:00
parent 77a944cba8
commit f9a4b51a4d
4 changed files with 43 additions and 18 deletions
+4 -2
View File
@@ -2,9 +2,11 @@
"""Polymarket copy-trade engine.
Watches a list of wallets and mirrors their trades onto your own account:
- sizing: a fixed % of your configured bankroll per new entry
- sizing: class % of current equity per new entry (capped at the signal's
own bet, floored at the venue's $1 minimum order)
- mirror: entries AND exits (sells are mirrored proportionally)
- guard: skip a copy if the market has moved >5% from their fill price
- guard: skip a copy if the price rose >5 POINTS above their fill
(absolute — 0.14→0.15 follows; better-than-theirs never blocked)
SAFETY
------