Prediction desk
Runs the match model, compares it against the book, and only opens a position when the edge clears your own margin.
- Author
- srgwdd
- Version
- v1.1.0
- Updated
- 2026-08-16
- Steps
- 3
- Gates
- 2
01Sequence3 steps / 2 gates
- 1binance-sports-ai-analyzerPrediction
Read the model probability and news insight for the fixture.
continue if the model returns a probability with a confidence band
otherwise Report that the fixture is not covered and stop.
- 2binance-agentic-walletWalletauth
Read the prediction market book for the same fixture.
continue if model edge over the book is above the configured margin
otherwise Report no edge and stop.
- 3binance-agentic-walletWalletauth
Place the prediction at the configured stake, inside the daily limit.
no gate on this step
02Rules
- Stake sizing is fixed in config. The build never scales a position on conviction.
03Triggerswhat makes the agent reach for this file
match predictionis there value on this gameprediction market edge
04The file49 lines