HQ is Quantum Intelligence — the Layer-0 behind HYLAQ QUANTUM. Launch your own Layer-1 appchains and tokens on a substrate where every key, transaction, and block is secured with NIST-standardized post-quantum cryptography.
Most blockchains rely on elliptic-curve signatures a future quantum computer could break. HQ is built differently from the ground up.
Signatures use ML-DSA-44 (FIPS 204), the NIST post-quantum standard — not a patch, but the foundation of every account and block.
A lean Rust core built for parallel execution, with published, reproducible benchmarks you can run yourself.
A deterministic, gas-metered virtual machine with persistent storage. Deploy programmable logic that can never loop forever.
Stake-weighted, deterministic leader election. No mining, no waste — every honest node agrees on the next proposer.
Brand your token's address. Choose a 1–8 letter prefix at deploy time — MOON…, DOGE…, your call. Wallets stay HQ-branded.
Run a full validator, a lightweight node, or a local test network — testnet and mainnet configurations included.
On most chains every address looks the same. On HQ, anyone creating a token picks its prefix — up to eight letters — so the address itself carries the brand.
# deploy a token with a custom prefix hq deploy --from wallet.json \ --code token.json --prefix MOON # -> Contract/token address: MOONefe6f73574f9c550c32832ba27e9802f...
Real-time statistics from the HYLAQ QUANTUM network.
Generate a post-quantum wallet, define genesis, and run a validator. Spin up a two-node network locally with a single script.
# build cargo build --release # a post-quantum wallet (address starts with HQ) hq keygen --out wallet.json # run a validator node hq run --data ./data --genesis genesis.json \ --validator wallet.json # send value, signed with ML-DSA hq send --from wallet.json --to HQ… --amount 25
Quantum-resistant. High-throughput. Yours to run. Welcome to HYLAQ QUANTUM.