{
  "schema": "ab5d-series-evidence/2",
  "slug": "maps-of-nothing-by-steve-pikelny",
  "chainId": 1,
  "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
  "projectId": 316,
  "timezoneNote": "Every timestamp is UTC.",
  "observedAt": "2026-09-20T00:25:54.522Z",
  "endpoint": "https://artblocks-mainnet.hasura.app/v1/graphql",
  "projectQueryFields": [
    "id",
    "project_id",
    "contract_address",
    "slug",
    "name",
    "artist_name",
    "artist_address",
    "description",
    "invocations",
    "max_invocations",
    "complete",
    "paused",
    "activated_at",
    "completed_at",
    "start_datetime",
    "updated_at",
    "license",
    "link_to_license",
    "script_type_and_version",
    "aspect_ratio",
    "display_static",
    "price_per_token_in_wei",
    "currency_symbol",
    "vertical_name",
    "website",
    "artist_interview",
    "script_count",
    "script",
    "scripts{index script}"
  ],
  "query": "query ProjectBySlug($slug: String!) {\n  projects_metadata(where: {slug: {_eq: $slug}}) {\n    id project_id contract_address slug name artist_name artist_address description\n    invocations max_invocations complete paused\n    activated_at completed_at start_datetime updated_at\n    license link_to_license script_type_and_version aspect_ratio display_static\n    price_per_token_in_wei currency_symbol vertical_name website artist_interview\n    script_count script scripts { index script }\n  }\n}",
  "variables": {
    "slug": "maps-of-nothing-by-steve-pikelny"
  },
  "projectObservation": {
    "id": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-316",
    "invocations": 625,
    "max_invocations": 625,
    "activated_at": "2022-05-26T01:13:55+00:00",
    "start_datetime": "2022-06-13T16:00:00+00:00",
    "completed_at": "2022-06-13T22:26:21+00:00",
    "license": "CC BY-NC 4.0",
    "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/",
    "script_type_and_version": "p5@1.0.0",
    "aspect_ratio": 1,
    "display_static": true,
    "price_per_token_in_wei": "0",
    "vertical_name": "factory",
    "website": "https://cryptogateway.0ms.co/maps-of-nothing",
    "artist_interview": null,
    "script_count": 2,
    "artist_address": "0x47144372eb383466d18fc91db9cd0396aa6c87a4"
  },
  "codeSha256": "758a2fb82034364f278f70a24ecd62be7a5c663032ceefda502e6d3d531d33ae",
  "graphqlRetrievals": [
    {
      "id": "G01",
      "endpoint": "https://artblocks-mainnet.hasura.app/v1/graphql",
      "method": "HTTP POST",
      "operation": "ab5d-linked-wallets",
      "query": "query { user_profiles(where: {username: {_eq: \"ab5d\"}}) { username name linked_accounts { public_address } } }",
      "variables": {},
      "identityFilter": "user_profiles where username _eq \"ab5d\" (inline filter, no variables sent)",
      "requestedAt": "2026-09-20T00:25:37.464Z",
      "respondedAt": "2026-09-20T00:25:37.997Z",
      "httpStatus": 200,
      "outcome": "ok",
      "returnedFields": [
        "username",
        "name",
        "linked_accounts.public_address"
      ],
      "result": {
        "username": "ab5d",
        "name": "AB5D",
        "linkedAccounts": [
          "0xce6dc14c5494d8a4325a81d3b257d130fa2039d1",
          "0x2247247ee0eee59557e6cd14f7e047f6a9309b5c",
          "0xdd19308a9731cdecb67e0d80ca6823394208c045"
        ],
        "count": 3
      },
      "dataClass": "indexed data, not a direct chain call",
      "chainBlock": null,
      "note": "Complete set refreshed once this session and reused across the batch. The count of three was read from the response, not assumed, and every returned address was checked against every token in this edition."
    },
    {
      "id": "G02",
      "endpoint": "https://artblocks-mainnet.hasura.app/v1/graphql",
      "method": "HTTP POST",
      "operation": "ProjectBySlug",
      "query": "query ProjectBySlug($slug: String!) {\n  projects_metadata(where: {slug: {_eq: $slug}}) {\n    id project_id contract_address slug name artist_name artist_address description\n    invocations max_invocations complete paused\n    activated_at completed_at start_datetime updated_at\n    license link_to_license script_type_and_version aspect_ratio display_static\n    price_per_token_in_wei currency_symbol vertical_name website artist_interview\n    script_count script scripts { index script }\n  }\n}",
      "variables": {
        "slug": "maps-of-nothing-by-steve-pikelny"
      },
      "identityFilter": "projects_metadata where slug _eq \"maps-of-nothing-by-steve-pikelny\"; identity corroborated by the returned composite id 0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-316",
      "compositeKeyNote": "Project identity is the composite key 0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-316, joining the lowercase contract address and the on-chain project ID.",
      "requestedAt": "2026-09-20T00:25:54.262Z",
      "respondedAt": "2026-09-20T00:25:54.522Z",
      "httpStatus": 200,
      "outcome": "ok",
      "rowsReturned": 1,
      "returnedFields": [
        "id",
        "project_id",
        "contract_address",
        "slug",
        "name",
        "artist_name",
        "artist_address",
        "description",
        "invocations",
        "max_invocations",
        "complete",
        "paused",
        "activated_at",
        "completed_at",
        "start_datetime",
        "updated_at",
        "license",
        "link_to_license",
        "script_type_and_version",
        "aspect_ratio",
        "display_static",
        "price_per_token_in_wei",
        "currency_symbol",
        "vertical_name",
        "website",
        "artist_interview",
        "script_count",
        "script",
        "scripts{index script}"
      ],
      "dataClass": "indexed data, not a direct chain call",
      "chainBlock": null
    },
    {
      "id": "G03",
      "endpoint": "https://artblocks-mainnet.hasura.app/v1/graphql",
      "method": "HTTP POST",
      "operation": "TokensByProject",
      "query": "query TokensByProject($pid: String!) {\n  tokens_metadata(where: {project_id: {_eq: $pid}}, order_by: {invocation: asc}) {\n    id token_id invocation hash owner_address minted_at features\n  }\n}",
      "variables": {
        "pid": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-316"
      },
      "identityFilter": "tokens_metadata where project_id _eq the composite project key, ordered by invocation ascending",
      "requestedAt": "2026-09-20T00:25:54.522Z",
      "respondedAt": "2026-09-20T00:25:54.803Z",
      "httpStatus": 200,
      "outcome": "ok",
      "rowsReturned": 625,
      "returnedFields": [
        "id",
        "token_id",
        "invocation",
        "hash",
        "owner_address",
        "minted_at",
        "features"
      ],
      "dataClass": "indexed data, not a direct chain call",
      "chainBlock": null
    },
    {
      "id": "G04",
      "endpoint": "https://artblocks-mainnet.hasura.app/v1/graphql",
      "method": "HTTP POST",
      "operation": "TokensByIds",
      "query": "query TokensByIds($ids: [String!]) {\n  tokens_metadata(where: {id: {_in: $ids}}) {\n    id token_id invocation hash owner_address minted_at features\n  }\n}",
      "variables": {
        "ids": [
          "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-316000588",
          "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-316000046",
          "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-316000010",
          "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-316000152"
        ]
      },
      "identityFilter": "tokens_metadata where id _in the four exact composite token keys for the example tokens",
      "requestedAt": "2026-09-20T06:19:27.495Z",
      "respondedAt": "2026-09-20T06:19:27.805Z",
      "httpStatus": 200,
      "outcome": "ok",
      "rowsReturned": 4,
      "returnedFields": [
        "id",
        "token_id",
        "invocation",
        "hash",
        "owner_address",
        "minted_at",
        "features"
      ],
      "dataClass": "indexed data, not a direct chain call",
      "chainBlock": null,
      "note": "Issued so that every example token's hash, owner and mint timestamp is read from a response rather than from working memory."
    }
  ],
  "codeInspection": {
    "retrievalId": "G02",
    "sourceField": "projects_metadata.script",
    "bytes": 16636,
    "sha256": "758a2fb82034364f278f70a24ecd62be7a5c663032ceefda502e6d3d531d33ae",
    "digestMethod": "SHA-256 via Web Crypto over the returned script field; the renderer's inline script produced the same digest in-page",
    "retrievedAt": "2026-09-20T00:25:54.522Z",
    "runtime": "p5@1.0.0",
    "scriptCount": 2,
    "concatenationCheck": "The scripts array, ordered by index, concatenates to the same bytes as the flat script field.",
    "fullReadCoverage": {
      "seedHandling": "Xorshift from one hash slice, three-decimal draws; three draws seed Perlin noise.",
      "parameterSelection": "About thirty switches in tt(), including zoom, bands, colour mode and family, road density and drift, padding, border and misprint.",
      "renderingSequence": "Elevation bands; hatched background with shadows; branching dotted road network; dotted border; single draw.",
      "timeAndInteraction": "Static; S key saves a PNG.",
      "externalDependencies": "p5.js loaded by the platform."
    },
    "executed": true,
    "executionDisclosure": "Read in full without local execution; separately executed by the official renderer during observations. Parameter derivations reimplemented in the browser for trait checks."
  },
  "tokenPageChecks": [
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000588",
      "status": 200,
      "observedAt": "2026-09-20T06:19:27.805Z",
      "method": "GET via fetch from the artblocks.io origin in the browser pane",
      "outcome": "fetched",
      "finalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000588"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000046",
      "status": 200,
      "observedAt": "2026-09-20T06:19:29.607Z",
      "method": "GET via fetch from the artblocks.io origin in the browser pane",
      "outcome": "fetched",
      "finalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000046"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000010",
      "status": 200,
      "observedAt": "2026-09-20T06:19:28.394Z",
      "method": "GET via fetch from the artblocks.io origin in the browser pane",
      "outcome": "fetched",
      "finalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000010"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000152",
      "status": 200,
      "observedAt": "2026-09-20T06:19:29.023Z",
      "method": "GET via fetch from the artblocks.io origin in the browser pane",
      "outcome": "fetched",
      "finalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000152"
    }
  ],
  "tokenObservations": [
    {
      "token_id": "316000588",
      "invocation": 588,
      "hash": "0x9322ac31a3b40bcb03fc550eebb28eb02e144cd4bf630edb8ad50440a5dabc41",
      "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "minted_at": "2022-06-13T22:21:55+00:00",
      "identitySource": "G04",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000588",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000588",
      "resolvedRendererUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000588",
      "mediaType": "text/html, original live renderer (p5.js, single static render)",
      "publishedFeatures": {
        "Base": "Bright",
        "Zoom": "Near",
        "Grain": "Course",
        "Paths": "Average",
        "Theme": "B",
        "Angles": "Mild",
        "Border": true,
        "Dashes": false,
        "Density": "Medium",
        "Padding": "Normal",
        "Strokes": "Heavy",
        "Path Texture": "Soft"
      }
    },
    {
      "token_id": "316000046",
      "invocation": 46,
      "hash": "0x9e27a141016c50bb99283bcc8a1bfb00d609d27512a33931c273c0eafcd6bf16",
      "owner_address": "0x318ea757eb5e31ce53f05950cf36b9fc42854d9c",
      "minted_at": "2022-06-13T16:03:58+00:00",
      "identitySource": "G04",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000046",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000046",
      "resolvedRendererUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000046",
      "mediaType": "text/html, original live renderer (p5.js, single static render)",
      "publishedFeatures": {
        "Base": "Dark",
        "Zoom": "Far",
        "Grain": "Fine",
        "Paths": "Average",
        "Theme": "A",
        "Angles": "Mild",
        "Border": true,
        "Dashes": true,
        "Density": "Medium",
        "Padding": "Normal",
        "Strokes": "Light",
        "Path Texture": "Soft"
      }
    },
    {
      "token_id": "316000010",
      "invocation": 10,
      "hash": "0xaedf51274875b3f5bd0c9cc992f8aaf38a1547bf8c9cc938fb5dcf0ddd2ee5a3",
      "owner_address": "0x55d4e4cc664b3c01fc5ea0e6e25d74b1e9a3c4cb",
      "minted_at": "2022-06-13T16:00:40+00:00",
      "identitySource": "G04",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000010",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000010",
      "resolvedRendererUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000010",
      "mediaType": "text/html, original live renderer (p5.js, single static render)",
      "publishedFeatures": {
        "Base": "Dark",
        "Zoom": "Near",
        "Grain": "Fine",
        "Paths": "Average",
        "Theme": "G",
        "Angles": "Mild",
        "Border": true,
        "Dashes": false,
        "Density": "Medium",
        "Padding": "Normal",
        "Strokes": "Light",
        "Path Texture": "Choppy"
      }
    },
    {
      "token_id": "316000152",
      "invocation": 152,
      "hash": "0x76acb1f51310b5dd216dad08a04295d06b72113c393afdd8243076dbf5f1eec3",
      "owner_address": "0x4378e4923eea8ab26cb99028c892956df0a30212",
      "minted_at": "2022-06-13T16:26:25+00:00",
      "identitySource": "G04",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000152",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000152",
      "resolvedRendererUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000152",
      "mediaType": "text/html, original live renderer (p5.js, single static render)",
      "publishedFeatures": {
        "Base": "Light",
        "Zoom": "Near",
        "Grain": "Fine",
        "Paths": "Average",
        "Theme": "F",
        "Angles": "Mild",
        "Border": true,
        "Dashes": false,
        "Density": "Medium",
        "Padding": "Normal",
        "Strokes": "Light",
        "Path Texture": "Soft"
      }
    }
  ],
  "visualObservations": [
    {
      "id": "V01",
      "kind": "sustained",
      "token_id": "316000588",
      "method": "Iframe on the generator origin, pane displayed; live globals read; FNV canvas signature and mean colour; reload at the same size; re-render in a 220 px frame; screenshots.",
      "observedFrom": "2026-09-20T06:19:50Z",
      "observedTo": "2026-09-20T06:20:40Z",
      "sampledStates": 5,
      "observations": [
        "Lime-green sheet with dense black street hatching, two black meandering bands, a black blot at the left edge, thin black border.",
        "Live: g19 1, g33 3, bands bright, neon, bright; zoom 0.519; canvas 329 CSS px (658 device px); frameCount 1 (single draw).",
        "Signature 9933da04 at 06:20:02; reload finished in about 1.2 s with identical signature 9933da04.",
        "220 px frame: canvas 440 device px, signature c969f54f, same composition, identical mean colour (155, 184, 89)."
      ],
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000588",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000588",
      "observer": "this agent, Anthropic claude-opus-5, operating the built-in browser pane of the Claude desktop app on the coordinator's macOS computer (Apple M5 Pro, ANGLE Metal renderer)"
    },
    {
      "id": "V02",
      "kind": "sustained",
      "token_id": "316000046",
      "method": "As V01 without the resize; live misprint globals read.",
      "observedFrom": "2026-09-20T06:19:50Z",
      "observedTo": "2026-09-20T06:20:40Z",
      "sampledStates": 4,
      "observations": [
        "Live: g33 1 (burnt), zoom 0.365, g18 true, g40 -224.66, g41 252.74, g3 0.0911 rad.",
        "Dark brown sheet with fine tan streets; lime-green border tilted and shifted down-right, running off the canvas.",
        "Signature 31643587; reload finished in about 2.3 s with the identical signature."
      ],
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000046",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000046",
      "observer": "this agent, Anthropic claude-opus-5, operating the built-in browser pane of the Claude desktop app on the coordinator's macOS computer (Apple M5 Pro, ANGLE Metal renderer)"
    },
    {
      "id": "V03",
      "kind": "focused",
      "token_id": "316000010",
      "method": "As V01, two renders; screenshot.",
      "observedFrom": "2026-09-20T06:19:50Z",
      "observedTo": "2026-09-20T06:20:21Z",
      "sampledStates": 3,
      "observations": [
        "Live: 30 bands alternating neon and blackAndWhite.",
        "Dark brown sheet, black contour blobs, pink, orange and white street fragments; signature d909b50a on both renders."
      ],
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000010",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000010",
      "observer": "this agent, Anthropic claude-opus-5, operating the built-in browser pane of the Claude desktop app on the coordinator's macOS computer (Apple M5 Pro, ANGLE Metal renderer)"
    },
    {
      "id": "V04",
      "kind": "focused",
      "token_id": "316000152",
      "method": "As V01, two renders; screenshot.",
      "observedFrom": "2026-09-20T06:19:50Z",
      "observedTo": "2026-09-20T06:20:21Z",
      "sampledStates": 3,
      "observations": [
        "Live: 50 bands alternating paper and bright (g19 5).",
        "Pale blue and pink marbled bands, black streets with dotted ends, faint green rings; signature 9deda06 on both renders."
      ],
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000152",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000152",
      "observer": "this agent, Anthropic claude-opus-5, operating the built-in browser pane of the Claude desktop app on the coordinator's macOS computer (Apple M5 Pro, ANGLE Metal renderer)"
    }
  ],
  "statusByOriginal": [
    {
      "token_id": "316000588",
      "opened": "yes, https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000588",
      "observedAcrossChangingStates": "yes: loading to completed render, reload, and resized render",
      "controlsTested": "not tested: the only control, the S key, downloads a PNG; established from the program",
      "audioAuditioned": "not applicable, established as silent: no audio in the program or page"
    },
    {
      "token_id": "316000046",
      "opened": "yes, https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000046",
      "observedAcrossChangingStates": "yes: loading to completed render and reload",
      "controlsTested": "not tested: the only control, the S key, downloads a PNG; established from the program",
      "audioAuditioned": "not applicable, established as silent: no audio in the program or page"
    },
    {
      "token_id": "316000010",
      "opened": "yes, https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000010",
      "observedAcrossChangingStates": "yes: two renders",
      "controlsTested": "not tested: the only control, the S key, downloads a PNG; established from the program",
      "audioAuditioned": "not applicable, established as silent: no audio in the program or page"
    },
    {
      "token_id": "316000152",
      "opened": "yes, https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/316000152",
      "observedAcrossChangingStates": "yes: two renders",
      "controlsTested": "not tested: the only control, the S key, downloads a PNG; established from the program",
      "audioAuditioned": "not applicable, established as silent: no audio in the program or page"
    }
  ],
  "traitReproduction": {
    "tokens": 625,
    "summary": "12 of 12 keys at 625/625; Theme composite; misprint mode has no trait"
  },
  "corrections": [],
  "failedLeads": [
    {
      "url": "https://cryptogateway.0ms.co/maps-of-nothing",
      "outcome": "not opened in the browser pane (site not allowed; not requested); read instead through the cloud workspace's web fetch tool as S08"
    }
  ],
  "mediaIds": [],
  "provenance": {
    "operator": "Phil (AB5D coordinator), via the Claude desktop application",
    "originalAuthor": {
      "provider": "Anthropic",
      "model": "claude-opus-5",
      "modelVersion": "claude-opus-5 as reported by the session environment; the routing label 'claude' in the assignment manifest is a routing label and has not been recorded as a model identifier",
      "agent": "Claude in Cowork mode on the Claude Agent SDK"
    },
    "revisions": [],
    "revisionNote": "No other model or human has revised this package. A later reviser must preserve the original author credit and record the reviser, changed scope and revision-specific usage separately here.",
    "tools": [
      "Art Blocks public GraphQL index over HTTP POST from the artblocks.io origin in the browser pane, with full query text, variables and timings retained in evidence.json",
      "built-in browser pane on the coordinator's computer for page reading, canonical token page status checks, live renderer observation, canvas sampling, WebGL diagnostics and screenshots",
      "an independent reimplementation of the trait derivation, run in the browser against every token hash in the edition",
      "SHA-256 over the retrieved script bytes computed with the Web Crypto API",
      "cloud shell and file tools for package assembly, and the supplied validator"
    ],
    "humanEditorialInvolvement": "None. No human reviewed, edited or fact-checked the prose before submission. The coordinator approved browser site-access prompts only. Status is draft-for-human-review.",
    "originalProseLicense": "CC0-1.0"
  },
  "editorialExceptions": [
    {
      "id": "mint-price-unknown",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "Index price 0; no price on page or in interview."
    },
    {
      "id": "interview-quotes-extracted",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "S08 quotations obtained by automated text extraction from the cloud workspace; verify wording on the page before publication."
    },
    {
      "id": "charity-unverified",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "25% Ukraine pledge recorded on the collection page; no payment evidence examined."
    }
  ]
}
