JOS.PH

quietloops: STRATA

A constrained generative system for deterministic visual variation

STRATA is a generative artwork system built around a simple behavior: lines drawing through digital sand.

Each token has stable seed metadata, but each loop remains alive through controlled variation.

Live generative output from STRATA.
TECH
p5.js, Solidity smart contract, Shape L2, deterministic token metadata, AI-assisted iteration with Claude Sonnet
TEAM
quietloops
ROLE
Artist/developer; generative system design and implementation
YEAR
2025
Collection context and mint interface for STRATA.

Problem

Generative digital objects often collapse into a static image after mint. The token may be unique, but the experience becomes fixed.

STRATA explored a different relationship: stable ownership metadata with an output that continues to move within defined constraints.

System

Each edition receives deterministic seed values at mint. Those values control attributes such as scene, complexity, curvature, color spread, and color base.

The live artwork uses those constraints to generate loops that are recognizable as the same token, but never frame-identical.

Generative output showing line systems and layered color constraints.
'STRATA #10': {
  seed: 129026746584,
  attributes: {
    'Scene': 'Night',
    'Strata Complexity': 1,
    'Curvature': 3.9,
    'Color Spread': 24,
    'Color Base': 61
  }
}

Attribute metadata for STRATA mint #10.

Interaction Model

The viewer is not choosing tools or editing parameters. The interaction is quieter: owning, watching, and returning to a system that behaves consistently without repeating exactly.

That balance between identity and variation is the core product idea.

Animated loop showing variation within a fixed generative identity.

Reflection

STRATA is intentionally narrow. Its value comes from constraint, not feature count.

The project connects long-running interests in line-based systems, code-native aesthetics, deterministic ownership, and AI-assisted creative iteration.