This brief tags every material claim with its real maturity — because the sector's default is to call slideware "production-ready," and we don't. No market-size, valuation, token-price, or TVL figure appears here unless it is real. Items marked illustrative or founder confirms are labeled as such.
Liqua is a blockchain where liquidity is locked by design and proven in public, emission is continuous (no epoch cliffs — every quantity is a smooth per-block function), block rewards are sovereign instances a miner boots with their own key on a confirmation-gated layer 2, and change is near-unanimous (rollbacks and parameter changes each require 98% of attesting stake). Underneath sits Molecular Coding — a whole-organism software discipline — and SOMA-256, a hash whose Merkle tree is the system's architecture. The core is not a pitch: genesis, peer discovery, EVM execution, and block production are built and verified today.
This is an engineering-and-credibility thesis first — no market-size or competitor claim is made here.
A house construction on BLAKE3 (we never roll our own primitive — the integration is the contribution). The Merkle tree is the cell→organ→organism stack; the root is the organism's 256-bit fingerprint; keccak-256 only at the EVM boundary. chain/soma.mjs.
Constitutes 31 application surfaces as 9 organs → 31 cells, commits chain params, computes a deterministic SOMA-256 root over the whole ecosystem, gated by a readiness check. Result: 9 organs · 31 cells · 31/31 ready · root 0x37d309f2…091ec80a → reproducible by anyone from public inputs, no hidden premine.
A geth-style discv4 Kademlia daemon. A node is a booted genesis instance (its identity key is its instance key; lnode://…; signed UDP, sender recovered from the signature). The discovery demo (bootnode + 3 peers) exits clean only when the full mesh forms.
Live: account model (stateRoot = SOMA over accounts), secp256k1 txs, real native transfers, and block production — produce-demo builds block #1 (transfer + miner emission), assertions pass, deterministic, exit 0. Honest stub: contract bytecode is a clean seam to @ethereumjs/evm that returns 'scaffold' — never fakes success. Solidity skeletons present: Token · VeLock · LiquidityLocker · Governor98 · RewardEscrow.
The SOMA fingerprint IS the proof-of-work seal (mining grinds a nonce until the organism fingerprint clears the target); continuous-emission + hormone-oracle modules; and the META witness layer (R12/R13 — a mined block is provisional until a posture-gated quorum of independent validators co-signs its root).
HOT/COLD dual-seed wallet (CLI + GUI + browser extension). HD derivation across 18 chains verified against published BIP-39 vectors (EVM & BTC exact; Cardano/Monero honestly deferred rather than emit a wrong address).
Net: the hard, de-risking parts — deterministic genesis, peer discovery, EVM block production, the hash — are done and verifiable. What remains is integration and hardening, not invention.
| # | mechanic | one line | status |
|---|---|---|---|
| 1 | SOMA-256 | the hash whose tree is the architecture; mints reward instances | ✓ LIVE |
| 2 | ve-lock staking | lock ≤ 4y on a continuous scale; longer = a modest (+50% max) reward; withdraw only at expiry | ○ SPEC +skel |
| 3 | locked-liquidity list | public, chain-verifiable proof-of-lock surface — marketing you can independently check | ○ SPEC |
| 4 | continuous emission | smooth per block; fast-twitch bounded inside the envelope; validators earn more for validating deeper | ✓ formula |
| 5 | reward-in-instance | reward escrows into a derived instance; claimed via L2, gated after confirmations (finality before liquidity) | ○ SPEC +skel |
| 6 | 98% governance | rollback and parameter change each require 98% of attesting stake in a rolling window | ○ SPEC +skel |
Genesis params (reproducible): block 12s · E₀ 50/block · halflife ≈ 2.1M blocks (~9–10 mo) · ve-lock ≤ 4y, +50% max · quorum 98% over ~14 days · reward confirm-gate 100 blocks (~20 min) · chainId 8181 (devnet) · PoW ethash (GPU).
Fair launch, no premine. Genesis ships with an empty allocation (alloc: []) — a code-level fact, not a slogan. The chain is GPU-mineable (ethash) from block 0. A pure fair-launch chain has no token allocation by default, so investor exposure is structured at the studio level, preserving the chain's fair-launch integrity.
| allocation | % | what it buys |
|---|---|---|
| Security audit(s) | ~25% | external audit before any mainnet |
| Protocol completion | ~30% | EVM bytecode adapter · deploy VeLock/Locker/Governor98/RewardEscrow · L2 claim tool |
| Infrastructure & validators | ~20% | devnet → public testnet · bootnodes · monitoring |
| Locked-liquidity dashboard | ~15% | the proof-of-lock surface, wired to chain state |
| Ops · runway · legal | ~10% | small core-team runway |
✓ DONE SOMA-256 · deterministic ecosystem genesis (GO) · peer discovery (mesh) · EVM native transfers + block production · chain-core block/emission/oracle/META witness · L8 wallet.
◯ NEXT block + attestation gossip/sync across peers · multi-machine devnet (3-node testnet + GPU miner) · @ethereumjs/evm adapter → deploy VeLock/Locker/Governor98/RewardEscrow · locked-liquidity dashboard · L2 reward-claim tool.
◯ LATER external security audit · public testnet + validator onboarding · mainnet-genesis decision.
Pre-seed, sized to fund the §7 roadmap through external audit + public testnet. Figures are illustrative and founder-confirmed before use — consistent with this brief's no-fabrication rule.
| item | value | source |
|---|---|---|
| Genesis organs / cells | 9 organs · 31 cells · 31/31 ready | liqua/genesis/ (verified GO) |
| Deterministic genesis root | 0x37d309f2…091ec80a | genesis.block.json |
| Hash (interior / boundary) | BLAKE3 (SOMA-256) / keccak-256 | chain/soma.mjs |
| Block time | 12 s | chain/genesis.mjs |
| Emission | E₀ 50/block · halflife ~2.1M blocks · floor 0.5× / cap 1.25× · twitch ±15% | genesis.mjs + emission.mjs |
| ve-lock | ≤ 4 years · boost +50% max | spec §2 |
| Governance | 98% of attesting stake · ~14-day window | spec §6 / Governor98 |
| Reward gate | escrow→instance · 100-block confirm gate | spec §5 / RewardEscrow |
| Launch | fair launch · no premine · ethash GPU | genesis.mjs (alloc: []) |
| Wallet derivation | 18 chains to-spec, BIP-39 vectors verified | l8-wallet/ |