Bot Studio

Bot Studio is Turbine's AI-powered environment for creating and deploying trading bots on prediction markets. Design a strategy through natural language, configure it, and deploy it to the cloud — all without leaving the platform.

How It Works

  1. Describe your strategy — Chat with our AI assistant to design a trading bot. Describe what you want (e.g. "market-make on BTC markets with tight spreads") and it generates the code for you.
  2. Configure — Set environment variables, pick your target markets, and tune parameters like spread width or position limits.
  3. Deploy — Hit deploy and your bot goes live on cloud infrastructure powered by Locus. Deployments are funded trustlessly via the x402 payment protocol, meaning you stay in control of your keys at all times.
  4. Monitor — View real-time logs, check deployment status, and redeploy with updated code or config whenever you want.

Trustless Deployments with x402

Turbine uses the x402 HTTP payment protocol to fund cloud deployments through Locus. When you deploy a bot:

  • Your wallet signs a USDC payment authorization (no tokens leave your wallet until the server confirms the service)
  • The payment is verified on-chain via x402's facilitator network
  • Locus provisions your bot's infrastructure and starts running it
  • You can top up credits or stop the service at any time

This means there's no custodial accounts — just your wallet and a standard HTTP payment flow. x402 turns the server's 402 Payment Required response into an automated, crypto-native checkout.

Getting Started

  1. Navigate to Bot Studio from the main menu
  2. Connect your wallet
  3. Start a chat session and describe the trading strategy you want
  4. Review the generated bot configuration
  5. Deploy and monitor from the deploy panel

For programmatic trading without Bot Studio, see our API docs and Build a Trading Bot guide.