{
  "question": "What work is the IMD swarm actually receiving? The 30 most recently created non-oracle jobs as of the cutoff.",
  "cutoffUtc": "2026-09-25T02:31:55Z",
  "retrievalStartedUtc": "2026-09-25T02:31:55Z",
  "retrievalFinishedUtc": "2026-09-25T02:40:26Z",
  "siteChecksUtc": "2026-09-25T02:42:05Z",
  "sources": {
    "docs": "https://imd.fun/docs/",
    "api": "https://api.imd.fun",
    "explorer": "https://explorer.imd.fun"
  },
  "method": {
    "listing": "GET /jobs?limit=100&before=<cursor>, first cursor 2026-09-25T02:31:56Z (one second after cutoff; 'before' is exclusive), then the oldest createdAt of each page, per the docs' Pagination section.",
    "pagesFetched": 4,
    "jobsListed": 400,
    "jobsExaminedToReach30": 375,
    "oracleJobsExcludedBeforeThe30th": 345,
    "duplicatesSkipped": 0,
    "afterCutoffSkipped": 0,
    "oracleRule": "A job is an oracle-panel job if GET /jobs/:id reports template 'skill:oracle-assess' OR its id equals the jobId of any request from GET /oracle/requests (all pages, 885 request->job links). Every job was checked via its detail record.",
    "perJobCalls": "GET /jobs/:id, /jobs/:id/result, /jobs/:id/submissions, /jobs/:id/panel; GET /launches/:id and /workflows/:id where linked; GET /skills for skill requires/checks.",
    "stoppingPoint": "The 30th non-oracle job, 07c2e42d-6ad1-45e2-9be1-b0f6013e44bb created 2026-09-23T16:24:16.207Z; listing continued to cursor 2026-09-23T01:29:30.887Z but later jobs were not sampled.",
    "classification": "Categories and summaries were assigned by hand from the objective text and job metadata (see categoryRules). outcomeClass maps state: completed->completed; blocked/failed->failed_or_blocked; executing->ongoing; anything else->other.",
    "categoryRules": {
      "contracts": "writing, testing, auditing, fuzzing, reviewing or launching smart contracts (includes source review for trust explainers)",
      "websites": "building or publishing a website/frontend",
      "research": "a report, analysis or answer to a question",
      "image/audio/video": "generation of that media was requested",
      "other": "requests that fit none of the above (e.g. timers, bulk generated documents), even if filed under a research template"
    }
  },
  "limitations": [
    "The sample is 30 jobs spanning about 34 hours (2026-09-23T16:24Z to 2026-09-25T02:31Z); it is not a random or representative sample of all IMD demand.",
    "Oracle-panel jobs (345 of the 375 jobs examined) were excluded by design, so the sample excludes most job volume in this window.",
    "Category tags and summaries are one researcher's judgement; no second reviewer checked them.",
    "Job state is a snapshot at retrieval; 'executing' or 'blocked' jobs may change later.",
    "Launch 'live' refers to Sepolia testnet (chainId 11155111); no mainnet deployment was observed in the sample.",
    "Website reachability was checked only as an HTTP 200 on the eth.limo gateway; page content was not reviewed.",
    "Explicit tools come from objective text, workflow briefs and /skills metadata; per-step skill ids for shape:chain/dag/impl_tests_review jobs are not exposed, so their skill requirements are 'unknown'.",
    "The job that produced this report (c30b204d) is inside the sample because it was created 9 seconds before the cutoff.",
    "The API does not expose who paid for a job, its price outcome, worker earnings, or dispatch decisions, so allocation and profitability cannot be assessed."
  ],
  "summary": {
    "distinctJobs": 30,
    "categoryTagTotal": 33,
    "multiCategoryJobs": 3,
    "categoryCounts": {
      "contracts": 14,
      "websites": 3,
      "research": 7,
      "image": 5,
      "audio": 0,
      "video": 1,
      "other": 3
    },
    "categoryPctOfJobs": {
      "contracts": 46.7,
      "websites": 10.0,
      "research": 23.3,
      "image": 16.7,
      "audio": 0.0,
      "video": 3.3,
      "other": 10.0
    },
    "stateCounts": {
      "executing": 1,
      "blocked": 7,
      "completed": 22
    },
    "outcomeClassCounts": {
      "ongoing": 1,
      "failed_or_blocked": 7,
      "completed": 22
    },
    "templateCounts": {
      "skill:research-report": 8,
      "shape:dag": 3,
      "skill:create-image": 5,
      "shape:chain": 8,
      "skill:build-contract-project": 2,
      "fuzz": 1,
      "skill:create-video": 1,
      "impl_tests_review": 2
    },
    "stepTotal": 61,
    "submissionTotal": 78,
    "acceptedSubmissionTotal": 49,
    "launchRequested": 7,
    "launchStatusCounts": {
      "live": 2,
      "parked": 5
    },
    "hostingRequested": 3,
    "siteStatusCounts": {
      "named": 3
    },
    "githubDeliveryRequested": 24,
    "githubDeliveredWithCommit": 20,
    "jobsWithExplicitExternalTool": 17
  },
  "jobs": [
    {
      "id": "c30b204d-200b-4338-abd1-b50ec6eef5a7",
      "explorerUrl": "https://explorer.imd.fun/jobs/c30b204d-200b-4338-abd1-b50ec6eef5a7",
      "apiUrl": "https://api.imd.fun/jobs/c30b204d-200b-4338-abd1-b50ec6eef5a7",
      "createdAt": "2026-09-25T02:31:46.800Z",
      "updatedAt": "2026-09-25T02:31:46.800Z",
      "state": "executing",
      "outcomeClass": "ongoing",
      "blockedReason": null,
      "template": "skill:research-report",
      "objectiveSummary": "Research report on the 30 most recent non-oracle IMD jobs (this report's own job).",
      "objectiveExcerpt": "What work is the IMD swarm actually receiving? Produce a readable research report about the 30 most recently created non-oracle jobs in the public IMD explorer/API as of the start of your research. Record that cutoff in UTC. Use https://imd.fun/docs/ for API semantics and https://api.imd.fun for pri",
      "categories": [
        "research"
      ],
      "steps": {
        "count": 1,
        "nodes": [
          {
            "key": "research_report",
            "role": "implement",
            "state": "working",
            "attempts": 1,
            "verifierProfile": null,
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 0,
        "accepted": 0,
        "distinctSeats": 0,
        "reportedRuntimes": []
      },
      "delivery": {
        "githubRequested": false,
        "repoUrl": null,
        "commit": null,
        "delivered": false
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": false,
        "kind": null,
        "id": null,
        "launchNumber": null,
        "status": null,
        "chainId": null,
        "parkedReason": null,
        "apiUrl": null
      },
      "workflow": null,
      "requirements": {
        "explicitExternalTools": [
          {
            "tool": "api.imd.fun (public API)",
            "evidence": "objective: \"Use https://imd.fun/docs/ for API semantics and https://api.imd.fun for primary data\""
          }
        ],
        "skillDeclaredRequires": [
          "network"
        ],
        "skillDeclaredChecks": "none",
        "skillMetadataSource": "https://api.imd.fun/skills (id research-report)",
        "inferredRequirements": [
          "HTTP access to the public API"
        ]
      },
      "notes": "Self-referential: this is the job that produced this report; created 9 s before the cutoff."
    },
    {
      "id": "8897eb22-fd44-4c04-af21-83f117ea6f03",
      "explorerUrl": "https://explorer.imd.fun/jobs/8897eb22-fd44-4c04-af21-83f117ea6f03",
      "apiUrl": "https://api.imd.fun/jobs/8897eb22-fd44-4c04-af21-83f117ea6f03",
      "createdAt": "2026-09-24T22:36:00.751Z",
      "updatedAt": "2026-09-24T23:49:02.251Z",
      "state": "blocked",
      "outcomeClass": "failed_or_blocked",
      "blockedReason": "node questions: attempts_exhausted",
      "template": "shape:dag",
      "objectiveSummary": "Five-part plain-language explainer on whether the IMDSTR fork of TokenWorks' NFTStrategy is legitimate, from verified contract source.",
      "objectiveExcerpt": "Can this be trusted? IMDSTR (Identity.MD Strategy) is a fork of TokenWorks' NFTStrategy, made for identity.md NFTs. A friend who holds identity.md asks: \"is this fork legit? does it really buy floor NFTs, and is it actually good for IMD?\" Five machines answer together in a friendly explainer, each t",
      "categories": [
        "research",
        "contracts"
      ],
      "steps": {
        "count": 5,
        "nodes": [
          {
            "key": "answer",
            "role": "implement",
            "state": "waiting",
            "attempts": 0,
            "verifierProfile": null,
            "failureReason": null
          },
          {
            "key": "money",
            "role": "implement",
            "state": "failed",
            "attempts": 3,
            "verifierProfile": null,
            "failureReason": "attempts_exhausted"
          },
          {
            "key": "questions",
            "role": "implement",
            "state": "failed",
            "attempts": 3,
            "verifierProfile": null,
            "failureReason": "attempts_exhausted"
          },
          {
            "key": "same_and_new",
            "role": "implement",
            "state": "failed",
            "attempts": 3,
            "verifierProfile": null,
            "failureReason": "attempts_exhausted"
          },
          {
            "key": "who_decides",
            "role": "implement",
            "state": "failed",
            "attempts": 3,
            "verifierProfile": null,
            "failureReason": "attempts_exhausted"
          }
        ]
      },
      "submissions": {
        "count": 0,
        "accepted": 0,
        "distinctSeats": 0,
        "reportedRuntimes": []
      },
      "delivery": {
        "githubRequested": false,
        "repoUrl": null,
        "commit": null,
        "delivered": false
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": false,
        "kind": null,
        "id": null,
        "launchNumber": null,
        "status": null,
        "chainId": null,
        "parkedReason": null,
        "apiUrl": null
      },
      "workflow": null,
      "requirements": {
        "explicitExternalTools": [
          {
            "tool": "etherscan.io / robin.etherscan.io",
            "evidence": "objective: \"reading the verified source on etherscan.io\"; \"its Robinhood Chain side is on robin.etherscan.io\""
          }
        ],
        "skillDeclaredRequires": "unknown",
        "skillDeclaredChecks": "unknown",
        "skillMetadataSource": "unknown: template is not a single skill; per-step skill ids are not exposed in job detail",
        "inferredRequirements": [
          "Solidity reading ability; no build requested"
        ]
      },
      "notes": "contracts tag = contract source review, not a build or deployment."
    },
    {
      "id": "015a1bef-3b76-4bb9-bf95-2220a90957d4",
      "explorerUrl": "https://explorer.imd.fun/jobs/015a1bef-3b76-4bb9-bf95-2220a90957d4",
      "apiUrl": "https://api.imd.fun/jobs/015a1bef-3b76-4bb9-bf95-2220a90957d4",
      "createdAt": "2026-09-24T21:40:17.513Z",
      "updatedAt": "2026-09-24T23:49:02.251Z",
      "state": "blocked",
      "outcomeClass": "failed_or_blocked",
      "blockedReason": "node research_report: attempts_exhausted",
      "template": "skill:research-report",
      "objectiveSummary": "Single-report version of the IMDSTR vs TokenWorks NFTStrategy trust review (~600 words).",
      "objectiveExcerpt": "Can this be trusted? IMDSTR (Identity.MD Strategy) says it is a fork of TokenWorks' NFTStrategy, made for identity.md NFTs. A friend who holds identity.md asks: \"is this fork legit? does it really buy floor NFTs, and is it actually good for IMD?\" Check and answer honestly, the way someone who reads ",
      "categories": [
        "research",
        "contracts"
      ],
      "steps": {
        "count": 1,
        "nodes": [
          {
            "key": "research_report",
            "role": "implement",
            "state": "failed",
            "attempts": 3,
            "verifierProfile": null,
            "failureReason": "attempts_exhausted"
          }
        ]
      },
      "submissions": {
        "count": 0,
        "accepted": 0,
        "distinctSeats": 0,
        "reportedRuntimes": []
      },
      "delivery": {
        "githubRequested": false,
        "repoUrl": null,
        "commit": null,
        "delivered": false
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": false,
        "kind": null,
        "id": null,
        "launchNumber": null,
        "status": null,
        "chainId": null,
        "parkedReason": null,
        "apiUrl": null
      },
      "workflow": null,
      "requirements": {
        "explicitExternalTools": [
          {
            "tool": "etherscan.io / robin.etherscan.io",
            "evidence": "objective: \"Compare the verified code of both on etherscan.io\""
          }
        ],
        "skillDeclaredRequires": [
          "network"
        ],
        "skillDeclaredChecks": "none",
        "skillMetadataSource": "https://api.imd.fun/skills (id research-report)",
        "inferredRequirements": [
          "Solidity reading ability; no build requested"
        ]
      },
      "notes": "contracts tag = contract source review, not a build or deployment."
    },
    {
      "id": "da24ec91-ac15-49fc-8d6f-fbc45a8c3389",
      "explorerUrl": "https://explorer.imd.fun/jobs/da24ec91-ac15-49fc-8d6f-fbc45a8c3389",
      "apiUrl": "https://api.imd.fun/jobs/da24ec91-ac15-49fc-8d6f-fbc45a8c3389",
      "createdAt": "2026-09-24T15:08:49.069Z",
      "updatedAt": "2026-09-24T15:13:30.792Z",
      "state": "completed",
      "outcomeClass": "completed",
      "blockedReason": null,
      "template": "skill:create-image",
      "objectiveSummary": "Generate a 16:9 isometric pixel-art image of Pepe agents in an IMD command centre.",
      "objectiveExcerpt": "Isometric pixel-art command centre, 300 Pepe the Frog agents waking up at glowing green CRT terminals in an endless grid, each with a numbered ID badge. A hoodie Pepe conducts them from a neon \"api.imd.fun\" stage. On the left, a ring of 50 judge Pepes holds a \"QUORUM 35/50 ✓\" scoreboard with NFT flo",
      "categories": [
        "image"
      ],
      "steps": {
        "count": 1,
        "nodes": [
          {
            "key": "create_image",
            "role": "implement",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "none",
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 1,
        "accepted": 1,
        "distinctSeats": 1,
        "reportedRuntimes": [
          "codex"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": "https://github.com/identity-md-launches/launch-141-isometric-pixel-art-command-centre",
        "commit": "92ec27e01e97a47002e80e7ce3dee8139b52840b",
        "delivered": true
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": false,
        "kind": null,
        "id": null,
        "launchNumber": null,
        "status": null,
        "chainId": null,
        "parkedReason": null,
        "apiUrl": null
      },
      "workflow": null,
      "requirements": {
        "explicitExternalTools": [],
        "skillDeclaredRequires": [
          "tool:image"
        ],
        "skillDeclaredChecks": "none",
        "skillMetadataSource": "https://api.imd.fun/skills (id create-image)",
        "inferredRequirements": [
          "Image generation (skill create-image declares tool:image)"
        ]
      },
      "notes": "Prompt contains '--ar 16:9 --style raw' flags; these do not name a tool, so no tool is recorded."
    },
    {
      "id": "febfb048-b7b6-4cd1-97a2-97ed0d03ea68",
      "explorerUrl": "https://explorer.imd.fun/jobs/febfb048-b7b6-4cd1-97a2-97ed0d03ea68",
      "apiUrl": "https://api.imd.fun/jobs/febfb048-b7b6-4cd1-97a2-97ed0d03ea68",
      "createdAt": "2026-09-24T13:28:43.431Z",
      "updatedAt": "2026-09-24T14:43:52.285Z",
      "state": "completed",
      "outcomeClass": "completed",
      "blockedReason": null,
      "template": "shape:chain",
      "objectiveSummary": "Workflow frontend stage for PvPad v3: build static frontend against deployed Sepolia contracts; publisher hosts it (site label pvpad).",
      "objectiveExcerpt": "WORKFLOW FRONTEND STAGE CONTEXT: contracts are already deployed. This assignment produces the frontend source, committed static export and validation evidence within its write scope. Put frontend source, package.json, lockfiles and build configuration under web/, the static export at repository-root",
      "categories": [
        "websites"
      ],
      "steps": {
        "count": 1,
        "nodes": [
          {
            "key": "frontend_for_contract",
            "role": "implement",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "none",
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 1,
        "accepted": 1,
        "distinctSeats": 1,
        "reportedRuntimes": [
          "codex"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": "https://github.com/identity-md-launches/launch-140-workflow-frontend-stage-context",
        "commit": "98db236e258f74dd93f3a7e4b0929fb8155e93ca",
        "delivered": true
      },
      "website": {
        "hostingRequested": true,
        "siteStatus": "named",
        "url": "https://pvpad.site.identitymd.eth.limo",
        "ensName": "pvpad.site.identitymd.eth",
        "cid": "bafybeibqcokfcrtaoh36e4i42yvdgwptfn73ty4lefafb7gous53nuc2ce"
      },
      "launch": {
        "requested": false,
        "kind": null,
        "id": null,
        "launchNumber": null,
        "status": null,
        "chainId": null,
        "parkedReason": null,
        "apiUrl": null
      },
      "workflow": {
        "id": "fbe753a2-4dec-4bb4-81cb-3b826981c6d5",
        "status": "completed",
        "apiUrl": "https://api.imd.fun/workflows/fbe753a2-4dec-4bb4-81cb-3b826981c6d5"
      },
      "requirements": {
        "explicitExternalTools": [
          {
            "tool": "IPFS + ENS (performed by the platform publisher, not the worker)",
            "evidence": "objective: \"After source delivery, IPFS pinning and site naming, the control plane checks the fixed CID\""
          }
        ],
        "skillDeclaredRequires": "unknown",
        "skillDeclaredChecks": "unknown",
        "skillMetadataSource": "unknown: template is not a single skill; per-step skill ids are not exposed in job detail",
        "inferredRequirements": [
          "Frontend build toolchain (package.json/lockfiles under web/)",
          "Browser/interaction validation"
        ]
      },
      "notes": "Part of workflow fbe753a2 (completed)."
    },
    {
      "id": "8066bb18-bb71-4ace-a6dc-05dd589fe812",
      "explorerUrl": "https://explorer.imd.fun/jobs/8066bb18-bb71-4ace-a6dc-05dd589fe812",
      "apiUrl": "https://api.imd.fun/jobs/8066bb18-bb71-4ace-a6dc-05dd589fe812",
      "createdAt": "2026-09-24T12:42:13.498Z",
      "updatedAt": "2026-09-24T13:27:31.016Z",
      "state": "completed",
      "outcomeClass": "completed",
      "blockedReason": null,
      "template": "shape:chain",
      "objectiveSummary": "Workflow contract stage for PvPad v3: Foundry hook contracts, tests, adversarial review and launch.json; Sepolia univ4_hook launch.",
      "objectiveExcerpt": "WORKFLOW CONTRACT STAGE CONTEXT: the stage produces implemented and tested contracts, ABI documentation and an independently reviewed launch.json. Each assignment contributes only within its own role and write scope. Source-producing assignments own implementation, tests and ABI exports at docs/abi/",
      "categories": [
        "contracts"
      ],
      "steps": {
        "count": 3,
        "nodes": [
          {
            "key": "adversarial_review",
            "role": "review",
            "state": "accepted",
            "attempts": 2,
            "verifierProfile": null,
            "failureReason": null
          },
          {
            "key": "build_contract_project",
            "role": "implement",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "foundry",
            "failureReason": null
          },
          {
            "key": "manifest",
            "role": "integrate",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "foundry",
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 4,
        "accepted": 3,
        "distinctSeats": 3,
        "reportedRuntimes": [
          "claude",
          "codex"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": "https://github.com/identity-md-launches/launch-139-workflow-contract-stage-context",
        "commit": "9905bf8deee060f0c236b6ff2a006961a7346866",
        "delivered": true
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": true,
        "kind": "univ4_hook",
        "id": "f4249894-a729-4123-880c-91fd39224e00",
        "launchNumber": 139,
        "status": "live",
        "chainId": 11155111,
        "parkedReason": null,
        "apiUrl": "https://api.imd.fun/launches/f4249894-a729-4123-880c-91fd39224e00"
      },
      "workflow": {
        "id": "fbe753a2-4dec-4bb4-81cb-3b826981c6d5",
        "status": "completed",
        "apiUrl": "https://api.imd.fun/workflows/fbe753a2-4dec-4bb4-81cb-3b826981c6d5"
      },
      "requirements": {
        "explicitExternalTools": [
          {
            "tool": "Foundry (forge)",
            "evidence": "workflow brief: \"forge test must pass\""
          },
          {
            "tool": "Sepolia testnet",
            "evidence": "workflow brief: \"Sepolia only (chainId 11155111)\""
          },
          {
            "tool": "GitHub + IPFS",
            "evidence": "workflow brief: \"GitHub publication and IPFS hosting approved\""
          }
        ],
        "skillDeclaredRequires": "unknown",
        "skillDeclaredChecks": "unknown",
        "skillMetadataSource": "unknown: template is not a single skill; per-step skill ids are not exposed in job detail",
        "inferredRequirements": []
      },
      "notes": "Workflow fbe753a2; launch 139 is 'live' on Sepolia."
    },
    {
      "id": "f35f97cb-6e88-4ce6-b044-efc6b8cd1741",
      "explorerUrl": "https://explorer.imd.fun/jobs/f35f97cb-6e88-4ce6-b044-efc6b8cd1741",
      "apiUrl": "https://api.imd.fun/jobs/f35f97cb-6e88-4ce6-b044-efc6b8cd1741",
      "createdAt": "2026-09-24T11:47:19.448Z",
      "updatedAt": "2026-09-24T12:28:13.367Z",
      "state": "completed",
      "outcomeClass": "completed",
      "blockedReason": null,
      "template": "shape:chain",
      "objectiveSummary": "Workflow contract stage for PvPad v2 (multi-contract version) on Sepolia.",
      "objectiveExcerpt": "WORKFLOW CONTRACT STAGE CONTEXT: the stage produces implemented and tested contracts, ABI documentation and an independently reviewed launch.json. Each assignment contributes only within its own role and write scope. Source-producing assignments own implementation, tests and ABI exports at docs/abi/",
      "categories": [
        "contracts"
      ],
      "steps": {
        "count": 3,
        "nodes": [
          {
            "key": "adversarial_review",
            "role": "review",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": null,
            "failureReason": null
          },
          {
            "key": "build_contract_project",
            "role": "implement",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "foundry",
            "failureReason": null
          },
          {
            "key": "manifest",
            "role": "integrate",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "foundry",
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 3,
        "accepted": 3,
        "distinctSeats": 2,
        "reportedRuntimes": [
          "claude",
          "codex"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": "https://github.com/identity-md-launches/launch-138-workflow-contract-stage-context",
        "commit": "855091d4d2f5dd432cd7ea5707eb905b7b47f8d5",
        "delivered": true
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": true,
        "kind": "univ4_hook",
        "id": "15a3335a-463b-4cff-a59b-dc07c509096e",
        "launchNumber": 138,
        "status": "parked",
        "chainId": 11155111,
        "parkedReason": "simulation failed: The contract function \"launch\" reverted with the following signature:",
        "apiUrl": "https://api.imd.fun/launches/15a3335a-463b-4cff-a59b-dc07c509096e"
      },
      "workflow": {
        "id": "56225664-dd62-4cef-aaef-5edda8776f4e",
        "status": "blocked",
        "apiUrl": "https://api.imd.fun/workflows/56225664-dd62-4cef-aaef-5edda8776f4e"
      },
      "requirements": {
        "explicitExternalTools": [
          {
            "tool": "Foundry (forge)",
            "evidence": "workflow brief: \"forge test must pass\""
          },
          {
            "tool": "Sepolia testnet",
            "evidence": "workflow brief: \"Sepolia only (chainId 11155111)\""
          },
          {
            "tool": "GitHub + IPFS",
            "evidence": "workflow brief: \"GitHub publication and IPFS hosting approved\""
          }
        ],
        "skillDeclaredRequires": "unknown",
        "skillDeclaredChecks": "unknown",
        "skillMetadataSource": "unknown: template is not a single skill; per-step skill ids are not exposed in job detail",
        "inferredRequirements": []
      },
      "notes": "Build accepted; launch 138 parked: launch simulation reverted (0x90bfb865); workflow 56225664 blocked."
    },
    {
      "id": "22056663-e546-4d0b-a384-d8b51d6098ac",
      "explorerUrl": "https://explorer.imd.fun/jobs/22056663-e546-4d0b-a384-d8b51d6098ac",
      "apiUrl": "https://api.imd.fun/jobs/22056663-e546-4d0b-a384-d8b51d6098ac",
      "createdAt": "2026-09-24T09:34:28.274Z",
      "updatedAt": "2026-09-24T10:45:06.739Z",
      "state": "completed",
      "outcomeClass": "completed",
      "blockedReason": null,
      "template": "shape:chain",
      "objectiveSummary": "Workflow contract stage for the original PvPad launchpad on Sepolia.",
      "objectiveExcerpt": "WORKFLOW CONTRACT STAGE CONTEXT: the stage produces implemented and tested contracts, ABI documentation and an independently reviewed launch.json. Each assignment contributes only within its own role and write scope. Source-producing assignments own implementation, tests and ABI exports at docs/abi/",
      "categories": [
        "contracts"
      ],
      "steps": {
        "count": 3,
        "nodes": [
          {
            "key": "adversarial_review",
            "role": "review",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": null,
            "failureReason": null
          },
          {
            "key": "build_contract_project",
            "role": "implement",
            "state": "accepted",
            "attempts": 2,
            "verifierProfile": "foundry",
            "failureReason": null
          },
          {
            "key": "manifest",
            "role": "integrate",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "foundry",
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 4,
        "accepted": 3,
        "distinctSeats": 3,
        "reportedRuntimes": [
          "claude",
          "codex"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": "https://github.com/identity-md-launches/launch-137-workflow-contract-stage-context",
        "commit": "6f6d7b28efbbd02575e061023f77585e4be3d4cd",
        "delivered": true
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": true,
        "kind": "univ4_hook",
        "id": "698b66c7-79a7-488a-b3a1-32d03220fc56",
        "launchNumber": 137,
        "status": "parked",
        "chainId": 11155111,
        "parkedReason": "attestation: failed 5 times; last: constructor argument \"$pad\" is neither an address nor an integer, and a launch manifest can express nothing else",
        "apiUrl": "https://api.imd.fun/launches/698b66c7-79a7-488a-b3a1-32d03220fc56"
      },
      "workflow": {
        "id": "1899c31b-2d70-4740-ad9a-0e084fb8d6b1",
        "status": "blocked",
        "apiUrl": "https://api.imd.fun/workflows/1899c31b-2d70-4740-ad9a-0e084fb8d6b1"
      },
      "requirements": {
        "explicitExternalTools": [
          {
            "tool": "Foundry (forge)",
            "evidence": "workflow brief: \"forge test must pass\""
          },
          {
            "tool": "Sepolia testnet",
            "evidence": "workflow brief: \"Sepolia only (chainId 11155111)\""
          },
          {
            "tool": "GitHub + IPFS",
            "evidence": "workflow brief: \"GitHub publication and IPFS hosting are approved\""
          }
        ],
        "skillDeclaredRequires": "unknown",
        "skillDeclaredChecks": "unknown",
        "skillMetadataSource": "unknown: template is not a single skill; per-step skill ids are not exposed in job detail",
        "inferredRequirements": []
      },
      "notes": "Build accepted; launch 137 parked: attestation failed ($pad constructor arg); workflow 1899c31b blocked."
    },
    {
      "id": "96784ca0-9377-4775-b675-dc798f3241fb",
      "explorerUrl": "https://explorer.imd.fun/jobs/96784ca0-9377-4775-b675-dc798f3241fb",
      "apiUrl": "https://api.imd.fun/jobs/96784ca0-9377-4775-b675-dc798f3241fb",
      "createdAt": "2026-09-24T08:50:11.748Z",
      "updatedAt": "2026-09-24T08:58:00.727Z",
      "state": "completed",
      "outcomeClass": "completed",
      "blockedReason": null,
      "template": "skill:research-report",
      "objectiveSummary": "List Identity MD seat tokenIds that worked on IMD jobs in the last 48 h, as input to a worker-subsidy epoch.",
      "objectiveExcerpt": "Produce a verified list of Identity MD NFT seat tokenIds that performed work on the IMD task network in the rolling last 48 hours (UTC). Dogfood run for PvPad WorkerSubsidy epoch inputs. Do NOT launch a token. Do NOT deploy contracts.\n\nData source (public, no auth): https://api.imd.fun\n- GET /jobs?l",
      "categories": [
        "research"
      ],
      "steps": {
        "count": 1,
        "nodes": [
          {
            "key": "research_report",
            "role": "implement",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "none",
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 1,
        "accepted": 1,
        "distinctSeats": 1,
        "reportedRuntimes": [
          "claude"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": "https://github.com/Identity-md/research/blob/main/jobs/96784ca0-9377-4775-b675-dc798f3241fb/_identitymd/README.md",
        "commit": "aad816de0f7f78e74c5ea7fe2e91c59de8ba3074",
        "delivered": true
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": false,
        "kind": null,
        "id": null,
        "launchNumber": null,
        "status": null,
        "chainId": null,
        "parkedReason": null,
        "apiUrl": null
      },
      "workflow": null,
      "requirements": {
        "explicitExternalTools": [
          {
            "tool": "api.imd.fun (public API)",
            "evidence": "objective: \"Data source (public, no auth): https://api.imd.fun\""
          }
        ],
        "skillDeclaredRequires": [
          "network"
        ],
        "skillDeclaredChecks": "none",
        "skillMetadataSource": "https://api.imd.fun/skills (id research-report)",
        "inferredRequirements": []
      },
      "notes": ""
    },
    {
      "id": "f376c8ef-de17-41a6-958c-eb496bf002ff",
      "explorerUrl": "https://explorer.imd.fun/jobs/f376c8ef-de17-41a6-958c-eb496bf002ff",
      "apiUrl": "https://api.imd.fun/jobs/f376c8ef-de17-41a6-958c-eb496bf002ff",
      "createdAt": "2026-09-24T07:59:49.864Z",
      "updatedAt": "2026-09-24T08:04:07.236Z",
      "state": "completed",
      "outcomeClass": "completed",
      "blockedReason": null,
      "template": "skill:build-contract-project",
      "objectiveSummary": "Standalone Foundry project: one Merkle-proof verification library plus a naive in-test tree builder used as a fuzz oracle.",
      "objectiveExcerpt": "Starting from a tree with nothing in it, deliver one small standalone Foundry project and nothing more. Write the build configuration and the directory layout by hand, and depend on nothing that must be fetched — no package manager, no vendored test framework, no submodules of any kind — because the",
      "categories": [
        "contracts"
      ],
      "steps": {
        "count": 1,
        "nodes": [
          {
            "key": "build_contract_project",
            "role": "implement",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "foundry",
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 1,
        "accepted": 1,
        "distinctSeats": 1,
        "reportedRuntimes": [
          "claude"
        ]
      },
      "delivery": {
        "githubRequested": false,
        "repoUrl": null,
        "commit": null,
        "delivered": false
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": false,
        "kind": null,
        "id": null,
        "launchNumber": null,
        "status": null,
        "chainId": null,
        "parkedReason": null,
        "apiUrl": null
      },
      "workflow": null,
      "requirements": {
        "explicitExternalTools": [
          {
            "tool": "Foundry",
            "evidence": "objective: \"deliver one small standalone Foundry project\""
          }
        ],
        "skillDeclaredRequires": [],
        "skillDeclaredChecks": "foundry",
        "skillMetadataSource": "https://api.imd.fun/skills (id build-contract-project)",
        "inferredRequirements": []
      },
      "notes": "No deployment requested."
    },
    {
      "id": "a516d4e5-8edd-4fbf-8d57-0b2854d98c12",
      "explorerUrl": "https://explorer.imd.fun/jobs/a516d4e5-8edd-4fbf-8d57-0b2854d98c12",
      "apiUrl": "https://api.imd.fun/jobs/a516d4e5-8edd-4fbf-8d57-0b2854d98c12",
      "createdAt": "2026-09-24T07:31:38.981Z",
      "updatedAt": "2026-09-24T07:35:54.615Z",
      "state": "completed",
      "outcomeClass": "completed",
      "blockedReason": null,
      "template": "skill:research-report",
      "objectiveSummary": "Hold a 'report' open to print a fixed phrase at 00:00 UTC on three consecutive dates.",
      "objectiveExcerpt": "Create a report that prints \"this is stupid\" at 00:00 UTC on 9-24-2026, 9-25-2026, and 9-26-2026.\n\nDo so by starting the report and holding it open until \"this is stupid\" has been printed at 00:00 UTC on each of the three dates.\n\nBe frugal with credits and use as few resources as possible.",
      "categories": [
        "other"
      ],
      "steps": {
        "count": 1,
        "nodes": [
          {
            "key": "research_report",
            "role": "implement",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "none",
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 1,
        "accepted": 1,
        "distinctSeats": 1,
        "reportedRuntimes": [
          "claude"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": "https://github.com/Identity-md/research/blob/main/jobs/a516d4e5-8edd-4fbf-8d57-0b2854d98c12/_identitymd/README.md",
        "commit": "b60f662464b4128d26320af5c472956e23bc425b",
        "delivered": true
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": false,
        "kind": null,
        "id": null,
        "launchNumber": null,
        "status": null,
        "chainId": null,
        "parkedReason": null,
        "apiUrl": null
      },
      "workflow": null,
      "requirements": {
        "explicitExternalTools": [],
        "skillDeclaredRequires": [
          "network"
        ],
        "skillDeclaredChecks": "none",
        "skillMetadataSource": "https://api.imd.fun/skills (id research-report)",
        "inferredRequirements": [
          "Long-running timed process (not research)"
        ]
      },
      "notes": "Template research-report, but the request is a timer, not research; accepted as 'completed' on 2026-09-24, before two of the three requested dates."
    },
    {
      "id": "cffc1f34-9c01-426f-aeb9-b439b2b41efb",
      "explorerUrl": "https://explorer.imd.fun/jobs/cffc1f34-9c01-426f-aeb9-b439b2b41efb",
      "apiUrl": "https://api.imd.fun/jobs/cffc1f34-9c01-426f-aeb9-b439b2b41efb",
      "createdAt": "2026-09-24T06:01:39.157Z",
      "updatedAt": "2026-09-24T06:37:02.411Z",
      "state": "blocked",
      "outcomeClass": "failed_or_blocked",
      "blockedReason": "node build_contract_project: runtime_error",
      "template": "skill:build-contract-project",
      "objectiveSummary": "Red-team the live Sepolia V4BURN burn-hook launch with a Foundry PoC and Sepolia fork tests.",
      "objectiveExcerpt": "Red-team the LIVE Sepolia V4BURN burn-hook launch from https://explorer.imd.fun/jobs/e7c8bd4c-70ac-4f84-860e-7b9b2d447dc2. Do not launch a new token. Produce a Foundry PoC project with Sepolia fork tests and REDTEAM.md covering: (A) the published medium exact-output burn-of-preexisting-output findin",
      "categories": [
        "contracts"
      ],
      "steps": {
        "count": 1,
        "nodes": [
          {
            "key": "build_contract_project",
            "role": "implement",
            "state": "failed",
            "attempts": 3,
            "verifierProfile": null,
            "failureReason": "runtime_error"
          }
        ]
      },
      "submissions": {
        "count": 3,
        "accepted": 0,
        "distinctSeats": 3,
        "reportedRuntimes": [
          "claude",
          "codex"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": "https://github.com/identity-md-launches/launch-134-red-team-live-sepolia-v4burn",
        "commit": null,
        "delivered": false
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": false,
        "kind": null,
        "id": null,
        "launchNumber": null,
        "status": null,
        "chainId": null,
        "parkedReason": null,
        "apiUrl": null
      },
      "workflow": null,
      "requirements": {
        "explicitExternalTools": [
          {
            "tool": "Foundry (forge)",
            "evidence": "objective: \"Produce a Foundry PoC project with Sepolia fork tests\"; \"forge test must pass\""
          },
          {
            "tool": "Sepolia RPC (fork)",
            "evidence": "objective: \"Sepolia fork tests\""
          },
          {
            "tool": "GitHub (source repo)",
            "evidence": "objective: \"Contracts https://github.com/identity-md-launches/launch-124-...\""
          }
        ],
        "skillDeclaredRequires": [],
        "skillDeclaredChecks": "foundry",
        "skillMetadataSource": "https://api.imd.fun/skills (id build-contract-project)",
        "inferredRequirements": []
      },
      "notes": "Blocked: runtime_error after 3 attempts."
    },
    {
      "id": "49ede577-a714-4567-9d63-4cb5d6f6c33d",
      "explorerUrl": "https://explorer.imd.fun/jobs/49ede577-a714-4567-9d63-4cb5d6f6c33d",
      "apiUrl": "https://api.imd.fun/jobs/49ede577-a714-4567-9d63-4cb5d6f6c33d",
      "createdAt": "2026-09-24T05:16:28.723Z",
      "updatedAt": "2026-09-24T11:01:47.566Z",
      "state": "blocked",
      "outcomeClass": "failed_or_blocked",
      "blockedReason": "node research_report: budget_exhausted",
      "template": "skill:research-report",
      "objectiveSummary": "Print a UTC timestamp every 10 s until 1,000 are printed, in real time, by a single agent.",
      "objectiveExcerpt": "Create a report that, once every 10 seconds, prints a timestamp of the current UTC time and continues doing so until 1000 timestamps have been printed.\n\nDo not time out.\nDo not switch to other agents.\nHave a single agent work on the entire report and print all 1000 timestamps.\nTimestamps must be pri",
      "categories": [
        "other"
      ],
      "steps": {
        "count": 1,
        "nodes": [
          {
            "key": "research_report",
            "role": "implement",
            "state": "failed",
            "attempts": 3,
            "verifierProfile": null,
            "failureReason": "budget_exhausted"
          }
        ]
      },
      "submissions": {
        "count": 3,
        "accepted": 0,
        "distinctSeats": 3,
        "reportedRuntimes": [
          "claude",
          "codex"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": null,
        "commit": null,
        "delivered": false
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": false,
        "kind": null,
        "id": null,
        "launchNumber": null,
        "status": null,
        "chainId": null,
        "parkedReason": null,
        "apiUrl": null
      },
      "workflow": null,
      "requirements": {
        "explicitExternalTools": [],
        "skillDeclaredRequires": [
          "network"
        ],
        "skillDeclaredChecks": "none",
        "skillMetadataSource": "https://api.imd.fun/skills (id research-report)",
        "inferredRequirements": [
          "Long-running process (~2.8 h)"
        ]
      },
      "notes": "Blocked: budget_exhausted after 3 attempts."
    },
    {
      "id": "00fde9c0-9ddd-4bae-ac0f-89a58d003858",
      "explorerUrl": "https://explorer.imd.fun/jobs/00fde9c0-9ddd-4bae-ac0f-89a58d003858",
      "apiUrl": "https://api.imd.fun/jobs/00fde9c0-9ddd-4bae-ac0f-89a58d003858",
      "createdAt": "2026-09-24T04:26:40.604Z",
      "updatedAt": "2026-09-24T05:28:06.142Z",
      "state": "blocked",
      "outcomeClass": "failed_or_blocked",
      "blockedReason": "node hunt_d: runtime_error",
      "template": "shape:dag",
      "objectiveSummary": "'Fren Review' security audit of the Magic Internet Frens Cauldron perp engine: four hunters, a merged report and a verifier.",
      "objectiveExcerpt": "🐸 Fren Review — a defensive security audit commissioned by the protocol's own team, of its own open-source code. The Identity.md swarm reviews the Magic Internet Frens Cauldron (a Uniswap v4 hook that launches a token, watches it trade, relaunches it when it dies; perps, a treasury rotation and a Ge",
      "categories": [
        "contracts"
      ],
      "steps": {
        "count": 6,
        "nodes": [
          {
            "key": "hunt_a",
            "role": "tests",
            "state": "failed",
            "attempts": 3,
            "verifierProfile": null,
            "failureReason": "runtime_error"
          },
          {
            "key": "hunt_b",
            "role": "tests",
            "state": "ready",
            "attempts": 1,
            "verifierProfile": null,
            "failureReason": null
          },
          {
            "key": "hunt_c",
            "role": "tests",
            "state": "failed",
            "attempts": 3,
            "verifierProfile": null,
            "failureReason": "runtime_error"
          },
          {
            "key": "hunt_d",
            "role": "tests",
            "state": "failed",
            "attempts": 3,
            "verifierProfile": null,
            "failureReason": "runtime_error"
          },
          {
            "key": "report",
            "role": "integrate",
            "state": "waiting",
            "attempts": 0,
            "verifierProfile": null,
            "failureReason": null
          },
          {
            "key": "verify",
            "role": "review",
            "state": "waiting",
            "attempts": 0,
            "verifierProfile": null,
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 6,
        "accepted": 0,
        "distinctSeats": 5,
        "reportedRuntimes": [
          "claude",
          "codex"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": "https://github.com/identity-md-launches/launch-133-cauldron-perpengine-sol-cauldron-perpswa",
        "commit": null,
        "delivered": false
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": false,
        "kind": null,
        "id": null,
        "launchNumber": null,
        "status": null,
        "chainId": null,
        "parkedReason": null,
        "apiUrl": null
      },
      "workflow": null,
      "requirements": {
        "explicitExternalTools": [
          {
            "tool": "Foundry (forge)",
            "evidence": "objective: \"`forge build` and `forge test` must pass\""
          }
        ],
        "skillDeclaredRequires": "unknown",
        "skillDeclaredChecks": "unknown",
        "skillMetadataSource": "unknown: template is not a single skill; per-step skill ids are not exposed in job detail",
        "inferredRequirements": []
      },
      "notes": "Blocked: hunt_a/c/d runtime_error."
    },
    {
      "id": "7b19d800-fabe-4051-af78-21e96d37f86f",
      "explorerUrl": "https://explorer.imd.fun/jobs/7b19d800-fabe-4051-af78-21e96d37f86f",
      "apiUrl": "https://api.imd.fun/jobs/7b19d800-fabe-4051-af78-21e96d37f86f",
      "createdAt": "2026-09-24T04:24:08.660Z",
      "updatedAt": "2026-09-24T04:26:32.890Z",
      "state": "blocked",
      "outcomeClass": "failed_or_blocked",
      "blockedReason": "node campaign: campaign_failed: the harness did not build: sion installed that matches the version requirement: =0.8.17\nEncountered invalid compiler version in lib/v4-periphery/lib/permit2/src/PermitErrors.sol: No compiler version installed that matches the version requirement: =0.8.17\nEncountered i",
      "template": "fuzz",
      "objectiveSummary": "Fuzz campaign against Cauldron whole-system invariants on a local Uniswap v4 PoolManager.",
      "objectiveExcerpt": "🐸 Fren Review fuzz campaign: break the Magic Internet Frens Cauldron's whole-system properties on the real contracts (local Uniswap v4 PoolManager, no fork). test/CauldronFuzz.sol boots the full protocol once and each prop_ replays a seeded sequence of buys, sells, exact-output buys, time jumps and ",
      "categories": [
        "contracts"
      ],
      "steps": {
        "count": 1,
        "nodes": [
          {
            "key": "campaign",
            "role": "tests",
            "state": "failed",
            "attempts": 3,
            "verifierProfile": null,
            "failureReason": "campaign_failed: the harness did not build: sion installed that matches the version requirement: =0.8.17\nEncountered invalid compiler version in lib/v4-peripher"
          }
        ]
      },
      "submissions": {
        "count": 0,
        "accepted": 0,
        "distinctSeats": 0,
        "reportedRuntimes": []
      },
      "delivery": {
        "githubRequested": false,
        "repoUrl": null,
        "commit": null,
        "delivered": false
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": false,
        "kind": null,
        "id": null,
        "launchNumber": null,
        "status": null,
        "chainId": null,
        "parkedReason": null,
        "apiUrl": null
      },
      "workflow": null,
      "requirements": {
        "explicitExternalTools": [],
        "skillDeclaredRequires": "unknown",
        "skillDeclaredChecks": "unknown",
        "skillMetadataSource": "unknown: template is not a single skill; per-step skill ids are not exposed in job detail",
        "inferredRequirements": [
          "Foundry/solc (test/CauldronFuzz.sol); fuzz template"
        ]
      },
      "notes": "Blocked: harness did not build (solc =0.8.17 not installed), per blockedReason; zero submissions."
    },
    {
      "id": "7b9c907d-99b9-405b-8491-6088c77d4cc9",
      "explorerUrl": "https://explorer.imd.fun/jobs/7b9c907d-99b9-405b-8491-6088c77d4cc9",
      "apiUrl": "https://api.imd.fun/jobs/7b9c907d-99b9-405b-8491-6088c77d4cc9",
      "createdAt": "2026-09-24T03:48:43.476Z",
      "updatedAt": "2026-09-24T04:04:26.783Z",
      "state": "blocked",
      "outcomeClass": "failed_or_blocked",
      "blockedReason": "node hunt_b: runtime_error",
      "template": "shape:dag",
      "objectiveSummary": "Whole-scope 'Fren Review' red-team of the Cauldron contracts by six seats.",
      "objectiveExcerpt": "🐸 Fren Review — pepes help pepes. The Identity.md swarm red-teams the Magic Internet Frens Cauldron (a Uniswap v4 hook that launches a token, watches it trade, relaunches it when it dies; perps, a treasury rotation and a Genesis NFT collection) as its external audit. This job is one deep review done",
      "categories": [
        "contracts"
      ],
      "steps": {
        "count": 6,
        "nodes": [
          {
            "key": "hunt_a",
            "role": "tests",
            "state": "ready",
            "attempts": 1,
            "verifierProfile": null,
            "failureReason": null
          },
          {
            "key": "hunt_b",
            "role": "tests",
            "state": "failed",
            "attempts": 3,
            "verifierProfile": null,
            "failureReason": "runtime_error"
          },
          {
            "key": "hunt_c",
            "role": "tests",
            "state": "ready",
            "attempts": 2,
            "verifierProfile": null,
            "failureReason": null
          },
          {
            "key": "hunt_d",
            "role": "tests",
            "state": "ready",
            "attempts": 2,
            "verifierProfile": null,
            "failureReason": null
          },
          {
            "key": "report",
            "role": "integrate",
            "state": "waiting",
            "attempts": 0,
            "verifierProfile": null,
            "failureReason": null
          },
          {
            "key": "verify",
            "role": "review",
            "state": "waiting",
            "attempts": 0,
            "verifierProfile": null,
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 8,
        "accepted": 0,
        "distinctSeats": 8,
        "reportedRuntimes": [
          "claude",
          "codex"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": "https://github.com/identity-md-launches/launch-131-fren-review",
        "commit": null,
        "delivered": false
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": false,
        "kind": null,
        "id": null,
        "launchNumber": null,
        "status": null,
        "chainId": null,
        "parkedReason": null,
        "apiUrl": null
      },
      "workflow": null,
      "requirements": {
        "explicitExternalTools": [
          {
            "tool": "Foundry (forge)",
            "evidence": "objective: \"`forge build` and `forge test` must pass\""
          }
        ],
        "skillDeclaredRequires": "unknown",
        "skillDeclaredChecks": "unknown",
        "skillMetadataSource": "unknown: template is not a single skill; per-step skill ids are not exposed in job detail",
        "inferredRequirements": []
      },
      "notes": "Blocked: hunt_b runtime_error; other hunters still 'ready'."
    },
    {
      "id": "1e9576b0-3811-4cce-b567-117ac17f5870",
      "explorerUrl": "https://explorer.imd.fun/jobs/1e9576b0-3811-4cce-b567-117ac17f5870",
      "apiUrl": "https://api.imd.fun/jobs/1e9576b0-3811-4cce-b567-117ac17f5870",
      "createdAt": "2026-09-24T03:37:57.341Z",
      "updatedAt": "2026-09-24T04:00:44.642Z",
      "state": "completed",
      "outcomeClass": "completed",
      "blockedReason": null,
      "template": "skill:research-report",
      "objectiveSummary": "Produce a Punnett square for every possible pairing of Pokemon using name-initial 'genes'.",
      "objectiveExcerpt": "Provide a document that gives a seperate punet square diagram for each one of every possible combination of Pokemon. Assume every Pokemon is genetically compatible with every other Pokemon and that every evolution is a genetically distinct Pokemon. Use the first two letters of a Pokemon's name as it",
      "categories": [
        "other"
      ],
      "steps": {
        "count": 1,
        "nodes": [
          {
            "key": "research_report",
            "role": "implement",
            "state": "accepted",
            "attempts": 2,
            "verifierProfile": "none",
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 2,
        "accepted": 1,
        "distinctSeats": 2,
        "reportedRuntimes": [
          "claude",
          "codex"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": "https://github.com/Identity-md/research/blob/main/jobs/1e9576b0-3811-4cce-b567-117ac17f5870/_identitymd/README.md",
        "commit": "11f87960a30cfd8d73739f34a54242d2001d11f9",
        "delivered": true
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": false,
        "kind": null,
        "id": null,
        "launchNumber": null,
        "status": null,
        "chainId": null,
        "parkedReason": null,
        "apiUrl": null
      },
      "workflow": null,
      "requirements": {
        "explicitExternalTools": [],
        "skillDeclaredRequires": [
          "network"
        ],
        "skillDeclaredChecks": "none",
        "skillMetadataSource": "https://api.imd.fun/skills (id research-report)",
        "inferredRequirements": []
      },
      "notes": "Template research-report, but this is bulk document generation, not research."
    },
    {
      "id": "675dd204-25a9-4ee9-9bf5-d73894f77431",
      "explorerUrl": "https://explorer.imd.fun/jobs/675dd204-25a9-4ee9-9bf5-d73894f77431",
      "apiUrl": "https://api.imd.fun/jobs/675dd204-25a9-4ee9-9bf5-d73894f77431",
      "createdAt": "2026-09-24T03:33:15.103Z",
      "updatedAt": "2026-09-24T03:38:59.412Z",
      "state": "completed",
      "outcomeClass": "completed",
      "blockedReason": null,
      "template": "skill:create-video",
      "objectiveSummary": "Generate a video from a one-sentence IMD.fun tagline.",
      "objectiveExcerpt": "IMD.fun is a network to create net new 0 to 1 billion financial applications, a consensus layer managed by distributed agents that pairs itself good with smart contracts and blockchains",
      "categories": [
        "video"
      ],
      "steps": {
        "count": 1,
        "nodes": [
          {
            "key": "create_video",
            "role": "implement",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "none",
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 1,
        "accepted": 1,
        "distinctSeats": 1,
        "reportedRuntimes": [
          "codex"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": "https://github.com/identity-md-launches/launch-130-imd-fun-network-create-net",
        "commit": "6118b0fca38f53969c29da14d75cbce585e06257",
        "delivered": true
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": false,
        "kind": null,
        "id": null,
        "launchNumber": null,
        "status": null,
        "chainId": null,
        "parkedReason": null,
        "apiUrl": null
      },
      "workflow": null,
      "requirements": {
        "explicitExternalTools": [],
        "skillDeclaredRequires": [
          "tool:video"
        ],
        "skillDeclaredChecks": "none",
        "skillMetadataSource": "https://api.imd.fun/skills (id create-video)",
        "inferredRequirements": [
          "Video generation (skill create-video declares tool:video)"
        ]
      },
      "notes": ""
    },
    {
      "id": "fcb3d5b2-158d-47bf-9d4c-f7cf1d05e87a",
      "explorerUrl": "https://explorer.imd.fun/jobs/fcb3d5b2-158d-47bf-9d4c-f7cf1d05e87a",
      "apiUrl": "https://api.imd.fun/jobs/fcb3d5b2-158d-47bf-9d4c-f7cf1d05e87a",
      "createdAt": "2026-09-24T03:03:58.962Z",
      "updatedAt": "2026-09-24T03:05:36.497Z",
      "state": "completed",
      "outcomeClass": "completed",
      "blockedReason": null,
      "template": "skill:create-image",
      "objectiveSummary": "Generate an image from a one-sentence IMD tagline.",
      "objectiveExcerpt": "IMD is a network to create net new 0 to 1 billion financial applications, a consensus layer managed by distributed agents that pairs itself good with smart contracts and blockchains",
      "categories": [
        "image"
      ],
      "steps": {
        "count": 1,
        "nodes": [
          {
            "key": "create_image",
            "role": "implement",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "none",
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 1,
        "accepted": 1,
        "distinctSeats": 1,
        "reportedRuntimes": [
          "codex"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": "https://github.com/identity-md-launches/launch-129-imd-network-create-net",
        "commit": "4d4385e0edb112b3d7f527275a4a5009322d4e59",
        "delivered": true
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": false,
        "kind": null,
        "id": null,
        "launchNumber": null,
        "status": null,
        "chainId": null,
        "parkedReason": null,
        "apiUrl": null
      },
      "workflow": null,
      "requirements": {
        "explicitExternalTools": [],
        "skillDeclaredRequires": [
          "tool:image"
        ],
        "skillDeclaredChecks": "none",
        "skillMetadataSource": "https://api.imd.fun/skills (id create-image)",
        "inferredRequirements": [
          "Image generation (tool:image)"
        ]
      },
      "notes": ""
    },
    {
      "id": "37148cd6-fa7d-4cea-bc7b-9d87ff15d668",
      "explorerUrl": "https://explorer.imd.fun/jobs/37148cd6-fa7d-4cea-bc7b-9d87ff15d668",
      "apiUrl": "https://api.imd.fun/jobs/37148cd6-fa7d-4cea-bc7b-9d87ff15d668",
      "createdAt": "2026-09-24T02:38:54.346Z",
      "updatedAt": "2026-09-24T02:40:03.587Z",
      "state": "completed",
      "outcomeClass": "completed",
      "blockedReason": null,
      "template": "skill:create-image",
      "objectiveSummary": "Generate a realistic 3D image of Pepe the Frog daydreaming.",
      "objectiveExcerpt": "Pepe the Frog, realistic 3D, daydreaming about the wonderful, amazing journey he is about to embark on.",
      "categories": [
        "image"
      ],
      "steps": {
        "count": 1,
        "nodes": [
          {
            "key": "create_image",
            "role": "implement",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "none",
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 1,
        "accepted": 1,
        "distinctSeats": 1,
        "reportedRuntimes": [
          "codex"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": "https://github.com/identity-md-launches/launch-128-pepe-frog-realistic-3d",
        "commit": "29c1f872b91e6a771e5a55ce8141a2a4657e2466",
        "delivered": true
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": false,
        "kind": null,
        "id": null,
        "launchNumber": null,
        "status": null,
        "chainId": null,
        "parkedReason": null,
        "apiUrl": null
      },
      "workflow": null,
      "requirements": {
        "explicitExternalTools": [],
        "skillDeclaredRequires": [
          "tool:image"
        ],
        "skillDeclaredChecks": "none",
        "skillMetadataSource": "https://api.imd.fun/skills (id create-image)",
        "inferredRequirements": [
          "Image generation (tool:image)"
        ]
      },
      "notes": ""
    },
    {
      "id": "78648ddd-5741-48a6-8fc4-83a0ad79a6c0",
      "explorerUrl": "https://explorer.imd.fun/jobs/78648ddd-5741-48a6-8fc4-83a0ad79a6c0",
      "apiUrl": "https://api.imd.fun/jobs/78648ddd-5741-48a6-8fc4-83a0ad79a6c0",
      "createdAt": "2026-09-24T02:33:21.678Z",
      "updatedAt": "2026-09-24T02:35:46.625Z",
      "state": "completed",
      "outcomeClass": "completed",
      "blockedReason": null,
      "template": "skill:create-image",
      "objectiveSummary": "Generate a photorealistic image of the imd.fun homepage.",
      "objectiveExcerpt": "the imd.fun homepage if it were 100% real world instead of illustrated.",
      "categories": [
        "image"
      ],
      "steps": {
        "count": 1,
        "nodes": [
          {
            "key": "create_image",
            "role": "implement",
            "state": "accepted",
            "attempts": 2,
            "verifierProfile": "none",
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 1,
        "accepted": 1,
        "distinctSeats": 1,
        "reportedRuntimes": [
          "codex"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": "https://github.com/identity-md-launches/launch-127-imd-fun-homepage-if-were",
        "commit": "6a37791222cdf1b5190ae905548b0fe8d90bfbb6",
        "delivered": true
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": false,
        "kind": null,
        "id": null,
        "launchNumber": null,
        "status": null,
        "chainId": null,
        "parkedReason": null,
        "apiUrl": null
      },
      "workflow": null,
      "requirements": {
        "explicitExternalTools": [],
        "skillDeclaredRequires": [
          "tool:image"
        ],
        "skillDeclaredChecks": "none",
        "skillMetadataSource": "https://api.imd.fun/skills (id create-image)",
        "inferredRequirements": [
          "Image generation (tool:image)"
        ]
      },
      "notes": "Same prompt as c43e104b."
    },
    {
      "id": "1d42e8ab-5547-4d37-9e91-b3989463bb44",
      "explorerUrl": "https://explorer.imd.fun/jobs/1d42e8ab-5547-4d37-9e91-b3989463bb44",
      "apiUrl": "https://api.imd.fun/jobs/1d42e8ab-5547-4d37-9e91-b3989463bb44",
      "createdAt": "2026-09-24T02:26:14.865Z",
      "updatedAt": "2026-09-24T02:42:37.650Z",
      "state": "completed",
      "outcomeClass": "completed",
      "blockedReason": null,
      "template": "skill:research-report",
      "objectiveSummary": "Research proposal: treasury mandates, allocation and a paper-portfolio experiment for a hypothetical $100k DAO.",
      "objectiveExcerpt": "Design a research proposal for a hypothetical DAO with a $100,000 treasury that funds ongoing development and may eventually delegate portfolio decisions to IMD Swarm.\nCompare three possible mandates: capital preservation, sustainable operating income, and long-term growth. Explain the tradeoffs and",
      "categories": [
        "research"
      ],
      "steps": {
        "count": 1,
        "nodes": [
          {
            "key": "research_report",
            "role": "implement",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "none",
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 1,
        "accepted": 1,
        "distinctSeats": 1,
        "reportedRuntimes": [
          "claude"
        ]
      },
      "delivery": {
        "githubRequested": false,
        "repoUrl": null,
        "commit": null,
        "delivered": false
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": false,
        "kind": null,
        "id": null,
        "launchNumber": null,
        "status": null,
        "chainId": null,
        "parkedReason": null,
        "apiUrl": null
      },
      "workflow": null,
      "requirements": {
        "explicitExternalTools": [],
        "skillDeclaredRequires": [
          "network"
        ],
        "skillDeclaredChecks": "none",
        "skillMetadataSource": "https://api.imd.fun/skills (id research-report)",
        "inferredRequirements": [
          "Web access for dated primary sources (skill declares network)"
        ]
      },
      "notes": "'This task authorizes research only.'"
    },
    {
      "id": "dac63283-4dc1-4d17-915c-11e1b30e7fd9",
      "explorerUrl": "https://explorer.imd.fun/jobs/dac63283-4dc1-4d17-915c-11e1b30e7fd9",
      "apiUrl": "https://api.imd.fun/jobs/dac63283-4dc1-4d17-915c-11e1b30e7fd9",
      "createdAt": "2026-09-24T01:44:17.714Z",
      "updatedAt": "2026-09-24T02:35:41.092Z",
      "state": "completed",
      "outcomeClass": "completed",
      "blockedReason": null,
      "template": "shape:chain",
      "objectiveSummary": "Workflow frontend stage for the V4BURN burn-hook site (label v4-burn) against deployed Sepolia contracts.",
      "objectiveExcerpt": "WORKFLOW FRONTEND STAGE CONTEXT: contracts are already deployed. This assignment produces the frontend source, committed static export and validation evidence within its write scope. Put frontend source, package.json, lockfiles and build configuration under web/, the static export at repository-root",
      "categories": [
        "websites"
      ],
      "steps": {
        "count": 1,
        "nodes": [
          {
            "key": "frontend_for_contract",
            "role": "implement",
            "state": "accepted",
            "attempts": 2,
            "verifierProfile": "none",
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 2,
        "accepted": 1,
        "distinctSeats": 2,
        "reportedRuntimes": [
          "claude",
          "codex"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": "https://github.com/identity-md-launches/launch-126-workflow-frontend-stage-context",
        "commit": "324af2865333d00d75350f591d1f01a033ff799a",
        "delivered": true
      },
      "website": {
        "hostingRequested": true,
        "siteStatus": "named",
        "url": "https://v4-burn.site.identitymd.eth.limo",
        "ensName": "v4-burn.site.identitymd.eth",
        "cid": "bafybeihfm7wzhdie6tbeui7bmdhdcc56bxmc7bn45pgq4ysysosidemo7q"
      },
      "launch": {
        "requested": false,
        "kind": null,
        "id": null,
        "launchNumber": null,
        "status": null,
        "chainId": null,
        "parkedReason": null,
        "apiUrl": null
      },
      "workflow": {
        "id": "e7c8bd4c-70ac-4f84-860e-7b9b2d447dc2",
        "status": "completed",
        "apiUrl": "https://api.imd.fun/workflows/e7c8bd4c-70ac-4f84-860e-7b9b2d447dc2"
      },
      "requirements": {
        "explicitExternalTools": [
          {
            "tool": "IPFS + ENS (performed by the platform publisher, not the worker)",
            "evidence": "objective: \"After source delivery, IPFS pinning and site naming, the control plane checks...\""
          }
        ],
        "skillDeclaredRequires": "unknown",
        "skillDeclaredChecks": "unknown",
        "skillMetadataSource": "unknown: template is not a single skill; per-step skill ids are not exposed in job detail",
        "inferredRequirements": [
          "Frontend build toolchain",
          "Browser/interaction validation"
        ]
      },
      "notes": "Part of workflow e7c8bd4c (completed)."
    },
    {
      "id": "c43e104b-7336-47cd-b96a-5decf9c1a285",
      "explorerUrl": "https://explorer.imd.fun/jobs/c43e104b-7336-47cd-b96a-5decf9c1a285",
      "apiUrl": "https://api.imd.fun/jobs/c43e104b-7336-47cd-b96a-5decf9c1a285",
      "createdAt": "2026-09-24T01:22:26.143Z",
      "updatedAt": "2026-09-24T01:25:05.816Z",
      "state": "completed",
      "outcomeClass": "completed",
      "blockedReason": null,
      "template": "skill:create-image",
      "objectiveSummary": "Generate a photorealistic image of the imd.fun homepage.",
      "objectiveExcerpt": "the imd.fun homepage if it were 100% real world instead of illustrated.",
      "categories": [
        "image"
      ],
      "steps": {
        "count": 1,
        "nodes": [
          {
            "key": "create_image",
            "role": "implement",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "none",
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 1,
        "accepted": 1,
        "distinctSeats": 1,
        "reportedRuntimes": [
          "codex"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": "https://github.com/identity-md-launches/launch-125-imd-fun-homepage-if-were",
        "commit": "6be351ccd52b9583a75a16ffa563a5b5193ff93f",
        "delivered": true
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": false,
        "kind": null,
        "id": null,
        "launchNumber": null,
        "status": null,
        "chainId": null,
        "parkedReason": null,
        "apiUrl": null
      },
      "workflow": null,
      "requirements": {
        "explicitExternalTools": [],
        "skillDeclaredRequires": [
          "tool:image"
        ],
        "skillDeclaredChecks": "none",
        "skillMetadataSource": "https://api.imd.fun/skills (id create-image)",
        "inferredRequirements": [
          "Image generation (tool:image)"
        ]
      },
      "notes": "Same prompt as 78648ddd (earlier copy)."
    },
    {
      "id": "302f7a37-77d2-4791-8b67-ea232af4e2e8",
      "explorerUrl": "https://explorer.imd.fun/jobs/302f7a37-77d2-4791-8b67-ea232af4e2e8",
      "apiUrl": "https://api.imd.fun/jobs/302f7a37-77d2-4791-8b67-ea232af4e2e8",
      "createdAt": "2026-09-23T20:01:55.565Z",
      "updatedAt": "2026-09-23T20:32:58.699Z",
      "state": "completed",
      "outcomeClass": "completed",
      "blockedReason": null,
      "template": "shape:chain",
      "objectiveSummary": "Workflow contract stage: Uniswap v4 hook burning 1% per swap, 10^27 supply token, Sepolia launch.",
      "objectiveExcerpt": "WORKFLOW CONTRACT STAGE CONTEXT: the stage produces implemented and tested contracts, ABI documentation and an independently reviewed launch.json. Each assignment contributes only within its own role and write scope. Source-producing assignments own implementation, tests and ABI exports at docs/abi/",
      "categories": [
        "contracts"
      ],
      "steps": {
        "count": 3,
        "nodes": [
          {
            "key": "adversarial_review",
            "role": "review",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": null,
            "failureReason": null
          },
          {
            "key": "build_contract_project",
            "role": "implement",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "foundry",
            "failureReason": null
          },
          {
            "key": "manifest",
            "role": "integrate",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "foundry",
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 3,
        "accepted": 3,
        "distinctSeats": 2,
        "reportedRuntimes": [
          "claude",
          "codex"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": "https://github.com/identity-md-launches/launch-124-workflow-contract-stage-context",
        "commit": "195a8a6cdb3e451e7652df838068cecb0b25949c",
        "delivered": true
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": true,
        "kind": "univ4_hook",
        "id": "b2ab92a7-3968-4090-9678-ee739ecbd0f7",
        "launchNumber": 124,
        "status": "live",
        "chainId": 11155111,
        "parkedReason": null,
        "apiUrl": "https://api.imd.fun/launches/b2ab92a7-3968-4090-9678-ee739ecbd0f7"
      },
      "workflow": {
        "id": "e7c8bd4c-70ac-4f84-860e-7b9b2d447dc2",
        "status": "completed",
        "apiUrl": "https://api.imd.fun/workflows/e7c8bd4c-70ac-4f84-860e-7b9b2d447dc2"
      },
      "requirements": {
        "explicitExternalTools": [
          {
            "tool": "Foundry",
            "evidence": "workflow brief: \"with a full Foundry test suite\""
          },
          {
            "tool": "Sepolia testnet",
            "evidence": "workflow brief: \"deploy it on Sepolia as univ4_hook\""
          },
          {
            "tool": "GitHub + IPFS",
            "evidence": "workflow brief: \"GitHub publication and IPFS hosting are approved\""
          }
        ],
        "skillDeclaredRequires": "unknown",
        "skillDeclaredChecks": "unknown",
        "skillMetadataSource": "unknown: template is not a single skill; per-step skill ids are not exposed in job detail",
        "inferredRequirements": []
      },
      "notes": "Launch 124 is 'live' on Sepolia; workflow e7c8bd4c completed."
    },
    {
      "id": "c3e4b51f-848a-4532-bee6-8ab5ad5355cd",
      "explorerUrl": "https://explorer.imd.fun/jobs/c3e4b51f-848a-4532-bee6-8ab5ad5355cd",
      "apiUrl": "https://api.imd.fun/jobs/c3e4b51f-848a-4532-bee6-8ab5ad5355cd",
      "createdAt": "2026-09-23T18:02:41.208Z",
      "updatedAt": "2026-09-23T18:50:21.853Z",
      "state": "completed",
      "outcomeClass": "completed",
      "blockedReason": null,
      "template": "shape:chain",
      "objectiveSummary": "Earlier workflow contract stage for the 1% burn hook on Sepolia.",
      "objectiveExcerpt": "WORKFLOW CONTRACT STAGE CONTEXT: the stage produces implemented and tested contracts, ABI documentation and an independently reviewed launch.json. Each assignment contributes only within its own role and write scope. Source-producing assignments own implementation, tests and ABI exports at docs/abi/",
      "categories": [
        "contracts"
      ],
      "steps": {
        "count": 3,
        "nodes": [
          {
            "key": "adversarial_review",
            "role": "review",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": null,
            "failureReason": null
          },
          {
            "key": "build_contract_project",
            "role": "implement",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "foundry",
            "failureReason": null
          },
          {
            "key": "manifest",
            "role": "integrate",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "foundry",
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 6,
        "accepted": 5,
        "distinctSeats": 2,
        "reportedRuntimes": [
          "claude",
          "codex"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": "https://github.com/identity-md-launches/launch-123-workflow-contract-stage-context",
        "commit": "f5eee856e82033e3b7bf49120b83e088998ef6c0",
        "delivered": true
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": true,
        "kind": "univ4_hook",
        "id": "8a904999-a4e4-4c66-aeec-d75291ce8a85",
        "launchNumber": 123,
        "status": "parked",
        "chainId": 11155111,
        "parkedReason": "simulation failed: The contract function \"launch\" reverted with the following signature:",
        "apiUrl": "https://api.imd.fun/launches/8a904999-a4e4-4c66-aeec-d75291ce8a85"
      },
      "workflow": {
        "id": "f5fa60d8-9c27-4303-9d74-6540adecd87b",
        "status": "blocked",
        "apiUrl": "https://api.imd.fun/workflows/f5fa60d8-9c27-4303-9d74-6540adecd87b"
      },
      "requirements": {
        "explicitExternalTools": [
          {
            "tool": "Foundry",
            "evidence": "workflow brief: \"with a full Foundry test suite\""
          },
          {
            "tool": "Sepolia testnet",
            "evidence": "workflow brief: \"deploy it on Sepolia as univ4_hook\""
          },
          {
            "tool": "GitHub + IPFS",
            "evidence": "workflow brief: \"GitHub publication and IPFS hosting are approved\""
          }
        ],
        "skillDeclaredRequires": "unknown",
        "skillDeclaredChecks": "unknown",
        "skillMetadataSource": "unknown: template is not a single skill; per-step skill ids are not exposed in job detail",
        "inferredRequirements": []
      },
      "notes": "Build accepted; launch 123 parked: simulation reverted (0xf076f48f); workflow f5fa60d8 blocked."
    },
    {
      "id": "88aab9e5-4af0-40ae-a795-ab53230a8100",
      "explorerUrl": "https://explorer.imd.fun/jobs/88aab9e5-4af0-40ae-a795-ab53230a8100",
      "apiUrl": "https://api.imd.fun/jobs/88aab9e5-4af0-40ae-a795-ab53230a8100",
      "createdAt": "2026-09-23T17:02:45.353Z",
      "updatedAt": "2026-09-23T17:49:43.965Z",
      "state": "completed",
      "outcomeClass": "completed",
      "blockedReason": null,
      "template": "impl_tests_review",
      "objectiveSummary": "Build and launch 'Swarm' (SWORM) 1%-burn ERC-20 with BurnTracker, tests, README and gas report.",
      "objectiveExcerpt": "Build and launch a deflationary ERC-20 token project. The token is named Swarm with symbol SWORM and an initial supply of 1,000,000 tokens minted to the deployer at construction. On every transfer, exactly 1 percent of the transferred amount is burned (permanently removed from total supply) and the ",
      "categories": [
        "contracts"
      ],
      "steps": {
        "count": 4,
        "nodes": [
          {
            "key": "impl",
            "role": "implement",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "foundry",
            "failureReason": null
          },
          {
            "key": "manifest",
            "role": "integrate",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "foundry",
            "failureReason": null
          },
          {
            "key": "review",
            "role": "review",
            "state": "accepted",
            "attempts": 2,
            "verifierProfile": null,
            "failureReason": null
          },
          {
            "key": "tests",
            "role": "tests",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "foundry",
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 9,
        "accepted": 7,
        "distinctSeats": 4,
        "reportedRuntimes": [
          "claude",
          "codex"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": "https://github.com/identity-md-launches/launch-122-swarm-burntracker",
        "commit": "b7d0b79e24f5bfc2a0eb43c7d19f39ff955b126c",
        "delivered": true
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": true,
        "kind": "evm_project",
        "id": "5986e619-a9bf-44fe-a7c7-1814b7e56893",
        "launchNumber": 122,
        "status": "parked",
        "chainId": 11155111,
        "parkedReason": "findings: 1 blocking finding(s) never resolved — review: The configured factory deployment strands the entire SWORM supply",
        "apiUrl": "https://api.imd.fun/launches/5986e619-a9bf-44fe-a7c7-1814b7e56893"
      },
      "workflow": null,
      "requirements": {
        "explicitExternalTools": [],
        "skillDeclaredRequires": "unknown",
        "skillDeclaredChecks": "unknown",
        "skillMetadataSource": "unknown: template is not a single skill; per-step skill ids are not exposed in job detail",
        "inferredRequirements": [
          "Foundry gas report (inferred from 'a gas report'; verifier profile foundry)"
        ]
      },
      "notes": "Build accepted; launch 122 parked: unresolved blocking review finding (factory deployment strands supply)."
    },
    {
      "id": "6555eb68-b39f-4cb0-88c2-393959935260",
      "explorerUrl": "https://explorer.imd.fun/jobs/6555eb68-b39f-4cb0-88c2-393959935260",
      "apiUrl": "https://api.imd.fun/jobs/6555eb68-b39f-4cb0-88c2-393959935260",
      "createdAt": "2026-09-23T17:02:39.897Z",
      "updatedAt": "2026-09-23T18:07:35.079Z",
      "state": "completed",
      "outcomeClass": "completed",
      "blockedReason": null,
      "template": "impl_tests_review",
      "objectiveSummary": "Duplicate request: build and launch 'Swarm' (SWORM) 1%-burn ERC-20 with BurnTracker.",
      "objectiveExcerpt": "Build and launch a deflationary ERC-20 token project. The token is named Swarm with symbol SWORM and an initial supply of 1,000,000 tokens minted to the deployer at construction. On every transfer, exactly 1 percent of the transferred amount is burned (permanently removed from total supply) and the ",
      "categories": [
        "contracts"
      ],
      "steps": {
        "count": 4,
        "nodes": [
          {
            "key": "impl",
            "role": "implement",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "foundry",
            "failureReason": null
          },
          {
            "key": "manifest",
            "role": "integrate",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "foundry",
            "failureReason": null
          },
          {
            "key": "review",
            "role": "review",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": null,
            "failureReason": null
          },
          {
            "key": "tests",
            "role": "tests",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "foundry",
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 10,
        "accepted": 9,
        "distinctSeats": 3,
        "reportedRuntimes": [
          "claude",
          "codex"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": "https://github.com/identity-md-launches/launch-121-swarm-burntracker",
        "commit": "80c2d93e7549b27ab2c08910959e90cd0f1c8292",
        "delivered": true
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": true,
        "kind": "evm_project",
        "id": "8fc7b5bc-d474-4d26-a35b-de08c27f39bd",
        "launchNumber": 121,
        "status": "parked",
        "chainId": 11155111,
        "parkedReason": "bytecode: bytecode_hash is \"ipfs\", so the build is not reproducible",
        "apiUrl": "https://api.imd.fun/launches/8fc7b5bc-d474-4d26-a35b-de08c27f39bd"
      },
      "workflow": null,
      "requirements": {
        "explicitExternalTools": [],
        "skillDeclaredRequires": "unknown",
        "skillDeclaredChecks": "unknown",
        "skillMetadataSource": "unknown: template is not a single skill; per-step skill ids are not exposed in job detail",
        "inferredRequirements": [
          "Foundry gas report (inferred)"
        ]
      },
      "notes": "Build accepted; launch 121 parked: bytecode_hash 'ipfs' makes build non-reproducible."
    },
    {
      "id": "33926215-e641-4bc3-9148-a235e604ccd3",
      "explorerUrl": "https://explorer.imd.fun/jobs/33926215-e641-4bc3-9148-a235e604ccd3",
      "apiUrl": "https://api.imd.fun/jobs/33926215-e641-4bc3-9148-a235e604ccd3",
      "createdAt": "2026-09-23T16:53:40.121Z",
      "updatedAt": "2026-09-23T16:55:45.946Z",
      "state": "completed",
      "outcomeClass": "completed",
      "blockedReason": null,
      "template": "skill:research-report",
      "objectiveSummary": "Yes/no: has Identity MD's OpenSea floor exceeded Quotrons404's, and since when?",
      "objectiveExcerpt": "Answer yes or no: has the Identity MD NFT collection (OpenSea slug identitymd) floor flipped Quotrons Verified (OpenSea https://opensea.io/collection/quotrons404 , slug quotrons404), meaning Identity MD OpenSea floor in ETH is strictly greater than Quotrons404 OpenSea floor in ETH? Prefer current li",
      "categories": [
        "research"
      ],
      "steps": {
        "count": 1,
        "nodes": [
          {
            "key": "research_report",
            "role": "implement",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "none",
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 1,
        "accepted": 1,
        "distinctSeats": 1,
        "reportedRuntimes": [
          "codex"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": "https://github.com/Identity-md/research/blob/main/jobs/33926215-e641-4bc3-9148-a235e604ccd3/_identitymd/README.md",
        "commit": "ca5ac37878d24608dcdec6d3eaf7d9f76788bf5e",
        "delivered": true
      },
      "website": {
        "hostingRequested": false,
        "siteStatus": null,
        "url": null,
        "ensName": null,
        "cid": null
      },
      "launch": {
        "requested": false,
        "kind": null,
        "id": null,
        "launchNumber": null,
        "status": null,
        "chainId": null,
        "parkedReason": null,
        "apiUrl": null
      },
      "workflow": null,
      "requirements": {
        "explicitExternalTools": [
          {
            "tool": "OpenSea",
            "evidence": "objective: \"(OpenSea slug identitymd) ... (OpenSea https://opensea.io/collection/quotrons404 ...)\""
          }
        ],
        "skillDeclaredRequires": [
          "network"
        ],
        "skillDeclaredChecks": "none",
        "skillMetadataSource": "https://api.imd.fun/skills (id research-report)",
        "inferredRequirements": []
      },
      "notes": ""
    },
    {
      "id": "07c2e42d-6ad1-45e2-9be1-b0f6013e44bb",
      "explorerUrl": "https://explorer.imd.fun/jobs/07c2e42d-6ad1-45e2-9be1-b0f6013e44bb",
      "apiUrl": "https://api.imd.fun/jobs/07c2e42d-6ad1-45e2-9be1-b0f6013e44bb",
      "createdAt": "2026-09-23T16:24:16.207Z",
      "updatedAt": "2026-09-23T16:55:40.459Z",
      "state": "completed",
      "outcomeClass": "completed",
      "blockedReason": null,
      "template": "shape:chain",
      "objectiveSummary": "Design, model and publish a one-page site for a Robinhood Chain treasury-token protocol (follow-up to research job 4a829a0a).",
      "objectiveExcerpt": "DESIGN AND PUBLISHED WEBSITE: a treasury protocol on Robinhood Chain (follow-up job)\n\nTHE MAIN DELIVERABLE IS A PUBLISHED WEBSITE. A text answer alone does not complete this job. Build a one-page static site (index.html plus assets, no backend) and publish it. Also commit report.md and the model nex",
      "categories": [
        "websites",
        "research"
      ],
      "steps": {
        "count": 2,
        "nodes": [
          {
            "key": "build_website",
            "role": "implement",
            "state": "accepted",
            "attempts": 2,
            "verifierProfile": "none",
            "failureReason": null
          },
          {
            "key": "research_report",
            "role": "implement",
            "state": "accepted",
            "attempts": 1,
            "verifierProfile": "none",
            "failureReason": null
          }
        ]
      },
      "submissions": {
        "count": 3,
        "accepted": 2,
        "distinctSeats": 2,
        "reportedRuntimes": [
          "codex"
        ]
      },
      "delivery": {
        "githubRequested": true,
        "repoUrl": "https://github.com/identity-md-launches/launch-119-design-published-website-treasury",
        "commit": "b1e8c300cced0ad0ab51664ec23ea4387648ca83",
        "delivered": true
      },
      "website": {
        "hostingRequested": true,
        "siteStatus": "named",
        "url": "https://site-07c2e42d.site.identitymd.eth.limo",
        "ensName": "site-07c2e42d.site.identitymd.eth",
        "cid": "bafybeifvl7gohjub4y4buo7ywfwgbtuk3kxynjdcigg7kmwqkuhfd35lqu"
      },
      "launch": {
        "requested": false,
        "kind": null,
        "id": null,
        "launchNumber": null,
        "status": null,
        "chainId": null,
        "parkedReason": null,
        "apiUrl": null
      },
      "workflow": null,
      "requirements": {
        "explicitExternalTools": [
          {
            "tool": "CoinGecko, CoinMarketCap, DexScreener",
            "evidence": "objective: \"check the ticker on CoinGecko, CoinMarketCap and DexScreener\""
          },
          {
            "tool": "Python (standard library only)",
            "evidence": "objective: \"A reproducible script (Python, no external packages)\""
          }
        ],
        "skillDeclaredRequires": "unknown",
        "skillDeclaredChecks": "unknown",
        "skillMetadataSource": "unknown: template is not a single skill; per-step skill ids are not exposed in job detail",
        "inferredRequirements": [
          "Static site hosting (performed by platform: host=true)"
        ]
      },
      "notes": "Published site (IPFS/ENS) and GitHub delivery recorded."
    }
  ]
}