x402 List

x402 Protocol Service Directory

Runbot Strategy Copilot

Finance PAYMENT-READY

payment-ready until 2026-08-20

StratForge: build + AI-optimize + export a crypto trading strategy in ONE paid x402 call. Tiers by optimizer depth - Flash 2min $2.99, Deep 15min $8.99, Ultra 60min $24.99. Perp futures (OKX Top-20) and Polymarket Up&Down. Paper now, live soon on app.apevsbot.com.

Pay from $0.25 to $2.50 in USD₮0 on Base, settled onchain via the x402 protocol, no signup, no API key needed.

first settlement 2026-07-17 · $46.47 all-time · settled via payAI

BASE URL https://mcp.runbot.io WEBSITE https://mcp.runbot.io ENDPOINTS 4 NETWORK Base ASSET USD₮0 MEMBER SINCE 2026-07-17 MONITORED SINCE 2026-07-17

ASSESSMENT

updated 4h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 99.9%
uptime 24h
100%
uptime 7d
100%
uptime 30d
99.9%
uptime 90d
99.9%
response p95
400ms
avg response
203ms
total checks
2,428

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.25 to $2.50 (p97 in Finance)
price (min)
$0.25
price (max)
$2.50
category percentile (min)
p97 in Finance
category percentile (max)
p95 in Finance
endpoints / prices
4 / 4
model
tiered
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $46.47 30d · 1 buyers · top buyer 100%
volume 30d
$46.47
buyers 30d
1
settlements 30d
13
first settlement
2026-07-17
last settlement
2026-07-23
top buyer share
100% of 30d volume
trend 7d vs 30d
0.00x the 30d daily rate
networks
eip155:8453
volume all-time
$46.47
settlements all-time
13
median settlement 30d
$1.50
max settlement 30d
$24.99
settled via
payAI ($46.47, 13 tx)

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

A service that builds, optimizes, and exports crypto trading strategies.

category
trading-strategy
in
body
tradingstrategycryptobacktestingoptimization

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
POST /v1/backtest $0.25 Base USD₮0 header
POST /v1/build-strategy $1.50 Base USD₮0 header
POST /v1/export $0.35 Base USD₮0 header
POST /v1/optimize/10 $2.50 Base USD₮0 header
4 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to POST /v1/backtest returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i -X POST 'https://mcp.runbot.io/v1/backtest'
// 402 response (captured by monitor) · 4 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
        "extra": {
          "name": "USD₮0",
          "version": "1"
        },
        "payTo": "0x7e6bda810812a4975a72bd9fabafdb2a2b16b664",
        "amount": "1500000",
        "scheme": "exact",
        "network": "eip155:196",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7e6bda810812a4975a72bd9fabafdb2a2b16b664",
        "amount": "1500000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://mcp.runbot.io/v1/build-strategy",
      "tags": [
        "trading",
        "backtesting",
        "crypto",
        "strategy",
        "finance"
      ],
      "iconUrl": "https://static.okx.com/cdn/web3/wallet/marketplace/headimages/agent/avatar/c14125ed-63b8-4d02-81df-a05f2aeb2089.png",
      "mimeType": "application/json",
      "description": "Build a trading strategy from natural language + initial backtest",
      "serviceName": "Runbot Strategy Copilot"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "description": "EMA 20/50 crossover on BTC with a 2% stop loss, 4h candles"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "description"
                  ],
                  "properties": {
                    "market": {
                      "type": "string"
                    },
                    "timeframe": {
                      "type": "string"
                    },
                    "session_id": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "market_type": {
                      "type": "string"
                    },
                    "backtest_window_days": {
                      "type": "integer"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
        "extra": {
          "name": "USD₮0",
          "version": "1"
        },
        "payTo": "0x7e6bda810812a4975a72bd9fabafdb2a2b16b664",
        "amount": "250000",
        "scheme": "exact",
        "network": "eip155:196",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7e6bda810812a4975a72bd9fabafdb2a2b16b664",
        "amount": "250000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://mcp.runbot.io/v1/backtest",
      "tags": [
        "trading",
        "backtesting",
        "crypto",
        "strategy",
        "finance"
      ],
      "iconUrl": "https://static.okx.com/cdn/web3/wallet/marketplace/headimages/agent/avatar/c14125ed-63b8-4d02-81df-a05f2aeb2089.png",
      "mimeType": "application/json",
      "description": "Backtest an existing strategy",
      "serviceName": "Runbot Strategy Copilot"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "strategy_id": "<uuid from build-strategy>",
              "window_days": 90
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "strategy_id"
                  ],
                  "properties": {
                    "strategy_id": {
                      "type": "string"
                    },
                    "window_days": {
                      "type": "integer"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
        "extra": {
          "name": "USD₮0",
          "version": "1"
        },
        "payTo": "0x7e6bda810812a4975a72bd9fabafdb2a2b16b664",
        "amount": "2500000",
        "scheme": "exact",
        "network": "eip155:196",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7e6bda810812a4975a72bd9fabafdb2a2b16b664",
        "amount": "2500000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://mcp.runbot.io/v1/optimize/10",
      "tags": [
        "trading",
        "backtesting",
        "crypto",
        "strategy",
        "finance"
      ],
      "iconUrl": "https://static.okx.com/cdn/web3/wallet/marketplace/headimages/agent/avatar/c14125ed-63b8-4d02-81df-a05f2aeb2089.png",
      "mimeType": "application/json",
      "description": "AI optimization, $0.25/minute (2-60 min), auto-apply if better",
      "serviceName": "Runbot Strategy Copilot"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "strategy_id": "<uuid from build-strategy>"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json",
            "pathParams": {
              "minutes": "10"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "strategy_id"
                  ],
                  "properties": {
                    "strategy_id": {
                      "type": "string"
                    },
                    "backtest_window_days": {
                      "type": "integer"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object",
                  "required": [
                    "minutes"
                  ],
                  "properties": {
                    "minutes": {
                      "type": "string"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        },
        "routeTemplate": "/v1/optimize/:minutes"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
        "extra": {
          "name": "USD₮0",
          "version": "1"
        },
        "payTo": "0x7e6bda810812a4975a72bd9fabafdb2a2b16b664",
        "amount": "350000",
        "scheme": "exact",
        "network": "eip155:196",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7e6bda810812a4975a72bd9fabafdb2a2b16b664",
        "amount": "350000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://mcp.runbot.io/v1/export",
      "tags": [
        "trading",
        "backtesting",
        "crypto",
        "strategy",
        "finance"
      ],
      "iconUrl": "https://static.okx.com/cdn/web3/wallet/marketplace/headimages/agent/avatar/c14125ed-63b8-4d02-81df-a05f2aeb2089.png",
      "mimeType": "application/json",
      "description": "Export import-ready strategy JSON",
      "serviceName": "Runbot Strategy Copilot"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "strategy_id": "<uuid from build-strategy>"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "strategy_id"
                  ],
                  "properties": {
                    "strategy_id": {
                      "type": "string"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 24h selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/runbot-strategy-copilot/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
08-13 · uptime 100.0% · 166ms avg08-1308-13
24h UPTIME 100%
RESPONSE TIME
08-13 · 166ms avg08-13 · 166ms avg08-1308-13
AVG RESP 202ms
PRICE (captured 402, USD)
08-12 · $0.92508-13 · $0.925$0.92508-1208-13

Median across 4 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
08-12 uptime: 99.9% compliance: 100% checks08-13 uptime: 99.9% compliance: 100% checksuptimecompliance08-1208-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
no on-chain volume in the last 24h
DISTINCT BUYERS
no distinct buyers in the last 24h

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-07-27 · last up 2026-08-13

  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) live · click to expand
TIME STATUS RESP CAUSE
● OK 193ms
● OK 160ms
● OK 36ms
● OK 92ms
● OK 128ms
● OK 146ms
● OK 109ms
● OK 194ms
● OK 163ms
● OK 145ms
● OK 197ms
● OK 198ms
● OK 154ms
● OK 258ms
● SLOW 312ms
● OK 247ms
● SLOW 310ms
● OK 226ms

EMBED THIS BADGE

Show that Runbot Strategy Copilot is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Runbot Strategy Copilot listed on x402-list
status
Runbot Strategy Copilot uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/runbot-strategy-copilot?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/runbot-strategy-copilot.svg" alt="Runbot Strategy Copilot listed on x402-list" height="28">
</a>
// Markdown
[![Runbot Strategy Copilot on x402-list](https://x402-list.com/badge/runbot-strategy-copilot.svg)](https://x402-list.com/services/runbot-strategy-copilot?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/runbot-strategy-copilot?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/runbot-strategy-copilot.svg?data=uptime" alt="Runbot Strategy Copilot uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/runbot-strategy-copilot/update.