Loading...
Loading...
Near-expiry conviction trading on Polymarket. Snipe markets about to resolve when the odds are heavily skewed. Filter by topic, cap your bets, and only trade strong splits close to deadline.
npx skill4agent add spartanlabsxyz/simmer-sdk polymarket-mert-sniperStrategy by @mert — filter by topic, cap your bets, wait until near expiry, and only trade strong splits.
This is a template. The default logic (expiry + split filter) gets you started — remix it with your own filters, timing rules, or market selection criteria. The skill handles all the plumbing (market discovery, trade execution, safeguards). Your agent provides the alpha.
Polymarket only. All trades execute on Polymarket with real USDC. Usefor real trades, dry-run is the default.--live
SIMMER_API_KEYWALLET_PRIVATE_KEY| Setting | Environment Variable | Default | Description |
|---|---|---|---|
| Market filter | | (all) | Tag or keyword filter (e.g. |
| Max bet | | 10.00 | Maximum USD per trade |
| Expiry window | | 2 | Only trade markets resolving within N minutes |
| Min split | | 0.60 | Only trade when YES or NO >= this (e.g. 0.60 = 60/40) |
| Max trades/run | | 5 | Maximum trades per scan cycle |
| Smart sizing % | | 0.05 | % of balance per trade |
# Check account balance and positions
python scripts/status.py
# Detailed position list
python scripts/status.py --positionshttps://api.simmer.marketsAuthorization: Bearer $SIMMER_API_KEYGET /api/sdk/portfolioGET /api/sdk/positions# Dry run (default -- shows opportunities, no trades)
python mert_sniper.py
# Execute real trades
python mert_sniper.py --live
# Filter to specific markets
python mert_sniper.py --filter solana
# Custom expiry window (5 minutes)
python mert_sniper.py --expiry 5
# With smart position sizing (uses portfolio balance)
python mert_sniper.py --live --smart-sizing
# Check positions only
python mert_sniper.py --positions
# View config
python mert_sniper.py --config
# Disable safeguards (not recommended)
python mert_sniper.py --no-safeguards🎯 Mert Sniper - Near-Expiry Conviction Trading
==================================================
[DRY RUN] No trades will be executed. Use --live to enable trading.
Configuration:
Filter: solana
Max bet: $10.00
Expiry window: 2 minutes
Min split: 60/40
Max trades: 5
Smart sizing: Disabled
Safeguards: Enabled
Fetching markets (filter: solana)...
Found 12 active markets
Markets expiring within 2 minutes: 2
SOL highest price on Feb 10?
Resolves in: 1m 34s
Split: YES 72% / NO 28%
Side: YES (72% >= 60%)
[DRY RUN] Would buy $10.00 on YES
Summary:
Markets scanned: 12
Near expiry: 2
Strong split: 1
Trades executed: 0
[DRY RUN MODE - no real trades executed]--expiry 10--set min_split=0.55endDate--expiry 1080WALLET_PRIVATE_KEYexport WALLET_PRIVATE_KEY=0x<your-polymarket-wallet-private-key>0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174