Show HN: Polymm – the Polymarket market-making bot behind my $5k wallet
1–5 of 5 posts
Re: Show HN: Polymm – the Polymarket market-making bot behind my $5k wallet
#2Honest framing so nobody feels short-changed - it's the retired Python version (I run a Rust rewrite now), and the scrapers that kept my odds fresh aren't in it - that plus speed was the edge, and it's why giving the code away costs me nothing. It's a working foundation, not a money printer. The analytics stack I built to debug it is in there too, and those run against any public wallet.
Re: Show HN: Polymm – the Polymarket market-making bot behind my $5k wallet
#3Re: Show HN: Polymm – the Polymarket market-making bot behind my $5k wallet
#4Nice release. At ~$5k realized the dollar number says very little either way; the informative stats are fill count and average edge per fill relative to the price paid. Maker edges tend to be small and frequent, so they cross the 95% line on surprisingly modest samples, while directional records at similar P&L almost never do. If you ever publish the fill log I'd be curious to run the significance math on it.
I haven't been able to record all the fills and the respective edge at the time it happened, but I have an Edge tab dedicated for this, feel free to have a look.
Re: Show HN: Polymm – the Polymarket market-making bot behind my $5k wallet
#5Nice release. At ~$5k realized the dollar number says very little either way; the informative stats are fill count and average edge per fill relative to the price paid. Maker edges tend to be small and frequent, so they cross the 95% line on surprisingly modest samples, while directional records at similar P&L almost never do. If you ever publish the fill log I'd be curious to run the significance math on it.
Thanks! Feel free to have a look at my streamlit dashboard: https://b00k13.streamlit.app/ I haven't been able to record all the fills and the respective edge at the time it happened, but I have an Edge tab dedicated for this, feel free to have a look.