LIQUA CHAIN 7SLF STUDIOS · OMNISOFT INVESTOR BRIEF

LIQUA CHAIN

a liquidity-native molecular blockchain — continuous emission · dual-seed rewards · near-unanimous governance
7SLF STUDIOS · OMNISOFT (AI) · a MORE OR LESS PRODUCTIONS release
stage: pre-seed / devnet · status: confidential draft · 2026-06-03

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.

✓ LIVE — verified, runs ◐ SCAFFOLD — real, partial, honest stubs ○ SPEC — written, not coded ◯ PLANNED — roadmap

01In one paragraph

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.

02The thesis

This is an engineering-and-credibility thesis first — no market-size or competitor claim is made here.

03What is built today — the de-risking

SOMA-256 — the molecular hash ✓ LIVE

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.

Deterministic ecosystem genesis ✓ VERIFIED · GO

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.

Peer-discovery network (liqd) ✓ MESH-VERIFIED

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.

EVM execution layer ◐ SCAFFOLD native path ✓ LIVE

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.

Chain core (consensus loop) ◐ SCAFFOLD

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).

L8 dual-seed wallet (ecosystem surface) ✓ VECTORS VERIFIED

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.

04How it works — the six mechanics

#mechanicone linestatus
1SOMA-256the hash whose tree is the architecture; mints reward instances✓ LIVE
2ve-lock stakinglock ≤ 4y on a continuous scale; longer = a modest (+50% max) reward; withdraw only at expiry○ SPEC +skel
3locked-liquidity listpublic, chain-verifiable proof-of-lock surface — marketing you can independently check○ SPEC
4continuous emissionsmooth per block; fast-twitch bounded inside the envelope; validators earn more for validating deeper✓ formula
5reward-in-instancereward escrows into a derived instance; claimed via L2, gated after confirmations (finality before liquidity)○ SPEC +skel
698% governancerollback 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).

05The moat — Molecular Coding

06Token & launch

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.

Recommended structure (proposal — to be ratified)

Use of funds (proposed allocation — planning estimate, not a commitment)

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

07Roadmap

✓ 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.

08Honest risk & status

09The ask

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.

Live network state — read from the running chain, not asserted

connecting to the chain…

10Appendix — verified facts & parameters

itemvaluesource
Genesis organs / cells9 organs · 31 cells · 31/31 readyliqua/genesis/ (verified GO)
Deterministic genesis root0x37d309f2…091ec80agenesis.block.json
Hash (interior / boundary)BLAKE3 (SOMA-256) / keccak-256chain/soma.mjs
Block time12 schain/genesis.mjs
EmissionE₀ 50/block · halflife ~2.1M blocks · floor 0.5× / cap 1.25× · twitch ±15%genesis.mjs + emission.mjs
ve-lock≤ 4 years · boost +50% maxspec §2
Governance98% of attesting stake · ~14-day windowspec §6 / Governor98
Reward gateescrow→instance · 100-block confirm gatespec §5 / RewardEscrow
Launchfair launch · no premine · ethash GPUgenesis.mjs (alloc: [])
Wallet derivation18 chains to-spec, BIP-39 vectors verifiedl8-wallet/
LIQUA CHAIN · investor brief · confidential draft
7SLF STUDIOS · OMNISOFT · MORE OR LESS PRODUCTIONS