x402 List

x402 Protocol Service Directory

Cloud World Model

Compute

Multi-cloud infrastructure simulation API with native x402 pay-per-request support — no signup required. Lets developers, architects, and AI agents model AWS, GCP, Azure, OCI, and DigitalOcean deployments without provisioning real resources. Supports RL autoscaling training, chaos engineering, multi-cloud cost/latency comparison, predictive scaling validation, and AI-generated architecture analysis. All metered endpoints accept USDC on Base mainnet via X-PAYMENT header — no account or API key needed.

Pay from $0.001 to $0.005 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.

listed 2026-08-03 · no on-chain settlement recorded yet

BASE URL https://www.cloudworldmodel.ai WEBSITE https://www.cloudworldmodel.ai/ ENDPOINTS 10 NETWORK Base / Solana ASSET USDC MEMBER SINCE 2026-08-03 MONITORED SINCE 2026-08-03

ASSESSMENT

updated 2h ago

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

reliability 100%
uptime 24h
-
uptime 7d
-
uptime 30d
-
uptime 90d
-
response p95
88ms
avg response
88ms
total checks
1
compliance A (14/14)

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

jump to compliance checklist

price $0.001 to $0.005 (p22 in Compute)
price (min)
$0.001
price (max)
$0.005
category percentile (min)
p22 in Compute
category percentile (max)
p28 in Compute
endpoints / prices
10 / 2
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
222d
registrar
GoDaddy.com, LLC
hosting
custom
domain created
2025-12-23

Identity facts, not a risk score.

traction $0 30d · 0 buyers
volume 30d
$0
buyers 30d
0
settlements 30d
0
first settlement
---
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
volume all-time
$0
settlements all-time
0
median settlement 30d
$0
max settlement 30d
$0
settled via
-

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

Cloud World Model provides APIs for cloud simulations, AI jobs, chaos engineering, multi-cloud analysis, predictions, and reinforcement learning environments.

category
cloud-simulation
in
body
auth
wallet-auth
cloud-simulationai-jobschaos-engineeringmulti-cloudpredictionsreinforcement-learningoptimizationvalidation

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
POST /api/ai-jobs $0.001 Base/Solana USDC
POST /api/analysis/optimize $0.005 Base/Solana USDC
POST /api/chaos/batch $0.005 Base/Solana USDC
POST /api/chaos/run $0.005 Base/Solana USDC
POST /api/multi-cloud/explore $0.005 Base/Solana USDC
POST /api/predictions/optimize-thresholds $0.005 Base/Solana USDC
POST /api/predictions/validate $0.005 Base/Solana USDC
POST /api/rl/environments $0.001 Base/Solana USDC
GET /api/simulations $0.001 Base/Solana USDC
POST /api/wallet-auth/x402-session $0.001 Base/Solana USDC
10 endpoints

REQUEST / RESPONSE EXAMPLE

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

// request
curl -i 'https://www.cloudworldmodel.ai/api/simulations'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
  {
    "error": "Payment required. Send a PAYMENT-SIGNATURE header containing a signed USDC payment on Base or Solana (x402 protocol).",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xC66D1757b9CF97E51f22075927c36Ff7aDD96A01",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "2pRoZhiErqV8TUAnrkG5qXK7keWGX9ry7QpiAPW4k9MU",
        "amount": "1000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://www.cloudworldmodel.ai/api/simulations",
      "mimeType": "application/json",
      "description": "List all cloud simulations owned by the caller."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {},
            "type": "http",
            "method": "GET",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": []
          }
        },
        "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": [],
                  "properties": {},
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "type": "string"
                },
                "bodyType": {
                  "type": "string"
                }
              }
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "array"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required. Send a PAYMENT-SIGNATURE header containing a signed USDC payment on Base or Solana (x402 protocol).",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xC66D1757b9CF97E51f22075927c36Ff7aDD96A01",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "2pRoZhiErqV8TUAnrkG5qXK7keWGX9ry7QpiAPW4k9MU",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://www.cloudworldmodel.ai/api/chaos/run",
      "mimeType": "application/json",
      "description": "Run a single failure injection against a cloud architecture and analyze recovery."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "duration": 300,
              "scenarioId": "cpu_stress",
              "simulationId": "sim-id"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "job": {
                "id": "job-id",
                "type": "chaos_test",
                "status": "pending",
                "createdAt": "2024-01-01T00:00:00.000Z",
                "simulationId": "sim-id"
              },
              "jobId": "job-id",
              "message": "Chaos test started. Use GET /chaos/jobs/{id} to check status."
            }
          }
        },
        "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": [
                    "simulationId"
                  ],
                  "properties": {
                    "duration": {
                      "type": "number",
                      "maximum": 1000,
                      "minimum": 10,
                      "description": "Test duration in seconds (default 300)"
                    },
                    "scenarioId": {
                      "type": "string",
                      "description": "Pre-built chaos scenario ID (e.g. cpu_stress, zone_outage)"
                    },
                    "simulationId": {
                      "type": "string"
                    },
                    "customInjections": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "failureType"
                        ],
                        "properties": {
                          "duration": {
                            "type": "number"
                          },
                          "intensity": {
                            "type": "number",
                            "maximum": 100,
                            "minimum": 0
                          },
                          "startTime": {
                            "type": "number"
                          },
                          "targetZone": {
                            "type": "string"
                          },
                          "failureType": {
                            "enum": [
                              "database_crash",
                              "database_slowdown",
                              "database_overload",
                              "zone_outage",
                              "instance_failure",
                              "network_latency",
                              "network_partition",
                              "cascading_failure",
                              "cpu_stress"
                            ],
                            "type": "string"
                          },
                          "targetProvider": {
                            "enum": [
                              "aws",
                              "gcp",
                              "azure",
                              "oci",
                              "digitalocean"
                            ],
                            "type": "string"
                          },
                          "targetResourceId": {
                            "type": "string"
                          },
                          "affectedResources": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "type": "string"
                },
                "bodyType": {
                  "type": "string"
                }
              }
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "job": {
                      "type": "object"
                    },
                    "jobId": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required. Send a PAYMENT-SIGNATURE header containing a signed USDC payment on Base or Solana (x402 protocol).",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xC66D1757b9CF97E51f22075927c36Ff7aDD96A01",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "2pRoZhiErqV8TUAnrkG5qXK7keWGX9ry7QpiAPW4k9MU",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://www.cloudworldmodel.ai/api/multi-cloud/explore",
      "mimeType": "application/json",
      "description": "Evaluate equivalent deployments across AWS, Azure, GCP, OCI, and DigitalOcean."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "workloadProfile": {
                "storageGB": 500,
                "trafficRPS": 1000,
                "primaryRegion": "us-east-1",
                "sourceProvider": "aws",
                "computeInstances": 3,
                "databaseInstances": 1,
                "latencyRequirementMs": 100
              }
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "job": {
                "id": "job-id",
                "type": "multi_cloud_exploration",
                "status": "pending",
                "createdAt": "2024-01-01T00:00:00.000Z"
              },
              "message": "Multi-cloud exploration started. Use GET /multi-cloud/jobs/{id} to check status."
            }
          }
        },
        "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": [
                    "workloadProfile"
                  ],
                  "properties": {
                    "beginnerMode": {
                      "type": "boolean"
                    },
                    "errorBudgetPct": {
                      "type": "number",
                      "maximum": 100,
                      "minimum": 0
                    },
                    "maxCostPerHour": {
                      "type": "number",
                      "exclusiveMinimum": 0
                    },
                    "workloadProfile": {
                      "type": "object",
                      "required": [
                        "computeInstances",
                        "databaseInstances",
                        "storageGB",
                        "trafficRPS",
                        "latencyRequirementMs",
                        "primaryRegion"
                      ],
                      "properties": {
                        "storageGB": {
                          "type": "number",
                          "minimum": 1
                        },
                        "trafficRPS": {
                          "type": "number",
                          "minimum": 1
                        },
                        "primaryRegion": {
                          "type": "string"
                        },
                        "sourceProvider": {
                          "enum": [
                            "aws",
                            "gcp",
                            "azure",
                            "oci",
                            "digitalocean"
                          ],
                          "type": "string"
                        },
                        "computeInstances": {
                          "type": "integer",
                          "minimum": 1
                        },
                        "secondaryRegions": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "databaseInstances": {
                          "type": "integer",
                          "minimum": 1
                        },
                        "requiresMultiRegion": {
                          "type": "boolean"
                        },
                        "latencyRequirementMs": {
                          "type": "number",
                          "minimum": 1
                        },
                        "dataResidencyRequirements": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "optimizationWeights": {
                      "type": "object",
                      "properties": {
                        "cost": {
                          "type": "number",
                          "maximum": 1,
                          "minimum": 0
                        },
                        "latency": {
                          "type": "number",
                          "maximum": 1,
                          "minimum": 0
                        },
                        "vendorLockIn": {
                          "type": "number",
                          "maximum": 1,
                          "minimum": 0
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "type": "string"
                },
                "bodyType": {
                  "type": "string"
                }
              }
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "job": {
                      "type": "object"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required. Send a PAYMENT-SIGNATURE header containing a signed USDC payment on Base or Solana (x402 protocol).",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xC66D1757b9CF97E51f22075927c36Ff7aDD96A01",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "2pRoZhiErqV8TUAnrkG5qXK7keWGX9ry7QpiAPW4k9MU",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://www.cloudworldmodel.ai/api/chaos/batch",
      "mimeType": "application/json",
      "description": "Execute multiple chaos scenarios in parallel and compare outcomes."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "scenarios": [
                {
                  "duration": 60,
                  "scenarioId": "cpu_stress"
                },
                {
                  "duration": 90,
                  "scenarioId": "zone_outage"
                }
              ],
              "simulationId": "sim-id"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "job": {
                "id": "batch-id",
                "type": "batch_chaos_test",
                "status": "pending",
                "createdAt": "2024-01-01T00:00:00.000Z",
                "totalJobs": 2
              },
              "message": "Batch chaos test started. Use GET /chaos/batch/{id} to check status."
            }
          }
        },
        "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": [
                    "simulationId",
                    "scenarios"
                  ],
                  "properties": {
                    "scenarios": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "duration"
                        ],
                        "properties": {
                          "duration": {
                            "type": "number",
                            "maximum": 300,
                            "minimum": 10
                          },
                          "scenarioId": {
                            "type": "string"
                          },
                          "customInjections": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "required": [
                                "failureType"
                              ],
                              "properties": {
                                "duration": {
                                  "type": "number"
                                },
                                "intensity": {
                                  "type": "number",
                                  "maximum": 100,
                                  "minimum": 0
                                },
                                "failureType": {
                                  "enum": [
                                    "database_crash",
                                    "database_slowdown",
                                    "database_overload",
                                    "zone_outage",
                                    "instance_failure",
                                    "network_latency",
                                    "network_partition",
                                    "cascading_failure",
                                    "cpu_stress"
                                  ],
                                  "type": "string"
                                },
                                "targetResourceId": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      },
                      "maxItems": 10,
                      "minItems": 1
                    },
                    "webhookUrl": {
                      "type": "string",
                      "format": "uri"
                    },
                    "simulationId": {
                      "type": "string"
                    },
                    "webhookSecret": {
                      "type": "string"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "type": "string"
                },
                "bodyType": {
                  "type": "string"
                }
              }
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "job": {
                      "type": "object"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required. Send a PAYMENT-SIGNATURE header containing a signed USDC payment on Base or Solana (x402 protocol).",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xC66D1757b9CF97E51f22075927c36Ff7aDD96A01",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "2pRoZhiErqV8TUAnrkG5qXK7keWGX9ry7QpiAPW4k9MU",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://www.cloudworldmodel.ai/api/analysis/optimize",
      "mimeType": "application/json",
      "description": "Find lower-cost or higher-performing cloud architecture configurations."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "goals": {
                "primary": "balance",
                "weights": {
                  "cost": 0.4,
                  "stability": 0.2,
                  "performance": 0.4
                }
              },
              "simulationId": "sim-id"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "job": {
                "id": "job-id",
                "status": "pending",
                "createdAt": "2024-01-01T00:00:00.000Z"
              },
              "message": "Optimization job created and processing started"
            }
          }
        },
        "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": [
                    "simulationId",
                    "goals"
                  ],
                  "properties": {
                    "goals": {
                      "type": "object",
                      "required": [
                        "primary"
                      ],
                      "properties": {
                        "primary": {
                          "enum": [
                            "minimize_cost",
                            "maximize_performance",
                            "balance"
                          ],
                          "type": "string"
                        },
                        "weights": {
                          "type": "object",
                          "properties": {
                            "cost": {
                              "type": "number"
                            },
                            "stability": {
                              "type": "number"
                            },
                            "performance": {
                              "type": "number"
                            }
                          }
                        },
                        "constraints": {
                          "type": "object",
                          "properties": {
                            "min_throughput": {
                              "type": "number"
                            },
                            "max_latency_p95": {
                              "type": "number"
                            },
                            "max_cost_per_hour": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    },
                    "simulationId": {
                      "type": "string",
                      "description": "Simulation to optimise"
                    },
                    "testScenario": {
                      "type": "object",
                      "properties": {
                        "duration_steps": {
                          "type": "integer"
                        },
                        "traffic_pattern": {
                          "type": "string"
                        },
                        "include_failures": {
                          "type": "boolean"
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "type": "string"
                },
                "bodyType": {
                  "type": "string"
                }
              }
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "job": {
                      "type": "object"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required. Send a PAYMENT-SIGNATURE header containing a signed USDC payment on Base or Solana (x402 protocol).",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xC66D1757b9CF97E51f22075927c36Ff7aDD96A01",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "2pRoZhiErqV8TUAnrkG5qXK7keWGX9ry7QpiAPW4k9MU",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://www.cloudworldmodel.ai/api/predictions/validate",
      "mimeType": "application/json",
      "description": "Validate scaling and performance predictions against simulated workloads."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "simulationId": "sim-id",
              "trafficForecast": {
                "name": "peak-load",
                "dataPoints": [
                  {
                    "rps": 500,
                    "timestamp": 0
                  },
                  {
                    "rps": 2000,
                    "timestamp": 60
                  },
                  {
                    "rps": 500,
                    "timestamp": 120
                  }
                ]
              }
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "job": {
                "id": "job-id",
                "type": "validate",
                "status": "pending",
                "createdAt": "2024-01-01T00:00:00.000Z"
              },
              "message": "Validation job created and processing started"
            }
          }
        },
        "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": [
                    "simulationId",
                    "trafficForecast"
                  ],
                  "properties": {
                    "testSteps": {
                      "type": "number",
                      "description": "Simulation steps to run (default 100)"
                    },
                    "simulationId": {
                      "type": "string"
                    },
                    "trafficForecast": {
                      "type": "object",
                      "required": [
                        "name",
                        "dataPoints"
                      ],
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "avgRPS": {
                          "type": "number"
                        },
                        "peakRPS": {
                          "type": "number"
                        },
                        "dataPoints": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "required": [
                              "timestamp",
                              "rps"
                            ],
                            "properties": {
                              "rps": {
                                "type": "number"
                              },
                              "label": {
                                "type": "string"
                              },
                              "timestamp": {
                                "type": "number"
                              }
                            }
                          }
                        },
                        "description": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "type": "string"
                },
                "bodyType": {
                  "type": "string"
                }
              }
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "job": {
                      "type": "object"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required. Send a PAYMENT-SIGNATURE header containing a signed USDC payment on Base or Solana (x402 protocol).",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xC66D1757b9CF97E51f22075927c36Ff7aDD96A01",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "2pRoZhiErqV8TUAnrkG5qXK7keWGX9ry7QpiAPW4k9MU",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://www.cloudworldmodel.ai/api/predictions/optimize-thresholds",
      "mimeType": "application/json",
      "description": "Recommend autoscaling thresholds from simulation results."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "simulationId": "sim-id",
              "trafficForecast": {
                "name": "peak-load",
                "dataPoints": [
                  {
                    "rps": 500,
                    "timestamp": 0
                  },
                  {
                    "rps": 2000,
                    "timestamp": 60
                  },
                  {
                    "rps": 500,
                    "timestamp": 120
                  }
                ]
              }
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "job": {
                "id": "job-id",
                "type": "optimize_thresholds",
                "status": "pending",
                "createdAt": "2024-01-01T00:00:00.000Z"
              },
              "message": "Validation job created and processing started"
            }
          }
        },
        "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": [
                    "simulationId",
                    "trafficForecast"
                  ],
                  "properties": {
                    "testSteps": {
                      "type": "number",
                      "description": "Simulation steps to run (default 100)"
                    },
                    "simulationId": {
                      "type": "string"
                    },
                    "trafficForecast": {
                      "type": "object",
                      "required": [
                        "name",
                        "dataPoints"
                      ],
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "avgRPS": {
                          "type": "number"
                        },
                        "peakRPS": {
                          "type": "number"
                        },
                        "dataPoints": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "required": [
                              "timestamp",
                              "rps"
                            ],
                            "properties": {
                              "rps": {
                                "type": "number"
                              },
                              "label": {
                                "type": "string"
                              },
                              "timestamp": {
                                "type": "number"
                              }
                            }
                          }
                        },
                        "description": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "type": "string"
                },
                "bodyType": {
                  "type": "string"
                }
              }
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "job": {
                      "type": "object"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required. Send a PAYMENT-SIGNATURE header containing a signed USDC payment on Base or Solana (x402 protocol).",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xC66D1757b9CF97E51f22075927c36Ff7aDD96A01",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "2pRoZhiErqV8TUAnrkG5qXK7keWGX9ry7QpiAPW4k9MU",
        "amount": "1000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://www.cloudworldmodel.ai/api/ai-jobs",
      "mimeType": "application/json",
      "description": "Submit an async AI analysis job (explain, optimize, troubleshoot, or bottleneck) and receive a jobId immediately."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "type": "explain",
              "beginnerMode": false,
              "simulationId": "sim-abc123"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "jobId": "ai-job-uuid",
              "status": "pending",
              "createdAt": "2024-01-01T00:00:00.000Z"
            }
          }
        },
        "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": [
                    "simulationId",
                    "type"
                  ],
                  "properties": {
                    "type": {
                      "enum": [
                        "explain",
                        "troubleshoot",
                        "analyze_bottlenecks",
                        "optimize"
                      ],
                      "type": "string",
                      "description": "Type of AI analysis to run"
                    },
                    "issue": {
                      "type": "string",
                      "description": "Problem description (required for troubleshoot type)"
                    },
                    "beginnerMode": {
                      "type": "boolean",
                      "description": "Return simplified, jargon-free output"
                    },
                    "simulationId": {
                      "type": "string",
                      "description": "ID of the simulation to analyze"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "type": "string"
                },
                "bodyType": {
                  "type": "string"
                }
              }
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "jobId": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "createdAt": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required. Send a PAYMENT-SIGNATURE header containing a signed USDC payment on Base or Solana (x402 protocol).",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xC66D1757b9CF97E51f22075927c36Ff7aDD96A01",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "2pRoZhiErqV8TUAnrkG5qXK7keWGX9ry7QpiAPW4k9MU",
        "amount": "1000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://www.cloudworldmodel.ai/api/rl/environments",
      "mimeType": "application/json",
      "description": "Create an RL training environment linked to an existing cloud simulation."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "simulationId": "sim-abc123",
              "episodeConfig": {
                "maxSteps": 200
              }
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "environment": {
                "id": "env-aws-001",
                "isActive": true
              },
              "observation": {
                "metrics": {}
              }
            }
          }
        },
        "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": [
                    "simulationId"
                  ],
                  "properties": {
                    "webhookUrl": {
                      "type": "string",
                      "description": "Optional webhook URL for episode completion notification"
                    },
                    "simulationId": {
                      "type": "string",
                      "format": "uuid",
                      "description": "ID of the simulation to train on"
                    },
                    "episodeConfig": {
                      "type": "object",
                      "description": "Episode configuration (maxSteps, targetSLA, targetTrafficPattern, etc.)",
                      "additionalProperties": true
                    },
                    "rewardWeights": {
                      "type": "object",
                      "description": "Optional custom reward weights (cost, resilience, latency)",
                      "additionalProperties": true
                    },
                    "webhookSecret": {
                      "type": "string",
                      "description": "Optional HMAC secret for webhook signature verification"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "type": "string"
                },
                "bodyType": {
                  "type": "string"
                }
              }
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "environment": {
                      "type": "object"
                    },
                    "observation": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required. Send a PAYMENT-SIGNATURE header containing a signed USDC payment on Base or Solana (x402 protocol).",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xC66D1757b9CF97E51f22075927c36Ff7aDD96A01",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "2pRoZhiErqV8TUAnrkG5qXK7keWGX9ry7QpiAPW4k9MU",
        "amount": "1000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://www.cloudworldmodel.ai/api/wallet-auth/x402-session",
      "mimeType": "application/json",
      "description": "Issue a 24-hour wallet session JWT via a one-time USDC micro-payment."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {},
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "settlement": {
                "status": "confirmed",
                "transactionHash": "0xabc123..."
              },
              "walletSession": {
                "token": "<jwt>",
                "expiresAt": "2024-01-02T00:00:00.000Z"
              }
            }
          }
        },
        "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",
                  "properties": {},
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "type": "string"
                },
                "bodyType": {
                  "type": "string"
                }
              }
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "settlement": {
                      "type": "object"
                    },
                    "walletSession": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/cloud-world-model/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-03 · uptime 100.0% · 108ms avg08-0308-03
30d UPTIME 100%
RESPONSE TIME
08-03 · 108ms avg08-03 · 108ms avg08-0308-03
AVG RESP 105ms
PRICE (captured 402, USD)
building price history ($0.005)

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

SUB-SCORES (uptime + x402 compliance)
building assessment history (1 day so far)
VOLUME (on-chain settlement, USD)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

14/14 checks pass · grade A
  • 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 (7) · click to expand
TIME STATUS RESP
● OK 86ms
● OK 136ms
● OK 117ms
● OK 102ms
● OK 89ms
● OK 115ms
● OK 88ms

EMBED THIS BADGE

Show that Cloud World Model is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Cloud World Model listed on x402-list
status
Cloud World Model uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/cloud-world-model?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/cloud-world-model.svg" alt="Cloud World Model listed on x402-list" height="28">
</a>
// Markdown
[![Cloud World Model on x402-list](https://x402-list.com/badge/cloud-world-model.svg)](https://x402-list.com/services/cloud-world-model?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/cloud-world-model?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/cloud-world-model.svg?data=uptime" alt="Cloud World Model 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 ]