Credential Fixture Review
python scripts/_env_constants.py is review material for the Polymarket Edge Liquidity skill. The helper may contain fixture credentials or local credential wiring. Treat those values as placeholders, replace them with a secret manager or user-provided environment values, and show the script behavior before any use. Do not contact external services with embedded sample credentials.
Polymarket Edge Liquidity
Simple strategy skill based on your starter settings:
- Scan every 20 minutes
- Require minimum edge (
MIN_EDGE, default0.03) - Require minimum liquidity (
MIN_LIQUIDITY, default3000) - Default to dry-run unless
--liveis provided
Environment
SIMMER_API_KEY(required)TRADING_VENUE(optional, default:simmer)SCAN_LIMIT(optional, default:25)MIN_EDGE(optional, default:0.03)MIN_LIQUIDITY(optional, default:3000)TRADE_AMOUNT(optional, default:10)
Run manually
python3 edge_liquidity.py
python3 edge_liquidity.py --live
Notes
- Trades are tagged with
source=sdk:polymarket-edge-liquidityandskill_slug=polymarket-edge-liquidity - Reasoning is always included for each trade
- By default this runs on virtual
$SIMviaTRADING_VENUE=simmer