{
  "observedAt": "2026-09-17T23:48:00+00:00",
  "observedAtNote": "All timestamps in this file are UTC with an explicit +00:00 offset. The observation window ran from 2026-09-17T23:48Z to 2026-09-18T00:05Z, which is the morning of 18 September 2026 in Australia/Melbourne, the operator timezone. Calendar dates in the essay and in presentation.json are UTC unless explicitly labelled otherwise.",
  "endpoint": "https://artblocks-mainnet.hasura.app/v1/graphql",
  "projectQueryFields": "projects_metadata: id, project_id, contract_address, slug, name, artist_name, artist_address, invocations, max_invocations, complete, completed_at, activated_at, first_token_minted_at, second_token_minted_at, license, link_to_license, script_type_and_version, price_per_token_in_wei, currency_symbol, curation_status, website, artist_interview, external_asset_dependency_count, script_count, aspect_ratio, display_static, start_datetime, updated_at, chain_id, script, scripts{index script}, description",
  "query": "query($s:String!){projects_metadata(where:{slug:{_eq:$s}}){id project_id contract_address slug name artist_name artist_address invocations max_invocations complete completed_at activated_at first_token_minted_at second_token_minted_at license link_to_license script_type_and_version price_per_token_in_wei currency_symbol curation_status website artist_interview external_asset_dependency_count script_count aspect_ratio display_static start_datetime updated_at chain_id script scripts{index script} description}}",
  "variables": {
    "s": "panelscape-by-paolo-tonon"
  },
  "method": "HTTP POST, Content-Type application/json",
  "identityFilter": "slug equals panelscape-by-paolo-tonon, corroborated against contract_address 0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270 and project_id 83 in the same response",
  "projectObservation": {
    "id": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-83",
    "project_id": "83",
    "contract_address": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
    "chain_id": 1,
    "slug": "panelscape-by-paolo-tonon",
    "name": "Panelscape 🅰🅱",
    "artist_name": "Paolo Tonon",
    "artist_address": "0xf1c34d739ae1dae7a22edbbd45e07c414506242f",
    "invocations": 525,
    "max_invocations": 525,
    "complete": true,
    "activated_at": "2021-06-08T14:42:18+00:00",
    "completed_at": "2021-07-23T03:30:27+00:00",
    "first_token_minted_at": "2021-06-07T06:17:10+00:00",
    "second_token_minted_at": "2021-06-08T18:33:18+00:00",
    "start_datetime": "2021-06-08T18:33:18+00:00",
    "updated_at": "2021-06-28T20:15:51.143949",
    "updated_atNote": "Reproduced exactly as the index returns it. This is the only value in this file carrying no timezone offset, because the platform stores it without one; it has not been converted or assumed to be UTC.",
    "license": "NFT License",
    "link_to_license": null,
    "script_type_and_version": "p5@1.0.0",
    "price_per_token_in_wei": "100000000000000000",
    "currency_symbol": "ETH",
    "curation_status": "factory",
    "website": "https://www.paolotonon.com",
    "artist_interview": null,
    "external_asset_dependency_count": 0,
    "script_count": 1,
    "aspect_ratio": 1.1,
    "display_static": false
  },
  "codeSha256": "09ac817c226d888a0b4f1b5a9f91a884fae811bf01094bc336cd589770c9a1ae",
  "codeBytes": 2615,
  "codeRetrieval": {
    "selection": "projects_metadata / script, cross-checked against projects_metadata / scripts{index script}",
    "fragmentsConcatenatedMatchSingleField": true,
    "digestMethod": "SHA-256 over UTF-8 bytes via Web Crypto API in the browser",
    "chainBlock": null,
    "note": "Index retrieval, not a direct read of contract storage. Script content is not redistributed in this package."
  },
  "codeFindings": {
    "canvas": "created at the browser window's own innerWidth and innerHeight, not at a fixed design size",
    "edgeLengthRule": "larger viewport dimension divided by a draw between 10 and 20, floored",
    "panelCountRule": "Integer 400 through 599",
    "isometricHeight": "edge length times the square root of three, halved",
    "backgroundAndStroke": "six independent draws between 0 and 250, three for background RGB and three for stroke RGB; no colour names anywhere in the script",
    "strokeWeight": "one eightieth of the edge length",
    "frameRate": 5,
    "perPanelDraws": [
      "x snapped down to a multiple of the isometric height",
      "y snapped down to a multiple of the edge length",
      "three colour channels 0 to 255",
      "an alpha ceiling 0 to 255",
      "Integer size selector 0 through 6; values 4 and 5 double dimensions, all others base size. Triple branch unreachable.",
      "a shape selector 0 to 3 choosing one of three quadrilaterals"
    ],
    "shapes": [
      "left vertical cube face",
      "right vertical cube face",
      "top rhombus spanning two isometric steps"
    ],
    "animation": "Alpha accumulator increments or decrements by 15, reversing after exceeding ceiling or falling below zero. Overshoot possible. Panels start together, different thresholds can yield different reversal times.",
    "backgroundClearing": "the draw loop never repaints the background, so frames accumulate",
    "eventListeners": 0,
    "audioReferences": 0,
    "generatorNote": "The xorshift generator and helper methods are byte for byte identical to those in breathe-you-by-raregonzo and primidance-by-wuwa, two other projects in this batch by two other artists. Across three independent releases this supports a shared community template. The identity of the code is a direct observation; the template is an inference."
  },
  "tokenQuery": {
    "query": "query($ids:[String!]){tokens_metadata(where:{id:{_in:$ids}}){id token_id invocation project_id owner_address minted_at hash media_url primary_asset_url live_view_url features}}",
    "method": "HTTP POST, Content-Type application/json",
    "identifiersRequested": [
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-83000000",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-83000001",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-83000010",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-83000020",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-83000103",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-83000142",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-83000255",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-83000281",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-83000301"
    ]
  },
  "tokenObservations": [
    {
      "token_id": "83000000",
      "owner_address": "0x1fa7593a5ec7324dd103617f4d583ae47a64d366",
      "hash": "0x32e03887a7fffc2b58c687b3ae895e5648ca88e0fb4b8a86943f016611613e3b",
      "minted_at": "2021-06-07T06:17:10+00:00"
    },
    {
      "token_id": "83000010",
      "owner_address": "0xc896866e927e6f8a416ba209976115e79fa0a66f",
      "hash": "0x6ad5f0ab279488e52586be230630c3053a107ed489fd99c470153be2582f5534",
      "minted_at": "2021-06-10T04:01:21+00:00"
    },
    {
      "token_id": "83000020",
      "owner_address": "0x577ebc5de943e35cdf9ecb5bbe1f7d7cb6c7c647",
      "hash": "0x54effe3eda69735987b02b7bc6ada82ef1df81f8e8694f0bdbbd9e71d51a7563",
      "minted_at": "2021-06-13T15:20:34+00:00"
    },
    {
      "token_id": "83000103",
      "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "hash": "0xce67d2b9ab3c3641a9dcfb3cc2b7e0b8d7867911ce6a6328adab580dd29329d9",
      "minted_at": "2021-07-16T05:25:06+00:00"
    }
  ],
  "editionSweep": {
    "query": "query{tokens_metadata(where:{project_id:{_eq:\"0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-83\"}},order_by:{invocation:asc},limit:600){token_id invocation hash owner_address minted_at features}}",
    "rowsReturned": 525,
    "panelQuantityDistribution": {
      "Fewer": 105,
      "Few": 85,
      "Normal": 109,
      "Many": 95,
      "Many more": 128,
      "missing": 3
    },
    "panelDimensionDistribution": {
      "Small": 89,
      "Smaller": 103,
      "Medium": 117,
      "Bigger": 108,
      "Big": 105,
      "missing": 3
    },
    "distinctBackgroundColourNames": 333,
    "distinctStrokeColourNames": 326,
    "emptyTraitTokens": [
      "83000135",
      "83000163",
      "83000337"
    ]
  },
  "licenceCensus": {
    "query": "query{projects_metadata(where:{contract_address:{_eq:\"0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270\"}},limit:600){project_id license link_to_license}}",
    "projectsReturned": 359,
    "distinctLabelStrings": 34,
    "projectsWithLicenceLink": 87,
    "nftLicenceFamilyVariants": [
      "NFT License",
      " NFT License",
      "NFT License 2.0",
      "NFT 2.0"
    ]
  },
  "tokenPageChecks": [
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/83000000",
      "status": 200,
      "method": "Independent HTTP GET; availability only, not visual inspection",
      "observedAt": "2026-09-18T01:44:08.382877+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/83000010",
      "status": 200,
      "method": "Independent HTTP GET; availability only, not visual inspection",
      "observedAt": "2026-09-18T01:44:08.583504+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/83000020",
      "status": 200,
      "method": "Independent HTTP GET; availability only, not visual inspection",
      "observedAt": "2026-09-18T01:44:08.574807+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/83000103",
      "status": 200,
      "method": "Independent HTTP GET; availability only, not visual inspection",
      "observedAt": "2026-09-18T01:44:08.210663+00:00"
    }
  ],
  "visualObservations": [
    {
      "tokenId": "83000000",
      "naturalSize": "2400x2180",
      "observedAt": "2026-09-17T23:52:00+00:00",
      "observation": "Dense isometric tiling of translucent quadrilaterals on a lattice. Pale mint and lilac dominant with pink and blue accents. Fine stroke net visible across the whole surface. Several doubled and tripled panels read as larger diamonds over the fine grid."
    },
    {
      "tokenId": "83000010",
      "naturalSize": "2400x2180",
      "observedAt": "2026-09-17T23:52:00+00:00",
      "observation": "Same lattice and vocabulary, yellower overall, with stronger optical mixing where translucent panels overlap."
    },
    {
      "tokenId": "83000020",
      "naturalSize": "2400x2180",
      "observedAt": "2026-09-17T23:52:00+00:00",
      "observation": "Darker olive and slate field, visibly denser, with large diamonds overlaying the fine grid and less of the background showing through."
    },
    {
      "tokenId": "83000103",
      "naturalSize": "2400x2180",
      "observedAt": "2026-09-17T23:52:00+00:00",
      "observation": "The most saturated of the four. Hot magenta, acid green, cyan and violet panels over a plum ground, with several tripled panels reading as large flat diamonds and strong contrast between neighbouring cells."
    }
  ],
  "holdingCheck": {
    "walletSetSource": "https://www.artblocks.io/profile/ab5d, with the linked address set read from the Art Blocks GraphQL index via user_profiles where username equals ab5d",
    "query": "query{user_profiles(where:{username:{_eq:\"ab5d\"}}){id username name linked_accounts{public_address display_name}}}",
    "wallets": [
      "0xce6dc14c5494d8a4325a81d3b257d130fa2039d1",
      "0x2247247ee0eee59557e6cd14f7e047f6a9309b5c",
      "0xdd19308a9731cdecb67e0d80ca6823394208c045"
    ],
    "observedAt": "2026-09-17T23:24:29+00:00",
    "outcome": "five tokens held: 83000103, 83000142, 83000255, 83000281 and 83000301, all by 0xdd19308a9731cdecb67e0d80ca6823394208c045, verified current"
  },
  "submittedTokenObservations": [
    {
      "token_id": "83000000",
      "invocation": 0,
      "hash": "0x32e03887a7fffc2b58c687b3ae895e5648ca88e0fb4b8a86943f016611613e3b",
      "minted_at": "2021-06-07T06:17:10+00:00",
      "owner_address": "0x1fa7593a5ec7324dd103617f4d583ae47a64d366",
      "features": {
        "Stroke color": "Porsche",
        "Panel quantity": "Normal",
        "Panel dimension": "Medium",
        "Background color": "Gossip"
      },
      "observedAt": "2026-09-17T23:53:42+00:00"
    },
    {
      "token_id": "83000001",
      "invocation": 1,
      "hash": "0x1c7ece20d939779e984c28202e4376eaa5e59986487bd45e8b09e4de02572a31",
      "minted_at": "2021-06-08T18:33:18+00:00",
      "owner_address": "0xaf1c0bace177288e0ebc8956242b30ede92111bc",
      "features": {
        "Stroke color": "Mountain Meadow",
        "Panel quantity": "Normal",
        "Panel dimension": "Medium",
        "Background color": "Bismark"
      },
      "observedAt": "2026-09-17T23:53:42+00:00"
    },
    {
      "token_id": "83000010",
      "invocation": 10,
      "hash": "0x6ad5f0ab279488e52586be230630c3053a107ed489fd99c470153be2582f5534",
      "minted_at": "2021-06-10T04:01:21+00:00",
      "owner_address": "0xc896866e927e6f8a416ba209976115e79fa0a66f",
      "features": {
        "Stroke color": "Silver Tree",
        "Panel quantity": "Many",
        "Panel dimension": "Medium",
        "Background color": "Ronchi"
      },
      "observedAt": "2026-09-17T23:53:42+00:00"
    },
    {
      "token_id": "83000020",
      "invocation": 20,
      "hash": "0x54effe3eda69735987b02b7bc6ada82ef1df81f8e8694f0bdbbd9e71d51a7563",
      "minted_at": "2021-06-13T15:20:34+00:00",
      "owner_address": "0x577ebc5de943e35cdf9ecb5bbe1f7d7cb6c7c647",
      "features": {
        "Stroke color": "Eucalyptus",
        "Panel quantity": "Many more",
        "Panel dimension": "Big",
        "Background color": "Wedgewood"
      },
      "observedAt": "2026-09-17T23:53:42+00:00"
    },
    {
      "token_id": "83000103",
      "invocation": 103,
      "hash": "0xce67d2b9ab3c3641a9dcfb3cc2b7e0b8d7867911ce6a6328adab580dd29329d9",
      "minted_at": "2021-07-16T05:25:06+00:00",
      "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "media_url": "https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/83000103.png",
      "live_view_url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/83000103",
      "features": {
        "Stroke color": "Regent St Blue",
        "Panel quantity": "Many",
        "Panel dimension": "Big",
        "Background color": "Royal Heath"
      },
      "observedAt": "2026-09-17T23:53:42+00:00"
    },
    {
      "token_id": "83000142",
      "invocation": 142,
      "hash": "0x92cba19869dd0b0d1d016b03043c91a2393242b57afda5cf0c4207b8def2057c",
      "minted_at": "2021-07-18T05:19:18+00:00",
      "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "features": {
        "Stroke color": "Locust",
        "Panel quantity": "Many more",
        "Panel dimension": "Big",
        "Background color": "Wewak"
      },
      "observedAt": "2026-09-17T23:53:42+00:00"
    },
    {
      "token_id": "83000255",
      "invocation": 255,
      "hash": "0x85b94e77afe931b293284262d1afbed502de8eb0db5bedae88ca62b6bd213f10",
      "minted_at": "2021-07-22T10:59:07+00:00",
      "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "features": {
        "Stroke color": "Spring Green",
        "Panel quantity": "Few",
        "Panel dimension": "Big",
        "Background color": "Killarney"
      },
      "observedAt": "2026-09-17T23:53:42+00:00"
    },
    {
      "token_id": "83000281",
      "invocation": 281,
      "hash": "0x9feaefbe2a4efae6a125fab46199b99be27588fcbf153205abcf601669db6ed5",
      "minted_at": "2021-07-22T17:31:59+00:00",
      "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "features": {
        "Stroke color": "Yellow Green",
        "Panel quantity": "Many",
        "Panel dimension": "Small",
        "Background color": "Key Lime Pie"
      },
      "observedAt": "2026-09-17T23:53:42+00:00"
    },
    {
      "token_id": "83000301",
      "invocation": 301,
      "hash": "0xc072796c0fe93ea0fc7361ad853ee0e06109dbbc7c682c5595af7f9e2646b948",
      "minted_at": "2021-07-22T20:08:52+00:00",
      "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "features": {
        "Stroke color": "Roman Coffee",
        "Panel quantity": "Fewer",
        "Panel dimension": "Bigger",
        "Background color": "Atlantis"
      },
      "observedAt": "2026-09-17T23:53:42+00:00"
    }
  ],
  "independentIndexCheck": {
    "observedAt": "2026-09-18T01:43:40.758066+00:00",
    "slug": "panelscape-by-paolo-tonon",
    "project": {
      "project_id": "83",
      "contract_address": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "invocations": 525,
      "max_invocations": 525,
      "license": "NFT License"
    },
    "scriptSha256": "09ac817c226d888a0b4f1b5a9f91a884fae811bf01094bc336cd589770c9a1ae",
    "matchesSubmittedDigest": true,
    "tokens": [
      {
        "token_id": "83000000",
        "owner_address": "0x1fa7593a5ec7324dd103617f4d583ae47a64d366",
        "hash": "0x32e03887a7fffc2b58c687b3ae895e5648ca88e0fb4b8a86943f016611613e3b",
        "minted_at": "2021-06-07T06:17:10+00:00"
      },
      {
        "token_id": "83000010",
        "owner_address": "0xc896866e927e6f8a416ba209976115e79fa0a66f",
        "hash": "0x6ad5f0ab279488e52586be230630c3053a107ed489fd99c470153be2582f5534",
        "minted_at": "2021-06-10T04:01:21+00:00"
      },
      {
        "token_id": "83000020",
        "owner_address": "0x577ebc5de943e35cdf9ecb5bbe1f7d7cb6c7c647",
        "hash": "0x54effe3eda69735987b02b7bc6ada82ef1df81f8e8694f0bdbbd9e71d51a7563",
        "minted_at": "2021-06-13T15:20:34+00:00"
      },
      {
        "token_id": "83000103",
        "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
        "hash": "0xce67d2b9ab3c3641a9dcfb3cc2b7e0b8d7867911ce6a6328adab580dd29329d9",
        "minted_at": "2021-07-16T05:25:06+00:00"
      }
    ]
  },
  "submittedTokenPageChecks": [
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/83000000",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-17T23:53:42+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/83000001",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-17T23:53:42+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/83000010",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-17T23:53:42+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/83000020",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-17T23:53:42+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/83000103",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-17T23:53:42+00:00"
    },
    {
      "url": "https://www.artblocks.io/collection/panelscape-by-paolo-tonon",
      "status": 200,
      "outcome": "loaded, project details panel expanded; no licence field and no animated badge present",
      "observedAt": "2026-09-17T23:53:42+00:00"
    },
    {
      "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/83000103",
      "status": 200,
      "outcome": "renderer executed at the pane viewport and again at an emulated 1200 by 700 viewport",
      "observedAt": "2026-09-17T23:54:44+00:00"
    },
    {
      "url": "https://www.paolotonon.com",
      "status": 200,
      "outcome": "loaded; page carries a title card and a copyright line only, no project material",
      "observedAt": "2026-09-18T00:02:00+00:00"
    }
  ],
  "coordinatorMotionObservation": {
    "tokenId": "83000103",
    "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/83000103",
    "observer": "OpenAI Codex",
    "observedAt": "2026-09-18T01:56:35.895697+00:00",
    "method": "Original renderer browser screenshots: initial field and two later developed states",
    "observation": "Initial plum background became multicolour isometric faces; later screenshots changed colours within fixed geometry.",
    "elapsedSeconds": null,
    "audioAuditioned": false,
    "limitation": "No exact frame-rate, pixel signature, steady-state or long-term convergence measurement."
  },
  "coordinatorFreshCheck": {
    "observedAt": "2026-09-18T01:58:14.275817+00:00",
    "endpoint": "https://artblocks-mainnet.hasura.app/v1/graphql",
    "query": "query{user_profiles(where:{username:{_eq:\"ab5d\"}}){username linked_accounts{public_address}} projects_metadata(where:{slug:{_eq:\"panelscape-by-paolo-tonon\"}}){project_id contract_address chain_id invocations max_invocations first_token_minted_at second_token_minted_at activated_at completed_at start_datetime price_per_token_in_wei license link_to_license}}",
    "variables": {},
    "response": {
      "data": {
        "user_profiles": [
          {
            "username": "ab5d",
            "linked_accounts": [
              {
                "public_address": "0xce6dc14c5494d8a4325a81d3b257d130fa2039d1"
              },
              {
                "public_address": "0x2247247ee0eee59557e6cd14f7e047f6a9309b5c"
              },
              {
                "public_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045"
              }
            ]
          }
        ],
        "projects_metadata": [
          {
            "project_id": "83",
            "contract_address": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
            "chain_id": 1,
            "invocations": 525,
            "max_invocations": 525,
            "first_token_minted_at": "2021-06-07T06:17:10+00:00",
            "second_token_minted_at": "2021-06-08T18:33:18+00:00",
            "activated_at": "2021-06-08T14:42:18+00:00",
            "completed_at": "2021-07-23T03:30:27+00:00",
            "start_datetime": "2021-06-08T18:33:18+00:00",
            "price_per_token_in_wei": "100000000000000000",
            "license": "NFT License",
            "link_to_license": null
          }
        ]
      }
    },
    "holdingQuery": "query{tokens_metadata(where:{contract_address:{_eq:\"0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270\"},token_id:{_gte:\"83000000\",_lt:\"84000000\"},owner_address:{_in:[\"0xce6dc14c5494d8a4325a81d3b257d130fa2039d1\", \"0x2247247ee0eee59557e6cd14f7e047f6a9309b5c\", \"0xdd19308a9731cdecb67e0d80ca6823394208c045\"]}}){token_id owner_address}}",
    "holdingResponse": {
      "data": {
        "tokens_metadata": [
          {
            "token_id": "83000142",
            "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045"
          },
          {
            "token_id": "83000281",
            "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045"
          },
          {
            "token_id": "83000255",
            "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045"
          },
          {
            "token_id": "83000103",
            "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045"
          },
          {
            "token_id": "83000301",
            "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045"
          }
        ]
      }
    }
  },
  "coordinatorPreviewObservations": [
    {
      "tokenId": "83000000",
      "observer": "OpenAI Codex",
      "method": "Browser screenshot of official PNG fitted to viewport",
      "url": "https://artblocks-mainnet.s3.amazonaws.com/83000000.png",
      "observedAt": "2026-09-18T01:59:29.433205+00:00",
      "observation": "Pale yellow-green patches among muted mauve, blue and brown; fine lattice and larger vertical groupings."
    },
    {
      "tokenId": "83000010",
      "observer": "OpenAI Codex",
      "method": "Browser screenshot of official PNG fitted to viewport",
      "url": "https://artblocks-mainnet.s3.amazonaws.com/83000010.png",
      "observedAt": "2026-09-18T01:59:29.433324+00:00",
      "observation": "Fine multicolour lattice; yellow/orange patches among muted greens and blues."
    },
    {
      "tokenId": "83000020",
      "observer": "OpenAI Codex",
      "method": "Browser screenshot of official PNG fitted to viewport",
      "url": "https://artblocks-mainnet.s3.amazonaws.com/83000020.png",
      "observedAt": "2026-09-18T01:59:29.433326+00:00",
      "observation": "Darker slate, olive and violet field with cyan and magenta fragments; visible outlines."
    },
    {
      "tokenId": "83000103",
      "observer": "OpenAI Codex",
      "method": "Browser screenshot of official PNG fitted to viewport",
      "url": "https://artblocks-mainnet.s3.amazonaws.com/83000103.png",
      "observedAt": "2026-09-18T01:59:29.433327+00:00",
      "observation": "Bright yellow near upper centre, pink below middle; cyan/violet areas and fine pale outlines."
    }
  ],
  "coordinatorLicenceCensus": {
    "observedAt": "2026-09-18T02:02:26.101340+00:00",
    "query": "query{projects_metadata(where:{contract_address:{_eq:\"0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270\"}},limit:600){project_id license link_to_license}}",
    "rows": [
      {
        "project_id": "191",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "250",
        "license": "Villareal Studio Ownership License",
        "link_to_license": null
      },
      {
        "project_id": "31",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "202",
        "license": "NIFTY",
        "link_to_license": null
      },
      {
        "project_id": "47",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "205",
        "license": "CC BY-NC-SA",
        "link_to_license": null
      },
      {
        "project_id": "209",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": null
      },
      {
        "project_id": "287",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-sa/4.0/"
      },
      {
        "project_id": "259",
        "license": "CC BY 4.0",
        "link_to_license": null
      },
      {
        "project_id": "152",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "119",
        "license": "CC BY-NC-SA",
        "link_to_license": null
      },
      {
        "project_id": "15",
        "license": "NIFTY License",
        "link_to_license": null
      },
      {
        "project_id": "108",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "252",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "130",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "212",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": null
      },
      {
        "project_id": "213",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": null
      },
      {
        "project_id": "162",
        "license": "NIFTY",
        "link_to_license": null
      },
      {
        "project_id": "229",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "204",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "149",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "218",
        "license": "CC BY",
        "link_to_license": null
      },
      {
        "project_id": "22",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "223",
        "license": "Nifty",
        "link_to_license": null
      },
      {
        "project_id": "206",
        "license": "Copyright 2021",
        "link_to_license": null
      },
      {
        "project_id": "37",
        "license": "NIFTY License",
        "link_to_license": null
      },
      {
        "project_id": "224",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": null
      },
      {
        "project_id": "235",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "236",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": null
      },
      {
        "project_id": "237",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "104",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "265",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "238",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "239",
        "license": "CC BY-ND 2.0",
        "link_to_license": null
      },
      {
        "project_id": "117",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "36",
        "license": "NIFTY License",
        "link_to_license": null
      },
      {
        "project_id": "241",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "335",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-sa/4.0/"
      },
      {
        "project_id": "231",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "245",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "249",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "106",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "333",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "251",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": null
      },
      {
        "project_id": "63",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "56",
        "license": "NIFTY License",
        "link_to_license": null
      },
      {
        "project_id": "111",
        "license": "NIFTY",
        "link_to_license": null
      },
      {
        "project_id": "9",
        "license": "NIFTY License",
        "link_to_license": null
      },
      {
        "project_id": "82",
        "license": "Nifty License",
        "link_to_license": null
      },
      {
        "project_id": "340",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "120",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": null
      },
      {
        "project_id": "16",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "355",
        "license": "CC BY 4.0",
        "link_to_license": null
      },
      {
        "project_id": "170",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "190",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "361",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": null
      },
      {
        "project_id": "257",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "349",
        "license": "NFT License 2.0",
        "link_to_license": null
      },
      {
        "project_id": "258",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": null
      },
      {
        "project_id": "150",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "42",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "208",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "359",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "http://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "24",
        "license": "NIFTY License",
        "link_to_license": null
      },
      {
        "project_id": "26",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "260",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": null
      },
      {
        "project_id": "264",
        "license": "NFT License 2.0",
        "link_to_license": null
      },
      {
        "project_id": "242",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": null
      },
      {
        "project_id": "362",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "103",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "266",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "116",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "165",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "272",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "207",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": null
      },
      {
        "project_id": "126",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "292",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "295",
        "license": "NFT License 2.0",
        "link_to_license": "https://www.nftlicense.org/"
      },
      {
        "project_id": "215",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "32",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "114",
        "license": "Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)",
        "link_to_license": null
      },
      {
        "project_id": "320",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "274",
        "license": "NFT License 2.0",
        "link_to_license": null
      },
      {
        "project_id": "132",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "369",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "277",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "254",
        "license": "CC BY-NC SA 4.0",
        "link_to_license": null
      },
      {
        "project_id": "345",
        "license": "NFT License 2.0",
        "link_to_license": "https://www.nftlicense.org/"
      },
      {
        "project_id": "70",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "370",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "368",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-sa/4.0/"
      },
      {
        "project_id": "54",
        "license": "NIFTY License",
        "link_to_license": null
      },
      {
        "project_id": "57",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "88",
        "license": "NFT License 2.0",
        "link_to_license": null
      },
      {
        "project_id": "91",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "270",
        "license": "NFT License 2.0",
        "link_to_license": null
      },
      {
        "project_id": "196",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": null
      },
      {
        "project_id": "5",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "280",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": null
      },
      {
        "project_id": "49",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "14",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "38",
        "license": "NIFTY",
        "link_to_license": null
      },
      {
        "project_id": "286",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "39",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "234",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "118",
        "license": "NIFTY License",
        "link_to_license": null
      },
      {
        "project_id": "161",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "289",
        "license": "CC0",
        "link_to_license": null
      },
      {
        "project_id": "43",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "122",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "282",
        "license": " CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "228",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "55",
        "license": "NIFTY license",
        "link_to_license": null
      },
      {
        "project_id": "293",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "297",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-sa/4.0/"
      },
      {
        "project_id": "127",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "263",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "278",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "305",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "169",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": null
      },
      {
        "project_id": "44",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "313",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-sa/4.0/"
      },
      {
        "project_id": "46",
        "license": "NIFTY License",
        "link_to_license": null
      },
      {
        "project_id": "281",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "144",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "179",
        "license": "NFT 2.0",
        "link_to_license": "https://www.nftlicense.org/"
      },
      {
        "project_id": "314",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "315",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "200",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "240",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "321",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "33",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "121",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "151",
        "license": "Nifty license",
        "link_to_license": null
      },
      {
        "project_id": "285",
        "license": "The images/animations created by this project is CC0",
        "link_to_license": null
      },
      {
        "project_id": "296",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "221",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "330",
        "license": " CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "288",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "52",
        "license": "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.",
        "link_to_license": null
      },
      {
        "project_id": "336",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "28",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "339",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "346",
        "license": "NFT License 2.0",
        "link_to_license": "https://www.niftylicense.org"
      },
      {
        "project_id": "35",
        "license": "NIFTY License",
        "link_to_license": null
      },
      {
        "project_id": "303",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "246",
        "license": "CC BY 4.0 Attribution required. Free to share, adapt or use commercially",
        "link_to_license": null
      },
      {
        "project_id": "25",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "129",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "131",
        "license": "NIFTY",
        "link_to_license": null
      },
      {
        "project_id": "135",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "141",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "156",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": null
      },
      {
        "project_id": "351",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "271",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "60",
        "license": "https://www.niftylicense.org/",
        "link_to_license": null
      },
      {
        "project_id": "159",
        "license": "CC BY",
        "link_to_license": null
      },
      {
        "project_id": "319",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "62",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "300",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "174",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": null
      },
      {
        "project_id": "302",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "6",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "143",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "308",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "18",
        "license": "NIFTY",
        "link_to_license": null
      },
      {
        "project_id": "65",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "312",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "66",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "327",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-sa/4.0/"
      },
      {
        "project_id": "197",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "232",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "211",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "67",
        "license": "GNU LGPL",
        "link_to_license": null
      },
      {
        "project_id": "69",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "222",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": null
      },
      {
        "project_id": "68",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "269",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": null
      },
      {
        "project_id": "7",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "304",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "233",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "356",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "256",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": null
      },
      {
        "project_id": "301",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": null
      },
      {
        "project_id": "172",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "219",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "73",
        "license": "NIFTY",
        "link_to_license": null
      },
      {
        "project_id": "357",
        "license": "NFT License 2.0",
        "link_to_license": "https://www.nftlicense.org/"
      },
      {
        "project_id": "273",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": null
      },
      {
        "project_id": "261",
        "license": "CC BY-NC 4.0, Inter Font under Open Font License",
        "link_to_license": null
      },
      {
        "project_id": "373",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "307",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "175",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": null
      },
      {
        "project_id": "4",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "294",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "178",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": null
      },
      {
        "project_id": "41",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "45",
        "license": "NIFTY License",
        "link_to_license": null
      },
      {
        "project_id": "318",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-sa/4.0/"
      },
      {
        "project_id": "145",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "275",
        "license": "NFT License 2.0",
        "link_to_license": "https://www.nftlicense.org/"
      },
      {
        "project_id": "23",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "48",
        "license": "NIFTY",
        "link_to_license": null
      },
      {
        "project_id": "58",
        "license": "NFT License 2.0",
        "link_to_license": "https://niftylicense.org/"
      },
      {
        "project_id": "244",
        "license": "CC BY-NC-SA",
        "link_to_license": null
      },
      {
        "project_id": "10",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "298",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "61",
        "license": "NIFTY",
        "link_to_license": null
      },
      {
        "project_id": "137",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "160",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "324",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "184",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "173",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": null
      },
      {
        "project_id": "180",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "279",
        "license": "NFT License 2.0",
        "link_to_license": null
      },
      {
        "project_id": "203",
        "license": "CC BY-NC-SA",
        "link_to_license": null
      },
      {
        "project_id": "13",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "187",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "53",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "220",
        "license": "CC BY 4.0",
        "link_to_license": null
      },
      {
        "project_id": "342",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "64",
        "license": "NIFTY License",
        "link_to_license": null
      },
      {
        "project_id": "253",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "3",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "188",
        "license": "CC BY-SA 4.0",
        "link_to_license": null
      },
      {
        "project_id": "311",
        "license": "CC BY 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by/4.0/"
      },
      {
        "project_id": "310",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "19",
        "license": "NIFTY License",
        "link_to_license": null
      },
      {
        "project_id": "71",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "72",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "323",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "326",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "329",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "338",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "40",
        "license": "NIFTY",
        "link_to_license": null
      },
      {
        "project_id": "50",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "76",
        "license": "NIFTY License",
        "link_to_license": null
      },
      {
        "project_id": "332",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "95",
        "license": "NIFTY",
        "link_to_license": null
      },
      {
        "project_id": "227",
        "license": "CC BY-NC-SA",
        "link_to_license": null
      },
      {
        "project_id": "74",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "334",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "34",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "75",
        "license": "NIFTY",
        "link_to_license": null
      },
      {
        "project_id": "344",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "8",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "27",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "77",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "358",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "337",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "123",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "101",
        "license": "NIFTY",
        "link_to_license": null
      },
      {
        "project_id": "163",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "183",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": null
      },
      {
        "project_id": "115",
        "license": "NIFTY",
        "link_to_license": null
      },
      {
        "project_id": "365",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "343",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-sa/4.0/"
      },
      {
        "project_id": "366",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "12",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "367",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "371",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0"
      },
      {
        "project_id": "125",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "210",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-sa/4.0/"
      },
      {
        "project_id": "79",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "133",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "216",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": null
      },
      {
        "project_id": "134",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "214",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": null
      },
      {
        "project_id": "80",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "189",
        "license": "NIFTY",
        "link_to_license": null
      },
      {
        "project_id": "136",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": null
      },
      {
        "project_id": "86",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "81",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "59",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "138",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "350",
        "license": " CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "139",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": null
      },
      {
        "project_id": "283",
        "license": "NFT License 2.0",
        "link_to_license": null
      },
      {
        "project_id": "78",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "140",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "90",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "96",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "83",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "268",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "167",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "84",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "87",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": null
      },
      {
        "project_id": "194",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": null
      },
      {
        "project_id": "21",
        "license": "NIFTY License",
        "link_to_license": null
      },
      {
        "project_id": "255",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "100",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "262",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": null
      },
      {
        "project_id": "142",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "248",
        "license": "NFT License 2.0",
        "link_to_license": null
      },
      {
        "project_id": "164",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "146",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "30",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "85",
        "license": "NIFTY",
        "link_to_license": null
      },
      {
        "project_id": "89",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "331",
        "license": "CC BY 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by/4.0/"
      },
      {
        "project_id": "267",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "124",
        "license": "NIFTY",
        "link_to_license": null
      },
      {
        "project_id": "171",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": null
      },
      {
        "project_id": "102",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "147",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": null
      },
      {
        "project_id": "217",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "226",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "247",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": null
      },
      {
        "project_id": "276",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "284",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "153",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": null
      },
      {
        "project_id": "225",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": null
      },
      {
        "project_id": "29",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "290",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "154",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "291",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": null
      },
      {
        "project_id": "92",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "94",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "316",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "347",
        "license": "NFT License 2.0",
        "link_to_license": "https://www.nftlicense.org"
      },
      {
        "project_id": "348",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "353",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "51",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "98",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "93",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "354",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "309",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "97",
        "license": "NIFTY License Version 2.0",
        "link_to_license": null
      },
      {
        "project_id": "99",
        "license": "NFT License 2.0",
        "link_to_license": null
      },
      {
        "project_id": "317",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode"
      },
      {
        "project_id": "230",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "322",
        "license": "NFT License 2.0",
        "link_to_license": "https://www.nftlicense.org/"
      },
      {
        "project_id": "157",
        "license": " NFT License",
        "link_to_license": null
      },
      {
        "project_id": "201",
        "license": " CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "112",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "158",
        "license": "CC BY 4.0",
        "link_to_license": null
      },
      {
        "project_id": "166",
        "license": "CC BY-NC-SA 4.0",
        "link_to_license": null
      },
      {
        "project_id": "328",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "177",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "17",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "341",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "181",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "364",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "182",
        "license": "CC BY",
        "link_to_license": null
      },
      {
        "project_id": "185",
        "license": "CC BY-NC-SA 3.0",
        "link_to_license": null
      },
      {
        "project_id": "192",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "352",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
      },
      {
        "project_id": "193",
        "license": "NFT License 2.0",
        "link_to_license": null
      },
      {
        "project_id": "168",
        "license": "CC BY-SA",
        "link_to_license": null
      },
      {
        "project_id": "195",
        "license": "CC BY-NC-ND 4.0",
        "link_to_license": null
      },
      {
        "project_id": "199",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "198",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "20",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "107",
        "license": "Nifty license",
        "link_to_license": null
      },
      {
        "project_id": "105",
        "license": "CC BY-NC 4.0",
        "link_to_license": null
      },
      {
        "project_id": "109",
        "license": "CC BY-NC 4.0",
        "link_to_license": "https://creativecommons.org/licenses/by-nc/4.0/"
      },
      {
        "project_id": "11",
        "license": "NFT License",
        "link_to_license": null
      },
      {
        "project_id": "110",
        "license": "NIFTY",
        "link_to_license": null
      },
      {
        "project_id": "113",
        "license": "NIFTY License",
        "link_to_license": null
      }
    ],
    "count": 359,
    "distinctLabels": 34,
    "withLinks": 87
  },
  "submittedCodeFindings": {
    "canvas": "created at the browser window's own innerWidth and innerHeight, not at a fixed design size",
    "edgeLengthRule": "larger viewport dimension divided by a draw between 10 and 20, floored",
    "panelCountRule": "a draw between 400 and 600, made before any viewport value is used",
    "isometricHeight": "edge length times the square root of three, halved",
    "backgroundAndStroke": "six independent draws between 0 and 250, three for background RGB and three for stroke RGB; no colour names anywhere in the script",
    "strokeWeight": "one eightieth of the edge length",
    "frameRate": 5,
    "perPanelDraws": [
      "x snapped down to a multiple of the isometric height",
      "y snapped down to a multiple of the edge length",
      "three colour channels 0 to 255",
      "an alpha ceiling 0 to 255",
      "a size selector 0 to 7 read in three bands giving base, doubled or tripled size",
      "a shape selector 0 to 3 choosing one of three quadrilaterals"
    ],
    "shapes": [
      "left vertical cube face",
      "right vertical cube face",
      "top rhombus spanning two isometric steps"
    ],
    "animation": "alpha walks up by 15 per frame to the panel's ceiling, then down to zero, then reverses; panels are independent and fall out of phase immediately",
    "backgroundClearing": "the draw loop never repaints the background, so frames accumulate",
    "eventListeners": 0,
    "audioReferences": 0,
    "generatorNote": "The xorshift generator and helper methods are byte for byte identical to those in breathe-you-by-raregonzo and primidance-by-wuwa, two other projects in this batch by two other artists. Across three independent releases this supports a shared community template. The identity of the code is a direct observation; the template is an inference."
  },
  "submittedMotionObservations": [
    {
      "tokenId": "83000103",
      "rendererUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/83000103",
      "observedAt": "2026-09-17T23:54:44+00:00",
      "canvas": "1324x1820",
      "reportedFrameRate": 5,
      "panelCountInSketch": 544,
      "edgeLengthInSketch": 73,
      "samples": [
        {
          "tSeconds": 0,
          "meanLuminance": 136.7
        },
        {
          "tSeconds": 1.5,
          "meanLuminance": 138.5
        },
        {
          "tSeconds": 3,
          "meanLuminance": 138.3
        },
        {
          "tSeconds": 4.5,
          "meanLuminance": 136.4
        },
        {
          "tSeconds": 6,
          "meanLuminance": 136.2
        },
        {
          "tSeconds": 7.5,
          "meanLuminance": 138.9
        },
        {
          "tSeconds": 9,
          "meanLuminance": 137.3
        },
        {
          "tSeconds": 10.5,
          "meanLuminance": 135.6
        }
      ],
      "distinctSignatures": 8,
      "conclusion": "continuously animated at five frames per second with no end state; reaches a steady state quickly and shimmers around it rather than saturating",
      "audio": "no audio or video element in the document and no audio in the script; autoplay policy not engaged",
      "interaction": "no event listeners registered by the artist script; no documented controls"
    },
    {
      "tokenId": "83000103",
      "rendererUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/83000103",
      "observedAt": "2026-09-18T00:00:00+00:00",
      "test": "viewport dependence",
      "emulatedViewport": "1200x700",
      "canvas": "2400x1400",
      "panelCountInSketch": 544,
      "edgeLengthInSketch": 96,
      "firstFivePanelPositions": [
        [
          997,
          384
        ],
        [
          166,
          0
        ],
        [
          1080,
          288
        ],
        [
          748,
          384
        ],
        [
          166,
          96
        ]
      ],
      "conclusion": "the same token recomputes its entire composition from the live viewport: the panel count is fixed but the lattice spacing and every panel position change. Not cropping or scaling."
    }
  ],
  "motionObservationAuthority": "Original numerical measurements retained as submitted, not independently verified. Coordinator motion observation is separately recorded."
}
