Trade Polymarket 5-minute BTC fast markets using Binance momentum signals through the Simmer SDK.
Coding
polymarket-fast-loop
Try itTrade Polymarket BTC 5-minute and 15-minute fast markets using Binance momentum signals, enhanced with TradingAgents pipeline, 50-persona swarm consensus, ACTA receipts, and Cedar governance
What it does
Trade Polymarket BTC 5-minute and 15-minute fast markets using Binance momentum signals, enhanced with TradingAgents pipeline, 50-persona swarm consensus, ACTA receipts, and Cedar governance
The skill document
Polymarket Fast-Loop Trading Skill
Purpose
Automated trading on Polymarket BTC 5-minute and 15-minute binary markets using Binance momentum signals, enhanced with:
- TradingAgents 5-layer pipeline (Analysts → Research Debate → Trader → Risk → Portfolio Manager)
- 50-Persona Swarm Consensus (Bayesian aggregation + quarter-Kelly sizing)
- ACTA Ed25519 Receipts (IETF draft-farley-acta-signed-receipts-03 compliant)
- Cedar Policy Governance (pre/post trade authorization)
When to Use
- New 5-minute or 15-minute BTC market opens on Polymarket
- Binance BTC/USDT momentum signal exceeds threshold
- Market meets volume, spread, and fee filters
Workflow
- Market Discovery - Scan Polymarket for active BTC 5m/15m markets
- Signal Generation - Fetch Binance 1m candles, calculate momentum
- Filter Application - Apply volume, spread, fee, momentum thresholds
- Enhanced Decision - Run TradingAgents pipeline + Swarm Consensus
- Governance Check - Cedar policy evaluation + ACTA receipt signing
- Trade Execution - Place trade via Simmer SDK with Kelly sizing
- Position Management - Monitor until expiry, apply stop-loss/take-profit
- Outcome Logging - Record trade with thesis, confidence, outcome
Configuration
{
"momentum_threshold_pct": 0.10,
"volume_filter_usd": 10000,
"spread_filter_pct": 0.05,
"fee_buffer": 1.5,
"position_size_pct": 0.05,
"max_hold_minutes": 5
}
Integration Points
- Uses
trading_agents.pipeline.TradingAgentsPipelinefor enhanced decisions - Uses
swarm_consensus.integrate_predictive.PredictiveSwarmfor swarm consensus - Uses
veritas_receipts.VeritasReceiptSignerfor ACTA receipt signing - Uses
cedar_policy.CedarPolicyEnginefor policy enforcement - Emits ACTA receipts for every trade decision
- Logs to prediction-trade-journal for calibration
Environment Variables
SIMMER_API_URL=https://api.simmer.markets
SIMMER_API_KEY=
SIMMER_MOMENTUM_THRESHOLD=0.001
SIMMER_VOLUME_FILTER=10000
SIMMER_SPREAD_FILTER=0.05
SIMMER_FEE_BUFFER=1.5
SIMMER_POSITION_SIZE_PCT=0.05
SIMMER_MAX_HOLD_MINUTES=5
Governance
- All trade decisions emit ACTA Ed25519 receipts (IETF draft-farley-acta-signed-receipts-03)
- Cedar policy engine evaluates pre-trade authorization
- Quarter-Kelly position sizing (max 10% bankroll per trade)
- Hard stop-loss at 5%, take-profit at 10%
- TRADING_VENUE=sim forced for paper trading
- 3-gate safety: TRADING_VENUE=polymarket + --live + SIMMER_MCP_ALLOW_LIVE=true required for live
Safety
- Only executes when BOTH pipeline and swarm agree on side
- Position size capped at 10% bankroll
- Hard stop-loss at 5% from entry
- Max 3 concurrent trades per tick
- TRADING_VENUE=sim enforced (paper only)
Related skills
Trade Polymarket BTC daily and weekly UP/DOWN markets with empirically-anchored exit discipline. Enters on CEX momentum divergence; exits automatically on ti...
Trade Polymarket BTC 5-minute fast markets using a magnitude-gated conviction ladder with 3-tier position sizing.
Everyone's trading Polymarket with AI agents. Practice first — $10k paper money, real order books, zero risk. No wallet, no API keys, no real money. Then compete on the leaderboard.
Polymarket prediction market CLI - Browse markets, check prices, execute trades, and manage portfolio.
Scan Polymarket markets resolving in minutes, filter for 60/40+ splits, and back the favored side with a capped bet size.