mirror of
https://github.com/jaxperro/winning-wallet-finder.git
synced 2026-08-03 03:07:47 +00:00
034e128281
Whale-class wallets bypass min_their_usd and per-wallet floors entirely: both current whales win ~92% across their ENTIRE book (Stavenson 469-39, 0x4bFb 862-72 all-time trusted; 99.2% last 30d for the whale), so size-filtering them only costs flow. The 0.95 entry cap stays (execution guard, validated). Floors removed from the paper config for both. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
78 lines
2.1 KiB
JSON
78 lines
2.1 KiB
JSON
{
|
|
"mode": "paper",
|
|
"bankroll_usd": 1000.0,
|
|
"bankroll_pct": 0.04,
|
|
"price_guard_pct": 0.05,
|
|
"watchlist": [
|
|
"0xe8ca3f758c93f44f3ec210542ab78afb7c0bcccb",
|
|
"0x86c878cde72660ec52f5e6f0f0438b76de8fc867",
|
|
"0x41558102a796ba971c7567cad41c307e59f8fa41",
|
|
"0xd96750bf8d941a8186e592b0ae6e096da66aa266",
|
|
"0xf5fe759cece500f58a431ef8dacea321f6e3e23d",
|
|
"0x73afc8160c17830c0c7281a7bf570c871455b880",
|
|
"0xfc81760d44a21acc9fd4b749a5bf9a9b2eeae072"
|
|
],
|
|
"watch": [
|
|
{
|
|
"wallet": "0xe8ca3f758c93f44f3ec210542ab78afb7c0bcccb",
|
|
"name": "Kruto2027"
|
|
},
|
|
{
|
|
"wallet": "0x86c878cde72660ec52f5e6f0f0438b76de8fc867",
|
|
"name": "fortuneking"
|
|
},
|
|
{
|
|
"wallet": "0x41558102a796ba971c7567cad41c307e59f8fa41",
|
|
"name": "LSB1"
|
|
},
|
|
{
|
|
"wallet": "0xd96750bf8d941a8186e592b0ae6e096da66aa266",
|
|
"name": "imwalkinghere"
|
|
},
|
|
{
|
|
"wallet": "0xf5fe759cece500f58a431ef8dacea321f6e3e23d",
|
|
"name": "Stavenson"
|
|
},
|
|
{
|
|
"wallet": "0x73afc8160c17830c0c7281a7bf570c871455b880",
|
|
"name": "0x4bFb-whale"
|
|
},
|
|
{
|
|
"wallet": "0xfc81760d44a21acc9fd4b749a5bf9a9b2eeae072",
|
|
"name": "iohihoo"
|
|
}
|
|
],
|
|
"follow": {
|
|
"buy_only": true,
|
|
"min_their_usd": 25.0,
|
|
"per_wallet_min_usd": {
|
|
"0xe8ca3f758c93f44f3ec210542ab78afb7c0bcccb": 123.08,
|
|
"0x86c878cde72660ec52f5e6f0f0438b76de8fc867": 970.0,
|
|
"0x41558102a796ba971c7567cad41c307e59f8fa41": 231.0,
|
|
"0xd96750bf8d941a8186e592b0ae6e096da66aa266": 115.27,
|
|
"0xfc81760d44a21acc9fd4b749a5bf9a9b2eeae072": 55.63
|
|
},
|
|
"min_entry": 0.0,
|
|
"max_entry": 0.95,
|
|
"wallet_class": {
|
|
"0xf5fe759cece500f58a431ef8dacea321f6e3e23d": "whale",
|
|
"0x73afc8160c17830c0c7281a7bf570c871455b880": "whale"
|
|
},
|
|
"class_pct": {
|
|
"volume": 0.04,
|
|
"whale": 0.12
|
|
}
|
|
},
|
|
"risk": {
|
|
"max_trade_usd": 1000000.0,
|
|
"max_position_usd": 1000000.0,
|
|
"daily_spend_cap_usd": 1000000.0,
|
|
"max_total_exposure_usd": 1000000.0,
|
|
"max_open_positions": 1000,
|
|
"min_price": 0.01,
|
|
"max_price": 0.99,
|
|
"min_order_usd": 5.0,
|
|
"max_per_event": 0
|
|
},
|
|
"stake_cap_usd": 250.0
|
|
} |