{
  "schema": "ab5d-series-evidence/2",
  "slug": "assorted-positivity-by-steganon",
  "chainId": 1,
  "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
  "projectId": 319,
  "timezoneNote": "Every timestamp is UTC.",
  "observedAt": "2026-09-20T00:25:55.063Z",
  "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": "assorted-positivity-by-steganon"
  },
  "projectObservation": {
    "id": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-319",
    "invocations": 400,
    "max_invocations": 400,
    "activated_at": "2022-05-26T01:13:55+00:00",
    "start_datetime": "2022-06-03T17:00:00+00:00",
    "completed_at": "2022-06-03T17:39:42+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": 0.75,
    "display_static": false,
    "price_per_token_in_wei": "0",
    "vertical_name": "playground",
    "website": "https://steganon.com/ap.html",
    "artist_interview": null,
    "script_count": 1,
    "artist_address": "0x54f2a5733f8fe57ed90fb944c29ac0f4906836d5"
  },
  "codeSha256": "8b57fe54f75f0827cb4c5b24d1b8c6834cea3c13854439018498e3522abdfa55",
  "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": "assorted-positivity-by-steganon"
      },
      "identityFilter": "projects_metadata where slug _eq \"assorted-positivity-by-steganon\"; identity corroborated by the returned composite id 0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-319",
      "compositeKeyNote": "Project identity is the composite key 0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-319, joining the lowercase contract address and the on-chain project ID.",
      "requestedAt": "2026-09-20T00:25:54.803Z",
      "respondedAt": "2026-09-20T00:25:55.063Z",
      "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-319"
      },
      "identityFilter": "tokens_metadata where project_id _eq the composite project key, ordered by invocation ascending",
      "requestedAt": "2026-09-20T00:25:55.064Z",
      "respondedAt": "2026-09-20T00:25:55.343Z",
      "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-319000395",
          "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-319000280",
          "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-319000037",
          "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-319000196"
        ]
      },
      "identityFilter": "tokens_metadata where id _in the four exact composite token keys for the example tokens",
      "requestedAt": "2026-09-20T06:25:47.816Z",
      "respondedAt": "2026-09-20T06:25:48.170Z",
      "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": 13520,
    "sha256": "8b57fe54f75f0827cb4c5b24d1b8c6834cea3c13854439018498e3522abdfa55",
    "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:55.063Z",
    "runtime": "p5@1.0.0 (with WebGL shaders)",
    "scriptCount": 1,
    "concatenationCheck": "The scripts array, ordered by index, concatenates to the same bytes as the flat script field.",
    "fullReadCoverage": {
      "seedHandling": "xorshift128 from 32 hex characters.",
      "parameterSelection": "Symmetry, inversion, centre, composition, palette, threshold, form, word, seeds, frame, style, surround, overlays.",
      "renderingSequence": "Stencil with frame and Morse; noise-based colour shader; iterative sorting shader until 3 x height frames.",
      "timeAndInteraction": "Animation that stops; no input.",
      "externalDependencies": "p5.js loaded by the platform; embedded MIT-attributed shader."
    },
    "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/319000395",
      "status": 200,
      "observedAt": "2026-09-20T06:25:48.170Z",
      "method": "GET via fetch from the artblocks.io origin in the browser pane",
      "outcome": "fetched",
      "finalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000395"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000280",
      "status": 200,
      "observedAt": "2026-09-20T06:25:48.615Z",
      "method": "GET via fetch from the artblocks.io origin in the browser pane",
      "outcome": "fetched",
      "finalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000280"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000037",
      "status": 200,
      "observedAt": "2026-09-20T06:25:49.043Z",
      "method": "GET via fetch from the artblocks.io origin in the browser pane",
      "outcome": "fetched",
      "finalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000037"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000196",
      "status": 200,
      "observedAt": "2026-09-20T06:25:49.393Z",
      "method": "GET via fetch from the artblocks.io origin in the browser pane",
      "outcome": "fetched",
      "finalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000196"
    }
  ],
  "tokenObservations": [
    {
      "token_id": "319000395",
      "invocation": 395,
      "hash": "0x212b5d497d41f86107c20dc632053bd2c6f5eef3df9badb44921e6f1778a22b2",
      "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "minted_at": "2022-06-03T17:39:34+00:00",
      "identitySource": "G04",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000395",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000395",
      "resolvedRendererUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000395",
      "mediaType": "text/html, original live renderer (p5.js with WebGL shaders; sorting animation that stops)",
      "publishedFeatures": {
        "E.T.": "certainly not",
        "Epic": "certainly not",
        "Form": "fundamental",
        "Style": "harmonious",
        "Sectional": "singular b/w",
        "Symmetrical": "spontaneous",
        "Prismatic Vibes": "sunset",
        "Surrounding Style": "n/a"
      }
    },
    {
      "token_id": "319000280",
      "invocation": 280,
      "hash": "0x5af61c4b668cb214d790510b2011a443bc15424d492f94b410fbf2c3811ea888",
      "owner_address": "0x996af47f946285145c462b8422edf5fc9beb98ed",
      "minted_at": "2022-06-03T17:38:42+00:00",
      "identitySource": "G04",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000280",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000280",
      "resolvedRendererUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000280",
      "mediaType": "text/html, original live renderer (p5.js with WebGL shaders; sorting animation that stops)",
      "publishedFeatures": {
        "E.T.": "certainly",
        "Epic": "certainly not",
        "Form": "well-rounded",
        "Style": "coordinated",
        "Sectional": "singular",
        "Symmetrical": "spontaneous",
        "Prismatic Vibes": "island night",
        "Surrounding Style": "harmonious"
      }
    },
    {
      "token_id": "319000037",
      "invocation": 37,
      "hash": "0xed4b47d3e3edacb6425396a81793a07cc8f2c957716ccccaeb5fdd56fb188118",
      "owner_address": "0xd7c22be74508ea0b0c447122d953b1d64018f2af",
      "minted_at": "2022-06-02T02:20:59+00:00",
      "identitySource": "G04",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000037",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000037",
      "resolvedRendererUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000037",
      "mediaType": "text/html, original live renderer (p5.js with WebGL shaders; sorting animation that stops)",
      "publishedFeatures": {
        "E.T.": "certainly not",
        "Epic": "certainly",
        "Form": "inspirational",
        "Style": "harmonious",
        "Sectional": "singular",
        "Symmetrical": "spontaneous",
        "Prismatic Vibes": "sunset",
        "Surrounding Style": "n/a"
      }
    },
    {
      "token_id": "319000196",
      "invocation": 196,
      "hash": "0xbdb1cf2f3a00cbcfbef2d5cb952151fc4fd50f7acc021946bc756b92da1098c3",
      "owner_address": "0x563c0e9846812a0678fe028052f8b3c857d85032",
      "minted_at": "2022-06-03T17:38:03+00:00",
      "identitySource": "G04",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000196",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000196",
      "resolvedRendererUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000196",
      "mediaType": "text/html, original live renderer (p5.js with WebGL shaders; sorting animation that stops)",
      "publishedFeatures": {
        "E.T.": "certainly not",
        "Epic": "certainly not",
        "Form": "well-rounded",
        "Style": "cooperative",
        "Sectional": "singular b/w",
        "Symmetrical": "positively",
        "Prismatic Vibes": "doodle",
        "Surrounding Style": "n/a"
      }
    }
  ],
  "visualObservations": [
    {
      "id": "V01",
      "kind": "sustained",
      "token_id": "319000395",
      "method": "Iframe on the generator origin, pane displayed; frameCount, FNV canvas signature and mean colour sampled every 4 s from load to stop; stencil layer pixels read and Morse decoded; reload run to stop; screenshots.",
      "observedFrom": "2026-09-20T06:26:09Z",
      "observedTo": "2026-09-20T06:28:04Z",
      "sampledStates": 14,
      "observations": [
        "Violet, gold, periwinkle and navy camouflage patches with sorted ridges inside a grey stippled black-and-white frame.",
        "06:26:13 frame 147 signature 8ec5c5dc; 06:26:25 frame 866 f89112ec; 06:26:37 frame 1586 303c104c; 06:26:49 frame 2306 83157c25; 06:26:57 frame 2623 2568334b, stopped (3 x height 874 = 2622).",
        "Mean colour 102,87,114 to 102,87,115 throughout.",
        "Stencil bottom edge decodes to 'genuine'; top edge to 'rhwcn'.",
        "Reload: stopped at frame 2623 with identical signature 2568334b at 06:28:04."
      ],
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000395",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000395",
      "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": "319000196",
      "method": "As V01.",
      "observedFrom": "2026-09-20T06:26:09Z",
      "observedTo": "2026-09-20T06:28:04Z",
      "sampledStates": 14,
      "observations": [
        "Mirrored violet and yellow disc in a black field inside a grey frame.",
        "Signature b3db26 at frame 149; bca4b399 from frame 868 to 2308; 971eb831 at stop, frame 2623; mean colour 94,80,84 throughout.",
        "Bottom edge decodes to 'imaginative'; top edge 'fllvk'.",
        "Reload ended on identical signature 971eb831."
      ],
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000196",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000196",
      "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": "319000280",
      "method": "As V01.",
      "observedFrom": "2026-09-20T06:26:09Z",
      "observedTo": "2026-09-20T06:28:04Z",
      "sampledStates": 14,
      "observations": [
        "Striated red, navy and cream disc in a pale ice-blue surround sorted into downward drips.",
        "Bottom edge decodes to 'appreciative'; final signature df71439c on both runs."
      ],
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000280",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000280",
      "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": "319000037",
      "method": "As V01.",
      "observedFrom": "2026-09-20T06:26:09Z",
      "observedTo": "2026-09-20T06:28:04Z",
      "sampledStates": 14,
      "observations": [
        "Full-bleed violet, pink, gold and blue plates with terraced sorted edges.",
        "Bottom edge decodes to 'glowing'; final signature 69389848 on both runs."
      ],
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000037",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000037",
      "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": "319000395",
      "opened": "yes, https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000395",
      "observedAcrossChangingStates": "yes: loading, sorting and stop, twice",
      "controlsTested": "not applicable, established as absent: no event handlers in the program or running page",
      "audioAuditioned": "not applicable, established as silent"
    },
    {
      "token_id": "319000280",
      "opened": "yes, https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000280",
      "observedAcrossChangingStates": "yes: loading, sorting and stop, twice",
      "controlsTested": "not applicable, established as absent: no event handlers in the program or running page",
      "audioAuditioned": "not applicable, established as silent"
    },
    {
      "token_id": "319000037",
      "opened": "yes, https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000037",
      "observedAcrossChangingStates": "yes: loading, sorting and stop, twice",
      "controlsTested": "not applicable, established as absent: no event handlers in the program or running page",
      "audioAuditioned": "not applicable, established as silent"
    },
    {
      "token_id": "319000196",
      "opened": "yes, https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/319000196",
      "observedAcrossChangingStates": "yes: loading, sorting and stop, twice",
      "controlsTested": "not applicable, established as absent: no event handlers in the program or running page",
      "audioAuditioned": "not applicable, established as silent"
    }
  ],
  "traitReproduction": {
    "tokens": 400,
    "summary": "7 of 8 keys at 400/400; Symmetrical 399/400"
  },
  "corrections": [],
  "failedLeads": [
    {
      "url": "https://artist-staging.artblocks.io/project/73",
      "outcome": "not opened (staging sample outputs)"
    }
  ],
  "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; public and discounted prices not stated."
    },
    {
      "id": "mit-notice",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "Embedded shader attributed to ciphrd under MIT without the full notice; review."
    },
    {
      "id": "symmetrical-label",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "Token 319000196 Symmetrical label not reproducible; treat trait as reported."
    }
  ]
}
