{
  "observedAt": "2026-09-18T00:46:00+00:00",
  "observedAtNote": "All timestamps in this file are UTC with an explicit +00:00 offset. The observation window ran from 2026-09-18T00:46Z to 2026-09-18T00:55Z, 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": "planets-by-donnoh"
  },
  "method": "HTTP POST, Content-Type application/json",
  "identityFilter": "slug equals planets-by-donnoh, corroborated against contract_address 0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270 and project_id 91 in the same response",
  "projectObservation": {
    "id": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-91",
    "project_id": "91",
    "contract_address": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
    "chain_id": 1,
    "slug": "planets-by-donnoh",
    "name": "planets",
    "artist_name": "donnoh",
    "artist_address": "0x33d66941465ac776c38096cb1bc496c673ae7390",
    "invocations": 512,
    "max_invocations": 512,
    "complete": true,
    "activated_at": "2021-06-12T22:39:12+00:00",
    "completed_at": "2021-06-18T04:13:02+00:00",
    "first_token_minted_at": "2021-06-12T21:45:03+00:00",
    "second_token_minted_at": "2021-06-16T19:00:20+00:00",
    "start_datetime": "2021-06-16T19:00:20+00:00",
    "updated_at": "2021-06-23T01:16:11.218076",
    "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": "CC BY-NC 4.0",
    "link_to_license": null,
    "script_type_and_version": "p5@1.0.0",
    "price_per_token_in_wei": "50000000000000000",
    "currency_symbol": "ETH",
    "curation_status": "factory",
    "website": "https://twitter.com/lucadonnoh",
    "artist_interview": null,
    "external_asset_dependency_count": 0,
    "script_count": 1,
    "aspect_ratio": 1,
    "display_static": false
  },
  "codeSha256": "5a1cb34c09372df8f6e02010b4ea14d634f15500d8ff722d0e125a453f768c52",
  "codeBytes": 3791,
  "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": {
    "randomness": "none. Every parameter is a value read from the token hash and mapped to a range. A single Perlin noise call is used for moon speed and its seed is a fixed constant shared by the whole edition, so moon speed is a deterministic function of planet speed.",
    "hashAccessor": "takes an index, adds two to skip the leading 0x, and returns the two characters at that offset. Consecutive indices therefore return eight-bit windows overlapping by one hexadecimal character rather than successive bytes. Indices 0 through 62 are used.",
    "parameterMap": {
      "index 0": "star radius, and its remainder modulo four sets the direction of time",
      "index 1": "orbit count, mapped from ten down to one",
      "index 6": "colour inversion",
      "index 62": "binary star, the final byte of the hash",
      "indices 2 to 11": "planet radii",
      "indices 12 to 21": "planet speeds",
      "indices 22 to 31": "extra orbit radius, with the scaling constant set to zero so the term has no effect",
      "indices 32 to 41 and 42 to 51": "the two axes of each planet's ring ellipse",
      "indices 52 to 61": "ring rotation, and also the moon test"
    },
    "incidenceConstants": {
      "rings": 0.2,
      "moons": 0.2,
      "binary": 0.05,
      "inverted": 0.05,
      "ufo": 0.01
    },
    "orbitSpacing": "each orbit radius accumulates the previous planet's radius, the average of its ring dimensions, its moon clearance and a fixed gap; spacing is a consequence of the system's contents",
    "palette": "two fixed colours for the whole edition, a dark charcoal and a warm cream, swapped when the inversion flag is set",
    "drawing": "a single scene redrawn every frame at sixty frames per second: background, star, then for each planet an orbit outline, a filled disc positioned by cosine and sine of elapsed time times that planet's speed, a rotated ring ellipse if present, and a small moon disc if present",
    "binaryStar": "halves the star radius and draws two stars circling the centre in opposition",
    "ufo": "replaces the planet disc with a drawn saucer of dome, hull and three legs, and enforces a minimum size",
    "loopDisable": "none present; the sketch runs until the tab is closed",
    "eventListeners": 0,
    "audioReferences": 0
  },
  "ruleReproduction": {
    "method": "three trait rules were read from the script and recomputed from every token hash in the edition, then compared with the platform's indexed trait values",
    "results": {
      "Rotation": "512 of 512 matched, rule: first hash byte modulo four",
      "Type": "512 of 512 matched, rule: byte at accessor index 6 below the five percent threshold gives antimatter",
      "Binary": "512 of 512 matched, rule: final byte of the hash below the five percent threshold gives binary"
    }
  },
  "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-91000000",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-91000001",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-91000010",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-91000020",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-91000359"
    ]
  },
  "tokenObservations": [
    {
      "token_id": "91000010",
      "owner_address": "0x7d4d1f45a9fec88d1715981088a32b3e6c7cc321",
      "hash": "0x4041baec860c565fb69a6f980c63fbcfd01f1b5464f3de7dfbd06a762ee949c0",
      "minted_at": "2021-06-16T19:02:59+00:00"
    },
    {
      "token_id": "91000011",
      "owner_address": "0x57524efc73e194e4f19dc1606fb7a3e1dbf719b3",
      "hash": "0x6a315d0a5090ad57c96a2e76ad51bd21989c99a7c4eae17814eff5c1376ee752",
      "minted_at": "2021-06-16T19:03:26+00:00"
    },
    {
      "token_id": "91000359",
      "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "hash": "0x669ae8f6224c5df628b7f1a0e3981f0e24ce452345934a9c5345941e9c9fb42f",
      "minted_at": "2021-06-18T02:18:34+00:00"
    },
    {
      "token_id": "91000496",
      "owner_address": "0x5f1c528dff93643d004d9e0b20b25ceb2c596833",
      "hash": "0xb9f6417cf91e8532f5726aa50e192f24c162e7428392e0024b71c877fd7ac0dd",
      "minted_at": "2021-06-18T04:09:31+00:00"
    }
  ],
  "editionSweep": {
    "query": "query{tokens_metadata(where:{project_id:{_eq:\"0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-91\"}},order_by:{invocation:asc},limit:600){token_id invocation hash owner_address minted_at features}}",
    "rowsReturned": 512,
    "emptyTraitTokens": [],
    "typeDistribution": {
      "matter": 485,
      "antimatter": 27
    },
    "binaryDistribution": {
      "false": 485,
      "true": 27
    },
    "antimatterAndBinaryOverlap": 0,
    "rotationDistribution": {
      "clockwise": 387,
      "counterclockwise": 125
    },
    "ufosDistribution": {
      "0": 483,
      "1": 28,
      "2": 1
    },
    "twoUfoInvocation": 496,
    "ringsDistribution": {
      "0": 164,
      "1": 176,
      "2": 106,
      "3": 48,
      "4": 13,
      "5": 4,
      "6": 1
    },
    "sixRingInvocation": 10,
    "moonsDistribution": {
      "0": 178,
      "1": 174,
      "2": 92,
      "3": 49,
      "4": 15,
      "5": 4
    },
    "orbitsDistribution": {
      "1": 2,
      "2": 64,
      "3": 48,
      "4": 51,
      "5": 61,
      "6": 61,
      "7": 63,
      "8": 53,
      "9": 54,
      "10": 55
    }
  },
  "licenceCensus": {
    "query": "query{projects_metadata(where:{contract_address:{_eq:\"0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270\"}},limit:600){project_id license link_to_license}}",
    "projectsReturned": 359,
    "distinctLabelStrings": 34,
    "projectsWithLicenceLink": 87
  },
  "tokenPageChecks": [
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/91000359",
      "status": 200,
      "method": "Independent HTTP GET; availability only, not visual inspection",
      "observedAt": "2026-09-18T01:44:13.387243+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/91000496",
      "status": 200,
      "method": "Independent HTTP GET; availability only, not visual inspection",
      "observedAt": "2026-09-18T01:44:13.868006+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/91000011",
      "status": 200,
      "method": "Independent HTTP GET; availability only, not visual inspection",
      "observedAt": "2026-09-18T01:44:13.307203+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/91000010",
      "status": 200,
      "method": "Independent HTTP GET; availability only, not visual inspection",
      "observedAt": "2026-09-18T01:44:13.972271+00:00"
    }
  ],
  "visualObservations": [
    {
      "tokenId": "91000359",
      "naturalSize": "2400x2400",
      "observedAt": "2026-09-18T00:48:00+00:00",
      "observation": "Cream star at the centre of a charcoal field. Seven thin concentric orbit circles. Six small cream discs spaced unevenly around them, one carrying a smaller disc beside it. The uneven spacing is the orbit rule, not a layout choice."
    },
    {
      "tokenId": "91000496",
      "naturalSize": "2400x2400",
      "observedAt": "2026-09-18T00:48:00+00:00",
      "observation": "Two of the orbiting bodies are small saucers rather than discs: a shallow dome over a flattened hull with three fine legs beneath. One near the top of the frame, one to the right. The rest of the system is ordinary."
    },
    {
      "tokenId": "91000011",
      "naturalSize": "2400x2400",
      "observedAt": "2026-09-18T00:48:00+00:00",
      "observation": "Antimatter. Warm cream ground, solid charcoal star, charcoal hairline orbits, dark planet discs. The inversion turns the largest filled shape from the brightest object into the darkest."
    },
    {
      "tokenId": "91000010",
      "naturalSize": "2400x2400",
      "observedAt": "2026-09-18T00:48:00+00:00",
      "observation": "Ten orbits filling almost the whole frame. Several planets carry visibly elliptical rings at different rotations, others carry moons."
    }
  ],
  "motionObservations": [
    {
      "tokenId": "91000359",
      "rendererUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/91000359",
      "observedAt": "2026-09-18T00:49:52+00:00",
      "canvas": "1324x1324",
      "reportedFrameRate": 62,
      "elapsedTimeSamples": [
        7.99,
        8.59,
        9.195,
        9.795,
        10.395
      ],
      "elapsedTimeRate": "0.3 per second, matching a coded increment of 0.005 per frame at sixty frames per second",
      "canvasSampleRegion": "600 by 600 centred on the canvas",
      "distinctSignatures": 5,
      "samples": 5,
      "sampleIntervalSeconds": 2,
      "brightPixelCount": "steady at approximately 12,750 across all five samples",
      "discardedAttempt": "an initial sampling of a 400 by 400 region at the top left corner returned five identical signatures. That region is empty background and the system is centred, so the result was an artefact of the sampling region and not a property of the work. The attempt is recorded rather than discarded silently.",
      "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",
      "conclusion": "continuously animated orbital motion with no end state"
    }
  ],
  "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": "token 91000359, invocation 359, held by 0xdd19308a9731cdecb67e0d80ca6823394208c045, verified current"
  },
  "submittedTokenObservations": [
    {
      "token_id": "91000000",
      "invocation": 0,
      "hash": "0x781505bb0001cf7a2003f0ddb12a6c042a196a348542ff73293e3193c14be958",
      "minted_at": "2021-06-12T21:45:03+00:00",
      "owner_address": "0x33d66941465ac776c38096cb1bc496c673ae7390",
      "features": {
        "Type": "matter",
        "Ufos": 0,
        "Moons": 0,
        "Rings": 2,
        "Binary": "false",
        "Orbits": 6,
        "Rotation": "counterclockwise"
      },
      "observedAt": "2026-09-18T00:47:00+00:00",
      "note": "Owner address equals the artist address recorded on the project."
    },
    {
      "token_id": "91000001",
      "invocation": 1,
      "hash": "0x8c696757a0291bacd2ebe83d3cd251fc59aab8d6fe1140e28124ad1ecef7f971",
      "minted_at": "2021-06-16T19:00:20+00:00",
      "owner_address": "0x44e9d011df8741be2493e99297e9ad67bb1aa85b",
      "features": {
        "Type": "matter",
        "Ufos": 0,
        "Moons": 2,
        "Rings": 0,
        "Binary": "false",
        "Orbits": 4,
        "Rotation": "counterclockwise"
      },
      "observedAt": "2026-09-18T00:47:00+00:00"
    },
    {
      "token_id": "91000010",
      "invocation": 10,
      "hash": "0x4041baec860c565fb69a6f980c63fbcfd01f1b5464f3de7dfbd06a762ee949c0",
      "minted_at": "2021-06-16T19:02:59+00:00",
      "owner_address": "0x7d4d1f45a9fec88d1715981088a32b3e6c7cc321",
      "features": {
        "Type": "matter",
        "Ufos": 0,
        "Moons": 2,
        "Rings": 6,
        "Binary": "false",
        "Orbits": 10,
        "Rotation": "counterclockwise"
      },
      "observedAt": "2026-09-18T00:47:00+00:00",
      "note": "The only six-ring token in the edition."
    },
    {
      "token_id": "91000020",
      "invocation": 20,
      "hash": "0x5f4db638c28674bc49ea0b6ed2325b3a58c86e7f0efeb3b4a6237bf09ef740f8",
      "minted_at": "2021-06-16T19:05:26+00:00",
      "owner_address": "0x2c561c8f3cc5b17239e08705b0931c6268937ae7",
      "features": {
        "Type": "matter",
        "Ufos": 0,
        "Moons": 0,
        "Rings": 2,
        "Binary": "false",
        "Orbits": 2,
        "Rotation": "clockwise"
      },
      "observedAt": "2026-09-18T00:47:00+00:00"
    },
    {
      "token_id": "91000359",
      "invocation": 359,
      "hash": "0x669ae8f6224c5df628b7f1a0e3981f0e24ce452345934a9c5345941e9c9fb42f",
      "minted_at": "2021-06-18T02:18:34+00:00",
      "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "media_url": "https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/91000359.png",
      "live_view_url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/91000359",
      "features": {
        "Type": "matter",
        "Ufos": 0,
        "Moons": 1,
        "Rings": 0,
        "Binary": "false",
        "Orbits": 7,
        "Rotation": "clockwise"
      },
      "observedAt": "2026-09-18T00:47:00+00:00"
    }
  ],
  "independentIndexCheck": {
    "observedAt": "2026-09-18T01:43:40.758066+00:00",
    "slug": "planets-by-donnoh",
    "project": {
      "project_id": "91",
      "contract_address": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "invocations": 512,
      "max_invocations": 512,
      "license": "CC BY-NC 4.0"
    },
    "scriptSha256": "5a1cb34c09372df8f6e02010b4ea14d634f15500d8ff722d0e125a453f768c52",
    "matchesSubmittedDigest": true,
    "tokens": [
      {
        "token_id": "91000010",
        "owner_address": "0x7d4d1f45a9fec88d1715981088a32b3e6c7cc321",
        "hash": "0x4041baec860c565fb69a6f980c63fbcfd01f1b5464f3de7dfbd06a762ee949c0",
        "minted_at": "2021-06-16T19:02:59+00:00"
      },
      {
        "token_id": "91000011",
        "owner_address": "0x57524efc73e194e4f19dc1606fb7a3e1dbf719b3",
        "hash": "0x6a315d0a5090ad57c96a2e76ad51bd21989c99a7c4eae17814eff5c1376ee752",
        "minted_at": "2021-06-16T19:03:26+00:00"
      },
      {
        "token_id": "91000359",
        "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
        "hash": "0x669ae8f6224c5df628b7f1a0e3981f0e24ce452345934a9c5345941e9c9fb42f",
        "minted_at": "2021-06-18T02:18:34+00:00"
      },
      {
        "token_id": "91000496",
        "owner_address": "0x5f1c528dff93643d004d9e0b20b25ceb2c596833",
        "hash": "0xb9f6417cf91e8532f5726aa50e192f24c162e7428392e0024b71c877fd7ac0dd",
        "minted_at": "2021-06-18T04:09:31+00:00"
      }
    ]
  },
  "submittedTokenPageChecks": [
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/91000000",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-18T00:47:00+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/91000001",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-18T00:47:00+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/91000010",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-18T00:47:00+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/91000020",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-18T00:47:00+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/91000359",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-18T00:47:00+00:00"
    },
    {
      "url": "https://www.artblocks.io/collection/planets-by-donnoh",
      "status": 200,
      "outcome": "loaded, project details panel expanded; no licence field, no animated badge",
      "observedAt": "2026-09-18T00:52:00+00:00"
    },
    {
      "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/91000359",
      "status": 200,
      "outcome": "renderer executed; motion measured over eight seconds",
      "observedAt": "2026-09-18T00:49:52+00:00"
    }
  ],
  "coordinatorCodeReview": {
    "observedAt": "2026-09-18T03:04:10.108596+00:00",
    "observer": "OpenAI Codex",
    "scope": "Complete independently retrieved 3791-byte program read in this review; execution and submitted measurements not independently verified yet.",
    "sha256": "5a1cb34c09372df8f6e02010b4ea14d634f15500d8ff722d0e125a453f768c52",
    "bytes": 3791,
    "findings": [
      "subHex uses adjacent overlapping two-character hexadecimal windows after the 0x prefix.",
      "setup requests 60 fps, seeds noise with 42069 and chooses cream/dark inversion from subHex(6). Requested frame rate is not measured execution rate.",
      "draw reconstructs System each frame and increments or decrements time by .005 based on first byte modulo four; elapsed wall time is not used.",
      "System chooses central star size, binary condition from final byte, orbit count mapped from 10 to 1 with integer loop against mapped value.",
      "Orbit spacing accumulates prior orbit, planet dimensions, rings and moon clearance. No physical gravity simulation.",
      "Planet ring and UFO conditions share subHex(42+i), moon condition uses subHex(52+i); these are correlated decisions, not independent probabilities.",
      "Rings test suppresses rings below 204. UFO threshold is below 2.55; incidence constants are threshold settings, not exact edition frequencies.",
      "Planet positions use cos/sin of time*speed+10*speed. Moons use fixed-seed noise-derived speed.",
      "Moon drawing is suppressed for UFOs even when moon flag true.",
      "No audio or input handlers found. No proof here of no repeated state or exact all-edition trait counts."
    ]
  },
  "coordinatorCollectionPageReview": {
    "observedAt": "2026-09-18T03:04:26.786149+00:00",
    "url": "https://www.artblocks.io/collection/planets-by-donnoh",
    "method": "web page full extracted substantive text read",
    "findings": [
      "Lowercase title planets, artist donnoh, Factory, edition 512.",
      "Page renders release June 16 2021 in this retrieval.",
      "Artist description: A minimal and geometric interpretation of a planetary system.",
      "No longer development account recovered from this page."
    ]
  },
  "coordinatorEditorialReview": {
    "observedAt": "2026-09-18T03:04:43.050782+00:00",
    "status": "revision-required",
    "findings": [
      "Remove comparisons to batch cheapness, speed, proof-to-activation gaps; not subject scholarship.",
      "Artist interview null and Twitter website do not prove no interviews or artist-controlled sources exist. Research additional leads or state bounded search.",
      "Seven traits do not describe all geometry completely; 1 of 7 is not a quarter.",
      "Requested frameRate(60) is not measured fps, time is frame-based rather than elapsed wall time.",
      "No reset code does not prove never returns to starting state.",
      "A second mint days after activation does not prove activation did not open sale.",
      "First token current artist ownership does not prove proof allocation.",
      "Orbit spacing is an authored compositional rule; arithmetic and composition are not mutually exclusive.",
      "Binary radius divided by 2.1, not exactly halved.",
      "Reproducing three traits alone does not prove inspected script produced historical edition.",
      "Rights census of unrelated projects is not necessary; inspect named CC terms and library licence.",
      "Source citation coverage sparse across construction and examples; repair at paragraph scope.",
      "Submitted audio absence claim must not be converted to coordinator audition.",
      "Fresh original visual observations needed for four tokens; keep submitted observations attributed."
    ]
  },
  "coordinatorVisualReview": [
    {
      "tokenId": "91000359",
      "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/91000359",
      "observer": "OpenAI Codex",
      "method": "Two original renderer browser screenshots visually inspected",
      "observedAt": "2026-09-18T03:05:48.465640+00:00",
      "observations": "Cream central disc and seven delicate concentric orbit circles on charcoal square. Small cream bodies lie on each orbit; one has a tiny neighbouring satellite. Broad empty charcoal margin. Across two observations the orbiting bodies visibly changed position while centre and circles remained stable.",
      "limits": "Elapsed interval and frame rate not measured. Sound not auditioned. No controls tested."
    },
    {
      "tokenId": "91000496",
      "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/91000496",
      "observer": "OpenAI Codex",
      "method": "Two original-renderer browser screenshots visually inspected",
      "observedAt": "2026-09-18T05:22:07.050377+00:00",
      "observations": "Compact cream system on charcoal with wide empty margins. Five thin concentric orbital paths surround a filled central disc. Two orbiting marks visibly resemble tiny saucers with domed tops and fine projections below; another has a narrow ellipse around its disc. Across two screenshots the bodies changed angular position while paths and centre remained stable.",
      "limits": "Elapsed interval and frame rate not measured. No sound audition or control test claimed."
    },
    {
      "tokenId": "91000011",
      "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/91000011",
      "observer": "OpenAI Codex",
      "method": "Two original-renderer browser screenshots visually inspected",
      "observedAt": "2026-09-18T05:22:07.050377+00:00",
      "observations": "Warm cream square with charcoal central disc, five fine concentric orbital paths and small dark bodies. Two bodies carry outlined elliptical rings. The thin dark lines read as diagram marks against the pale field. Across two screenshots the body positions changed substantially while the concentric field remained stationary.",
      "limits": "Elapsed interval and frame rate not measured. No sound audition or control test claimed."
    },
    {
      "tokenId": "91000010",
      "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/91000010",
      "observer": "OpenAI Codex",
      "method": "Two original-renderer browser screenshots visually inspected",
      "observedAt": "2026-09-18T05:22:07.050377+00:00",
      "observations": "Ten concentric orbital paths span most of the charcoal square, with a small cream centre. Cream discs vary in size; several are encircled by elliptical rings at visibly different tilts, including near-circular and very narrow rings. Wide separations between inner paths contrast with tightly spaced outer paths. Two screenshots show moving bodies around fixed paths.",
      "limits": "Elapsed interval and frame rate not measured. No sound audition or control test claimed."
    }
  ],
  "coordinatorFreshHoldingCheck": {
    "query": "query { user_profiles(where:{username:{_eq:\"ab5d\"}}){username linked_accounts{public_address}} tokens_metadata(where:{contract_address:{_eq:\"0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270\"},token_id:{_eq:\"91000359\"}}){token_id owner_address} }",
    "variables": {},
    "observedAt": "2026-09-18T05:25:55.691626+00:00",
    "response": {
      "data": {
        "user_profiles": [
          {
            "username": "ab5d",
            "linked_accounts": [
              {
                "public_address": "0xce6dc14c5494d8a4325a81d3b257d130fa2039d1"
              },
              {
                "public_address": "0x2247247ee0eee59557e6cd14f7e047f6a9309b5c"
              },
              {
                "public_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045"
              }
            ]
          }
        ],
        "tokens_metadata": [
          {
            "token_id": "91000359",
            "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045"
          }
        ]
      }
    },
    "ownerMatch": true
  }
}
