mirror of
https://github.com/jaxperro/winning-wallet-finder.git
synced 2026-07-27 15:57:47 +00:00
d1ca52a33f
Ranks Polymarket's ~8000 reward-eligible markets by risk-adjusted LP yield: reward pool / order-book competition near mid (gross APR for a $1000 two-sided position), penalized by 24h midpoint volatility (adverse-selection proxy) and time-to-resolution. One-shot snapshot -> lp_markets.csv. README documents the rewards mechanics, the screener, and the open caveats before the paper LP loop. Generated data files gitignored. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
17 lines
286 B
Plaintext
17 lines
286 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
.DS_Store
|
|
|
|
# never commit live credentials or runtime state
|
|
config.json
|
|
copytrade_state.json
|
|
*.log
|
|
*.tmp
|
|
|
|
# generated research data (regenerable via edge_research.py / table_77.py)
|
|
edge_metrics.jsonl
|
|
edge_profitable.json
|
|
copyable_77.csv
|
|
lp_markets.csv
|
|
follow_10.json
|