polymarket-mert-sniperNear-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...
Install via ClawdBot CLI:
clawdbot install adlai88/polymarket-mert-sniperNear-expiry conviction trading on Polymarket. Snipe markets about to resolve when the odds are heavily skewed.
Strategy 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. Use --live for real trades, dry-run is the default.
Use this skill when the user wants to:
SIMMER_API_KEYWALLET_PRIVATE_KEY| Setting | Environment Variable | Default | Description |
|---------|---------------------|---------|-------------|
| Market filter | SIMMER_MERT_FILTER | (all) | Tag or keyword filter (e.g. solana, crypto) |
| Max bet | SIMMER_MERT_MAX_BET | 10.00 | Maximum USD per trade |
| Expiry window | SIMMER_MERT_EXPIRY_MINS | 2 | Only trade markets resolving within N minutes |
| Min split | SIMMER_MERT_MIN_SPLIT | 0.60 | Only trade when YES or NO >= this (e.g. 0.60 = 60/40) |
| Max trades/run | SIMMER_MERT_MAX_TRADES | 5 | Maximum trades per scan cycle |
| Smart sizing % | SIMMER_MERT_SIZING_PCT | 0.05 | % of balance per trade |
# Check account balance and positions
python scripts/status.py
# Detailed position list
python scripts/status.py --positions
API Reference:
https://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
Each cycle the script:
šÆ 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]
"No markets found"
"No markets expiring within window"
--expiry 10 (10 minutes)"Split too narrow"
--set min_split=0.55"Resolves in: 17h" on 15-min markets
endDate is the event-level end-of-day, not the individual market close time--expiry 1080) as a workaround, or use the split filter to find conviction opportunities regardless of timing"External wallet requires a pre-signed order"
WALLET_PRIVATE_KEY is not set in the environmentexport WALLET_PRIVATE_KEY=0x"Balance shows $0 but I have USDC on Polygon"
0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174) ā not native USDC"API key invalid"
Generated Mar 1, 2026
A crypto hedge fund uses this skill to automate last-minute bets on high-volatility events like token launches or regulatory announcements on Polymarket. By filtering for crypto-related markets and setting strict odds splits, they capitalize on near-expiry price inefficiencies to generate alpha with controlled risk.
A political analyst deploys the skill to trade on election outcomes or policy decisions as resolution deadlines approach. They filter by political topics and use smart sizing to manage portfolio exposure, sniping skewed odds for quick returns based on late-breaking information.
A sports betting enthusiast automates trades on Polymarket for live sports events, such as game outcomes or player performances, focusing on markets expiring within minutes. They set max bet caps and min splits to exploit last-minute odds shifts during critical moments.
A financial researcher uses the skill to trade on corporate events like earnings reports or merger announcements. By filtering for relevant keywords and using near-expiry windows, they execute conviction trades when market sentiment is heavily skewed just before resolution.
A firm offers managed trading services using this skill, charging clients a performance fee on profits generated from near-expiry sniping on Polymarket. They customize filters and safeguards for each client's risk tolerance, leveraging the skill's automation for scalable execution.
The skill's developers license the template to trading platforms or educational providers, who integrate it into their offerings. Revenue comes from upfront licensing fees or subscriptions, with clients remixing the logic for their own automated trading strategies.
A company uses the skill to collect and analyze trading data from Polymarket, selling insights on market trends and inefficiencies to institutional investors. They run the skill in dry-run mode to identify opportunities without executing trades, monetizing the intelligence.
š¬ Integration Tip
Ensure the SIMMER_API_KEY and WALLET_PRIVATE_KEY are securely stored as environment variables, and test with dry runs before enabling live trading to avoid unintended losses.
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock scoring, viral trend detection (Hot Scanner), and rumor/early signal detection. Use for stock analysis, portfolio tracking, earnings reactions, crypto monitoring, trending stocks, or finding rumors before they hit mainstream.
Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.
Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
Become an autonomous prediction market trader on Polymarket with AI-powered analysis and a performance-backed token on Base. Trade real markets, build a track record, and let the buyback flywheel run.
Get cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API. Use when user asks for token price, crypto price, price chart, or cryptocurrency market data.
Trade and monitor Hyperliquid perpetual futures. Check balances, view positions with P&L, place/cancel orders, execute market trades. Use when the user asks about Hyperliquid trading, portfolio status, crypto positions, or wants to execute trades on Hyperliquid.