{
  "schema": "ab5d-series-essay/1",
  "revision": 2,
  "status": "published-with-research-limitations",
  "sections": [
    {
      "id": "work-context",
      "heading": "The work and its context",
      "bodyMarkdown": "Murano Fantasy is a 41-edition generative art series by Pandelune, released on Art Blocks on Ethereum mainnet, contract 0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270, project ID 193.[^S01] Each output is a virtual paperweight: a disk of colored glass packed with murrine canes, the cross-sectioned glass rods whose internal patterns are revealed only when the cane is sliced.[^S01][^S09] The artist's description frames it as a dream and a tribute: \"Last night I dreamed of Murano and of paperweights... 'Murano Fantasy' is an tribute to glassmakers who, since Antiquity, have been producing murrines\" (grammar as in the record).[^S01] The description also promises the work's signature interaction: \"a part of the pleasure is to use a magnifying glass: press 'n' (next) or space to automatically focus on noteworthy canes; use 'p' (previous) to go back to previous cane; 'c' (clear) to reset zoom; and click wherever you wish.\"[^S01]\n\nPandelune is a digital artist working through geometry, color, repetition and translucency, with two projects in AB[500]: Orthogone (777 editions) and Murano Fantasy, its 41-edition companion.[^S06] The AB5D dossier reads the pair as a movement \"from crowded geometric construction to luminous objects that appear suspended between glass, liquid, and light.\"[^S06] The artist maintains a dedicated project page at pandelune.org, which notably ships a print stylesheet specific to Murano Fantasy, suggesting the outputs were composed with physical printing in mind; the homepage styles him simply as \"Pandelune, Digital and NFT artist.\"[^S07][^S08]\n\nThe series runs on p5.js 1.0.0 at a square aspect ratio, with zero external asset dependencies, and it carries the NFT License 2.0 rather than the Creative Commons variants common elsewhere in this batch.[^S01][^S13] One discrepancy is recorded up front: the registry lists the project under the Factory category, while the AB5D dossier describes it as \"released later through Art Blocks Playground\"; both sources are cited and the conflict is logged as an editorial exception rather than resolved.[^S01][^S06]"
    },
    {
      "id": "conception",
      "heading": "Conception and development",
      "bodyMarkdown": "The conception is a craft simulation with a collector's fantasy layered on top. Real murrine are made by building up concentric layers of colored glass into a cane weighing five or six kilograms, stretching it to diameter, and slicing it; the pattern exists inside the rod along its whole length and appears only at the cut face.[^S10] The technique is ancient, with the first works dated to 3,000-2,000 BC by Syrian, Egyptian and Roman glassmakers; it was lost during the Middle Ages and revived in Murano in the late nineteenth century at the Salviati glassworks by Vincenzo Moretti.[^S10] When many flower-patterned murrine decorate one object the result is called millefiori, \"a thousand flowers.\"[^S09] Pandelune's description compresses exactly this knowledge into three sentences: murrines \"are assembled into paperweights, with different layouts. The central cane, when present, is often sophisticated, and the paperweight might be signed by the artist.\"[^S01]\n\nEvery clause of that sentence is a mechanism in the code. Layouts are a real three-way choice; the central cane is a governed event, not a guarantee; and the signature cane exists as an actual signed-cane pathway, visible in the sample as edition 31's red cane bearing a literal \"P\" and editions 1 and 10's red monogram canes.[^S02][^S12] The magnifying-glass interaction is likewise not a generic zoom but a simulation of how a collector actually inspects a paperweight, echoing the description's claim that \"a part of the pleasure is to use a magnifying glass.\"[^S01][^S11]\n\nNo Murano Fantasy interview was located; the registry interview field is empty.[^S01] The conception account therefore rests on the description, the dossier, the artist's site and the script, which agree closely: the promised layouts, central cane, signature and lens all verify against the code.[^S01][^S02][^S06][^S07]"
    },
    {
      "id": "construction",
      "heading": "How the work was constructed",
      "bodyMarkdown": "The full artist script was retrieved from the official indexed project record at the Art Blocks mainnet GraphQL endpoint, filtered by the exact slug murano-fantasy-by-pandelune and corroborated against contract 0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270 and project ID 193. The retrieved script is 89,548 bytes with SHA-256 digest 520e9b9edbf38ac9ce7146b6c84b6cfbfd207d6632775e8a3d42c7c94d1f527b (recorded in evidence.json; the script itself is not redistributed). It is the largest script in this batch by an order of magnitude: a webpack-bundled, minified p5.js program whose license header credits Pandelune (SPDX UNLICENSED) and two bundled libraries, color-scheme.js (MIT, Brian Hann) and FastIntegerCompression.js (Apache-2.0).[^S02] Given its size, the script was inspected by chunked reading plus a systematic symbol map rather than claimed line-by-line; the coverage boundary is recorded in the notes.[^S02]\n\nThe seeding choice is unusual and exact: the custom PRNG is initialized with parseInt(tokenData.hash.slice(0,16),16), meaning only the first sixteen hexadecimal digits of the chain hash steer the entire paperweight; the remaining forty-eight digits are inert.[^S02] Structure then cascades through weighted rolls. The layout is a three-way uniform pick among closepack, concentric and delaunay.[^S02] The cane style rolls among cogs (weight 1.5), pinchedCircles (1), smoothCogs (0.5), simpleCircles (1) and allMixed (0.5); for closepack and delaunay layouts a second roll strongly favors the classic mixed set over allDifferent at thirty to two, while concentric layouts organize canes into garlands with one-pattern and three-pattern disciplines.[^S02] Signature canes are gated by compound conditions: among the triggers are two hundred or more canes, seven or more concentric circles, a three-pattern concentric layout, or roughly a five-percent roll.[^S02] Cane interiors include hypotrochoid-based spirograph patterns, and palettes are generated through the bundled color-scheme library.[^S02]\n\nRendering is a single static frame on a window-sized canvas with noLoop, no animation and no audio code.[^S02] Interaction is handled through p5's keyTyped and mouseClicked: 'n' or space advances an internal cursor through a precomputed list of noteworthy cane centers, 'p' steps it back, any other key (including 'c') clears the cursor and redraws the whole paperweight, and a click inside the disk draws a magnifying lens at the click point through a cosine-based fisheye mapping.[^S02] All five behaviors were verified live on token 193000017: the reported hash matched the chain record, each 'n' produced a new lens view, 'p' returned byte-identically to the previous view, 'c' restored byte-identically the full view, and a click drew the lens where clicked; the page contains zero audio or video elements.[^S11]"
    },
    {
      "id": "mint",
      "heading": "The mint",
      "bodyMarkdown": "The dated record, observed in the current Art Blocks index on September 18, 2026, spans just over two years, the longest mint in this batch.[^S01][^S04] Edition 0 (token 193000000) was minted on October 22, 2021 at 14:55:47 UTC, fourteen days before the project was activated on November 5 at 20:59:39 UTC, a pre-activation artist mint.[^S01][^S04] The registry's sale-start timestamp reads November 9, 2021 at 20:00:00 UTC, the official collection page carries \"Released Nov 9, 2021, 8:00 PM UTC\", and the second token followed two minutes and nineteen seconds later at 20:02:19 UTC.[^S01][^S03][^S04]\n\nThen the sale went quiet in a way no other project in this batch did. Eighteen editions minted in November 2021 and six in December, but after that the series dribbled: single mints in February, June and August 2022, a small cluster of seven in July 2022, two in October, one in November, then nothing for five months, one in April 2023, one in July, and the final edition 40 on November 6, 2023 at 22:25:35 UTC, almost exactly two years after the release.[^S04] The minted count equals the maximum of 41, and the project is marked complete, locked and active, with the paused flag false.[^S01] The currently indexed price is 0.123 ETH per token; no dated 2021 source inspected here states the original mint price, so that figure is reported as the present registry value and the launch price remains unverified.[^S01] The AB5D collection holds two editions: number 17, minted November 20, 2021 in the opening wave, and number 31, minted July 17, 2022, deep in the long tail.[^S04][^S05]"
    },
    {
      "id": "rights",
      "heading": "Copyright and licensing",
      "bodyMarkdown": "The project registry reports the artwork licence label \"NFT License 2.0\" for Murano Fantasy, with no linked terms URL in the record.[^S01] This essay therefore categorizes the artwork licence as custom, variant NFT License 2.0.[^S01] The NFT License text grants the token owner broad personal rights: personal, non-commercial use of the art; display on marketplaces and third-party sites that cryptographically verify ownership; and commercialization of the owner's own merchandise up to one hundred thousand dollars in revenue per year. It forbids modifying the art, using it to market or sell third-party products, using it in connection with hatred or violence, and trademarking it or otherwise acquiring IP rights in it.[^S13] The practical shape differs from the Creative Commons deeds elsewhere in this batch: rights attach to the token owner rather than to the public, and a capped commercial merch right replaces any share-alike freedom.[^S13]\n\nThe code layer, unusually, is explicit: the script header declares \"Copyright (c) 2021 Pandelune\" with SPDX-License-Identifier UNLICENSED, while the two bundled libraries carry their own permissive licences, MIT for color-scheme.js and Apache-2.0 for FastIntegerCompression.js.[^S02] The code licence is therefore categorized as all-rights-reserved with identified third-party components.[^S02] The registry lists zero external asset dependencies, so no further third-party chain exists.[^S01] Owning a Murano Fantasy token conveys no copyright by itself, and no conflicting licence statements were found in the inspected sources, beyond the category discrepancy between the registry and the dossier noted in the first section. Images in this essay are referenced through canonical Art Blocks token pages and media rather than republished.[^S04]"
    },
    {
      "id": "examples",
      "heading": "Close reading of examples",
      "bodyMarkdown": "Five outputs were inspected directly through their platform media, and the header candidate was additionally exercised in the live renderer.[^S11][^S12]\n\nEdition 17 (token 193000017, minted November 20, 2021), the AB5D-held header, is the series at its most exuberant: a deep red ground packed wall to wall with canes, mint-green and violet flower canes, teal and navy cog canes, a small orange-ringed eye near the center, and at the rim the canes flatten into ellipses where the paperweight's curvature meets the light. Pressing 'n' in the live view steps a white-rimmed magnifying lens from cane to cane, and each enlargement shows that the interiors are fully resolved, not upscaled: a pink flower canes' petals contain a smaller yellow flower, which contains a green diamond, which contains a dot.[^S11][^S12]\n\nEdition 31 (token 193000031, minted July 17, 2022), the second AB5D-held work, is the opposite discipline and the sample's signature piece: a near-uniform field of identical black, white and ice-blue flower canes on a bright green ground, the one-pattern concentric discipline, broken by exactly two red accent canes, one of which bears a plain letter \"P\", the artist's signature rendered as a murrina the way a Murano master signs a paperweight.[^S02][^S12] That the signature cane appears in the tail mint rather than the opening wave is a reminder that rarity in this series is seeded, not timed.[^S04]\n\nEdition 0 (token 193000000, the pre-activation artist mint of October 22, 2021) sets the template: a magenta-violet ground, dense mixed canes with starbursts, daisies and spirograph interiors, already fully formed as the series' grammar.[^S12] Edition 1 (token 193000001, the first public mint, two minutes after the sale opened) shifts to an ochre ground with orange sunburst canes and carries a red monogram cane near the top.[^S12] Edition 10 (token 193000010, minted November 10, 2021) shows a green ground with navy speckled canes, pink daisies and a second monogram cane at the lower left, confirming that signed paperweights recur across the run rather than clustering in one period.[^S04][^S12]"
    },
    {
      "id": "significance",
      "heading": "Significance and limitations",
      "bodyMarkdown": "Murano Fantasy is the batch's clearest case of a generative system modeled on a physical craft pipeline: cane construction, slicing, layout, assembly, signature, and even the collector's magnifying glass are each given a computational analogue, and the description's every claim verifies against the code.[^S01][^S02] It is also the batch's longest sale, a 41-edition series that took two years to complete, which makes its mint histogram a small document of the 2022-2023 market cool-down seen from inside a single project.[^S04] Its seeding choice, sixteen hex digits out of sixty-four, is a quiet technical limitation worth recording: two hashes sharing a prefix would produce identical paperweights, a theoretical collision the series' tiny edition count makes practically irrelevant.[^S02]\n\nUnresolved research questions, flagged for review:\n\n- The original mint price at the 2021 sale is not established by any dated 2021 source inspected here; only the current registry value of 0.123 ETH is recorded.[^S01]\n- No Pandelune interview specific to this project was located; the registry interview field is empty.[^S01]\n- Category conflict: the registry lists curation_status factory while the AB5D dossier describes the release as Playground; both are cited and the discrepancy is unresolved.[^S01][^S06]\n- The artist's raster.art profile was located but blocked to automated access (HTTP 429, Vercel security checkpoint); it is recorded as an uninspected lead, not cited.[^S06]\n- The July 2022 mini-cluster of seven mints and the two-years-later final mint have no documented trigger in inspected sources.[^S04]"
    }
  ],
  "mediaIds": [],
  "identity": {
    "chainId": 1,
    "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
    "projectId": 193,
    "slug": "murano-fantasy-by-pandelune",
    "title": "Murano Fantasy",
    "artistCredit": "Pandelune",
    "artistDossierUrls": [
      "https://ab5d.xyz/artists/pandelune/"
    ]
  },
  "researchCutoff": "2026-09-18",
  "facts": [
    {
      "id": "minted-count",
      "topic": "mint",
      "value": 41,
      "unit": "editions",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S01",
        "S04"
      ],
      "status": "verified",
      "note": "Current index invocations; equals max_invocations."
    },
    {
      "id": "max-edition",
      "topic": "mint",
      "value": 41,
      "unit": "editions",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S01",
        "S03"
      ],
      "status": "reported",
      "note": "Registry max_invocations; collection page consistent."
    },
    {
      "id": "first-mint",
      "topic": "mint",
      "value": "2021-10-22T14:55:47+00:00",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S01",
        "S04"
      ],
      "status": "verified",
      "note": "Token 193000000 minted_at, 14 days before activation; pre-activation artist mint."
    },
    {
      "id": "activation",
      "topic": "mint",
      "value": "2021-11-05T20:59:39+00:00",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S01"
      ],
      "status": "verified",
      "note": "Registry activated_at."
    },
    {
      "id": "registry-sale-start",
      "topic": "mint",
      "value": "2021-11-09T20:00:00+00:00",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S01",
        "S03"
      ],
      "status": "verified",
      "note": "start_datetime matches collection page release line; second mint 2m19s later."
    },
    {
      "id": "completion",
      "topic": "mint",
      "value": "2023-11-06T22:25:35+00:00",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S01",
        "S04"
      ],
      "status": "verified",
      "note": "Longest sale in batch: about 2 years. Histogram in S04."
    },
    {
      "id": "current-price",
      "topic": "mint",
      "value": "0.123",
      "unit": "ETH",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S01"
      ],
      "status": "reported",
      "note": "Current registry price_per_token_in_wei = 123000000000000000. Original launch price unverified."
    },
    {
      "id": "original-price",
      "topic": "mint",
      "value": null,
      "unit": "ETH",
      "observedAt": "2026-09-18",
      "sourceIds": [],
      "status": "unknown",
      "note": "No dated 2021 price source located."
    },
    {
      "id": "script-runtime",
      "topic": "construction",
      "value": "p5@1.0.0",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S01",
        "S02"
      ],
      "status": "verified",
      "note": "Indexed script_type_and_version; script_count 10; zero external assets."
    },
    {
      "id": "script-sha256",
      "topic": "construction",
      "value": "520e9b9edbf38ac9ce7146b6c84b6cfbfd207d6632775e8a3d42c7c94d1f527b",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "verified",
      "note": "SHA-256 of the 89,548-byte UTF-8 script; largest script in batch."
    },
    {
      "id": "seed-bits",
      "topic": "construction",
      "value": "first 16 hex digits of hash",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "verified",
      "note": "PRNG seeded parseInt(tokenData.hash.slice(0,16),16); remaining 48 digits inert."
    },
    {
      "id": "license-label",
      "topic": "rights",
      "value": "NFT License 2.0",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S01"
      ],
      "status": "verified",
      "note": "Registry label; link_to_license null."
    },
    {
      "id": "ab5d-holding",
      "topic": "collection",
      "value": "193000017 and 193000031",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S04",
        "S05"
      ],
      "status": "verified",
      "note": "Both owned by 0xdd19308a9731cdecb67e0d80ca6823394208c045 in the freshly refreshed AB5D linked wallet set."
    }
  ],
  "rights": {
    "artwork": {
      "reportedLabel": "NFT License 2.0",
      "category": "custom",
      "termsUrl": "https://www.nftlicense.org/",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S01",
        "S13"
      ],
      "note": "Registry label NFT License 2.0. License grants owner personal non-commercial use, verified-ownership display, and merch commercialization under $100k/yr; forbids modification, third-party marketing, hate contexts, trademarking.",
      "unresolvedConflicts": []
    },
    "code": {
      "reportedLabel": "UNLICENSED (all rights reserved)",
      "category": "all-rights-reserved",
      "termsUrl": null,
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "note": "Script header: Copyright (c) 2021 Pandelune, SPDX-License-Identifier UNLICENSED.",
      "unresolvedConflicts": []
    },
    "thirdParty": [
      {
        "name": "color-scheme.js",
        "role": "palette generation library bundled in script",
        "reportedLabel": "MIT",
        "category": "custom",
        "termsUrl": "https://github.com/c0bra/color-scheme-js",
        "observedAt": "2026-09-18",
        "sourceIds": [
          "S02"
        ],
        "note": "Copyright (c) 2017 Brian Hann, per script license header."
      },
      {
        "name": "FastIntegerCompression.js",
        "role": "integer compression library bundled in script",
        "reportedLabel": "Apache-2.0",
        "category": "custom",
        "termsUrl": "https://github.com/lemire/FastIntegerCompression.js/",
        "observedAt": "2026-09-18",
        "sourceIds": [
          "S02"
        ],
        "note": "Per script license header."
      }
    ]
  },
  "examples": [
    {
      "id": "E01",
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "193000000",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/193000000",
      "sourceIds": [
        "S04",
        "S12"
      ],
      "selectionNote": "Edition 0, pre-activation artist mint (2021-10-22T14:55:47Z).",
      "observationNote": "Static preview viewed: magenta-violet ground, dense mixed canes with starbursts, daisies and spirograph interiors."
    },
    {
      "id": "E02",
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "193000001",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/193000001",
      "sourceIds": [
        "S04",
        "S12"
      ],
      "selectionNote": "Edition 1, first public mint 2m19s after sale start.",
      "observationNote": "Static preview viewed: ochre ground, orange sunburst canes, red monogram signature cane near top."
    },
    {
      "id": "E03",
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "193000010",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/193000010",
      "sourceIds": [
        "S04",
        "S12"
      ],
      "selectionNote": "Opening-wave mint with recurring monogram cane.",
      "observationNote": "Static preview viewed: green ground, navy speckled canes, pink daisies, red monogram cane lower left."
    },
    {
      "id": "E04",
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "193000031",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/193000031",
      "sourceIds": [
        "S04",
        "S05",
        "S12"
      ],
      "selectionNote": "Verified AB5D-held work; one-pattern discipline with 'P' signature cane; sustained analysis.",
      "observationNote": "Static preview viewed: green ground, uniform black/white/ice-blue flower canes, two red accent canes, one bearing a literal letter 'P' signature."
    },
    {
      "id": "E05",
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "193000017",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/193000017",
      "sourceIds": [
        "S04",
        "S05",
        "S11",
        "S12"
      ],
      "selectionNote": "Verified AB5D-held work, header, live-checked with synthetic keyboard and click input; sustained analysis.",
      "observationNote": "Static preview and live renderer viewed: deep red ground, wall-to-wall mixed canes; lens navigation via n/p/c and click zoom verified live; hash matched chain; zero audio elements."
    }
  ],
  "provenance": {
    "operator": "Kimi Work local agent runtime (commissioned batch kimi-round-003)",
    "agent": "Kimi",
    "model": "Kimi",
    "modelVersion": "unknown (not exposed by the runtime)",
    "tools": [
      "curl",
      "Python 3",
      "headless Chrome via puppeteer-core (SwiftShader)",
      "Art Blocks Hasura GraphQL endpoint",
      "web search/fetch tools"
    ],
    "humanEditorialInvolvement": "Commissioned by Phil; website publication authorized by Phil on 2026-09-17. No claim of line-by-line human fact checking.",
    "originalProseLicense": "CC0-1.0",
    "generation": {
      "schema": "ab5d-essay-generation/1",
      "model": "Kimi",
      "displayName": "Kimi (contributor-reported)",
      "scope": "kimi-round-003 submitted essay; publication import only",
      "essayCount": 1,
      "usage": null,
      "perEssayUsage": null,
      "usageDetail": "No token telemetry is exposed to this agent; all usage fields are null rather than estimated. startedAt is the observed time of the batch's first data retrieval; cutoff is this package's build time. Coordinator must supply telemetry before publication per assignment rules.",
      "submittedUsage": {
        "provider": "Moonshot AI",
        "model": "Kimi",
        "modelVersion": "unknown (not exposed by the runtime)",
        "measurement": "unavailable: the Kimi Work runtime does not expose per-conversation token telemetry to the agent",
        "scope": "kimi-round-003 (10 essays); per-essay usage unavailable",
        "startedAt": "2026-09-18T05:35:02Z",
        "cutoff": "2026-09-18T21:28:45Z",
        "inputTokens": null,
        "cachedInputTokens": null,
        "outputTokens": null,
        "totalTokens": null,
        "reasoningTokens": null,
        "perEssayAvailable": false,
        "telemetrySource": null,
        "note": "No token telemetry is exposed to this agent; all usage fields are null rather than estimated. startedAt is the observed time of the batch's first data retrieval; cutoff is this package's build time. Coordinator must supply telemetry before publication per assignment rules."
      },
      "importReview": "Package and site compatibility checks only. No independent re-research or prose rewrite, as requested by user on 2026-09-20."
    }
  },
  "codeInspection": {
    "url": "https://artblocks-mainnet.hasura.app/v1/graphql",
    "locator": "projects_metadata(where slug = murano-fantasy-by-pandelune).script; contract 0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270 project 193",
    "sha256": "520e9b9edbf38ac9ce7146b6c84b6cfbfd207d6632775e8a3d42c7c94d1f527b",
    "retrievedAt": "2026-09-18T05:35:02Z",
    "method": "GraphQL POST via curl; 89,548-byte webpack-minified script inspected by chunked reads plus systematic symbol map (not claimed line-by-line); live renderer executed with synthetic keyboard ('n','p','c') and click input",
    "executed": true,
    "chainBlock": null
  },
  "editorialExceptions": [
    {
      "id": "EX-01",
      "status": "pending",
      "reviewer": null,
      "reason": "Original mint price at the 2021 sale not evidenced by any dated 2021 source."
    },
    {
      "id": "EX-02",
      "status": "pending",
      "reviewer": null,
      "reason": "No Murano Fantasy-specific artist interview located; registry artist_interview null."
    },
    {
      "id": "EX-03",
      "status": "pending",
      "reviewer": null,
      "reason": "Category conflict: registry curation_status factory vs dossier's Playground description; unresolved."
    },
    {
      "id": "EX-04",
      "status": "pending",
      "reviewer": null,
      "reason": "raster.art/artist/pandelune blocked to automated access (HTTP 429 Vercel checkpoint); recorded as uninspected lead, not cited."
    },
    {
      "id": "EX-05",
      "status": "pending",
      "reviewer": null,
      "reason": "Large script (89,548 bytes minified bundle) inspected by chunked reads plus symbol map rather than exhaustively line-by-line; coverage boundary recorded in notes."
    }
  ],
  "presentation": {
    "editionSize": 41,
    "maximumEdition": 41,
    "mintDate": "2021-10-22T14:55:47+00:00",
    "mintDateMeaning": "first verified mint (edition 0, pre-activation artist mint; public release line Nov 9, 2021, 8:00 PM UTC per collection page)",
    "mintDateLabel": "First mint",
    "artwork": {
      "project_id": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-193",
      "token_id": "193000017",
      "invocation": 17,
      "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "preview_asset_url": "https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/193000017.png",
      "live_view_url": "/series/murano-fantasy-by-pandelune/artwork.html",
      "canonicalLiveUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/193000017",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/193000017",
      "mode": "live",
      "aspectRatio": 1,
      "interactionNote": "",
      "copyrightStatus": "NFT License 2.0",
      "copyrightUrl": "https://www.nftlicense.org/",
      "displayBasis": "Remote embed of the Art Blocks media proxy; no local asset redistribution. Token ownership by AB5D wallet verified 2026-09-18; token ownership is not copyright ownership. NFT License 2.0 forbids modification: present the work unmodified."
    }
  },
  "observationImages": [
    {
      "id": "E01",
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "193000000",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/193000000",
      "sourceIds": [
        "S04",
        "S12"
      ],
      "selectionNote": "Edition 0, pre-activation artist mint (2021-10-22T14:55:47Z).",
      "observationNote": "Static preview viewed: magenta-violet ground, dense mixed canes with starbursts, daisies and spirograph interiors.",
      "previewUrl": "https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/193000000.png",
      "liveUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/193000000"
    },
    {
      "id": "E02",
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "193000001",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/193000001",
      "sourceIds": [
        "S04",
        "S12"
      ],
      "selectionNote": "Edition 1, first public mint 2m19s after sale start.",
      "observationNote": "Static preview viewed: ochre ground, orange sunburst canes, red monogram signature cane near top.",
      "previewUrl": "https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/193000001.png",
      "liveUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/193000001"
    },
    {
      "id": "E03",
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "193000010",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/193000010",
      "sourceIds": [
        "S04",
        "S12"
      ],
      "selectionNote": "Opening-wave mint with recurring monogram cane.",
      "observationNote": "Static preview viewed: green ground, navy speckled canes, pink daisies, red monogram cane lower left.",
      "previewUrl": "https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/193000010.png",
      "liveUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/193000010"
    },
    {
      "id": "E04",
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "193000031",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/193000031",
      "sourceIds": [
        "S04",
        "S05",
        "S12"
      ],
      "selectionNote": "Verified AB5D-held work; one-pattern discipline with 'P' signature cane; sustained analysis.",
      "observationNote": "Static preview viewed: green ground, uniform black/white/ice-blue flower canes, two red accent canes, one bearing a literal letter 'P' signature.",
      "previewUrl": "https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/193000031.png",
      "liveUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/193000031"
    },
    {
      "id": "E05",
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "193000017",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/193000017",
      "sourceIds": [
        "S04",
        "S05",
        "S11",
        "S12"
      ],
      "selectionNote": "Verified AB5D-held work, header, live-checked with synthetic keyboard and click input; sustained analysis.",
      "observationNote": "Static preview and live renderer viewed: deep red ground, wall-to-wall mixed canes; lens navigation via n/p/c and click zoom verified live; hash matched chain; zero audio elements.",
      "previewUrl": "https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/193000017.png",
      "liveUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/193000017"
    }
  ],
  "publication": {
    "date": "2026-09-20",
    "url": "https://ab5d.xyz/series/murano-fantasy-by-pandelune/",
    "authorization": "Phil requested website publication on 2026-09-17.",
    "reviewSnapshot": "/docs/series-essays/production/murano-fantasy-by-pandelune/record.json",
    "unresolvedResearchQuestionsRetained": true
  }
}
