Files
winning-wallet-finder_github/.gitignore
T
jaxperro d1ca52a33f Add liquidity-rewards market screener (lp_screener.py)
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>
2026-06-13 11:01:26 -04:00

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