market-maker

Generate a Turbine BTC 15-minute market-maker bot scaffold with gasless USDC permits.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/technoir7/turbine_agent --skill market-maker-technoir7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: market-maker
Source: https://github.com/technoir7/turbine_agent/tree/main
Command: npx skills add https://github.com/technoir7/turbine_agent --skill market-maker-technoir7

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about market-maker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a market-making bot for BTC prediction markets on Turbine?

You can scaffold a complete Turbine BTC 15-minute market-maker bot that auto-manages API credential registration, gasless USDC permits, BTC market rollover, and winnings claiming across evolving quick markets.

What strategies can I use for market making on Turbine BTC quick markets?

Supported market-making strategies include Price Action Trader, Simple Spread MM, Inventory-Aware MM, Momentum, Mean Reversion, and Probability-Weighted, allowing you to choose an approach that fits your trading logic.

How does gasless trading work with USDC permits in a Turbine market-maker bot?

The bot signs USDC permits for gasless order execution and winnings claiming, eliminating the need to hold native gas tokens while operating in Turbine BTC prediction markets.

Can I run a Turbine BTC market-making bot in simulation mode before going live?

Yes, the generated bot scaffold can be configured to run in either simulation or live mode, allowing you to test strategies like Inventory-Aware MM safely before committing real funds.

How does a market-maker bot handle BTC market rollover when quick markets expire?

The bot detects and switches to new BTC 15-minute markets with minimal downtime through explicit market-switching behavior, ensuring continuous liquidity provision across evolving market cycles.

What happens to a Turbine market-maker bot during errors or unexpected shutdowns?

The bot scaffold includes robust error handling and safe shutdown procedures, ensuring that open positions are managed securely and the system can recover gracefully from interruptions.