follow imwalkinghere (5th wallet): top fee-adjusted sharp

+$2,454 copy P&L, 72.4% conviction win (144-55), $257 avg bet, 2.1h median
lead. Added to bot configs (p80 floor $115.27) + backtest set. June backfill
with him: +2677% (in-sample selection bias + compounding, next stake $1,070 -
treat as a ceiling; depth-aware fills become necessary at these clip sizes).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jaxperro
2026-07-03 00:41:25 -04:00
parent 87d13385dc
commit 132793a166
3 changed files with 14 additions and 7 deletions
+8 -2
View File
@@ -7,7 +7,8 @@
"0xe8ca3f758c93f44f3ec210542ab78afb7c0bcccb",
"0xf3488e52ac2d7f0628b04481db5a5b0446f0e543",
"0x86c878cde72660ec52f5e6f0f0438b76de8fc867",
"0x41558102a796ba971c7567cad41c307e59f8fa41"
"0x41558102a796ba971c7567cad41c307e59f8fa41",
"0xd96750bf8d941a8186e592b0ae6e096da66aa266"
],
"watch": [
{
@@ -25,6 +26,10 @@
{
"wallet": "0x41558102a796ba971c7567cad41c307e59f8fa41",
"name": "LSB1"
},
{
"wallet": "0xd96750bf8d941a8186e592b0ae6e096da66aa266",
"name": "imwalkinghere"
}
],
"follow": {
@@ -34,7 +39,8 @@
"0xe8ca3f758c93f44f3ec210542ab78afb7c0bcccb": 123.08,
"0xf3488e52ac2d7f0628b04481db5a5b0446f0e543": 704.33,
"0x86c878cde72660ec52f5e6f0f0438b76de8fc867": 970.0,
"0x41558102a796ba971c7567cad41c307e59f8fa41": 231.0
"0x41558102a796ba971c7567cad41c307e59f8fa41": 231.0,
"0xd96750bf8d941a8186e592b0ae6e096da66aa266": 115.27
},
"min_entry": 0.0,
"max_entry": 0.95
+1 -1
View File
File diff suppressed because one or more lines are too long
+5 -4
View File
@@ -72,10 +72,11 @@ SLIP = 0.005
# the followed wallets — single source of truth (dashboard renders names from the feed)
WALLETS = [
{"name": "Kruto2027", "wallet": "0xe8ca3f758c93f44f3ec210542ab78afb7c0bcccb"},
{"name": "shisan888", "wallet": "0xf3488e52ac2d7f0628b04481db5a5b0446f0e543"},
{"name": "fortuneking", "wallet": "0x86c878cde72660ec52f5e6f0f0438b76de8fc867"},
{"name": "LSB1", "wallet": "0x41558102a796ba971c7567cad41c307e59f8fa41"},
{"name": "Kruto2027", "wallet": "0xe8ca3f758c93f44f3ec210542ab78afb7c0bcccb"},
{"name": "shisan888", "wallet": "0xf3488e52ac2d7f0628b04481db5a5b0446f0e543"},
{"name": "fortuneking", "wallet": "0x86c878cde72660ec52f5e6f0f0438b76de8fc867"},
{"name": "LSB1", "wallet": "0x41558102a796ba971c7567cad41c307e59f8fa41"},
{"name": "imwalkinghere", "wallet": "0xd96750bf8d941a8186e592b0ae6e096da66aa266"},
]