Burn irreversibility
Optimistic settlement rests on a state change no reorg can undo — not on trusting a quorum first.
Every Solana wallet is signed with Ed25519 — a classical signature a quantum computer will eventually break. Adversaries can harvest now and decrypt later. SOQ-TEC is the gateway that moves value into a post-quantum vault on the Soqucoin L1, and back, without ever trusting a signature quantum computers can forge.
Solana is the shopping mall. Soqucoin is the bank vault inside it. SOQ-TEC is the door to the vault.
Solana is the mall — fast, crowded, liquid, and classical. Every shopper’s wallet signs with Ed25519, out in the open on the floor, where a future quantum computer could pick the locks. Soqucoin is the bank vault inside that mall: a Dilithium-native L1, deliberately unhurried, built for one job — keeping value safe.
SOQ-TEC is the entrance to the vault. Walk your funds off the mall floor and through the door for safekeeping behind post-quantum locks; walk them back out when you want the speed of the floor. Nothing leaves the mall — it just gains a vault.
Quantum Express settles a cross-chain transfer in under thirty seconds — without waiting for an attestation quorum first.
The trick is physics, not trust. When you burn pSOQ on Solana, the tokens stop existing — a state change no reorganization or validator majority can reverse. Because the burn is irreversible, the gateway can release SOQ on the L1 immediately. A separate, deferred batch later commits a 3-of-5 ML-DSA-44 (Dilithium) attestation — a Merkle root anchored to both chains — as the post-quantum audit layer.
Optimistic release runs today on Solana devnet → Soqucoin stagenet. The batched post-quantum attestation and the 240-block maturity window are planned for mainnet.
A signature you can only use once can’t be replayed, and a key that’s already spent can’t be stolen. The vault is built entirely from WOTS+ — hash-based one-time signatures over Keccak256.
Each withdrawal consumes the key at the current position and the “door” advances by one. When the tree is exhausted, the vault rotates atomically to a fresh tree in a single transaction — there is never a window where custody falls back to a classical key. Value moves WOTS+ → Dilithium and back; Ed25519 only ever pays Solana’s transaction fee, never guards value.
Security rests on hashes, not algebra — the structure Shor’s algorithm has no purchase on.
SOQ-TEC’s post-quantum claim is forward-looking: when a quantum computer can run Shor’s algorithm, today’s Ed25519 and ECDSA signatures become forgeable — and every classical bridge with them. The attestation and the vault are built on lattice and hash cryptography that has no known quantum attack. We don’t claim it would have stopped past bridge exploits — those were implementation bugs, and correct, audited code prevents that class.
Optimistic settlement rests on a state change no reorg can undo — not on trusting a quorum first.
Forging an attestation needs three independent ML-DSA-44 keys — signatures quantum computers cannot recover.
Custody is WOTS+ one-time keys, then Dilithium. Value never rests on Ed25519.
Releases halt automatically if total burned and total released stop reconciling, pending multisig review.
Stagenet / devnet preview — not mainnet, not for real value. Independent audit: Halborn (completed & remediated); a post-mainnet review covers the production deployment.
The gateway, the XMSS vault program, and the relayer are open source under MIT. Read the architecture, the bridge spec, and the on-chain programs.