{
  "schema": "ab5d-series-essay/1",
  "identity": {
    "chainId": 1,
    "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
    "projectId": 163,
    "slug": "meridian-by-matt-deslauriers",
    "title": "Meridian",
    "artistCredit": "Matt DesLauriers",
    "artistDossierUrls": [
      "https://ab5d.xyz/artists/matt-deslauriers/"
    ]
  },
  "revision": 3,
  "researchCutoff": "2026-09-20",
  "status": "draft-for-human-review",
  "mediaIds": [],
  "provenance": {
    "operator": "AB5D commissioned research agent",
    "agent": "OpenAI Codex (editorial synthesis)",
    "model": null,
    "modelVersion": null,
    "tools": [
      "Python urllib official GraphQL and page retrieval",
      "web search and body reading",
      "CUA Chrome original renderer screenshots and controls",
      "local package validator"
    ],
    "humanEditorialInvolvement": "Supplied prose preserved and published at Phil’s request. Sources not independently reinspected during import.",
    "originalProseLicense": "CC0-1.0",
    "usage": {
      "inputTokens": 2491236,
      "cachedInputTokens": 2433280,
      "outputTokens": 9390,
      "reasoningOutputTokens": 553,
      "totalTokens": 2500626,
      "model": "gpt-6-astra",
      "status": "measured",
      "scope": "Meridian measured delegated research and drafting through completed package; review, citation revisions, integration and publication excluded.",
      "generationRecord": "/data/series-generation-expansion-112.json"
    },
    "revisionAttribution": "AB5D editorial synthesis of the supplied revision and earlier essay. Supplied-revision author and model were not specified. Earlier research provenance is retained in previousRevisionResearch.",
    "revisionUsage": null,
    "generation": null
  },
  "sections": [
    {
      "id": "the-work-and-its-context",
      "heading": "The work and its context",
      "bodyMarkdown": "Meridian is project 163 on the Art Blocks contract `0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270`. The index records 1,000 invocations against a maximum of 1,000, the runtime `js@na` (plain JavaScript with no library), an aspect ratio of 0.5625 (9:16, portrait), the licence label `CC BY-NC 4.0` and the Playground vertical [^S01]. The project description reads: \"Stratified landforms constructed from many small strokes of colour.\" It adds that each hash \"describes a coordinate within a multidimensional generative space\" [^S01].\n\nSeen from a distance, each output looks like a cross-section of folded rock, a mountain range or a stack of sediment. Close up, it dissolves into hundreds of thousands of short marks [^S02]. DesLauriers is a Canadian-born artist and creative coder based in London, and a prolific author of open-source tools for generative art [^S03][^S04]. Meridian followed his Art Blocks project Subscapes and, in his words, carries \"some of the same threads of code\" [^S02].\n\nThe series has an unusually full life off the screen. It was designed for print, it has a token-limited print programme and an open-edition one, and it became a book that reproduces all 1,000 outputs [^S02][^S03][^S05][^S06]. Two Meridians were sold at Phillips in 2022 [^S07][^S08]."
    },
    {
      "id": "conception-and-development",
      "heading": "Conception and development",
      "bodyMarkdown": "DesLauriers set out his aims in \"Notes on Meridian\", published before the release. He describes a 15 kB JavaScript program that \"constructs stratified landforms using hundreds of thousands of small strokes of colour\". He says it \"builds upon ideas and techniques I've been developing for some years now\" and that he iterated on it daily over about two months [^S02]. He also writes that the outputs are \"best appreciated in larger formats, such as a 100cm tall print\" [^S02].\n\nCurated's 2024 survey links the imagery to Canadian summer landscapes and to the layered structure of sedimentary rock. It quotes DesLauriers: \"I knew this was going to become a print project\" [^S03]. The same survey reports that the program runs outside the browser, from the command line in Node.js, and can produce SVG and pen-plotter output [^S03]. The published script is consistent with that: when no web page is present, it hands back its renderer instead of drawing (code reading) [^S01].\n\nHe has talked about his wider practice in filmed talks and conversations, including one with Tyler Hobbs, and a short video of Meridian circulates on YouTube [^S09].\n\nThe notes also frame the title. A meridian is a line of longitude, and the project description speaks of each composition lying \"along one of many possible longitudes\" [^S01][^S02]."
    },
    {
      "id": "how-the-work-was-constructed",
      "heading": "How the work was constructed",
      "bodyMarkdown": "The program is a single minified script of 15,295 bytes, SHA-256 `1b123c894fcaa578f941e66ef316d3196925364d6a64f37ebfd6337f2c5f8121`. It was retrieved from the Art Blocks index on 20 September 2026 and read in full. No code is reproduced here [^S01].\n\nIt seeds a xorshift random generator from four 32-bit words of the token hash. It then builds an imaginary landscape: a height field made of several octaves of simplex noise, placed at a random offset within a range of plus or minus 1,000 units (code reading) [^S01]. An orthographic camera looks down on the terrain from a corner. For each point on the canvas, the program marches a ray until it strikes the ground [^S01]. The surface is lit with a diffuse formula whose constants match the Oren-Nayar model as written in the stackgl `glsl-diffuse-oren-nayar` module (code reading) [^S01].\n\nStroke positions come from a Poisson-disc sampler, so marks are evenly spaced without lying on a grid. They are sorted from far to near and drawn as short line segments, a batch per animation frame. The work therefore paints itself in over a few seconds [^S01]. The colour of each mark is set by the depth of the ray passed through a second noise field. This produces the bands, and a step function leaves a thin blank strip in many bands (code reading) [^S01].\n\nI reproduced the program's set-up stage for all 1,000 hashes in Node.js and compared the results with the published traits. The six traits map exactly onto six program variables [^S01]:\n\n- **Style** is a weighted pick of thirteen branches, plus a 2.5 per cent sub-branch of Paletted that becomes Prime.\n- **Zoom** is the camera scale (Far 326, Medium 327, Close 347).\n- **Frequency** multiplies the depth fed to the colour noise (Low 239, Gradual 213, Standard 491, High 57).\n- **Structure: Variable** (192) sorts the colours by brightness and switches to longer, variably spaced strokes.\n- **Chromaticity** is the number of distinct colours in use.\n- **Palette** is the index of one of 21 named colour groups.\n\n| Style | Program weight (per 1,000) | Published count |\n| --- | --- | --- |\n| Paletted | 405, less the Prime share (about 395) | 407 |\n| Prismatic | 250 | 262 |\n| Gouache | 100 | 99 |\n| Procedural | 60 | 60 |\n| Polarized | 30 | 32 |\n| Gilded | 30 | 27 |\n| Lino | 25 | 20 |\n| Screenprint | 25 | 21 |\n| Watercolour | 25 | 22 |\n| Invert | 20 | 13 |\n| Newsprint | 10 | 12 |\n| Charcoal | 10 | 9 |\n| Prime | about 10 (2.5% of Paletted) | 8 |\n| Topographic | 10 | 8 |\n\nThe styles are distinct renderers, not just colour schemes. Lino draws black strokes on one of six ground colours. Screenprint draws white strokes on a palette colour. Invert draws white on black with additive blending. Procedural and Watercolour build their colours in the OKLCH colour space. Charcoal uses coarser dark grey marks that shorten and vanish on low ground. Topographic adds an eighth noise octave, uses yellow, black and white, and shortens its strokes in the light, so that the relief of the terrain shows through (code reading) [^S01]."
    },
    {
      "id": "quirks-in-the-algorithm",
      "heading": "Quirks in the algorithm",
      "bodyMarkdown": "A full read of the program, checked against all 1,000 token records, turned up the following. Where a point rests on the code alone, it is marked as a code reading.\n\n1. **Prime is a bug kept on purpose.** DesLauriers told Curated that \"a bug in my code reduced the palette to a single colour\", and that he liked it enough to make it a style [^S03]. In the code Prime is not a style of its own. It is a 2.5 per cent switch inside Paletted that keeps a single palette colour, chosen from those that still contrast with the ground after multiply blending. That is why Prime is the only style besides Paletted that carries a named palette [^S01].\n2. **\"Sixty\" colours that are really 55.** Prismatic takes the first 40, 50 or 60 colours from a shuffled list of the colours in each palette's first colour set. That list holds only 55 distinct colours, so the \"60\" option gives all 55. My re-run of the set-up for every hash gives Prismatics with 40 (91), 50 (86) and 55 (85) colours, and none with 60 [^S01].\n3. **Named palettes cover only 415 tokens.** Prismatic and Gouache draw on the same palette colours as Paletted, but only Paletted and Prime record a palette name. The other 585 outputs are labelled \"Other\" [^S01].\n4. **A hidden pair of terrain settings.** Every token also picks one of three pairs of values for the height exponent and amplitude of the landscape (346, 329 and 325 tokens). No trait records this choice, nor the terrain offset (my computation) [^S01].\n5. **Locked combinations.** Charcoal and Topographic are always Far, and Gilded is always Close. Invert and Polarized are always Variable. The High frequency occurs only in Paletted. Every Invert, Newsprint, Polarized, Prime and Topographic is Standard frequency [^S01].\n6. **Polarized has an empty colour.** Half the time the first of its three colours is left empty, and marks that land in that band are skipped, so the ground shows through. The data splits 21 Duochrome to 11 Trichrome [^S01].\n7. **Newsprint is cut into panels.** Only Newsprint divides the canvas into rectangular panels, five to seven levels deep. Each panel gets its own stroke spacing (code reading) [^S01].\n8. **Colour adjustment.** In six styles, including Paletted and Prismatic, every colour is passed through a levels adjustment before drawing, which deepens the darker tones (code reading) [^S01].\n9. **Leftovers and settings.** The sampler contains terms multiplied by zero. The page also reads optional settings from the window for aspect, size, margin, density and levels. The default render is 2,048 pixels tall, and it scales up on larger screens (code reading) [^S01].\n10. **An unexplained skew.** Lino's Variable structure should arise a third of the time, yet only one of the 20 Linos, #763, is Variable [^S01]. The program gives no reason for this, and chance remains possible."
    },
    {
      "id": "the-most-coveted-variants",
      "heading": "The most coveted variants",
      "bodyMarkdown": "Curated calls Charcoal (9), Prime (8) and Topographic (8) the \"explicit grails\" [^S03]. It reports that the community voted Topographic its favourite style. DesLauriers said it \"is one of the few styles where I really leaned into the underlying 3D terrain structures\" [^S03].\n\n![Meridian #660, a Topographic: black relief with yellow and white bands](https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/163000660.png)\n*Meridian #660, Topographic, one of eight. Render: Art Blocks media proxy.*\n\n**Topographic (8).** The eight are #152, #230, #258, #327, #660, #759, #857 and #988, all Far and all Uniform [^S01]. Curated says #660 was \"one of the first Meridians we ever collected\" [^S03].\n\n**Prime (8).** These are #103, #127, #171, #287, #317, #624, #684 and #903. Each has a different palette, and none is Close [^S01]. Curated features #127 and #171 [^S03].\n\n![Meridian #127, a Prime in the Volcano palette](https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/163000127.png)\n*Meridian #127, Prime, Volcano palette. Render: Art Blocks media proxy.*\n\n**Charcoal (9).** The nine are #70, #150, #172, #266, #379, #638, #738, #792 and #809, all Far [^S01]. Curated's survey includes #638 [^S03].\n\n**Gilded (27).** Curated pairs Gilded with Topographic. #299 was \"the first Meridian added to the Curated collection\" and was shown in \"Collecting the Future: Photography and Generative Art on the Blockchain\" at Assembly Curated in Houston [^S03].\n\n**Prismatic (262).** DesLauriers told Curated: \"Prismatic is my favorite aspect of Meridian because of its chaotic nature\" [^S03]. AB5D holds #319, a Far Prismatic with Low frequency, drawn with all 55 colours (my computation) [^S01].\n\n![Meridian #319, a Prismatic held by AB5D](https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/163000319.png)\n*Meridian #319, Prismatic, in the AB5D collection. Render: Art Blocks media proxy.*\n\n**Starry Night, #801.** Rarity is not the only measure. #801 is a Paletted Duochrome in the Cave palette, with no rare trait [^S01]. Curated describes stacked black layers forming \"the night sky over blue mountains\", and gaps between the strokes forming stars. It calls #801 DesLauriers' favourite: he had run the algorithm \"tens of thousands of times\" before the mint without seeing anything close to it [^S03].\n\n**Auction results.** Phillips' \"Ex-Machina: A History of Generative Art\" online sale (13 to 20 July 2022) included two Meridians. Lot 26, #762, an Invert, sold for £22,680 against an estimate of £18,000 to £22,000. Lot 27, #640, a Prismatic, sold for £11,970 against £10,000 to £15,000 [^S07][^S08][^S01].\n\n![Meridian #762, an Invert: white strokes on black](https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/163000762.png)\n*Meridian #762, Invert, sold at Phillips in July 2022. Render: Art Blocks media proxy.*"
    },
    {
      "id": "notable-collectors",
      "heading": "Notable collectors",
      "bodyMarkdown": "- **Curated** holds #299 and #660 [^S03]. In the index both sit in the same wallet, which also holds #39, #112, #127 and #131, all tokens featured in Curated's survey. No source inspected names that wallet [^S01][^S03].\n- **Arab Bank Switzerland's ABS Digital Art Collection** lists #626, a Close Paletted in the Fjord palette [^S10][^S01].\n- **AB5D** holds #319 [^S01].\n\nAt retrieval the 1,000 tokens were held by 627 addresses. The largest single wallet held 18. The artist's address held none [^S01]."
    },
    {
      "id": "meridian-in-physical-form",
      "heading": "Meridian in physical form",
      "bodyMarkdown": "### Prints\n\nDesLauriers runs a token-limited print programme. Owners who \"prove wallet ownership\" can buy a signed print of their own token, and if a token is sold, \"the new owner of the token will then be eligible to purchase a print as well\" [^S05]. Four sizes were listed: 28 × 50 cm ($130), 42 × 75 cm ($260), 56 × 100 cm ($400) and 84 × 150 cm ($600). Prints are \"inkjet printed on archival quality 100% cotton paper\" and signed in white, silver or black pigment pen, chosen to contrast with the work [^S05]. Unlike some programmes, the page publishes no ledger of printed tokens, so the number printed cannot be counted [^S05].\n\n![A large Meridian print from the artist's print programme](https://cdn.shopify.com/s/files/1/0031/6325/8993/files/150cm_2048x2048.jpg?v=1635180489)\n*A 150 cm Meridian print, as shown on the print programme page. Photo: mattdesl.studio.*\n\nA second programme sells unsigned open-edition prints of \"out-of-band\" Meridians, outputs that are not among the 1,000 tokens. They come in heights of 50 to 150 cm and are produced by Theprintspace in London [^S11]. In the notes DesLauriers says the aim is to make Meridian \"more accessible to a wider range of people outside the scope of crypto art\" [^S02]. Curated reports that he sees the value of the work as held in the token, with the print as the best way to enjoy it [^S03].\n\n### Exhibitions\n\nCurated lists showings at Assembly Curated, Art Blocks Marfa and MoCA Taipei, with a photograph of Meridians in a 2022 exhibition at MoCA Taipei [^S03].\n\n![Meridian prints on the wall at MoCA Taipei in 2022](https://cdn.prod.website-files.com/622078272651052c4fe1978c/66f49ecb24d75560b666c472_meridianprints2.png)\n*Meridians in a 2022 exhibition at MoCA Taipei. Photo: Curated.*\n\n### The book\n\nThe notes already sketched a community-curated book [^S02]. It was designed by monopo london, with Mason El Hage as art director, and published by Vetro Editions [^S12][^S13]. The first edition had 240 pages and four algorithmically generated covers, and buyers did not know which cover they would receive. Each copy came with a signed RISO print made with the Meridian code [^S13]. It launched at a pop-up at Stolenspace Gallery in London, where 100 copies were available [^S13]. The monopo page dates the project to 26 January 2023 [^S12]. El Hage called it \"an artefact – a relic to be admired through touch and sight\" [^S13][^S14].\n\nA second edition followed in December 2023. It is a 272-page hardback, 214 × 301 mm, with a new cover and all 1,000 outputs, \"essays, code, traits & large-format spreads\" (ISBN 978-3-9821664-9-0, €55) [^S06]. DesLauriers told Curated that with a book \"you can easily appreciate the full scale of the project\" [^S03].\n\n![The second edition of the Meridian book](https://vetroeditions.com/cdn/shop/files/MER-Meridian-Matt_DesLauriers05.webp)\n*Meridian, second edition (2023). Photo: Vetro Editions.*"
    },
    {
      "id": "the-mint",
      "heading": "The mint",
      "bodyMarkdown": "Invocation 0 was minted on 17 September 2021 at 22:44:08 UTC, eleven days before the public sale. The earlier AB5D essay gave that date as the launch, which was wrong [^S01]. The index records activation at 00:06:29 UTC on 28 September and a start time of 16:00 UTC that day. The first public mints came at 16:01:39, and the last of the 1,000 at 16:25:33 [^S01].\n\nThe sale was a Dutch auction. It began at 15 ETH and fell every five minutes through 18 tiers to a resting price of 0.25 ETH [^S01]. DesLauriers chose the format to \"avoid a 'gas war'\" and allow \"natural price discovery\" [^S02]. The mint times show demand arriving late. Eleven tokens were minted in the first 15 minutes and 36 between 16:15 and 16:20. Then 720 were minted between 16:20 and 16:25, and the last 232 in the 33 seconds after 16:25 (my computation) [^S01]. If the tiers began at 16:00, those windows match the 6 ETH and 5 ETH tiers, and the index's price field reads 5 ETH [^S01]. This mapping is an inference, not a published figure. The notes state that 25 per cent of primary proceeds went to the Processing Foundation, sent by the contract [^S02]. The index's charitable-giving field is empty [^S01]."
    },
    {
      "id": "copyright-and-licensing",
      "heading": "Copyright and licensing",
      "bodyMarkdown": "The index records `CC BY-NC 4.0` without a link [^S01]. On that label, the images may be shared and adapted non-commercially with attribution. Commercial reproduction needs permission, and the artist's print programmes are the authorised route to a physical Meridian [^S01][^S05][^S11]. The program is self-contained JavaScript with no external library [^S01]. The print, exhibition and book photographs above belong to their credited owners. They are linked, not re-hosted."
    },
    {
      "id": "significance-and-limitations",
      "heading": "Significance and limitations",
      "bodyMarkdown": "Meridian treats a long-form generative series as something between terrain rendering and printmaking. A small ray-marched landscape is translated into marks that read as ink, paint or charcoal [^S01][^S02]. It was planned for paper from the start, and its print programmes and book make it one of the better-documented physical extensions of an Art Blocks series [^S03][^S05][^S06]. This draft's main limits are the market record, which rests on two auction results, and the lack of a public print ledger.\n\nUnresolved research questions:\n\n1. Which wallet holds Curated's Meridians? The index places #299 and #660 in one wallet with four other tokens from Curated's survey, but no source names it.\n2. How many copies of each book edition were printed? A post by DesLauriers on X, seen only as a search-result title, mentions 1,000 first-edition copies. The Stolenspace launch year also needs confirming.\n3. Did the late mint rush fall in the 6 and 5 ETH tiers? The transaction values would settle it.\n4. Why is only one Lino Variable? A re-run of the random stream for the 20 Linos would show whether this is chance.\n5. How many token-limited prints have been sold, and will a ledger be published?"
    }
  ],
  "facts": [],
  "rights": {
    "artwork": {
      "reportedLabel": "CC BY-NC 4.0",
      "category": "creative-commons",
      "termsUrl": "https://creativecommons.org/licenses/by-nc/4.0/legalcode.en",
      "observedAt": "2026-09-20",
      "sourceIds": [],
      "note": "Noncommercialsharing/adaptation withattribution/changesandotherconditions;indexlicencelinknull.",
      "unresolvedConflicts": [],
      "previousRevisionSourceIds": [
        "S02",
        "S05"
      ]
    },
    "code": {
      "reportedLabel": null,
      "category": "unknown",
      "termsUrl": null,
      "observedAt": "2026-09-17T23:41:54.475476+00:00",
      "sourceIds": [],
      "note": "No distinct completeartistprogramlicence recovered.",
      "unresolvedConflicts": []
    },
    "thirdParty": [
      {
        "reportedLabel": null,
        "category": "unknown",
        "termsUrl": null,
        "observedAt": "2026-09-17T23:41:54.475476+00:00",
        "sourceIds": [],
        "note": "NativeJSCanvas2Dwithbundledmathematicalroutines;completeattribution/provenance andrightsnot recovered.",
        "unresolvedConflicts": []
      }
    ]
  },
  "examples": [
    {
      "id": "E0",
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "163000000",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/163000000",
      "sourceIds": [],
      "selectionNote": "Comparebroadbands/folds,mono/polychromeplusfreshheld319;notstatistical.",
      "observationNote": "Cream border; pale yellow/ochre strata, central folded rise, narrow upper dark teal seam and broad lower teal band; thin teal lines at bottom.",
      "previousRevisionSourceIds": [
        "S02",
        "S08"
      ]
    },
    {
      "id": "E1",
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "163000001",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/163000001",
      "sourceIds": [],
      "selectionNote": "Comparebroadbands/folds,mono/polychromeplusfreshheld319;notstatistical.",
      "observationNote": "Coral ground with white/pale short strokes, varying density, broad bands and raised upper-right crest, central pale ridge. Screenprint monochrome.",
      "previousRevisionSourceIds": [
        "S02",
        "S09"
      ]
    },
    {
      "id": "E10",
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "163000010",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/163000010",
      "sourceIds": [],
      "selectionNote": "Comparebroadbands/folds,mono/polychromeplusfreshheld319;notstatistical.",
      "observationNote": "Orange field with cream nearly horizontal lines, two broad lower blue bands, pink bottom seam and fine pink trace above centre. Granular texture.",
      "previousRevisionSourceIds": [
        "S02",
        "S10"
      ]
    },
    {
      "id": "E20",
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "163000020",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/163000020",
      "sourceIds": [],
      "selectionNote": "Comparebroadbands/folds,mono/polychromeplusfreshheld319;notstatistical.",
      "observationNote": "Broad green fields, pale-green and yellow dividing bands, slight rises, red cap at top and small bottom corner.",
      "previousRevisionSourceIds": [
        "S02",
        "S11"
      ]
    },
    {
      "id": "E319",
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "163000319",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/163000319",
      "sourceIds": [],
      "selectionNote": "Comparebroadbands/folds,mono/polychromeplusfreshheld319;notstatistical.",
      "observationNote": "Dense multicolour strata: blue-green/yellow top, pale-blue upper rise edged red/dark-blue, orange middle rise, lower red-green bands above pale opening and softer yellow region. Repeated screenshot unchanged after click and Space.",
      "previousRevisionSourceIds": [
        "S02",
        "S12"
      ]
    }
  ],
  "codeInspection": {
    "url": "https://artblocks-mainnet.hasura.app/v1/graphql",
    "locator": "query { projects_metadata(where:{slug:{_eq:\"meridian-by-matt-deslauriers\"}}){name artist_name slug contract_address project_id description license link_to_license invocations max_invocations activated_at first_token_minted_at second_token_minted_at completed_at start_datetime price_per_token_in_wei currency_symbol script_type_and_version dependency_name_and_version website artist_interview sales_notes script} tokens_metadata(where:{token_id:{_in:[\"163000000\", \"163000001\", \"163000010\", \"163000020\", \"163000319\", \"163000999\"]},project_id:{_eq:\"0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-163\"}}){token_id invocation owner_address hash minted_at mint_transaction_hash preview_asset_url primary_asset_url live_view_url features} }",
    "sha256": "1b123c894fcaa578f941e66ef316d3196925364d6a64f37ebfd6337f2c5f8121",
    "retrievedAt": "2026-09-17T23:41:54.475476+00:00",
    "method": "Entire15295-character indexedscript read untruncated andhashed;notblock-pinnedchain.",
    "executed": true,
    "chainBlock": null,
    "executionNote": "FiveoriginalsrenderedremotelyinChrome;no localexecution;319clickSpaceunchanged."
  },
  "editorialExceptions": [
    {
      "id": "development-revisions",
      "status": "pending",
      "reviewer": null,
      "reason": "Datedartistdevelopment accountfound;fullbookand intermediateprogram revisions notinspected."
    },
    {
      "id": "sale-and-donation-audit",
      "status": "pending",
      "reviewer": null,
      "reason": "Datedlaunch plusfullindexedpriceplan verified;earlyallocation,paymentsandFoundationreceipt notaudited."
    },
    {
      "id": "code-rights",
      "status": "pending",
      "reviewer": null,
      "reason": "Completeartistprogramgrant andbundledroutineprovenance unresolved."
    }
  ],
  "manuscriptFormat": "supplied-markdown",
  "manuscriptPreamble": "# Meridian by Matt DesLauriers\n\n*Art Blocks Playground, project 163 · 1,000 outputs · minted 28 September 2021 · CC BY-NC 4.0*\n\n![Meridian #801, \"Starry Night\": blue mountains under a night sky of black strokes](https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/163000801.png)\n*Meridian #801, known to collectors as \"Starry Night\". Render: Art Blocks media proxy.*\n\n",
  "bibliographyMarkdown": "\n### Primary\n\n[^S01]: Art Blocks public GraphQL index, `projects_metadata` for project 163 (including the full program) and `tokens_metadata` for all 1,000 tokens. Retrieved 20 September 2026 via https://artblocks-mainnet.hasura.app/v1/graphql. Collection page: https://www.artblocks.io/collection/meridian-by-matt-deslauriers\n[^S02]: Matt DesLauriers, \"Notes on 'Meridian'\", Substack, September 2021. https://mattdesl.substack.com/p/notes-on-meridian\n[^S05]: mattdesl.studio, \"Meridian Prints (Signed, Token-Limited)\". Read 20 September 2026. https://shop.mattdesl.com/pages/meridian-prints\n[^S11]: mattdesl.studio, \"Meridian Prints (Open Edition, Unsigned)\". Read 20 September 2026. https://shop.mattdesl.com/pages/meridian-prints-open-edition-unsigned\n[^S06]: Vetro Editions, \"Meridian by Matt DesLauriers: Generative Art Book, Second Edition\". https://vetroeditions.com/products/meridian\n[^S12]: monopo london, \"Meridian: Book Design\". https://monopo.london/work/meridian-book/\n\n### Video and audio\n\n[^S09]: Video and audio (channel names as returned by YouTube's oEmbed service on 20 September 2026; the videos were identified but not watched for this draft):\n    - \"Meridian by Matt DesLauriers\" (short), rarepint. https://www.youtube.com/shorts/rkTSDBEw37c\n    - \"Generative Machines with Matt DesLauriers\", fitc. https://www.youtube.com/watch?v=8Uo6zFwSO78\n    - \"Inside Generative Art: Tyler Hobbs & Matt DesLauriers in Conversation\", Unit. https://www.youtube.com/watch?v=g-11ECYkO0U\n    - Generative Artistry podcast, \"Matt DesLauriers\" (does not appear to discuss Meridian). https://generativeartistry.com/episodes/matt-deslauriers/\n\n### Criticism, collecting and market\n\n[^S03]: Andrew Jiang and Todd Goldberg, \"Collecting the Algorithm: Meridian\", Curated, 30 September 2024. https://www.curated.xyz/editorial/collecting-meridian\n[^S07]: Phillips, \"Ex-Machina: A History of Generative Art\", lot 26, Meridian #762, online, 13–20 July 2022. https://www.phillips.com/detail/matt-deslauriers/UK090322/26\n[^S08]: Phillips, \"Ex-Machina: A History of Generative Art\", lot 27, Meridian #640, online, 13–20 July 2022. https://www.phillips.com/detail/matt-deslauriers/UK090322/27\n[^S13]: Tom May, \"Art Made of Code: monopo london on the design of Matt DesLauriers' debut book\", Creative Boom, 9 March 2023. https://www.creativeboom.com/resources/monopo-london-designs-matt-deslauriers-debut-book/\n[^S14]: monopo london, \"The Meridian Book\", Booooooom, 2 March 2023. https://www.booooooom.com/submissions/the-meridian-book/\n[^S10]: Arab Bank Switzerland, ABS Digital Art Collection, \"Matt DesLauriers\", Meridian #626. https://www.arabbank.ch/about-us/art/collection/artist/matt-deslauriers/\n[^S04]: Le Random, \"Matt DesLauriers\", artist profile. https://www.lerandom.art/artists/matt-deslauriers\n\n### Further reading\n\n- Right Click Save, \"The Interview | Matt DesLauriers\" (the article text could not be extracted for this draft). https://www.rightclicksave.com/article/the-interview-matt-deslauriers-generative-art\n- The Line, \"Meridian with Matt DesLauriers\". https://theline.wtf/meridians-with-matt-deslauriers/\n- VERSE, Meridian series page. https://verse.works/artworks/9c9c692b-6fcd-4df3-8617-7fd40ced6d5c\n- Matt DesLauriers, Meridian project site. https://meridian.mattdesl.com/\n",
  "referenceOrder": [
    "S01",
    "S02",
    "S05",
    "S11",
    "S06",
    "S12",
    "S09",
    "S03",
    "S07",
    "S08",
    "S13",
    "S14",
    "S10",
    "S04"
  ],
  "previousRevisionResearch": {
    "facts": [
      {
        "id": "minted-count",
        "topic": "mint",
        "value": 1000,
        "observedAt": "2026-09-17T23:41:54.475476+00:00",
        "sourceIds": [
          "S02"
        ],
        "status": "reported",
        "note": "Currentcount"
      },
      {
        "id": "maximum-edition",
        "topic": "mint",
        "value": 1000,
        "observedAt": "2026-09-17T23:41:54.475476+00:00",
        "sourceIds": [
          "S02"
        ],
        "status": "reported",
        "note": "Currentmaximum;1000alsooriginalartistannouncement"
      },
      {
        "id": "first-mint",
        "topic": "mint",
        "value": "2021-09-17T22:44:08+00:00",
        "observedAt": "2026-09-17T23:41:54.475476+00:00",
        "sourceIds": [
          "S02"
        ],
        "status": "reported",
        "note": "Earlyallocationunknown"
      },
      {
        "id": "activation",
        "topic": "mint",
        "value": "2021-09-28T00:06:29+00:00",
        "observedAt": "2026-09-17T23:41:54.475476+00:00",
        "sourceIds": [
          "S02"
        ],
        "status": "reported",
        "note": "Distinctevent"
      },
      {
        "id": "indexed-start",
        "topic": "mint",
        "value": "2021-09-28T16:00:00+00:00",
        "observedAt": "2026-09-17T23:41:54.475476+00:00",
        "sourceIds": [
          "S02"
        ],
        "status": "reported",
        "note": "Matchesartistannouncedopening"
      },
      {
        "id": "completion",
        "topic": "mint",
        "value": "2021-09-28T16:25:33+00:00",
        "observedAt": "2026-09-17T23:41:54.475476+00:00",
        "sourceIds": [
          "S02"
        ],
        "status": "reported",
        "note": "Matches999"
      },
      {
        "id": "current-price-wei",
        "topic": "mint",
        "value": "5000000000000000000",
        "observedAt": "2026-09-17T23:41:54.475476+00:00",
        "sourceIds": [
          "S02"
        ],
        "status": "reported",
        "note": "Current5ETH,notopening"
      },
      {
        "id": "auction-schedule",
        "topic": "mint",
        "value": "Dutch Auction with a start price of 15ETH, decreasing in price every 5 minutes to a resting price of 0.25ETH. Pricing Tiers: 15 / 12.5 / 10 / 8 / 6 / 5 / 4 / 3.5 / 3 / 2.5 / 2 / 1.75 / 1.5 / 1.25 / 1.0 / 0.75 / 0.5 / 0.25 ETH.\n",
        "observedAt": "2026-09-17T23:41:54.475476+00:00",
        "sourceIds": [
          "S02"
        ],
        "status": "reported",
        "note": "Officialindexedhistoricalsalesnotes;notreceipt-levelaudit"
      },
      {
        "id": "indexed-start-to-completion-seconds",
        "topic": "mint",
        "value": 1533,
        "observedAt": "2026-09-17T23:41:54.475476+00:00",
        "sourceIds": [
          "S02"
        ],
        "status": "inferred",
        "note": "25minutes33seconds"
      }
    ],
    "rights": {
      "artwork": {
        "reportedLabel": "CC BY-NC 4.0",
        "category": "creative-commons",
        "termsUrl": "https://creativecommons.org/licenses/by-nc/4.0/legalcode.en",
        "observedAt": "2026-09-17T23:41:54.475476+00:00",
        "sourceIds": [
          "S02",
          "S05"
        ],
        "note": "Noncommercialsharing/adaptation withattribution/changesandotherconditions;indexlicencelinknull.",
        "unresolvedConflicts": []
      },
      "code": {
        "reportedLabel": null,
        "category": "unknown",
        "termsUrl": null,
        "observedAt": "2026-09-17T23:41:54.475476+00:00",
        "sourceIds": [
          "S02"
        ],
        "note": "No distinct completeartistprogramlicence recovered.",
        "unresolvedConflicts": []
      },
      "thirdParty": [
        {
          "reportedLabel": null,
          "category": "unknown",
          "termsUrl": null,
          "observedAt": "2026-09-17T23:41:54.475476+00:00",
          "sourceIds": [
            "S02"
          ],
          "note": "NativeJSCanvas2Dwithbundledmathematicalroutines;completeattribution/provenance andrightsnot recovered.",
          "unresolvedConflicts": []
        }
      ]
    },
    "examples": [
      {
        "id": "E0",
        "chainId": 1,
        "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
        "tokenId": "163000000",
        "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/163000000",
        "sourceIds": [
          "S02",
          "S08"
        ],
        "selectionNote": "Comparebroadbands/folds,mono/polychromeplusfreshheld319;notstatistical.",
        "observationNote": "Cream border; pale yellow/ochre strata, central folded rise, narrow upper dark teal seam and broad lower teal band; thin teal lines at bottom."
      },
      {
        "id": "E1",
        "chainId": 1,
        "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
        "tokenId": "163000001",
        "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/163000001",
        "sourceIds": [
          "S02",
          "S09"
        ],
        "selectionNote": "Comparebroadbands/folds,mono/polychromeplusfreshheld319;notstatistical.",
        "observationNote": "Coral ground with white/pale short strokes, varying density, broad bands and raised upper-right crest, central pale ridge. Screenprint monochrome."
      },
      {
        "id": "E10",
        "chainId": 1,
        "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
        "tokenId": "163000010",
        "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/163000010",
        "sourceIds": [
          "S02",
          "S10"
        ],
        "selectionNote": "Comparebroadbands/folds,mono/polychromeplusfreshheld319;notstatistical.",
        "observationNote": "Orange field with cream nearly horizontal lines, two broad lower blue bands, pink bottom seam and fine pink trace above centre. Granular texture."
      },
      {
        "id": "E20",
        "chainId": 1,
        "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
        "tokenId": "163000020",
        "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/163000020",
        "sourceIds": [
          "S02",
          "S11"
        ],
        "selectionNote": "Comparebroadbands/folds,mono/polychromeplusfreshheld319;notstatistical.",
        "observationNote": "Broad green fields, pale-green and yellow dividing bands, slight rises, red cap at top and small bottom corner."
      },
      {
        "id": "E319",
        "chainId": 1,
        "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
        "tokenId": "163000319",
        "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/163000319",
        "sourceIds": [
          "S02",
          "S12"
        ],
        "selectionNote": "Comparebroadbands/folds,mono/polychromeplusfreshheld319;notstatistical.",
        "observationNote": "Dense multicolour strata: blue-green/yellow top, pale-blue upper rise edged red/dark-blue, orange middle rise, lower red-green bands above pale opening and softer yellow region. Repeated screenshot unchanged after click and Space."
      }
    ],
    "provenance": {
      "operator": "AB5D commissioned research agent",
      "agent": "radiance_fresh, Meridian assignment",
      "model": "gpt-6-astra",
      "modelVersion": null,
      "tools": [
        "Python urllib official GraphQL and page retrieval",
        "web search and body reading",
        "CUA Chrome original renderer screenshots and controls",
        "local package validator"
      ],
      "humanEditorialInvolvement": "User commissioned; coordinator editorial review pending.",
      "originalProseLicense": "CC0-1.0",
      "usage": {
        "inputTokens": 2491236,
        "cachedInputTokens": 2433280,
        "outputTokens": 9390,
        "reasoningOutputTokens": 553,
        "totalTokens": 2500626,
        "model": "gpt-6-astra",
        "status": "measured",
        "scope": "Meridian measured delegated research and drafting through completed package; review, citation revisions, integration and publication excluded.",
        "generationRecord": "/data/series-generation-expansion-112.json"
      }
    },
    "codeInspection": {
      "url": "https://artblocks-mainnet.hasura.app/v1/graphql",
      "locator": "query { projects_metadata(where:{slug:{_eq:\"meridian-by-matt-deslauriers\"}}){name artist_name slug contract_address project_id description license link_to_license invocations max_invocations activated_at first_token_minted_at second_token_minted_at completed_at start_datetime price_per_token_in_wei currency_symbol script_type_and_version dependency_name_and_version website artist_interview sales_notes script} tokens_metadata(where:{token_id:{_in:[\"163000000\", \"163000001\", \"163000010\", \"163000020\", \"163000319\", \"163000999\"]},project_id:{_eq:\"0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-163\"}}){token_id invocation owner_address hash minted_at mint_transaction_hash preview_asset_url primary_asset_url live_view_url features} }",
      "sha256": "1b123c894fcaa578f941e66ef316d3196925364d6a64f37ebfd6337f2c5f8121",
      "retrievedAt": "2026-09-17T23:41:54.475476+00:00",
      "method": "Entire15295-character indexedscript read untruncated andhashed;notblock-pinnedchain.",
      "executed": true,
      "chainBlock": null,
      "executionNote": "FiveoriginalsrenderedremotelyinChrome;no localexecution;319clickSpaceunchanged."
    },
    "sources": [
      {
        "id": "S01",
        "title": "Meridian collection",
        "url": "https://www.artblocks.io/collection/meridian-by-matt-deslauriers",
        "author": "Matt DesLauriers / Art Blocks",
        "publisher": "Matt DesLauriers / Art Blocks",
        "publicationDate": null,
        "accessedAt": "2026-09-17",
        "accessOutcome": "inspected",
        "accessMethod": "Direct page body inspection",
        "archiveUrl": null,
        "evidenceLocators": [
          "Complete statement: stratifiedlandforms and hash coordinate, Playground1000"
        ]
      },
      {
        "id": "S02",
        "title": "Meridian project163 and verified token records",
        "url": "https://artblocks-mainnet.hasura.app/v1/graphql",
        "author": "Art Blocks",
        "publisher": "Art Blocks",
        "publicationDate": null,
        "accessedAt": "2026-09-17",
        "accessOutcome": "inspected",
        "accessMethod": "Exact identity GraphQL; entire15295-character script read and hashed",
        "archiveUrl": null,
        "evidenceLocators": [
          "query { projects_metadata(where:{slug:{_eq:\"meridian-by-matt-deslauriers\"}}){name artist_name slug contract_address project_id description license link_to_license invocations max_invocations activated_at first_token_minted_at second_token_minted_at completed_at start_datetime price_per_token_in_wei currency_symbol script_type_and_version dependency_name_and_version website artist_interview sales_notes script} tokens_metadata(where:{token_id:{_in:[\"163000000\", \"163000001\", \"163000010\", \"163000020\", \"163000319\", \"163000999\"]},project_id:{_eq:\"0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-163\"}}){token_id invocation owner_address hash minted_at mint_transaction_hash preview_asset_url primary_asset_url live_view_url features} }"
        ]
      },
      {
        "id": "S03",
        "title": "Notes on Meridian",
        "url": "https://mattdesl.substack.com/p/notes-on-meridian",
        "author": "Matt DesLauriers",
        "publisher": "Matt DesLauriers",
        "publicationDate": "2021-09-24",
        "accessedAt": "2026-09-17",
        "accessOutcome": "inspected",
        "accessMethod": "Direct page body inspection",
        "archiveUrl": null,
        "evidenceLocators": [
          "Dailyiterationtwo months,Subscapescontinuity,largeformats;1000editionSept28 5pmUK,10–15ETHprovisionalstart,five-minutesteps,.25floor,25percentProcessingFoundation split"
        ]
      },
      {
        "id": "S04",
        "title": "Meridian Book – Update",
        "url": "https://mattdesl.substack.com/p/meridian-book-update",
        "author": "Matt DesLauriers",
        "publisher": "Matt DesLauriers",
        "publicationDate": "2022-11-22",
        "accessedAt": "2026-09-17",
        "accessOutcome": "inspected",
        "accessMethod": "Direct page body inspection",
        "archiveUrl": null,
        "evidenceLocators": [
          "Editing/proofing,paperbindingpackaging,delayedshipping,partners VetroMonopoPark"
        ]
      },
      {
        "id": "S05",
        "title": "Attribution-NonCommercial4.0 International legal code",
        "url": "https://creativecommons.org/licenses/by-nc/4.0/legalcode.en",
        "author": "Creative Commons",
        "publisher": "Creative Commons",
        "publicationDate": null,
        "accessedAt": "2026-09-17",
        "accessOutcome": "inspected",
        "accessMethod": "Direct page body inspection",
        "archiveUrl": null,
        "evidenceLocators": [
          "Sections1–3 noncommercial sharing/adaptation,attribution,changes,downstreamrestrictions"
        ]
      },
      {
        "id": "S06",
        "title": "Matt DesLauriers artist website",
        "url": "https://www.mattdesl.com/",
        "author": "Matt DesLauriers",
        "publisher": "Matt DesLauriers",
        "publicationDate": null,
        "accessedAt": "2026-09-17",
        "accessOutcome": "inspected",
        "accessMethod": "Direct page body inspection",
        "archiveUrl": null,
        "evidenceLocators": [
          "Introductoryself-description code/software/generativeprocesses and opensourcetools"
        ]
      },
      {
        "id": "S07",
        "title": "AB5D current profile",
        "url": "https://www.artblocks.io/profile/ab5d",
        "author": "Art Blocks / AB5D",
        "publisher": "Art Blocks / AB5D",
        "publicationDate": null,
        "accessedAt": "2026-09-17",
        "accessOutcome": "inspected",
        "accessMethod": "Fresh complete linked_accounts embedded-data inspection",
        "archiveUrl": null,
        "evidenceLocators": [
          "linked_accounts\\\":[{\\\"public_address\\\":\\\"0xdd19308a9731cdecb67e0d80ca6823394208c045\\\",\\\"__typename\\\":\\\"users\\\"},{\\\"public_address\\\":\\\"0xce6dc14c5494d8a4325a81d3b257d130fa2039d1\\\",\\\"__typename\\\":\\\"users\\\"},{\\\"public_address\\\":\\\"0x2247247ee0eee59557e6cd14f7e047f6a9309b5c\\\",\\\"__typename\\\":\\\"users\\\"}],\\\"user_achievements\\\":[{\\\"id\\\":136374,\\\"earned_at\\\":\\\"2025-09-07T03:55:01.709+00:00\\\",\\\"user_profile_id\\\":20658,\\\"claimed\\\":true,\\\"achievement\\\":{\\\"id\\\":3,\\\"name\\\":\\\"Verified Collector\\\",\\\"description\\\":\\\"Verified account by connecting a valid email address\\\",\\\"is_public\\\":true,\\\"type\\\":\\\"milestone\\\",\\\"slug\\\":\\\"verified-collector\\\",\\\"image\\\":null,\\\"set\\\":null,\\\"__typename\\\":\\\"achievements\\\"},\\\"token\\\":null,\\\"__typename\\\":\\\"user_achievements\\\"},{\\\"id\\\":361202,\\\"earned_at\\\":\\\"2025-11-28T06:55:19.21+00:00\\\",\\\"user_profile_id\\\":20658,\\\"claimed\\\":true,\\\"achievement\\\":{\\\"id\\\":11,\\\"name\\\":\\\"Series 4 Set Holder\\\",\\\"description\\\":\\\"Own an artwork in each Curated Series 4 collection\\\",\\\"is_public\\\":true,\\\"type\\\":\\\"set_completion\\\",\\\"slug\\\":\\\"series-4-set-holder\\\",\\\"image\\\":null,\\\"set\\\":{\\\"slug\\\":\\\"curated-series-4\\\",\\\"set_buckets\\\":[{\\\"project\\\":{\\\"featured_token\\\":[{\\\"media_url\\\":\\\"https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/114000837.png\\\",\\\"__typename\\\":\\\"tokens_metadata\\\"}],\\\"__typename\\\":\\\"projects_metadata\\\"},\\\"__typename\\\":\\\"set_buckets\\\"},{\\\"project\\\":{\\\"featured_token\\\":[{\\\"media_url\\\":\\\"https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/"
        ]
      },
      {
        "id": "S08",
        "title": "Meridian #0: original renderer",
        "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/163000000",
        "author": "Matt DesLauriers / Art Blocks",
        "publisher": "Matt DesLauriers / Art Blocks",
        "publicationDate": null,
        "accessedAt": "2026-09-17",
        "accessOutcome": "inspected",
        "accessMethod": "CUA Chrome actual original screenshot inspection",
        "archiveUrl": null,
        "evidenceLocators": [
          "Cream border; pale yellow/ochre strata, central folded rise, narrow upper dark teal seam and broad lower teal band; thin teal lines at bottom."
        ]
      },
      {
        "id": "S09",
        "title": "Meridian #1: original renderer",
        "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/163000001",
        "author": "Matt DesLauriers / Art Blocks",
        "publisher": "Matt DesLauriers / Art Blocks",
        "publicationDate": null,
        "accessedAt": "2026-09-17",
        "accessOutcome": "inspected",
        "accessMethod": "CUA Chrome actual original screenshot inspection",
        "archiveUrl": null,
        "evidenceLocators": [
          "Coral ground with white/pale short strokes, varying density, broad bands and raised upper-right crest, central pale ridge. Screenprint monochrome."
        ]
      },
      {
        "id": "S10",
        "title": "Meridian #10: original renderer",
        "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/163000010",
        "author": "Matt DesLauriers / Art Blocks",
        "publisher": "Matt DesLauriers / Art Blocks",
        "publicationDate": null,
        "accessedAt": "2026-09-17",
        "accessOutcome": "inspected",
        "accessMethod": "CUA Chrome actual original screenshot inspection",
        "archiveUrl": null,
        "evidenceLocators": [
          "Orange field with cream nearly horizontal lines, two broad lower blue bands, pink bottom seam and fine pink trace above centre. Granular texture."
        ]
      },
      {
        "id": "S11",
        "title": "Meridian #20: original renderer",
        "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/163000020",
        "author": "Matt DesLauriers / Art Blocks",
        "publisher": "Matt DesLauriers / Art Blocks",
        "publicationDate": null,
        "accessedAt": "2026-09-17",
        "accessOutcome": "inspected",
        "accessMethod": "CUA Chrome actual original screenshot inspection",
        "archiveUrl": null,
        "evidenceLocators": [
          "Broad green fields, pale-green and yellow dividing bands, slight rises, red cap at top and small bottom corner."
        ]
      },
      {
        "id": "S12",
        "title": "Meridian #319: original renderer",
        "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/163000319",
        "author": "Matt DesLauriers / Art Blocks",
        "publisher": "Matt DesLauriers / Art Blocks",
        "publicationDate": null,
        "accessedAt": "2026-09-17",
        "accessOutcome": "inspected",
        "accessMethod": "CUA Chrome actual original screenshot inspection",
        "archiveUrl": null,
        "evidenceLocators": [
          "Dense multicolour strata: blue-green/yellow top, pale-blue upper rise edged red/dark-blue, orange middle rise, lower red-green bands above pale opening and softer yellow region. Repeated screenshot unchanged after click and Space."
        ]
      },
      {
        "id": "S13",
        "title": "Meridian: Book Design",
        "url": "https://monopo.london/work/meridian-book/",
        "author": "monopo london",
        "publisher": "monopo london",
        "publicationDate": "2023-01-26",
        "accessedAt": "2026-09-17",
        "accessOutcome": "inspected",
        "accessMethod": "Direct page body inspection",
        "archiveUrl": null,
        "evidenceLocators": [
          "Projectextension,essays,communityselections,largegalleryspreads,fourcovers,designproduction"
        ]
      },
      {
        "id": "S14",
        "title": "Meridian second edition",
        "url": "https://vetroeditions.com/products/meridian?variant=43603368706313",
        "author": "Vetro Editions",
        "publisher": "Vetro Editions",
        "publicationDate": null,
        "accessedAt": "2026-09-17",
        "accessOutcome": "inspected",
        "accessMethod": "Direct page body inspection",
        "archiveUrl": null,
        "evidenceLocators": [
          "Second edition December2023,272pages,all1000outputs,artist/monopopublishercredits"
        ]
      }
    ]
  },
  "suppliedRevision": {
    "batch": "ab500-essays-for-codex-2026-09-21",
    "date": "2026-09-21",
    "sourceFile": "essays/meridian-by-matt-deslauriers.md",
    "sourceSha256": "ea79a7dc46c71e898f8af04b32c432ac7cfffeb83fc2b238269abc63bd7e5ea7",
    "sourceCount": 14,
    "imageCount": 8,
    "headerLine": "Art Blocks Playground, project 163 · 1,000 outputs · minted 28 September 2021 · CC BY-NC 4.0",
    "author": null,
    "usage": null,
    "draftNoticeRemoved": true,
    "importMode": "Supplied prose preserved; footnote labels normalized and draft notice removed under prior user instruction."
  },
  "presentation": {
    "editionSize": 1000,
    "maximumEdition": 1000,
    "mintDate": "2021-09-17T22:44:08+00:00",
    "mintDateMeaning": "First indexed mint",
    "artwork": {
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "token_id": "163000319",
      "invocation": 319,
      "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/163000319",
      "preview_asset_url": "https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/163000319.png",
      "live_view_url": "/series/meridian-by-matt-deslauriers/artwork.html",
      "canonicalLiveUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/163000319",
      "mode": "live",
      "copyrightStatus": "CC BY-NC 4.0",
      "copyrightUrl": "https://creativecommons.org/licenses/by-nc/4.0/legalcode.en",
      "displayBasis": "Reported noncommercial attribution licence withapplicableconditions. Originalviewed;staticpreviewfromofficialtokenmetadata.",
      "interactionNote": "The original draws progressively, then remains still. No audio or pointer/keyboard controls."
    }
  },
  "observationImages": [],
  "publication": {
    "date": "2026-09-18",
    "url": "https://ab5d.xyz/series/meridian-by-matt-deslauriers/",
    "authorization": "Phil requested publication of the supplied essays on 2026-09-21.",
    "reviewSnapshot": "/docs/series-essays/production/meridian-by-matt-deslauriers/record.json",
    "unresolvedResearchQuestionsRetained": true,
    "revisionDate": "2026-09-21"
  }
}
