AB5D

Panelscape 馃叞馃叡

Paolo Tonon 路 Project 83 路 Factory

Edition size: 525 路 First mint: 7 June 2021

Panelscape 馃叞馃叡 #103 by Paolo Tonon. Copyright: NFT License (reported label; specific terms unverified). From the AB5D collection.

Live artwork. Move the pointer or touch to explore interactive works. Open artwork

The work and its context

Panelscape 馃叞馃叡 is Art Blocks project 83 on the contract at 0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270, on Ethereum mainnet, credited to Paolo Tonon by both the index and the live project page. The indexed record returns 525 invocations against a maximum of 525, a declared dependency of p5@1.0.0, an aspect ratio of 1.1, a curation status of factory, and a static display flag of false 1. The AB5D atlas position 85 is a catalogue index and is not the project ID.

Two of the title's characters are enclosed alphanumerics, the enclosed letters A and B, and they are part of the canonical name in both the index and the page heading 21. They should be preserved rather than transliterated.

The platform records a Factory edition of 525. Tonon鈥檚 accompanying statement links an imagined space beyond ordinary reality with the variability of lived experience, and identifies changing panel opacity as the work鈥檚 mechanism. 21

Two platform metadata problems attach to this project and are worth stating at the top because they affect anyone reading the page rather than the index.

The first is that the page does not label the work as animated. It is animated: the sketch runs at five frames per second and every panel's opacity oscillates continuously, with visible changes independently observed in the original renderer; five frames per second is the requested rate in code 3. The indexed display_static flag is correctly false 1, but the badge that the platform shows on other animated projects in this same batch is absent here 2. The original renderer is a more useful guide to its temporal behaviour than a badge alone.

The second is the release date, which is a timezone artefact. Read from a machine in UTC+10 the page says "Released on 9 June 2021" 2. The underlying second-mint timestamp is 2021-06-08T18:33:18Z, which is 8 June in UTC, and activation was earlier the same UTC day 1.

Conception and development

Tonon frames Panelscape as an imagined space beyond ordinary reality, relating its changes to the variability of human experience. The statement appears on both Art Blocks and his own portfolio page. Those are two locations for the same text, not independent accounts of development. Its explicit reference to changing panel alpha connects the metaphor to an inspectable operation in the program. 24

The artist鈥檚 website has a portfolio index and a dedicated Panelscape page linking to the collection and examples numbered 0 through 3. The portfolio supplies an additional primary location for the work, but its repeated statement does not establish a sequence of prototypes or a development timeline. 54

No dated development repository or account of earlier experiments has yet been verified for this essay. The meaning of the enclosed A and B in the title also remains unexplained in the inspected statement. These are limits of the research, not proof that no such documentation exists. 24

The program establishes a fixed geometric vocabulary and a continuing change in the opacity used to repaint it. Interpreting this as a tension between stable structure and shifting perception is a reading of the work, rather than an additional statement of the artist鈥檚 intention. The distinction matters because the physical analogy of cube faces is supplied by their arrangement; the code does not model a three-dimensional object. 1

How the work was constructed

The artist script was retrieved from the indexed project record by an HTTP POST to the public GraphQL endpoint, filtered on the exact slug and corroborated against the contract address and project ID returned in the same response 1. It is 2,615 bytes and hashes to SHA-256 09ac817c226d888a0b4f1b5a9f91a884fae811bf01094bc336cd589770c9a1ae. The record reports a script count of 1 and the single scripts row reproduces the script field exactly. This was an index retrieval, not a direct read of contract storage, and no block reference was pinned. The whole program was read; what follows describes it without reproducing it.

This is the smallest script in the batch so far and it does one thing. Randomness comes from a compact xorshift generator seeded by parsing the first sixteen characters of tokenData.hash, including its 0x prefix (fourteen hexadecimal digits), with decimals produced by taking the state modulo one thousand and dividing by one thousand. That generator is byte for byte identical to the ones in Breathe You and PrimiDance, two other projects in this batch by two other artists, which across three independent releases is strong support for a shared community template circulating in 2021. That the code is shared is a direct observation; that it came from a template is an inference and is flagged as one.

Setup runs once. It creates a canvas at the browser window's own width and height, computes a panel edge length as the larger viewport dimension divided by a draw between 10 and 20, draws an integer panel count from 400 through 599, and derives the isometric height as the edge length times the square root of three over two. It then draws six numbers between 0 and 250, three for the background colour and three for the stroke, sets the stroke weight to an eightieth of the edge length, translates the origin up and left by one isometric step, and requests a frame rate of five.

The population loop runs once per panel and draws eight values for each: an x and a y, which are immediately snapped down to the nearest multiple of the isometric height and the edge length respectively, so every panel lands on a lattice; three colour channels between 0 and 255; an alpha ceiling between 0 and 255; a size selector between 0 and 7; and a shape selector between 0 and 3. The integer size selector can be 0 through 6. Values 4 and 5 double the panel dimensions; the others keep the base size. A branch for values greater than 6 would triple them, but this selector cannot reach it. The presence of a tripling branch in the source is therefore not evidence of triple-sized panels in the outputs. The shape selector chooses between three quadrilaterals: two are the left and right vertical faces of an isometric cube, and the third is the top face, a rhombus spanning two isometric steps. The comparisons exclude exact values 1 and 2, but neither boundary is produced by multiplying this generator鈥檚 thousandth-step outputs by three. There is no rotation branch. The entire visual vocabulary of the work is those three shapes on a fixed lattice.

The draw loop does nothing but repaint every panel, and it never clears the background. Each panel carries an alpha accumulator that changes by fifteen per frame. Direction reverses after the value exceeds its selected ceiling, and reverses again after it falls below zero. The accumulator can overshoot both thresholds; it is not clamped by this code. All panels begin with the same accumulator and direction. They initially rise together; different thresholds can later produce different reversal times. Panels with different ceilings can nevertheless share a cadence because the accumulator moves in fixed increments. Independent selection does not mean every panel has a distinct phase. Since the background is never repainted, each frame lays translucent quadrilaterals over the accumulated result of every previous frame.

One consequence of the setup deserves emphasis because it affects how the work should be displayed. Every panel position is drawn against the live viewport dimensions, and the panel size is derived from the larger viewport dimension. The same token therefore composes itself differently in differently shaped windows. This is not a matter of cropping or scaling a fixed image; the lattice spacing and every panel's coordinates genuinely differ. Claude reports a viewport comparison in the submitted observations. Independent runtime verification remains pending; the viewport dependence described here is established by code inspection.

These findings come from independent reading of the complete indexed program, not from a statistical survey of the edition. 1

The mint

The indexed record separates four events 1. The first token was minted at 2021-06-07T06:17:10Z. The project was activated at 2021-06-08T14:42:18Z. The second token was minted at 2021-06-08T18:33:18Z, and start_datetime carries that same value. The project completed at 2021-07-23T03:30:27Z. In UTC those are 7 June, 8 June, 8 June and 23 July 2021.

The roughly thirty-two hour gap between the first mint and activation is consistent with a proof minted ahead of the sale, and the token record for invocation 0 confirms the timestamp 6. The current owner of that token is not the artist address on the project, so present ownership establishes nothing about the original recipient. No source located here establishes how the 525 invocations were divided between proofs, any presale and public minting.

The interval from the second indexed mint to completion is 44 days, 8 hours, 57 minutes and 9 seconds, computed from the two indexed timestamps and covering invocations 1 through 524. It is not presented as a public sale duration, because the index does not establish when minting opened to the public and because start_datetime duplicates second_token_minted_at rather than marking an opening independently.

The record reports a price of 100000000000000000 wei, that is 0.1 ETH 1, recorded as the currently configured value rather than as the price paid at mint; no primary announcement of an original price was located.

The five AB5D holdings discussed below were minted between 2021-07-16 and 2021-07-22 6, that is in the final week of a mint that ran for six weeks.

The indexed record reports a licence label of "NFT License" for the artwork, with a null link to the licence 1. The live project page publishes no licence statement at all; its expanded details panel lists edition size, artist website, library, aspect ratio, blockchain, token standard, contract type and attribute names, and nothing about copyright 2.

The label is not a document, and on this contract it is not even a stable name. A census of the license field across all 359 projects returns 34 distinct strings 7. Within the NFT License family alone the contract carries "NFT License", " NFT License" with a leading space, "NFT License 2.0" and "NFT 2.0". Another project in this very batch, Orthogone, carries "NFT License 2.0" where this one carries "NFT License" 7. Whether that difference records a deliberate choice of a different version or is simply how two artists typed into an unvalidated text box is not determinable from the field. Only 87 of the 359 projects carry any licence link at all.

The finding is therefore that the artwork's rights are reported under a bare, version-ambiguous label with no operative terms document published by either the platform or the artist, and that the version question is live rather than academic, since the NFT License has more than one version in circulation on this same contract. The label is preserved exactly as reported, recorded as reported rather than verified, categorised as custom, and the missing terms are raised as an editorial exception.

One further observation belongs here and is deliberately kept narrow. The artist's website carries the line "Paolo Tonon 漏 2017-2026" 5. That is a copyright assertion covering the website, made by the artist, in the present. It is not a statement about the licensing of this artwork, it does not conflict with the indexed label, and it is recorded only so that a later reviewer who finds it does not mistake it for one.

Code rights are unknown and kept separate. No licence statement accompanies the script, and the page's description of the contract as fully on-chain establishes readability, not permission. The p5.js 1.0.0 repository includes the GNU Lesser General Public License, version 2.1. This dependency record does not establish a reuse grant for Tonon鈥檚 artist script. 8 Ownership of a token is not an artwork licence. No conflicting rights statement was found, so no conflict is recorded; what is recorded is an absence.

Close reading of examples

Panelscape 馃叞馃叡 #103 by Paolo Tonon
Panelscape 馃叞馃叡 #103 by Paolo Tonon. Open artwork

The comparison uses previews of editions 0, 10, 20 and 103, together with an original rendering of #103, whose canonical token page provides its public identifier. 9 The coordinator viewed the four previews fitted to the browser viewport and observed #103 changing over successive views. The submitted viewport experiment is distinguished below from those independent observations. 6103

The previews share a dense isometric vocabulary: small diamonds and parallelograms repeatedly suggest the faces of cubes. Overlapping translucent faces complicate that suggestion, since one apparent solid can be read as several flat pieces. The doubled panels cross the finer divisions instead of replacing the underlying grid. This gives the eye two scales to move between, local face-to-face relationships and larger colour groupings. The code establishes shared orientation and snapped positions; it does not guarantee that every part of every canvas is covered. 110

The indexed traits for #103 name its background Royal Heath and its stroke Regent St Blue. The inspected artist script supplies RGB numbers and contains neither of those names. The names therefore describe the indexed colours without establishing that Tonon selected a named palette. The naming procedure itself has not been inspected. Colour in the visible work is further altered by repeated translucent overpainting, so a trait label cannot replace looking at the running image. 6110

The sustained analysis was done on invocation 103, held by 0xdd19308a9731cdecb67e0d80ca6823394208c045, one of the three addresses currently linked to the AB5D profile 611.

The coordinator opened the original renderer for #103. An initial plum field developed into a dense lattice of coloured faces. Two later observations showed the geometry holding its positions while colour balances changed: violet, cyan, green and muted tan areas became lighter or darker against their neighbours. This verifies visible change during the observed interval, without claiming an exact measured frame rate or an indefinitely stable state. 3

The code explains why fading is not erasure. Reducing a panel鈥檚 alpha changes the strength of its next overpaint; it does not remove colours already deposited on the canvas. Other panels continue to repaint shared areas in the fixed drawing order. A short interval of fairly stable average brightness therefore cannot prove that the composition has reached a permanent steady state. The observed effect is a changing surface held within fixed geometry. 13

The submitted viewport experiment reports reloading #103 at 1200 by 700 and retaining 544 panels while changing the edge length from 73 to 96. Those measurements have not been independently repeated. They are consistent with the inspected setup: the panel count is independent of viewport dimensions, while edge length and position ranges use them. The distinction is consequential even without accepting the submitted measurements as verified. A change in window proportions changes the conditions under which the same seeded sequence is laid out. 121

The inspected previews measure 2400 by 2180, close to the declared 1.1 ratio. The coordinator鈥檚 live view was a landscape window and showed a different arrangement. That comparison supports the code-derived account of viewport dependence, although differences in elapsed rendering time also affect colour and prevent a still-to-live comparison from isolating dimensions alone. 1031

No audio generation or input handlers occur in the inspected artist script. This is a finding about the program, not a claim that sound was independently monitored or that browser autoplay policy was tested. The work鈥檚 continuing change arises without a viewer action. 1

The submitted edition sweep reports empty indexed trait objects for tokens 83000135, 83000163 and 83000337. That is a metadata observation, not proof that their artworks fail or succeed in the original renderer. No independent runtime claim is made for those three tokens. A catalogue should retain their identities when traits are missing rather than silently treating absence of metadata as absence of an artwork. 13

Panelscape 馃叞馃叡 #0 by Paolo Tonon
Panelscape 馃叞馃叡 #0 by Paolo Tonon. Open artwork

In the stored preview of #0, pale yellow-green areas interrupt a comparatively muted field of mauve, dusty blue and brown. The finer divisions are easy to follow where a bright face meets a subdued neighbour, then harder to retain where several translucent colours approach the same value. Tall groupings suggest columns, but diagonal intersections repeatedly undo that architectural reading. The picture offers fragments of apparent depth without settling into a single coherent building. This describes the preview鈥檚 particular captured state, not a palette that remains unchanged throughout the animation. 10

The #103 preview is more sharply punctuated. A yellow grouping near the upper centre and a broad pink form below the middle interrupt cooler turquoise and violet areas. Fine pale outlines persist across the larger colour masses, keeping their component faces legible. Compared with #0, those concentrated bright patches make the eye jump between several local centres rather than drift evenly through the field. In the live landscape rendering, the arrangement differs while the same type of face-to-face ambiguity remains. Both observations make the viewing frame part of the comparison. 103

Panelscape 馃叞馃叡 #10 by Paolo Tonon
Panelscape 馃叞馃叡 #10 by Paolo Tonon. Open artwork
Panelscape 馃叞馃叡 #20 by Paolo Tonon
Panelscape 馃叞馃叡 #20 by Paolo Tonon. Open artwork

In #10, yellow, orange and pink patches are distributed among muted green and blue faces, with the small diagonal units producing a relatively fine texture. The #20 preview is darker overall: slate, olive and violet regions make the outlined lattice more conspicuous, while bright cyan and magenta fragments appear as interruptions. These differences should not become rankings of saturation or density across the edition. Four still captures support a local comparison; the running programs add a temporal dimension that those captures cannot contain. 10

Significance and limitations

Panelscape is a small program that commits hard to one idea. Three quadrilaterals, one lattice, two reachable size multipliers, and after the first frame nothing changes except opacity. The artist's statement claims exactly this and no more: "a composition that changes in the alpha values of the panels" 2. The phrase connects its imaginative premise to a specific operation visible in the program.

In the independently observed #103, the lattice remained fixed while neighbouring faces changed their colour balance. Repainting connects one moment to the accumulated surface of earlier moments. The short observation establishes visible change, but not permanent equilibrium or a measured long-term period. The interest is the contrast between stable geometry and variable appearance. 13

The finding that matters most for the archive is the viewport dependence. The same token composes itself differently in differently shaped windows, not by cropping but by recomputing every panel position against the live viewport 12. The consequence is practical: there is no single canonical image of a Panelscape token. The stored 1.1 preview, a portrait browser window and a landscape one each give a genuinely different arrangement of the same panels, and early frames can look different again from later accumulated states. Anyone cataloguing, exhibiting or valuing these works by their thumbnails is comparing captures rather than comparing artworks.

The limitations are heavy on the documentary side. The artist portfolio repeats the project statement, but a separate development interview or essay has not been verified. 4 Everything about intent comes from one paragraph written to accompany a mint. The meaning of the enclosed A and B in the title is unresolved and has not been guessed at. The original mint price is not established. The rights position is a gap rather than a finding, and it is aggravated here by a bare "NFT License" label on a contract that also carries "NFT License 2.0" on another project in the same batch, with no way to tell a deliberate version choice from a typing difference 7.

Unresolved research questions:

References


  1. Art Blocks public GraphQL index. Art Blocks indexed project record for panelscape-by-paolo-tonon (GraphQL projects_metadata, including script). Accessed 2026-09-18. 

  2. Art Blocks. Panelscape 馃叞馃叡 by Paolo Tonon, project page. Accessed 2026-09-18. 

  3. Art Blocks. Panelscape #103 original renderer, observed motion. Accessed 2026-09-18. 

  4. Paolo Tonon. Panelscape artist portfolio page. Accessed 2026-09-18. 

  5. Paolo Tonon. Paolo Tonon, artist website. Accessed 2026-09-18. 

  6. Art Blocks public GraphQL index. Art Blocks indexed token records for Panelscape sampled tokens and the five AB5D holdings (GraphQL tokens_metadata). Accessed 2026-09-18. 

  7. Art Blocks public GraphQL index. Census of the licence field across all projects on the Art Blocks contract (GraphQL projects_metadata). Accessed 2026-09-18. 

  8. p5.js contributors / Free Software Foundation. p5.js 1.0.0 licence. Accessed 2026-09-18. 

  9. Art Blocks. Canonical token page checks for Panelscape sampled tokens. Accessed 2026-09-18. 

  10. Paolo Tonon. Rendered preview images for Panelscape invocations 0, 10, 20 and 103 (platform media proxy). Accessed 2026-09-18. 

  11. Art Blocks. AB5D collector profile and linked wallet set. Accessed 2026-09-18. 

  12. Art Blocks. Art Blocks live renderer for Panelscape #103 at an emulated 1200 by 700 viewport, composition dependence test. Accessed 2026-09-18. 

  13. Art Blocks public GraphQL index. Art Blocks indexed token sweep of the complete Panelscape edition (GraphQL tokens_metadata, 525 rows). Accessed 2026-09-18. 

Written by Claude (submitted model: claude-opus-5), reviewed and revised by OpenAI Codex for AB5D. Original prose: CC0. Artwork and code rights are addressed separately above.

Token usage unavailable for the complete essay.

Token usage

Claude supplied no token telemetry. Review usage is not separately measured. Submitted model identifier is retained without independent runtime verification.

Generation record

Artist dossierSource recordEssay data

Research record

The indexed project script was inspected. Runtime observations and limits are documented in the research record. Historical price, allocation and licensing questions remain as identified in the essay. Publication does not resolve those evidence gaps.

Retrieval evidenceResearch notesManuscript