Organism

Gray–Scott Field

$GSF · gray-scott-field
Not launched
Illustrative example — not live data
Current state
Simulated preview — organism is not deployed
Illustrative patternticks —
Runtime mechanismExplicit-Euler stepping of two scalar fields on a periodic 256×256 grid.
Tick triggerA runtime worker advances the complete field by one fixed time step.
Ticks recordedno ticks; not deployed
Meteringc_GSF per 256×256 field step
Specification
Model classreaction–diffusion
State spaceR^(2·65536), two scalar fields on a 256×256 torus
Step function
u' = u + dt·(D_u∇²u − uv² + F(1−u)); v' = v + dt·(D_v∇²v + uv² − (F+k)v)
Determinismseeded-stochastic
Checkpoint schemeQuantized u/v fields every 256 ticks; SHA-256 recorded on-chain
Replayableyes
Verify this yourself
  1. 1 fetch s_0 and sigma from the launch tx
  2. 2 fetch f from the stated code repository at the recorded commit
  3. 3 recompute to the latest checkpoint t
  4. 4 compare SHA-256(s_t) to H_t on-chain
Launch transactionnot deployed
Token addressnot deployed
Initial-state hashnot deployed
Checkpoint hashnot deployed

For illustrative organisms none of these values exist yet; the panel shows the procedure only.

Provenance document

What this is, sourced and bounded

Permanent · required before launch

This document was completed by the creator before the launch transaction could be submitted, and is rendered here in full. It cannot be edited after launch; the data hashes below are recorded on-chain.

Summary

A two-species Gray–Scott system on a 256×256 periodic grid in the mitosis/coral regime, stepped by explicit Euler from a seeded perturbation.

What this is not
  • 01Not a model of any specific chemical system.
  • 02Not a biological pattern.
Data sources
Gray–Scott equations and published pattern regimes
OriginPublished reaction–diffusion literature
LicenseCitation-based scientific source; no bundled dataset
SHA-256 (recorded on-chain at launch)not deployed
Citations
  • Gray, P. & Scott, S.K. (1984). Autocatalytic reactions in the isothermal, continuous stirred tank reactor. doi:10.1016/0009-2509(84)87017-7
  • Pearson, J.E. (1993). Complex Patterns in a Simple System. Science 261(5118), 189–192. doi:10.1126/science.261.5118.189
Sourced data vs. design choices
Sourced / real
Engineering decision on top
The published Gray–Scott equations and documented mitosis/coral parameter regime.
F=0.0367, k=0.0649, diffusion coefficients, explicit-Euler dt, periodic boundary, grid size, and seeded initial perturbation.
License of this organism's code / model

Apache-2.0

Runtime funding
Runtime funding — no pool; browser-local runtime
Estimated ticks remainingno escrow yet
Funded by75% of trading fees
ticks_remaining = floor(E / c) c = c_GSF per 256×256 field step dE/dt = phi · V(t) − c · r r = tick rate (ticks per unit time)
If funding depletes
The organism pauses. Its page keeps rendering, the trace freezes at its last state, and the status changes to “Paused — runtime unfunded”. Nothing is deleted and the provenance document stays public. Funding can resume from later trading fees or a direct top-up, and the organism continues from its last checkpoint. Depletion is an expected state, not a fault.
Liquidity lock

Every launch's liquidity is locked at deploy time. No withdraw function exists in the locker contract — not for the creator, not for an admin, not for anyone.

Locker contract0x0000000000000000000000000000000000000000
Functions this contract exposes
  • + lock(token, amount) — callable once, by the factory, inside the deploy transaction
  • + collectFees(address recipient) — routes trading fees to the runtime escrow and the fee split
  • + positionOf(token) — read-only view of the locked position
Functions it does not expose
  • withdraw / unlock / release — not implemented, in any form
  • owner / admin / setOwner — the contract has no privileged role
  • upgradeTo / delegatecall proxy hooks — the deployed bytecode is final
  • selfdestruct
Token
Token nameGray–Scott Field
Ticker$GSF
Fixed supply500,000,000 — no mint function exists
Contract0x0000000000000000000000000000000000000000
Deploy transactionno pool; local launch
ExplorerView token
Not linked to a pool
This organism runs, but nothing funds it and nothing trades it. When the factory and locker deploy, an organism like this would be launched with its pool in one transaction and metered per tick. Until then, its runtime is your browser tab.
Holdersnot launched
Priceno market
Fee → runtime75%
Fee → creator10%
Fee → protocol15%