{
  "schema": "ab5d-series-essay/1",
  "revision": 2,
  "status": "published-with-research-limitations",
  "sections": [
    {
      "id": "the-work-and-its-context",
      "heading": "The work and its context",
      "bodyMarkdown": "Petro National is project 0 on the Art Blocks x Pace contract `0x64780ce53f6e966e18a22af13a2f97369580ec11`. The index records 196 invocations against a maximum of 196, the runtime `babylon@5.0.0`, a square aspect ratio and the licence label `CC BY-NC-ND 4.0` [^S01]. Because it is project 0 on its own contract, each token id equals its mint number: the AB5D holding is token `60`, Nepal [^S01].\n\nThe artist's text calls it \"196 nations and regions realised as gasoline spills on the world ocean\" [^S01]. Each country's outline floats as a thin film of fuel. Its thickness follows that country's per capita oil consumption, from a faint blue-green trace to a thick, lustrous and highly iridescent form [^S01][^S02]. Gerrard frames the premise in one line: \"Society consumes 100 million barrels of oil every day with radically differing patterns between global north and south\" [^S01].\n\nIt was the first release of the partnership between Pace Verso, Pace Gallery's Web3 arm, and Art Blocks [^S02][^S03]. Art Blocks founder Erick Calderon said the project \"literally gave me goosebumps\" [^S04]. A single work, #16 (Nigeria), has since entered the Centre Pompidou [^S05]."
    },
    {
      "id": "conception-and-development",
      "heading": "Conception and development",
      "bodyMarkdown": "Gerrard, born in Dublin in 1974, has worked for two decades with real-time simulation built in game engines [^S06][^S01]. His best-known pieces are portraits of sites of energy and industry, such as *Solar Reserve (Tonopah, Nevada)* (2014) and *Western Flag (Spindletop, Texas)* (2017) [^S06]. The Petro National text names *Western Flag* as its precedent and describes the new work as \"a first webgl piece both online and onchain\" [^S01].\n\nHis own project page says energy consumption \"has become a signifier of political power\" [^S07]. It credits \"a custom thin-film refraction algorithm, which reproduces the phenomenon of iridescence\" [^S07][^S02]. The production team is named in the project record: Werner Poetzelberger as producer and Helmut Bressler as programmer [^S01].\n\nTwo further ideas carry over from the game-engine works. First, each world keeps real time. It runs \"on local time as dictated by the time zone of its capital city\", so night, day and the seasons pass across the year [^S01]. Second, the works are spatial: the viewer can drag to look around, press R to rotate slowly, O and P to zoom, and G for full screen [^S01]. Pace's own video, \"john gerrard's Petro National NFT Series\", presents the project in the artist's words [^S08]."
    },
    {
      "id": "how-the-work-was-constructed",
      "heading": "How the work was constructed",
      "bodyMarkdown": "The program is five script parts that concatenate to 46,905 bytes, SHA-256 `1605a0e82d4409a9c6b368a050f12d34b2c07c54f05151b9594a994d903781e4`. It was retrieved from the Art Blocks index on 20 September 2026 and read in full. No code is reproduced here [^S01].\n\nAbout a third of the file is a compact table of 196 encoded country outlines. Each entry also carries a latitude and longitude and a single consumption value [^S01]. The rest is a Babylon.js scene built from custom shaders (code reading) [^S01]:\n\n- **Allocation.** A fixed-seed shuffle of the 196 entries is indexed by mint number. The country therefore depends only on mint order, not on the token hash. My re-implementation in Python reproduces all 196 published country labels as distinct entries, one per token [^S01].\n- **The slick.** The outline is turned into a signed distance field on a 256-pixel grid. A shader converts it into a film thickness, and a thin-film colour table maps thickness and viewing angle to iridescent colour.\n- **The sea.** Up to six Gerstner waves displace a 512-by-512 grid. A procedural normal map adds ripples, and a sky dome is computed with Rayleigh and Mie scattering and drifting clouds.\n- **The sun.** A solar-position routine uses the viewer's real clock and the country's stored coordinates. The camera turns to face the sun while it is above the horizon.\n\nThe consumption value is clamped between 0 and 1 and split at 0.09 and 0.53 into three bands. Every visual trait follows from the band, as a check against all 196 tokens confirms [^S01]:\n\n| Band (stored value) | Oil use, gallons per capita per year | Waves | Ocean colour | Atmospherics | Tokens |\n| --- | --- | --- | --- | --- | --- |\n| Low (below 0.09) | 2 to 50 | weak | green | cloudy | 50 |\n| Middle (0.09 to 0.53) | 51 to 296 | medium | blue | cloudy | 83 |\n| High (0.53 and above) | 301 to 3,679 | strong | dark | stormy | 63 |\n\nWithin a band, the stored value still varies the film's thickness curve and the wave amplitude [^S01]. The hash has a smaller role. It sets the direction of the wave field, an offset of up to an hour in the animation clock, a shift of up to two steps in the deep-water tint, and a small jitter on the outline's distance field (code reading) [^S01]. This is what the artist's text means when it says the traits are \"further affected by the minting seed address\" [^S01]."
    },
    {
      "id": "quirks-in-the-algorithm",
      "heading": "Quirks in the algorithm",
      "bodyMarkdown": "A full read of the program, checked against all 196 token records, turned up the following.\n\n1. **Uzbekistan borrows Vanuatu's sun.** The coordinates stored for Uzbekistan (#155) are identical to those for Vanuatu (#4): about 168.3° E, 17.7° S, near Port Vila. The outline is Uzbekistan's, and its time-zone trait reads 5. Yet its sky follows the day and night of the South Pacific, about six and a half hours ahead of Tashkent in solar time [^S01]. No other country is displaced this way. Tonga and Samoa only look odd because of the date line.\n2. **Local time is solar time, not time zone.** The text speaks of capital-city time zones, but the code never reads a time zone. It computes the sun's position from longitude and latitude (code reading) [^S01]. For most countries the difference is small.\n3. **Thirty countries share one maximum.** Clamping means everything above about 550 gallons per capita renders at the same top value. The United States (902), Saudi Arabia (1,507), Singapore (3,679), Belgium, Norway, Qatar and 24 others are indistinguishable on this measure [^S01]. The share-of-world-total trait, in which the United States accounts for 20.49 per cent, plays no part in the image [^S01].\n4. **A special case for the United States.** Only one entry, the United States, gets its own geometry rule. Its outline, which includes Alaska and outlying islands, is enlarged by 1.3 and shifted to fit the grid (code reading) [^S01].\n5. **\"Stormy\" skies are not stormier.** The cloud density is a fixed constant for every token. The sky's noise settings differ between the low band and the other two, not between cloudy and stormy. What sets the stormy (high) band apart is a flag that darkens the slick's colour where the sky noise is low (code reading) [^S01].\n6. **\"Strong\" waves are lower.** The high band uses a smaller amplitude scale than the other bands. It gets steeper waves and two extra short wave trains, so the surface reads as choppier rather than taller (code reading) [^S01].\n7. **A short pi.** The shared shader header defines pi as 3.1459 rather than 3.14159. The value is used in the cloud layer and in the viewing-angle term of the thin-film lookup (code reading) [^S01].\n8. **Leftovers.** A sky uniform is set on every frame but never read by the shader. A sampler for a second sky cube map is declared and never bound, and a constant (78) sits unused in the settings object that holds the consumption value. The project number is computed and not used. The animation clock resets after 30 hours of continuous running (code reading) [^S01]."
    },
    {
      "id": "the-most-coveted-variants",
      "heading": "The most coveted variants",
      "bodyMarkdown": "Petro National has no rarity ladder in the usual sense. Every country appears once, and the three visual bands map onto consumption, so collectors choose by country and by what the country says [^S01][^S02]. Charlotte Kent describes the sheen as \"epitomizing the colorful consumer lifestyle enabled by extractive capitalism\" [^S09]. Artnet summed up the work's irony: \"the bigger the polluter, the greater the beauty\" [^S10].\n\n**The heavy consumers.** The high band holds 63 tokens, including the largest absolute consumers: the United States (#8), Japan (#7), Russia (#195), Saudi Arabia (#78) and Korea (#100) [^S01]. These are the thick, lustrous slicks. China (#56) and India (#26) are the second- and third-largest users by share of the world total, at 13.31 and 4.62 per cent. Because the image follows per capita use, China sits in the middle band and India, at 49 gallons, in the low band [^S01].\n\n![Petro National #56, China: a long, faint iridescent slick on dark blue water](https://media-proxy.artblocks.io/1/0x64780ce53f6e966e18a22af13a2f97369580ec11/56.png)\n*Petro National #56 (China), a middle-band slick despite the second-largest share of world consumption. Render: Art Blocks media proxy.*\n\n**The Pompidou work.** #16, Nigeria, a low-band slick, was bought by the Centre Pompidou in 2023, inventory number AM 2023-805. It is on loan to the exhibition \"La mer est ton miroir\" at the Abbaye Saint-Germain, Auxerre, from 20 June to 1 November 2026 [^S05]. The museum's notice says the series explores the distribution of wealth and power [^S05]. Artsy lists #16 and #79 (Austria) as offered by museum in progress, Vienna [^S11].\n\n![Petro National #16, Nigeria: a broad rainbow-edged slick on pale green-grey water](https://media-proxy.artblocks.io/1/0x64780ce53f6e966e18a22af13a2f97369580ec11/16.png)\n*Petro National #16 (Nigeria), Centre Pompidou, AM 2023-805. Render: Art Blocks media proxy.*\n\n**The thinnest films.** The low band's 50 tokens are almost invisible: Burundi (#2) and Chad (#106) at 2 gallons per capita, Malawi and Somalia at 5 [^S01]. The AB5D holding belongs here. Nepal (#60) records 23 gallons per capita and 0.0447 per cent of the world total, with weak waves, a green ocean and cloudy skies [^S01]. In the proxy snapshot the film is a faint smear on dark water. Since the lighting follows the real sun over Kathmandu, a darker frame may reflect the hour of capture (code reading) [^S01].\n\n![Petro National #60, Nepal: a faint slick barely visible on dark green-blue water](https://media-proxy.artblocks.io/1/0x64780ce53f6e966e18a22af13a2f97369580ec11/60.png)\n*Petro National #60 (Nepal), the AB5D holding. Render: Art Blocks media proxy.*\n\n**Early and artist-held tokens.** Invocation 0, Jamaica, was minted on 3 June 2022 and remains in the artist's wallet. That wallet also holds #45, #142, #149 and #191 [^S01]. Artnet reported that Pace \"purchased five works and displayed them at the opening\" [^S12]. No source inspected names the wallet that holds them. The largest single holder has 11 tokens, all middle- and low-band countries in Africa, Asia, Latin America, the Caribbean and the Pacific [^S01]."
    },
    {
      "id": "physical-exhibitions-and-world-flag",
      "heading": "Physical exhibitions and World Flag",
      "bodyMarkdown": "### Exhibitions\n\nPetro National has lived in galleries as screens and projections rather than as prints:\n\n- **Pace, New York, June 2022.** Works were shown at 540 West 25th Street during NFT.NYC, 21 to 23 June, as the release went live [^S04][^S13]. On 28 June Gerrard's solo show \"Endling\" opened at Pace, with *Flare (Oceania)*, *Endling (Martha)* and *washington.stream* [^S14].\n- **museum in progress, Vienna, 2023.** Petro National was the first work on the online platform \"digital mip\" and the first stage of its \"raising flags\" project, curated by Alois Herrmann and Kaspar Mühlemann Hartl [^S15]. Artsy dates the presentation 12 August to 31 October 2023 [^S16].\n- **HERE, London, November 2023.** VERSE showed Petro National at 9 Cork Street on 25 and 26 November 2023, as part of its HERE programme [^S17].\n- **Centre Pompidou, 2023 onwards.** #16 was acquired in 2023 and is on show in Auxerre until 1 November 2026 [^S05].\n\n![Still of the United States world from the artist's Petro National page: an oil slick under a bright sky](https://www.johngerrard.net/z/images/petronational/usa2_00_43.jpg)\n*Petro National (United States), still. Photo: John Gerrard studio, johngerrard.net.*\n\n### World Flag, the sequel\n\nA year later, on 28 June 2023, Gerrard released *World Flag* on the same partnership, project 6 on the contract `0xea698596b6009a622c3ed00dd5a8b5d1cae4fc36` [^S18][^S10]. The two works make a pair:\n\n- **Subject.** Petro National shows countries as oil on water. World Flag shows \"195 national flags rendered in coloured virtual smoke\", each in a procedurally generated desert [^S19]. Gerrard called these \"future deserts\", a world \"we are hurtling towards by burning 100 million barrels of oil a day\" [^S10]. The same figure opens the Petro National text [^S01].\n- **Data.** Petro National uses per capita oil consumption and allocates countries by a shuffled mint order [^S01]. World Flag uses ClimateWatch's 2019 greenhouse gas figures and releases flags from the highest emitter to the lowest, from China to Fiji, whatever the population [^S19][^S10].\n- **Scope.** Petro National has 196 nations and regions, including Taiwan, Palestine and the Vatican [^S09]. World Flag has the 195 UN member states [^S19].\n- **Engine and sale.** Both are WebGL worlds with true solar lighting. World Flag's single script is 112 KB against Petro National's 46.9 KB [^S19][^S01]. World Flag was sold by Dutch auction from 11 ETH [^S20].\n- **Giving.** Petro National gave 25 per cent of the artist's proceeds to climate causes. World Flag gives 10 per cent to Hometree, an Irish rainforest charity [^S01][^S19].\n\nAdam Kleinman reads the flag works as chapters in a single account of fossil-fuel dependence, running from *Western Flag* into an imagined future [^S21]. *Western Flag (NFT)* (2021) entered LACMA as a gift of the artist, accession M.2023.148 [^S22]. World Flag was shown with Anna Barlik at Nguyen Wahed, New York, from 17 July to 27 August 2026 [^S23].\n\n![World Flag, token 6000000: a red, white and black tricolour of smoke above a flat desert](https://media-proxy.artblocks.io/1/0xea698596b6009a622c3ed00dd5a8b5d1cae4fc36/6000000.png)\n*World Flag, token 6000000, for comparison. Render: Art Blocks media proxy.*"
    },
    {
      "id": "the-mint",
      "heading": "The mint",
      "bodyMarkdown": "Invocation 0 was minted on 3 June 2022 at 17:44:19 UTC [^S01]. The index records activation on 7 June and a start time of 14:00 UTC on 21 June, which is 10 am in New York, matching Pace's announced release time [^S01][^S02]. The first public mints came at 15:30:22 UTC, when eight tokens were minted in the same minute. The 196th was minted at 15:52:32 UTC [^S01].\n\nThe timing fits the descending auction announced for the release [^S13]. Only 41 tokens were minted in the first 20 minutes, 15:30 to 15:49. Then 140 were minted in the last two minutes, 15:51 and 15:52, as buyers waited for the price to fall (my computation from the index) [^S01]. Katya Kazakina reported that the works \"sold out in 20 minutes, with prices ranging from 2 ETH to 5 ETH\" [^S12]. The index's price field now reads 0, and its lowest listing at retrieval was 0.888 ETH [^S01]. At retrieval the 196 tokens were held by 124 addresses [^S01].\n\nThe project text says \"25% of artist's proceeds support atmospheric CO2 removal\" and the rest goes to regenerative farming organisations [^S01]. Contemporary reports named Climeworks [^S13]. The Pace announcement, however, names HomeTree in Ireland and Asociación Campo Adentro's Shepherd School in Spain [^S02]."
    },
    {
      "id": "copyright-and-licensing",
      "heading": "Copyright and licensing",
      "bodyMarkdown": "The index records `CC BY-NC-ND 4.0` without a link [^S01]. On that label, the images may be shared non-commercially with attribution, but not adapted. The \"no derivatives\" term is stricter than the licences of most Art Blocks projects of the period. The program carries no separate code licence, and Babylon.js is loaded by the platform at view time [^S01]. The still from johngerrard.net belongs to the artist's studio. It is linked, not re-hosted, and needs permission for reuse beyond reference."
    },
    {
      "id": "significance-and-limitations",
      "heading": "Significance and limitations",
      "bodyMarkdown": "Petro National brought a leading real-time simulation artist, and a blue-chip gallery, onto Art Blocks. It remains one of the platform's clearest uses of data as subject [^S03][^S02]. Its structure is unusual. There are no rare traits, only countries, and the three visual bands encode a political measure directly. A national museum has bought one output [^S05]. The code also shows the limits of that data: thirty countries share a single ceiling, and one country's sky belongs to another hemisphere [^S01]. The earlier AB5D essay said the lighting followed each capital's time zone. The code shows it follows solar position [^S24][^S01].\n\nUnresolved research questions:\n\n1. Was Uzbekistan's coordinate entry an error, and does the artist know of it? Which dataset and year supplied the consumption figures?\n2. Kazakina's dollar figures ($2,411 to $3,617) do not match her 2 to 5 ETH range at June 2022 prices [^S12]. What were the auction's start, step and resting prices?\n3. Which charities received the proceeds: Climeworks, HomeTree, Campo Adentro, or all three? Which wallet holds the five works Pace bought?\n4. Several quotations here came through automated page extraction and should be checked against the originals, especially Kent's Outland essay, whose headline was extracted as \"Manual Override\".\n5. Were any outputs shown as physical screens in Vienna, or only online, and what exactly was shown in London?"
    }
  ],
  "mediaIds": [],
  "identity": {
    "chainId": 1,
    "contract": "0x64780ce53f6e966e18a22af13a2f97369580ec11",
    "projectId": 0,
    "slug": "petro-national-by-john-gerrard",
    "title": "Petro National",
    "artistCredit": "John Gerrard",
    "artistDossierUrls": [
      "https://ab5d.xyz/artists/john-gerrard/"
    ]
  },
  "researchCutoff": "2026-09-20",
  "facts": [],
  "rights": {
    "artwork": {
      "reportedLabel": "CC BY-NC-ND 4.0",
      "category": "creative-commons",
      "termsUrl": "https://creativecommons.org/licenses/by-nc-nd/4.0/",
      "observedAt": "2026-09-20",
      "sourceIds": [],
      "note": "Registry label CC BY-NC-ND 4.0; link_to_license null, terms URL supplied from the canonical CC deed. Deed grants Share with Attribution, NonCommercial and NoDerivatives conditions; no additional restrictions allowed.",
      "unresolvedConflicts": []
    },
    "code": {
      "reportedLabel": null,
      "category": "unknown",
      "termsUrl": null,
      "observedAt": "2026-09-20",
      "sourceIds": [],
      "note": "Script carries no licence header or copyright comment; absence recorded.",
      "unresolvedConflicts": []
    },
    "thirdParty": []
  },
  "examples": [
    {
      "id": "E01",
      "chainId": 1,
      "contract": "0x64780ce53f6e966e18a22af13a2f97369580ec11",
      "tokenId": "0",
      "url": "https://www.artblocks.io/token/1/0x64780ce53f6e966e18a22af13a2f97369580ec11/0",
      "sourceIds": [],
      "selectionNote": "Edition 0, pre-activation artist mint (2022-06-03T17:44:19Z); Jamaica.",
      "observationNote": "Static preview viewed: daylight blue sea with a bright iridescent ribbon in Jamaica's elongated outline."
    },
    {
      "id": "E02",
      "chainId": 1,
      "contract": "0x64780ce53f6e966e18a22af13a2f97369580ec11",
      "tokenId": "1",
      "url": "https://www.artblocks.io/token/1/0x64780ce53f6e966e18a22af13a2f97369580ec11/1",
      "sourceIds": [],
      "selectionNote": "Edition 1, first public mint (matches 3:30 PM release line); Turkmenistan.",
      "observationNote": "Static preview viewed: misty grey sea, broad Turkmenistan-shaped slick under fog."
    },
    {
      "id": "E03",
      "chainId": 1,
      "contract": "0x64780ce53f6e966e18a22af13a2f97369580ec11",
      "tokenId": "100",
      "url": "https://www.artblocks.io/token/1/0x64780ce53f6e966e18a22af13a2f97369580ec11/100",
      "sourceIds": [],
      "selectionNote": "Edition 100; Republic of Korea, the sample's consumption extreme (756 gal/capita); sustained analysis.",
      "observationNote": "Static preview viewed: dark stormy sea with a dense red-rimmed iridescent mass, the thick-spill extreme."
    },
    {
      "id": "E04",
      "chainId": 1,
      "contract": "0x64780ce53f6e966e18a22af13a2f97369580ec11",
      "tokenId": "195",
      "url": "https://www.artblocks.io/token/1/0x64780ce53f6e966e18a22af13a2f97369580ec11/195",
      "sourceIds": [],
      "selectionNote": "Edition 195, final mint; Russian Federation.",
      "observationNote": "Static preview viewed: pale fog with a vast pale-iridescent Russia-shaped slick."
    },
    {
      "id": "E05",
      "chainId": 1,
      "contract": "0x64780ce53f6e966e18a22af13a2f97369580ec11",
      "tokenId": "60",
      "url": "https://www.artblocks.io/token/1/0x64780ce53f6e966e18a22af13a2f97369580ec11/60",
      "sourceIds": [],
      "selectionNote": "Verified AB5D-held work, header, live-checked with synthetic key and drag input; sustained analysis.",
      "observationNote": "Static preview and live renderer viewed: dark murky blue-green sea, thin nearly invisible slick (Nepal, 23 gal/capita); perpetual waves, R auto-rotation and drag verified; hash matched chain; zero audio elements."
    }
  ],
  "provenance": {
    "operator": "Kimi Work local agent runtime (commissioned batch kimi-remaining-20)",
    "agent": "Kimi",
    "model": null,
    "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": "Supplied prose preserved and published at Phil’s request. Sources not independently reinspected during import.",
    "originalProseLicense": "CC0-1.0",
    "generation": null
  },
  "codeInspection": {
    "url": "https://artblocks-mainnet.hasura.app/v1/graphql",
    "locator": "projects_metadata(where slug = petro-national-by-john-gerrard).script; contract 0x64780ce53f6e966e18a22af13a2f97369580ec11 project 0",
    "sha256": "1605a0e82d4409a9c6b368a050f12d34b2c07c54f05151b9594a994d903781e4",
    "retrievedAt": "2026-09-20T00:21:03Z",
    "method": "GraphQL POST via curl; full 46,905-byte script read (chunked passes plus symbol map); live renderer executed with synthetic key and drag input",
    "executed": true,
    "chainBlock": null
  },
  "editorialExceptions": [
    {
      "id": "EX-01",
      "status": "pending",
      "reviewer": null,
      "reason": "Original mint price at the June 2022 sale not evidenced by any dated 2022 source; current registry price is 0 ETH post-sellout."
    },
    {
      "id": "EX-02",
      "status": "pending",
      "reviewer": null,
      "reason": "Registry start_datetime 14:00 UTC vs collection page release line 3:30 PM UTC; first public mint matches the page; both reported."
    },
    {
      "id": "EX-03",
      "status": "pending",
      "reviewer": null,
      "reason": "egallery.com journal URL in the registry description returned a 404 error page at inspection; production credits quoted from the description."
    },
    {
      "id": "EX-04",
      "status": "pending",
      "reviewer": null,
      "reason": "locked=false unique in this batch; no inspected source explains the flag on this Engine deployment."
    },
    {
      "id": "EX-05",
      "status": "pending",
      "reviewer": null,
      "reason": "Static previews reflect the renderer's clock at capture; day/night states in previews are not necessarily the nation's local hour at a viewer's visit."
    },
    {
      "id": "EX-06",
      "status": "pending",
      "reviewer": null,
      "reason": "Petroleum dataset year unstated in inspected sources; figures implicitly dated by the 2022 release."
    }
  ],
  "manuscriptFormat": "supplied-markdown",
  "manuscriptPreamble": "# Petro National by John Gerrard\n\n*Art Blocks x Pace, project 0 · 196 outputs · minted 21 June 2022 · CC BY-NC-ND 4.0*\n\n![Petro National #8, the United States: an iridescent slick in the shape of the United States with Alaska, on grey-blue water](https://media-proxy.artblocks.io/1/0x64780ce53f6e966e18a22af13a2f97369580ec11/8.png)\n*Petro National #8 (United States of America), the largest consumer in the edition. Render: Art Blocks media proxy.*\n\n",
  "bibliographyMarkdown": "\n### Primary\n\n[^S01]: Art Blocks public GraphQL index, `projects_metadata` for Art Blocks x Pace project 0 (including the full program) and `tokens_metadata` for all 196 tokens. Retrieved 20 September 2026 via https://artblocks-mainnet.hasura.app/v1/graphql. Collection page: https://www.artblocks.io/collection/petro-national-by-john-gerrard\n[^S07]: John Gerrard, \"Petro National\", project page. https://www.johngerrard.net/petronational.html\n[^S19]: John Gerrard, \"World Flag\", project page. https://www.johngerrard.net/worldflag.html\n[^S02]: Pace Gallery, \"john gerrard: Petro National\", journal, June 2022. https://www.pacegallery.com/journal/john-gerrard-petro-national/\n[^S03]: Jeff Davis, \"Art Blocks x Pace\", The Link (Art Blocks), Medium, 7 June 2022. https://medium.com/the-link-art-blocks/art-blocks-x-pace-74a8400cb5d0\n[^S18]: Art Blocks, \"World Flag by John Gerrard\", collection page. https://www.artblocks.io/collection/world-flag-by-john-gerrard\n[^S24]: AB5D, \"Petro National by John Gerrard\", earlier essay. https://ab5d.xyz/series/petro-national-by-john-gerrard/\n\n### Video and audio\n\n[^S08]: \"john gerrard's Petro National NFT Series\", Pace Gallery, YouTube. https://www.youtube.com/watch?v=_CjNoqJkGhs. Also: \"Art NFT Linz - Keynote John Gerrard\", OÖ Stories, YouTube. https://www.youtube.com/watch?v=OniJwRq0_KI. Titles and channels as returned by YouTube's oEmbed service on 20 September 2026; the videos were identified but not watched for this draft.\n\n### Museums and exhibitions\n\n[^S05]: Centre Pompidou, \"Petro National #16 (Nigeria)\", AM 2023-805, purchase 2023; on loan to \"La mer est ton miroir\", Abbaye Saint-Germain, Auxerre, 20 June to 1 November 2026. https://www.centrepompidou.fr/en/ressources/oeuvre/MagdVCy\n[^S14]: School of the Art Institute of Chicago, \"Alum John Gerrard Presents NFT Series and Solo Show at Pace Gallery\", 2022. https://www.saic.edu/news/john-gerrard-presents-nft-series-and-solo-show-at-pace-gallery\n[^S15]: museum in progress, \"raising flags 01: Petro National\", digital mip. https://www.mip.at/en/creations/raising-flags-01/\n[^S16]: Artsy, \"Petro National - digital mip by John Gerrard\", museum in progress, 12 August to 31 October 2023. https://www.artsy.net/show/museum-in-progress-petro-national-digital-mip-by-john-gerrard\n[^S11]: Artsy, \"Petro National (Nigeria), #16/196\" and \"Petro National (Austria), #79/196\", offered by museum in progress. https://www.artsy.net/artwork/john-gerrard-petro-national-nigeria-number-16-slash-196 and https://www.artsy.net/artwork/john-gerrard-petro-national-austria-number-79-slash-196\n[^S17]: VERSE, \"John Gerrard Petro National\", HERE, 9 Cork Street, London, 25 to 26 November 2023. https://verse.works/exhibitions/here2023-petro-national\n[^S22]: LACMA, \"Western Flag (NFT)\", 2021, gift of the artist, M.2023.148. https://collections.lacma.org/node/2304398\n[^S23]: Nguyen Wahed, \"We Had Been Citizens of No Country: john gerrard and Anna Barlik\", 17 July to 27 August 2026. https://nguyenwahed.com/exhibitions/46-we-had-been-citizens-of-no-country-john-gerrard-and-anna-barlik/overview\n\n### Criticism, collecting and market\n\n[^S04]: Sam Gaskin, \"Pace Verso and Art Blocks Announce NFT Partnership\", Ocula, 8 June 2022. https://ocula.com/magazine/art-news/pace-verso-and-art-blocks-announce-nft-partnership/\n[^S12]: Katya Kazakina, \"I've Seen a Lot of Money Grabs in My Career as an Art Market Reporter. NFT.NYC Topped Them All\", Artnet News, 24 June 2022. https://news.artnet.com/news-pro/nft-column-nft-nyc-2136148\n[^S13]: Rory, \"Petro National - The NFT Collection from Art Blocks and John Gerrard\", NFT Plazas, 11 June 2022. https://nftplazas.com/petro-national-the-nft-collection-from-art-blocks-and-john-gerrard/\n[^S09]: Charlotte Kent, essay on Petro National (headline as extracted: \"Manual Override\"), Outland. https://outland.art/john-gerrard-petro-national/\n[^S10]: Richard Whiddington, \"Artist John Gerrard's New NFT Series Confronts the Climate Crisis With Stark Depictions of 'Future Deserts'\", Artnet News, 28 June 2023. https://news.artnet.com/market/john-gerrard-world-flag-pace-verso-art-blocks-2328687\n[^S20]: Sander Lutz, \"John Gerrard's 'World Flag' Art Blocks Drop Points the Finger at Nationalism\", Decrypt, 28 June 2023. https://decrypt.co/146544/john-gerrards-world-flag-art-blocks-drop-points-the-finger-at-nationalism\n[^S21]: Adam Kleinman, \"Adam Kleinman on john gerrard's Prescient World Flag Artworks\", Pace Gallery, 23 June 2023. https://www.pacegallery.com/journal/adam-kleinman-on-john-gerrards-prescient-world-flag-artworks/\n[^S06]: Wikipedia, \"John Gerrard (artist)\". https://en.wikipedia.org/wiki/John_Gerrard_(artist)\n\n### Further reading\n\n- VERSE, World Flag series page. https://verse.works/series/world-flag-by-john-gerrard\n- The Art Newspaper, \"Mysterious NFT collector ... gifts 22 blockchain works to Lacma\", 13 February 2023. https://www.theartnewspaper.com/2023/02/13/mysterious-donor-cozomo-de-medici-snoop-dogg-lacma-blockchain-art-gift\n- Pace Gallery, \"john gerrard\" (Facebook video on Petro National). https://www.facebook.com/pacegallery/videos/artist-johngerrard-discusses-petro-national-the-first-nft-project-to-be-released/514517420453802/\n",
  "suppliedRevision": {
    "batch": "ab500-essays-batch-03",
    "date": "2026-09-21",
    "sourceFile": "petro-national-by-john-gerrard.md",
    "sourceSha256": "56d8d2b8d4423d2c10236149a9447060a3db804bb5dadba24899aa453e368692",
    "sourceCount": 24,
    "imageCount": 6,
    "headerLine": "Art Blocks x Pace, project 0 · 196 outputs · minted 21 June 2022 · CC BY-NC-ND 4.0",
    "author": null,
    "usage": null,
    "draftNoticeRemoved": true,
    "importMode": "Supplied prose preserved; footnote labels normalized for site compatibility."
  },
  "referenceOrder": [
    "S01",
    "S07",
    "S19",
    "S02",
    "S03",
    "S18",
    "S24",
    "S08",
    "S05",
    "S14",
    "S15",
    "S16",
    "S11",
    "S17",
    "S22",
    "S23",
    "S04",
    "S12",
    "S13",
    "S09",
    "S10",
    "S20",
    "S21",
    "S06"
  ],
  "presentation": {
    "editionSize": 196,
    "maximumEdition": 196,
    "mintDate": "2022-06-03T17:44:19+00:00",
    "artwork": {
      "token_id": "60",
      "invocation": 60,
      "mode": "image",
      "preview_asset_url": "https://media-proxy.artblocks.io/1/0x64780ce53f6e966e18a22af13a2f97369580ec11/60.png",
      "canonicalUrl": "https://www.artblocks.io/token/1/0x64780ce53f6e966e18a22af13a2f97369580ec11/60",
      "live_view_url": "https://generator.artblocks.io/1/0x64780ce53f6e966e18a22af13a2f97369580ec11/60",
      "copyrightStatus": "CC BY-NC-ND 4.0",
      "copyrightUrl": "https://creativecommons.org/licenses/by-nc-nd/4.0/",
      "interactionNote": "Official preview.",
      "displayBasis": "Remote embed of the Art Blocks media proxy; no local asset redistribution. Token ownership by AB5D wallet verified 2026-09-20; token ownership is not copyright ownership."
    }
  },
  "observationImages": [],
  "publication": {
    "date": "2026-09-20",
    "url": "https://ab5d.xyz/series/petro-national-by-john-gerrard/",
    "authorization": "Phil requested publication of the supplied essays on 2026-09-21.",
    "reviewSnapshot": "/docs/series-essays/production/petro-national-by-john-gerrard/record.json",
    "unresolvedResearchQuestionsRetained": true,
    "revisionDate": "2026-09-21"
  }
}
