This is reference documentation for a high-frequency Polymarket trading bot that operates on 15-minute crypto markets. You get terminology for the specific strategies it uses (exit plans at $0.99, scale-ins at 1.5x on winning positions, midpoint stop losses), plus the actual formulas for two confidence calculation methods the bot A/B tests: an additive voting system versus a Bayesian approach with log-odds. The fee structure section is genuinely useful since selling as a taker on Polymarket can hit 3.7% at certain price points. Most valuable if you're actually running this bot or building something similar and need to understand why it places orders the way it does. The code patterns are minimal but the strategy logic is well documented.
npx skills add https://github.com/niller2005/polyflup --skill polymarket-trading