Files
poly-maker/config/markets.toml
T
Daniel Sapkota cb4438655c Harden it up
2026-07-05 18:47:11 -04:00

22 lines
820 B
TOML

# The trade list (replaces the v1 Selected Markets sheet).
# Each entry names a market by slug OR condition_id and a strategy profile.
# `polymaker markets add <slug>` appends here; edit freely, hot-reloaded live.
# Start empty — populate with `polymaker scan` then `polymaker markets`.
# Example (disabled) entry:
# [[markets]]
# slug = "will-the-democrats-win-the-2028-us-presidential-election"
# profile = "political-longdated"
# enabled = false
# q_max_usdc = 800 # optional per-market override of the profile value
[[markets]]
slug = "will-gavin-newsom-win-the-2028-democratic-presidential-nomination-568"
profile = "political-longdated"
enabled = true
[[markets]]
slug = "will-jd-vance-win-the-2028-republican-presidential-nomination"
profile = "political-longdated"
enabled = true