Files
winning-wallet-finder_github/fly.surgebot.toml
T
jaxperro eeeed39e22 surgebot: Study A paper harness, deploy-ready for the Friday sprint (#16)
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>
2026-07-21 15:15:53 -04:00

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"