Files
winning-wallet-finder_github/live/backtest.json
T
jaxperro 3674d2f099 whales demoted to volume class everywhere + status vocabulary in the backtest feed
- all three whales -> volume (conviction-only, 4%/bet); truth-scored 30d
  replay IMPROVES $2.5k -> $10.5k (+946%, 230W/54L/88R): follow-all at 12%
  was burning bankroll on low-conviction in-play scraps. Demoted wallets get
  floors PINNED from trusted cache p80 (Stavenson $4,760 / 0x4bFb $1,090 /
  ArbTrader $168) — their dust-heavy recent books auto-derive uselessly low.
- portfolio feed rows now carry status won/lost/refund (missed too),
  mirroring the live bot; no 'sold' by design (hold-to-resolution replay
  never exits early). Dashboard renders refunds amber with W/L/R counts.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 02:59:13 -04:00

49 lines
1.1 KiB
JSON

{
"days": 30,
"class_pct": {
"volume": 0.04,
"whale": 0.12
},
"wallets": [
{
"wallet": "0xe8ca3f758c93f44f3ec210542ab78afb7c0bcccb",
"name": "Kruto2027",
"class": "volume"
},
{
"wallet": "0x86c878cde72660ec52f5e6f0f0438b76de8fc867",
"name": "fortuneking",
"class": "volume"
},
{
"wallet": "0x41558102a796ba971c7567cad41c307e59f8fa41",
"name": "LSB1",
"class": "volume"
},
{
"wallet": "0xd96750bf8d941a8186e592b0ae6e096da66aa266",
"name": "imwalkinghere",
"class": "volume"
},
{
"wallet": "0xfc81760d44a21acc9fd4b749a5bf9a9b2eeae072",
"name": "iohihoo",
"class": "volume"
},
{
"wallet": "0xf5fe759cece500f58a431ef8dacea321f6e3e23d",
"name": "Stavenson",
"class": "volume"
},
{
"wallet": "0x73afc8160c17830c0c7281a7bf570c871455b880",
"name": "0x4bFb-whale",
"class": "volume"
},
{
"wallet": "0x72e1597864456eda62878413cf3e60c332e4a45d",
"name": "ArbTrader",
"class": "volume"
}
]
}