Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

This guy built a trading bot with Claude and made $74,000 on Polymarket His bot trades the microstructure of short-term Up/Down markets through high-frequency accumulation of two-sided positions with directional exposure His strategy has six steps: 1. At the start of each 5-minute market, it records the current Bitcoin...

24,483 Aufrufe • vor 4 Tagen •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

My Polymarket bot is finished! It’s fully automated, I just run it and let the magic happen. At the start of each "Bitcoin Up or Down" round, the bot only watches the market during the first 2 minutes (configurable). If, during that time, either UP or DOWN drops fast enough, a price drop of at least 15% over 3 seconds (configurable), the bot triggers Leg 1 and immediately buys the side that dumped. After this first buy, the bot will never buy the same side again. Instead, it waits for a hedge opportunity on the opposite side. The hedge (Leg 2) is triggered only when: Leg1 entry price + current opposite ask price auto on [sum=0.95] [move=0.15] [windowMin=2] > shares: number of shares bought each time (for both Leg 1 and Leg 2) > sum: total price threshold that allows the hedge > move: dump threshold (e.g. 0.15 = 15%) > windowMin: number of minutes from the start of the round during which Leg 1 is allowed In this example, I ran: auto on 10 0.95 0.15 4 The bot watched the market for the first 4 minutes and bought 10 DOWN shares at $0.35 after a 17% drop in 3 seconds. A few seconds later, it bought 10 UP shares at $0.56, because: 0.56 + 0.35 = 0.91 < 0.95 That locked in a clean 9% profit. Why limit the strategy to the first 4 minutes of the round? Because early in the cycle, the market still has time to dump further and then stabilize. The closer you get to the end of the round, the lower the probability of seeing large corrective moves. Early on, there’s still time for volatility to play out. You can watch the video, the first order triggers at 2:50, and the second order at 3:02. If you’re interested in the bot, DM me.

The Smart Ape 🔥

202,515 Aufrufe • vor 6 Monaten

THIS WALLET STACKED $230K ON BTC UP/DOWN BETS. THE BLUEPRINT TO AUTOMATE THE SAME EDGE WITH CLAUDE The wallet is $230K all-time, every position a Bitcoin or Ethereum Up or Down market It never guesses direction. It enters only when the math and the market disagree THE STRATEGY: BTC moves are not fully random. When the market enters a committed directional state, continuation is measurable. That is Markov persistence Entry signal: > Δ = p̂ − q ≥ ε Model probability minus market price. Enter only on a 5% gap or more Persistence filter: > p(j*,j*) ≥ 0.87 Only trade states with 0.87 persistence or higher. Below that, skip. This is what holds the win rate above 65% with zero directional guessing Payout: > r = (1 − q) / q At q = 0.647 that is +54.5% a win. At q = 0.441, +126.7%. Lower entry price, bigger asymmetry Sizing: > f* = p − (1−p)/b Kelly. At p = 0.87, b = 0.647, f* ≈ 0.71. Size to the edge, never to gut HOW TO BUILD IT WITH CLAUDE: What separates this from a static bot: Claude reads its own trade journal every night and rewrites its own thresholds 1. Take an open-source Polymarket bot repo as your base logic. Feed it to Claude and have it migrate to CLOB v2: py_clob_client_v2, Safe wallet support, fee-aware evaluation 2. Hard-code the filters. Enter only when Δ ≥ 0.05 and p(j*,j*) ≥ 0.87. Apply Kelly on every fill. 3. Run DRY_RUN first. Log every signal, entry price, Markov state, and simulated P/L. No real money until the numbers hold for days 4. The nightly loop. Claude reads the journal, finds which persistence states actually won, adjusts MIN_PROB and MIN_EDGE, ships tomorrow's rules. The agent is sharper after 50 to 100 trades THE SETUP: Claude Opus as the brain. An open-source repo as the starting logic. A Polygon wallet with $50 to $100. Telegram for the morning report Start at $1 to $2 per trade while it learns. Scale only when the dry runs and the live fills line up 17,000 trades compound a thin edge into six figures. The model finds the edge. The nightly loop keeps it sharp Bookmark before you point a bot at your first window

Yarchi

22,871 Aufrufe • vor 1 Monat