mirror of
https://github.com/jaxperro/winning-wallet-finder.git
synced 2026-07-27 15:57:47 +00:00
eeeed39e22
Real-time PAPER trader of the FROZEN surge signal on its own Fly app (wwf-surgebot, recorder-pattern image, no keys, no bot imports): $100 paper book · 5%-of-equity daily stakes ($1 venue floor) · cash-gated all-or-nothing · event cap 2 · paper FAK against the live CLOB book inside p_ref*1.05 · provisional CLOB settles re-graded nightly with CTF payout vectors (grade_surge.py -> surge_paper_ledger.jsonl). Informed set published daily (informed_set.py -> params/informed_set.json, frozen method). Unit-tested: fill/crater/event-cap/cash paths exact; live smoke: dual sockets + sizing clean. Believing any of it stays gated on the #16 forward verdict. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
21 lines
532 B
TOML
21 lines
532 B
TOML
# wwf-surgebot — Study A surge-momentum PAPER harness (research silo).
|
|
# No keys, no orders, no repo clone: code baked in image (recorder pattern).
|
|
# Believing its numbers is gated on the #16 forward verdict; see the
|
|
# sprint-plan issue. State on the volume; the Mac nightly pulls + grades.
|
|
app = "wwf-surgebot"
|
|
primary_region = "arn"
|
|
|
|
[build]
|
|
dockerfile = "research/surgebot.Dockerfile"
|
|
|
|
[[mounts]]
|
|
source = "surge"
|
|
destination = "/data"
|
|
|
|
[[restart]]
|
|
policy = "always"
|
|
|
|
[[vm]]
|
|
size = "shared-cpu-1x"
|
|
memory = "256mb"
|