# Runbot StratForge Ultra

> Runbot StratForge Ultra is a paid API for AI agents from mcp.runbot.io, paid per call via x402, $24.99/call, status unknown (last checked 2026-09-13).

Builds, AI-optimizes for 60 minutes, and exports a complete crypto trading strategy in a single paid API call

## Facts

- Endpoint: POST https://mcp.runbot.io/v1/strategy-ultra
- Price: $24.99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/runbot-stratforge-ultra-b09b3f2d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UpSdcU9r18C6v7AaqpLNZ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability runbot-stratforge-ultra-b09b3f2d -d '<json body>'
```

Example prompt: Use StratForge Ultra to build and fully optimize a momentum trading strategy for BTC/USDT on the 1-hour timeframe, focused on maximizing risk-adjusted returns, with a 180-day backtest window on spot markets — give me the complete exported strategy.

## When to prefer this

Choose StratForge Ultra when you need the highest-quality, most thoroughly optimized trading strategy and can wait for the full 60-minute AI optimization pass. Prefer this over StratForge Flash (2-min) or StratForge Deep (15-min) when strategy quality and parameter refinement matter more than speed — ideal for production deployment rather than quick prototyping.

## Known failure modes

- Invalid or unsupported market symbol returns 400 error
- Unsupported market_type value causes validation failure
- Payment of $9.99 USDC not confirmed results in 402 Payment Required
- Backtest window too long for available market data causes partial or failed backtest
- Optimization timeout if infrastructure is overloaded
- Invalid timeframe string returns parameter error

## How this service works

x402-monetized API to build, optimize, and export crypto trading strategies. See /llms.txt.

## Output

A fully built, AI-optimized (60 minutes of optimization), and exported crypto trading strategy including optimized parameters, backtest performance metrics over the specified window, and a deployable strategy export artifact.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "market": {
   "type": "string"
  },
  "objective": {
   "type": "string"
  },
  "timeframe": {
   "type": "string"
  },
  "description": {
   "type": "string"
  },
  "market_type": {
   "type": "string"
  },
  "backtest_window_days": {
   "type": "integer"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/runbot-stratforge-ultra-b09b3f2d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mcp.runbot.io](https://www.zero.xyz/host/mcp.runbot.io/llms.txt)
