live retune (user 2026-07-10): caps off, 4% paper-parity, abs guard, pending registry

1. Caps retired: risk block mirrors the paper sentinels; sizing is the
   paper bot's 4%-of-equity (class_pct 0.04/0.12), floored at the venue's
   $1 min order (4% of a $22 book is $0.89 — sub-min stakes died at the
   gate). bankroll rebased to the real $22.28 equity; spend tracker reset
   (the confusing $35 is gone with the daily cap).
2. Price guard is now ABSOLUTE +0.05 (both books): 0.14→0.15 follows,
   0.14→0.20 skips. The relative 5% blocked one-tick moves on cheap
   in-play books.
3. Pending-order registry: in-play 'delayed' holds are no longer cancelled
   at 20s — the executor hands them to state.pending_orders with full copy
   context; the heartbeat resolver adopts the fill whenever it lands
   (bets/my_pos/cash/ledger, TTL 600s → cancel + honest miss). Recovers
   Rune-Eaters-class holds (+$7.50 forfeited by the old cancel).
   5 stub-client paths pass incl. adopt + expire.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jaxperro
2026-07-10 17:17:26 -04:00
parent fd840ba9e3
commit 705f8b2c39
5 changed files with 6430 additions and 6282 deletions
+2 -2
View File
@@ -2,7 +2,6 @@
"mode": "paper",
"bankroll_usd": 1000.0,
"bankroll_pct": 0.04,
"price_guard_pct": 0.05,
"wallets": [
{
"wallet": "0x41558102a796ba971c7567cad41c307e59f8fa41",
@@ -67,5 +66,6 @@
"max_price": 0.99,
"min_order_usd": 5.0,
"max_per_event": 0
}
},
"price_guard_abs": 0.05
}