Files
jaxperro fce6f0f2de research: oraclebot — Study B real-time paper harness (wwf-oraclebot) + nightly chain grading
Mirrors forward.py::score_oracle semantics verbatim (constants frozen from
study_oracle/tape); live-only suppress-only guards; $100 FAK walks the live
asks inside p_ref*1.05; three settle layers (own-feed tick, CLOB flags,
nightly CTF re-grade via grade_oracle.py -> oracle_paper_ledger.jsonl).
Shakedown 2026-07-22: 52 events/9 fills/43 craters at p50 541ms; 30/30
event agreement vs tape scorer on the comparable set. Verdict still binds
to forward_ledger only (#17).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-22 16:51:54 -04:00

30 lines
794 B
TOML

# wwf-oraclebot — Study B crypto-oracle PAPER harness (research silo).
# No keys, no orders, no repo clone: code baked in image (recorder pattern).
# Believing its numbers is gated on the #17 forward verdict; the harness
# measures real-time capturability only. State on the volume; the Mac
# nightly pulls + grades (grade_oracle.py).
app = "wwf-oraclebot"
primary_region = "arn"
[build]
dockerfile = "research/oraclebot.Dockerfile"
[[mounts]]
source = "oracle"
destination = "/data"
# read-only paper feed for jaxperro.com/oracle (GET /feed, CORS-open)
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = false
auto_start_machines = true
min_machines_running = 1
[[restart]]
policy = "always"
[[vm]]
size = "shared-cpu-1x"
memory = "256mb"