Suelen
219 posts


@beffjezos xAI was not built right first time around, so is being rebuilt from the foundations up. Same thing happened with Tesla.





polymarket trader made $2.1m in just 10 days predicting on sports averaging $214k profit per day, 360 predictions massive sizing across soccer, nba, nhl, and even cs2 is it an hft bot? with only 360 positions, it looks more like a terrifyingly accurate statistical syndicate interesting nuance: look at his hits, he bought "no" on liverpool at 31¢, fading the public, then perfectly timed real madrid "yes" at 36.7¢ but the real alpha is his nba spreads, he systematically hunts point differentials (rockets -9.5 at 49.9¢, pistons -2.5 at 48¢) it looks like he is arbitraging inefficient lines, deploying six figures into these tight margins suggests his model has a definitive mathematical edge over the crowd p.s. drop a follow, i hunt these wallets regularly his wallet to track: @0x2a2C53bD278c04DA9962Fcf96490E17F3DfB9Bc1-1772479215461?via=tengen" target="_blank" rel="nofollow noopener">polymarket.com/@0x2a2C53bD278…
another proof that prediction markets are a new gold mine for quant models






JUST IN: Our traders forecast gas prices to rise to $4.10 this month











Polymarket officially open-sourced their infrastructure on GitHub I spent a week figuring out what's inside turns out everything you need to build a full trading bot is already there what they gave us: → `py-clob-client` - Python client for their order book. place orders, read markets, manage positions via API → `ctf-exchange` - the actual exchange smart contracts. understand how matching and settlements work at the blockchain level → `examples` - working code with real examples, not just documentation all official, all open: github.com/Polymarket I decided to connect the bot to btc markets the logic is simple: → bot monitors active markets → watches Bitcoin price movement → analyzes spread between bid and ask → places limit orders automatically setup took less than a day here's the core of the code: <<<< from py_clob_client.client import ClobClient client = ClobClient( host="https://clob.polymarket .com", key=YOUR_API_KEY, chain_id=137 ) # read active BTC markets markets = client.get_markets() # place an order client. post_order(order) >>>> this is literally the entry point what logic you put inside - that's up to you how to repeat this yourself: → `pip install py-clob-client` - setup in 2 minutes → create an API key in Polymarket settings → open the `examples` repo - real auth and order signing examples are there → start with `get_markets()` - read only, no risk → once you understand it - add order logic the entire stack is official, everything is documented most people think you need some special knowledge or access for this Polymarket gave you all the tools themselves nobody just pays attention to it I did to be continued.....















