Monitors a curated list of top crypto Twitter/X accounts for breaking BTC news, uses an AI model to classify each tweet as bullish/bearish with a confidence score, then auto-bets on the next Polymarket "Bitcoin Up or Down" market when the AI is confident enough. Includes balance check and per-market position dedup so a single news event propagating across multiple accounts only triggers one bet. ### Quick Setup 1\. Review the default 10 curated crypto Twitter accounts. Add or remove accounts if you want a different signal source. 2\. Adjust the AI confidence threshold (default 70). Higher = fewer trades, higher quality. 3\. Pick the Polymarket timeframe — 15-minute, hourly, or daily markets. Hourly is the default and best matches the news-momentum window. 4\. Set your bet amount (default 1 pUSD). Make sure your Polymarket wallet holds at least this much pUSD. 5\. Pick a Polymarket wallet connector and a notification channel. 6\. Test and publish. ### How it works - Every 5 minutes the workflow searches Twitter for new tweets from the curated accounts (filtered by optional keywords). - The configured LLM analyzes each tweet for BTC sentiment (bullish / bearish / neutral) and a 0-100 confidence score. - A dual gate (signal != neutral AND confidence >= threshold) prevents acting on ambiguous news or AI hallucinations. - Polymarket is searched for the next "Bitcoin Up or Down" market closing within the configured window. The highest-volume match is picked. - Before betting, the workflow checks that the wallet has enough pUSD for the configured bet and that no position already exists on the target market (dedup against the same news propagating across accounts). - A market order is placed on the matching outcome (bullish → Up, bearish → Down). - Every evaluated tweet generates a notification (executed / skipped) for audit.
Trigger: X New Tweet → Actions: Ai Llm Chat, Code Transform, If, If, If, Polymarket Get Positions, If, Db Query, If, Code Transform, Code Transform, Code Transform, Code Transform, Code Transform, Code Transform, Code Transform, Notification, Notification, Notification, Notification, Code Transform, Polymarket Place Bet, Db Query, Polymarket Get Balance, Polymarket Search Markets
Monitors a curated list of top crypto Twitter/X accounts for breaking BTC news, uses an AI model to classify each tweet as bullish/bearish with a confidence score, then auto-bets on the next Polymarket "Bitcoin Up or Down" market when the AI is confident enough. Includes balance check and per-market position dedup so a single news event propagating across multiple accounts only triggers one bet.
1. Review the default 10 curated crypto Twitter accounts. Add or remove accounts if you want a different signal source.
2. Adjust the AI confidence threshold (default 70). Higher = fewer trades, higher quality.
3. Pick the Polymarket timeframe — 15-minute, hourly, or daily markets. Hourly is the default and best matches the news-momentum window.
4. Set your bet amount (default 1 pUSD). Make sure your Polymarket wallet holds at least this much pUSD.
5. Pick a Polymarket wallet connector and a notification channel.
6. Test and publish.