What is Resonance Genesis?
Resonance Genesis is a Sepolia-first generative cymatics NFT system. The ERC721 contract mints Chladni Nodes and stores compact on-chain traits used by the miner contract.
GOLD WAVE RESONANCE
GOLD WAVE RESONANCE
Technical Docs
A field guide for Chladni Nodes, deterministic hashrate, RE native power, staking flow, Filebase/IPFS metadata, and Sepolia-first deployment.
Resonance Waveform
Signal Stability / Harmonic Drift / Resonance Phase
963 Hz
Resonance Waveform
Harmonic Signal • Frequency Drift • Resonance Phase
963 Hz
Stability
98.4%
Drift
0.08
Phase
LOCK
Chladni Math Layer
f(x,y) = cos(n*x)cos(m*y) - cos(m*x)cos(n*y)
z(x,y) = sin(nπx/L)sin(mπy/L)
z(x,y,t) = A * sin(nπx/L) * sin(mπy/L) * cos(ωt)
Solidity uses integer approximations derived from the same concepts: frequency weight, mode crossing complexity, node density, line thickness, symmetry bonus, and rarity multiplier.
Resonance Genesis is a Sepolia-first generative cymatics NFT system. The ERC721 contract mints Chladni Nodes and stores compact on-chain traits used by the miner contract.
A Chladni Node is a frequency-born NFT artifact. Its metadata lives on Filebase/IPFS, while the contract stores frequency, mode N/M, node density, line thickness, and rarity tier for deterministic mining math.
Higher frequency produces denser standing-wave structures, so the on-chain approximation weights sqrt(frequency) to represent cymatic complexity with integer-safe math.
Mode N and Mode M describe standing-wave layers and nodal crossings. The miner uses modeN * modeM plus a delta term to approximate mode complexity.
Classic Chladni patterns can be described by f(x,y) = cos(n*x)cos(m*y) - cos(m*x)cos(n*y). The dApp displays this as explanation, while the contract uses integer-safe trait approximations.
baseHashrate = sqrt(frequency)*100 + modeComplexity*40 + nodeDensityBps*3 + lineThicknessBps*2 + symmetryBonus. hashrate = baseHashrate * rarityMultiplier / 100.
The miner contract accepts approved ResonanceGenesis NFTs, transfers them into escrow, records staked owner and claim timestamp, and computes pending RE from hashrate and elapsed seconds.
RE is native resonance power. Stake a Chladni Node to activate mining mode and accumulate RE over time. RE is a utility power balance, not a financial return.
tokenURI resolves to ipfs://<METADATA_CID>/<tokenId>.json. Each metadata file points its image field to ipfs://<IMAGE_CID>/<tokenId>.png. The frontend converts both to the configured IPFS gateway.
Sepolia lets minting, trait setting, staking, claiming, and IPFS metadata be tested with real transactions before mainnet addresses are configured.
Deploy the same contracts to mainnet, update chain ID, RPC URL, ResonanceGenesis address, ChladniNodeMiner address, and then verify contract ABIs.
RE is an in-app utility power balance. This project does not promise APY, guaranteed rewards, or financial return.