From ab2a160fb8caf1f35bb1f9b6bdd9bd4803eff523 Mon Sep 17 00:00:00 2001 From: jaxperro Date: Wed, 8 Jul 2026 23:34:19 -0400 Subject: [PATCH] live config: bankroll $32 (actual deposit) @ 15.625% = $5 stakes, caps unchanged Co-Authored-By: Claude Fable 5 --- config.live.example.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.live.example.json b/config.live.example.json index ac0af9d2..873dfa1e 100644 --- a/config.live.example.json +++ b/config.live.example.json @@ -1,8 +1,8 @@ { "mode": "live", "_comment": "Live-test config, SECRET-FREE and committed. The Fly live worker (wwf-copybot-live, COPYBOT_ROLE=live) reads THIS file and takes secrets from env (LIVE_PRIVATE_KEY/LIVE_FUNDER_ADDRESS + LIVE_CONFIRM to arm). Mac use: cp -> config.live.json and fill live.*. RULES: bankroll_usd MUST equal the actual USDC deposit at arm time (the 1.4 cash-anchor checks state cash vs chain); risk caps are LIVE_ROLLOUT rule 0.6 \u2014 never raise before Phase 6; follow set mirrors copybot.paper.json (Set E) so paper and live books stay comparable.", - "bankroll_usd": 50.0, - "bankroll_pct": 0.1, + "bankroll_usd": 32.0, + "bankroll_pct": 0.15625, "price_guard_pct": 0.05, "taker_fee_rate": 0.03, "discord_webhook": "", @@ -21,8 +21,8 @@ "min_entry": 0.0, "max_entry": 0.95, "class_pct": { - "volume": 0.1, - "whale": 0.1 + "volume": 0.15625, + "whale": 0.15625 } }, "risk": { @@ -44,7 +44,7 @@ "auto_redeem": true, "rpc_url": "" }, - "stake_cap_usd": 50.0, + "stake_cap_usd": 32.0, "wallets": [ { "wallet": "0x41558102a796ba971c7567cad41c307e59f8fa41",