About Soqucoin

The first production cryptocurrency with native post-quantum signature verification, built to protect value in the quantum computing era.

Our Mission

Quantum computers will break the cryptography that secures today's cryptocurrencies. Soqucoin exists to solve this problem before it becomes a crisis. We're building a cryptocurrency that uses NIST-standardized post-quantum signatures from day one, not as an afterthought, but as the foundation. No migration, no soft forks, no compromises.

Why Post-Quantum Matters

Today's cryptocurrencies. Bitcoin, Ethereum, Litecoin, Dogecoin. all rely on ECDSA signatures built on elliptic curve math. Quantum computers running Shor's algorithm will solve that math in hours, allowing attackers to forge signatures and steal funds.

Experts estimate cryptographically-relevant quantum computers could arrive between 2030–2035. But "harvest now, decrypt later" attacks mean on-chain transactions are already being recorded for future decryption. The window to migrate is closing.

  1. 01
    NIST-Standardized Solution

    Soqucoin uses ML-DSA-44 (Dilithium). a NIST FIPS 204 lattice-based signature scheme that even quantum computers cannot break. Not as an upgrade, but from genesis.

  2. 02
    Industry Inaction

    Dilithium signatures are 37× larger than ECDSA. Most blockchains are paralyzed by migration complexity. Soqucoin's PAT batching achieves up to 25,600× space savings, making PQ practical.

  3. 03
    First-Mover Advantage

    Rather than waiting for an emergency migration, Soqucoin launches quantum-resistant from day one. Early adopters get protection before the crisis hits.

Frequently Asked Questions

What is Soqucoin? +
Soqucoin is a Scrypt-based proof-of-work cryptocurrency designed as a quantum-safe Layer 1 blockchain. It uses NIST-standardized Dilithium (ML-DSA-44) signatures to protect transactions from future quantum computer attacks. Unlike Bitcoin and other cryptocurrencies that will need emergency migrations, Soqucoin is quantum-resistant from genesis.
Is Soqucoin a fork of Dogecoin? +
It's a codebase fork (or clone), but not a hard fork. The source code started with Dogecoin but begins with a brand new Genesis Block (Block 0). There is no shared transaction history or airdrop to Doge holders. Think of it as using Dogecoin's well-tested foundation while replacing the cryptographic engine.
What's the total supply? +
Like Dogecoin, there is no hard cap. After block 600,000, the block reward is fixed at 10,000 SOQ forever, creating predictable inflation that approaches 0% asymptotically. This perpetual tail emission funds ongoing network security and is better suited for a currency use-case than artificial scarcity.
What is Dilithium / ML-DSA-44? +
ML-DSA-44 (commonly called Dilithium) is a NIST-standardized post-quantum digital signature algorithm. It's based on lattice cryptography, mathematical problems that remain hard even for quantum computers. Soqucoin uses it for all transaction authorization, completely replacing ECDSA.
How does PAT batching work? +
PAT (Practical Attestation Technique) uses Merkle tree commitments to batch verify hundreds of Dilithium signatures at once. Instead of storing each 2.4KB signature individually, PAT creates a single ~100-byte proof that represents the entire batch. This achieves up to 25,600× space savings while maintaining full cryptographic security.
What is Lattice-BP++? +
Lattice-BP++ is a quantum-safe confidential transaction system that hides transaction amounts while proving they are valid (non-negative, within range). Unlike classical Bulletproofs++ that rely on elliptic curve math vulnerable to quantum attack, Lattice-BP++ uses Module-LWE commitments and range proofs that remain secure against both classical and quantum adversaries. It is opt-in, so users choose between transparent and confidential transactions on the same chain.
What is the emission schedule? +
Soqucoin uses a Dogecoin-style emission with halvings every 100,000 blocks:

0–99,999: 500,000 SOQ (~70 days)
100,000–199,999: 250,000 SOQ
200,000–299,999: 125,000 SOQ
300,000–399,999: 62,500 SOQ
400,000–499,999: 31,250 SOQ
500,000–599,999: 15,625 SOQ
600,000+: 10,000 SOQ (perpetual)

Terminal emission is reached in ~11.4 months. There is no hard cap.
What hardware can I use to mine? +
Soqucoin uses Scrypt proof-of-work, the same algorithm as Litecoin and Dogecoin. You can mine with any Scrypt ASIC, including Antminer L7, L9, Goldshell Mini-DOGE, and similar devices. We've validated compatibility with the Antminer L7 (9.5 GH/s) with zero firmware modifications required.
Is there a mining pool? +
Current status (pre-mainnet):

Engineering Testnet: Stratum bridge available for testing with any Scrypt miner
Public pools: No third-party pools yet (launching with mainnet)

Visit the Mining page for current pool details.

Mainnet plans: Open-source pool software at launch, AuxPoW merged mining with LTC/DOGE supported from genesis.
How do I connect my ASIC to the network? +
Download the node and SOQ Solo Miner from the Downloads page. Configure your miner with:

Pool URL: stratum+tcp://127.0.0.1:3333
Worker: YOUR_SOQ_ADDRESS.rigname
Password: x

See the Solo Mining Guide for full setup instructions, or visit the SOQ-TEC Terminal for live network stats.
What are the block rewards? +
Block rewards start at 500,000 SOQ and halve every 100,000 blocks until reaching a permanent floor of 10,000 SOQ/block. Block time is ~1 minute. After block 600,000, the 10,000 SOQ reward continues indefinitely to ensure perpetual miner incentives.
Where is the emission schedule defined in code? +
The emission schedule is defined in:

src/soqucoin.cppGetSoqucoinBlockSubsidy() function
src/chainparams.cpp – consensus parameters

You can view the code on GitHub.
Where can I find more details about mining? +
Documentation:

SOQ-TEC Terminal – Live stats, mining dashboard, worker leaderboard
FAQ.md on GitHub – Full technical FAQ
Mining Guide – Setup instructions
Protocol page – Consensus specifications

Community:

Discord – Ask questions in #mining
Telegram – Community chat
What is pSOQ? +
pSOQ is a Solana SPL token that serves as a bridge to the Soqucoin ecosystem. It allows users to hold and trade quantum-secure exposure on existing DeFi platforms using familiar wallets. After mainnet launch, pSOQ is intended to be exchangeable 1:1 for native SOQ, subject to technical implementation and applicable law.
Is pSOQ quantum resistant? +
No. While the underlying SOQ is quantum-secure, the pSOQ token on Solana is only as secure as the Solana network (which uses Ed25519 signatures). A quantum computer capable of breaking Ed25519 could forge signatures to steal pSOQ. Native Soqucoin addresses remain 100% secure. Think of it as: Native SOQ is a fortress; pSOQ is a convenience bridge with lower long-term security.
How will the SOQ-TEC Gateway work? +
The SOQ-TEC Gateway uses patent-pending quantum-safe custody technology:

1. Vaulting: SOQ is locked in an XMSS Revolving Vault on Soqucoin (hash-based one-time signatures that auto-rotate after each use)
2. Minting: The gateway issues pSOQ on Solana to your address
3. Redeeming: Burn pSOQ to unlock SOQ from the vault

The gateway will be subject to independent security audits before activation. See the SOQ-TEC Gateway documentation for technical details.