{
  "schema": "ab5d-series-evidence/2",
  "slug": "collapsed-sequence-by-toiminto",
  "chainId": 1,
  "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
  "projectId": 318,
  "timezoneNote": "Every timestamp is UTC.",
  "observedAt": "2026-09-20T00:25:56.650Z",
  "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": "collapsed-sequence-by-toiminto"
  },
  "projectObservation": {
    "id": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-318",
    "invocations": 400,
    "max_invocations": 400,
    "activated_at": "2022-06-02T00:35:01+00:00",
    "start_datetime": "2022-06-27T17:00:00+00:00",
    "completed_at": "2022-06-27T17:45:02+00:00",
    "license": "CC BY-NC-SA 4.0",
    "link_to_license": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
    "script_type_and_version": "p5@1.0.0",
    "aspect_ratio": 0.75,
    "display_static": false,
    "price_per_token_in_wei": "0",
    "vertical_name": "factory",
    "website": "https://toiminto.swaeg.net",
    "artist_interview": null,
    "script_count": 2,
    "artist_address": "0x529d928c7debb7a16a291a1ba3a84a4a0dbb5289"
  },
  "codeSha256": "7feb20c5f0103a5d75c43fe2416629edb616f456227d04a0acaef22adbf6ad61",
  "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": "collapsed-sequence-by-toiminto"
      },
      "identityFilter": "projects_metadata where slug _eq \"collapsed-sequence-by-toiminto\"; identity corroborated by the returned composite id 0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-318",
      "compositeKeyNote": "Project identity is the composite key 0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-318, joining the lowercase contract address and the on-chain project ID.",
      "requestedAt": "2026-09-20T00:25:56.388Z",
      "respondedAt": "2026-09-20T00:25:56.650Z",
      "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-318"
      },
      "identityFilter": "tokens_metadata where project_id _eq the composite project key, ordered by invocation ascending",
      "requestedAt": "2026-09-20T00:25:56.650Z",
      "respondedAt": "2026-09-20T00:25:56.917Z",
      "httpStatus": 200,
      "outcome": "ok",
      "rowsReturned": 400,
      "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-318000321",
          "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-318000200",
          "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-318000148",
          "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-318000152"
        ]
      },
      "identityFilter": "tokens_metadata where id _in the four exact composite token keys for the example tokens",
      "requestedAt": "2026-09-20T06:40:01.016Z",
      "respondedAt": "2026-09-20T06:40:01.278Z",
      "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": 17209,
    "sha256": "7feb20c5f0103a5d75c43fe2416629edb616f456227d04a0acaef22adbf6ad61",
    "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:56.650Z",
    "runtime": "p5@1.0.0 (with WebGL shader)",
    "scriptCount": 2,
    "concatenationCheck": "The scripts array, ordered by index, concatenates to the same bytes as the flat script field.",
    "fullReadCoverage": {
      "seedHandling": "sfc32 two streams, 1e6 warm-up; re-seeded in setup.",
      "parameterSelection": "About 70 load-time parameters.",
      "renderingSequence": "Colour map; row-by-row glyph layer; WebGL self-displacement.",
      "timeAndInteraction": "Build animation then hold; keys space, e, h, s; URL options.",
      "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/318000321",
      "status": 200,
      "observedAt": "2026-09-20T06:40:01.278Z",
      "method": "GET via fetch from the artblocks.io origin in the browser pane",
      "outcome": "fetched",
      "finalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000321"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000200",
      "status": 200,
      "observedAt": "2026-09-20T06:40:01.629Z",
      "method": "GET via fetch from the artblocks.io origin in the browser pane",
      "outcome": "fetched",
      "finalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000200"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000148",
      "status": 200,
      "observedAt": "2026-09-20T06:40:01.960Z",
      "method": "GET via fetch from the artblocks.io origin in the browser pane",
      "outcome": "fetched",
      "finalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000148"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000152",
      "status": 200,
      "observedAt": "2026-09-20T06:40:02.517Z",
      "method": "GET via fetch from the artblocks.io origin in the browser pane",
      "outcome": "fetched",
      "finalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000152"
    }
  ],
  "tokenObservations": [
    {
      "token_id": "318000321",
      "invocation": 321,
      "hash": "0x32093dfa36b4b9fa8e8efafedbc96d632c458b160bc152a2ed1b01ff0f95a070",
      "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "minted_at": "2022-06-27T17:42:53+00:00",
      "identitySource": "G04",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000321",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000321",
      "resolvedRendererUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000321",
      "mediaType": "text/html, original live renderer (p5.js build animation with WebGL displacement)",
      "publishedFeatures": {
        "Density": "Medium",
        "Objects": "Full",
        "Palette": "Seashore",
        "Sidecut": "None",
        "Displace": "Inverted",
        "Rotation": "No",
        "Draw from": "Edge",
        "Background": "Solid",
        "Split lines": "No",
        "Color mixing": "Flat",
        "Stroke style": "Dark stroke",
        "Rotation split": "No cut",
        "Background grid": "X",
        "Background tint": "None"
      }
    },
    {
      "token_id": "318000200",
      "invocation": 200,
      "hash": "0xe74cf25733891cfe180eca9ad89e7e2a51296886b724207a794f67e732b4bad6",
      "owner_address": "0x507cb3192622ae463215e16f2eb7b53135ae3eb4",
      "minted_at": "2022-06-27T17:39:50+00:00",
      "identitySource": "G04",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000200",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000200",
      "resolvedRendererUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000200",
      "mediaType": "text/html, original live renderer (p5.js build animation with WebGL displacement)",
      "publishedFeatures": {
        "Density": "High",
        "Objects": "Sparse",
        "Palette": "Grain",
        "Sidecut": "None",
        "Displace": "Normal",
        "Rotation": "Free",
        "Draw from": "Center",
        "Background": "Gradient",
        "Split lines": "No",
        "Color mixing": "Noisy",
        "Stroke style": "Dark stroke",
        "Rotation split": "Free cut",
        "Background grid": "None",
        "Background tint": "None"
      }
    },
    {
      "token_id": "318000148",
      "invocation": 148,
      "hash": "0xff782e9a07137aeba91c871a5a8d05fa081eb4893802bfd8bd5a2f0b4b86087d",
      "owner_address": "0x9c815f1bb7ac2d54e473b58a15345c9dc2630ffa",
      "minted_at": "2022-06-27T17:36:52+00:00",
      "identitySource": "G04",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000148",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000148",
      "resolvedRendererUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000148",
      "mediaType": "text/html, original live renderer (p5.js build animation with WebGL displacement)",
      "publishedFeatures": {
        "Density": "Low",
        "Objects": "Full",
        "Palette": "Utu",
        "Sidecut": "None",
        "Displace": "Normal",
        "Rotation": "45 degrees",
        "Draw from": "Center",
        "Background": "Solid",
        "Split lines": "No",
        "Color mixing": "Noisy",
        "Stroke style": "Dark stroke",
        "Rotation split": "45 degree cut",
        "Background grid": "None",
        "Background tint": "Dark flip"
      }
    },
    {
      "token_id": "318000152",
      "invocation": 152,
      "hash": "0x5ab19d290d06702f9d17745fb330a2bbd3fb05c7aaa0b7fe4027a455bb2600da",
      "owner_address": "0x7862e990963405616afd1e08cd369433a87adb3a",
      "minted_at": "2022-06-27T17:37:26+00:00",
      "identitySource": "G04",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000152",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000152",
      "resolvedRendererUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000152",
      "mediaType": "text/html, original live renderer (p5.js build animation with WebGL displacement)",
      "publishedFeatures": {
        "Density": "Low",
        "Objects": "Full",
        "Palette": "Rare lila",
        "Sidecut": "None",
        "Displace": "Normal",
        "Rotation": "45 degrees",
        "Draw from": "Edge",
        "Background": "Gradient",
        "Split lines": "No",
        "Color mixing": "Noisy",
        "Stroke style": "Dark stroke",
        "Rotation split": "Double cut",
        "Background grid": "None",
        "Background tint": "None"
      }
    }
  ],
  "visualObservations": [
    {
      "id": "V01",
      "kind": "sustained",
      "token_id": "318000321",
      "method": "Iframe on the generator origin, pane displayed; index, fI, nL and xerp sampled every 3 s; keys e, e, space dispatched with keyCode; screenshots before, during and after.",
      "observedFrom": "2026-09-20T06:40:22Z",
      "observedTo": "2026-09-20T06:41:36Z",
      "sampledStates": 20,
      "observations": [
        "Build: index 13640 of 81840 at 06:40:25, 58280 at 06:40:31, complete (nL 1) by 06:40:37 with xerp 0.215.",
        "Dark teal, rust and slate mottled field, pale speckled clouds, light grey border, smears at right edge.",
        "'e': enM 1; xerp 0.918 at +2 s, 0.847 at +4 s; wide horizontal tearing in screenshot.",
        "'e' then space: enM 0, index reset to 248; at +1.5 s index 11656, lower part rebuilt with skyline-like fringe of vertical bars.",
        "Rebuild complete by 06:41:36 with xerp 0.215; grid BW 248, DEN 330; internal 656x874."
      ],
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000321",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000321",
      "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": "318000152",
      "method": "As V01 without keys.",
      "observedFrom": "2026-09-20T06:40:22Z",
      "observedTo": "2026-09-20T06:41:36Z",
      "sampledStates": 20,
      "observations": [
        "index 5406 of 13872 at 06:40:25; complete by 06:40:31; xerp from 0.541 to final -0.192.",
        "Violet, magenta and purple ground with diagonal pink bars and a dark gold mass, lilac border."
      ],
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000152",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000152",
      "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": "318000200",
      "method": "As V02.",
      "observedFrom": "2026-09-20T06:40:22Z",
      "observedTo": "2026-09-20T06:41:00Z",
      "sampledStates": 10,
      "observations": [
        "Complete by 06:40:37, final xerp 0.831.",
        "Sandy yellow field crossed by a dense diagonal mass of dark slate shards."
      ],
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000200",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000200",
      "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": "318000148",
      "method": "As V02.",
      "observedFrom": "2026-09-20T06:40:22Z",
      "observedTo": "2026-09-20T06:41:00Z",
      "sampledStates": 10,
      "observations": [
        "Complete by 06:40:31, final xerp 0.924.",
        "Black, white and pale blue plates and girders at 45 degrees, white block at left."
      ],
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000148",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000148",
      "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": "318000321",
      "opened": "yes, https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000321",
      "observedAcrossChangingStates": "yes: build to completion",
      "controlsTested": "yes: e (on, off) and space; h and s not pressed (6000 px render; download)",
      "audioAuditioned": "not applicable, established as silent"
    },
    {
      "token_id": "318000200",
      "opened": "yes, https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000200",
      "observedAcrossChangingStates": "yes: build to completion",
      "controlsTested": "not tested on this token; same handler",
      "audioAuditioned": "not applicable, established as silent"
    },
    {
      "token_id": "318000148",
      "opened": "yes, https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000148",
      "observedAcrossChangingStates": "yes: build to completion",
      "controlsTested": "not tested on this token; same handler",
      "audioAuditioned": "not applicable, established as silent"
    },
    {
      "token_id": "318000152",
      "opened": "yes, https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/318000152",
      "observedAcrossChangingStates": "yes: build to completion",
      "controlsTested": "not tested on this token; same handler",
      "audioAuditioned": "not applicable, established as silent"
    }
  ],
  "traitReproduction": {
    "tokens": 400,
    "summary": "14 of 14 keys at 400/400"
  },
  "corrections": [],
  "failedLeads": [],
  "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; sale terms undocumented."
    },
    {
      "id": "artist-site-other-series",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "Website of record describes Augmented Sequence; S08 read by automated extraction."
    },
    {
      "id": "display-mode",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "Artist recommends endless 9:16 hi-res mode; choose embed deliberately."
    }
  ]
}
