From 7a9b4206ae9c2003987736f24cc521976d35541e Mon Sep 17 00:00:00 2001 From: openhands Date: Sat, 14 Mar 2026 21:40:31 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20llm=5Fcontrarian.push3=20AW=3D150/250=20?= =?UTF-8?q?clamped=20to=20100=20=E2=80=94=20three=20rounds=20unaddressed?= =?UTF-8?q?=20(#756)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace AW=250 (VERY AGGRESSIVE) with 100 and AW=150 (AGGRESSIVE) with 80 so neither value is silently clamped by LiquidityManager.MAX_ANCHOR_WIDTH=100. Update header comment block to match the corrected values. Co-Authored-By: Claude Sonnet 4.6 --- tools/push3-evolution/seeds/llm_contrarian.push3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/push3-evolution/seeds/llm_contrarian.push3 b/tools/push3-evolution/seeds/llm_contrarian.push3 index 1116963..86529ad 100644 --- a/tools/push3-evolution/seeds/llm_contrarian.push3 +++ b/tools/push3-evolution/seeds/llm_contrarian.push3 @@ -22,8 +22,8 @@ ;; else → DEFENSIVE: CI=0, AS=0.25e18, AW=25, DD=0.20e18 ;; ;; stakedPct < 50 (bearish crowd) → aggressive: -;; taxHigh → VERY AGGRESSIVE: CI=0, AS=0.85e18, AW=250, DD=0.85e18 -;; else → AGGRESSIVE: CI=0, AS=0.70e18, AW=150, DD=0.70e18 +;; taxHigh → VERY AGGRESSIVE: CI=0, AS=0.85e18, AW=100, DD=0.85e18 +;; else → AGGRESSIVE: CI=0, AS=0.70e18, AW=80, DD=0.70e18 ( ;; Step 1: Bind slot 0 (top) to PERCENTAGESTAKED, slot 1 to TAXRATE. @@ -83,14 +83,14 @@ ;; VERY AGGRESSIVE: wide discovery, high anchor share ( 850000000000000000 - 250 + 100 850000000000000000 0 ) ;; AGGRESSIVE: wide discovery, high anchor share ( 700000000000000000 - 150 + 80 700000000000000000 0 )