{
  "x402Version": 2,
  "id": 421,
  "slug": "421",
  "resource": "https://x402.miroshark.xyz/run",
  "description": "MiroShark: run a 25-agent social-media simulation across Twitter, Reddit, and Polymarket over 10 rounds from a single prompt, URL, or article, then read a synthesized markdown report with belief drift, top posts, and prediction-market trajectories.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x6cab485fc28ec70d3845113b704d4824e4d2b24f",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "9vWbPNMvt8ui1cNN8jWWPUWT5LPmeXzq7nr3vry1vMPH",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "1000000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:143",
      "payTo": "0x0000CE08fa224696A819877070BF378e8B131ACF",
      "asset": "0x754704Bc059F8C67012fEd69BC8A327a5aafb603",
      "amount": "1000000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "article": "<alternative seed: raw article text>",
            "prediction_market": "<optional: pin a YES/NO market question>",
            "prompt": "How will developers react if OpenAI releases GPT-6 next month?",
            "url": "<alternative seed: an article URL to simulate around>"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "run_id": "run_abc123def456",
              "status": "queued",
              "status_url": "https://<host>/status/run_abc123def456",
              "wait_url": "https://<host>/wait/run_abc123def456"
            },
            "success": true
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "article": {
                    "maxLength": 200000,
                    "minLength": 4,
                    "type": "string"
                  },
                  "prediction_market": {
                    "type": "string"
                  },
                  "prompt": {
                    "maxLength": 4000,
                    "minLength": 4,
                    "type": "string"
                  },
                  "url": {
                    "maxLength": 2048,
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "data": {
                    "properties": {
                      "run_id": {
                        "type": "string"
                      },
                      "status": {
                        "type": "string"
                      },
                      "status_url": {
                        "format": "uri",
                        "type": "string"
                      },
                      "wait_url": {
                        "format": "uri",
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "success": {
                    "type": "boolean"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "builder-code": {
      "info": {
        "a": "bc_r3g1wwdh"
      },
      "schema": {
        "additionalProperties": false,
        "properties": {
          "a": {
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "s": {
            "items": {
              "pattern": "^[a-z0-9_]{1,32}$",
              "type": "string"
            },
            "type": "array"
          },
          "w": {
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar",
    "builder-code"
  ],
  "sourceHost": "x402.miroshark.xyz",
  "lastUpdated": "2026-09-18T12:43:17.645Z",
  "quality": {
    "calls30d": 73,
    "uniquePayers30d": 16,
    "lastCalledAt": "2026-09-18T12:43:17.463Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402.miroshark.xyz",
    "manifest_name": "x402.miroshark.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}