What problem does it solve?
This Skill automates the creation of a Turbine BTC 15-minute market-maker bot scaffold, removing the manual setup and boilerplate required to operate liquidity provision in prediction markets.
Core Features & Use Cases
- Inventory-aware quoting: automatically skew quotes to manage position risk.
- BTC quick-market rollover: detects and switches to new BTC markets with minimal downtime.
- Gasless trading: signs USDC permits for gasless order execution and winnings claiming.
- Auto API credential handling: can auto-register API credentials on first run and persist them.
- Use Case: A developer wants a production-ready starter that can be configured to run in simulation or live mode, handling market transitions transparently.
Quick Start
Use the market-maker skill to scaffold a Turbine BTC 15-minute market-maker bot in your project. The system will guide you through environment setup, credential provisioning, and bot configuration, resulting in a runnable Python module that implements one of the included strategies.