Files
winning-wallet-finder/.gitignore
T
jaxperro a410845fd5 Add paper liquidity-provision loop (lp_paper.py)
Simulates two-sided quoting on the screener's top low-vol markets against the
live order book, tracking net = rewards accrued - adverse-selection bleed.
Clean cash + mark-to-market accounting; fills modeled when midpoint crosses a
resting quote (slightly pessimistic on fill rate); rewards accrue by
score-share of each pool. Discord summaries + state persistence so it can run
for days. This is the decisive, no-money test before any funded/hosted bot.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-13 11:21:21 -04:00

18 lines
306 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
lp_paper_state.json