Whitepapers

Choose the version that matches your background.

INTcoin: A Post-Quantum Cryptocurrency

Version 1.0 — April 2026


What is INTcoin?

INTcoin is a cryptocurrency designed to be secure against both today's computers and tomorrow's quantum computers. It uses NIST-standardised post-quantum cryptography — the same algorithms recommended by the United States National Institute of Standards and Technology for protecting against quantum threats.

In 2008, Satoshi Nakamoto published *"A Peer-to-Peer Electronic Cash System"*, introducing the foundational concepts of blockchain-based cryptocurrency: a chain of digital signatures, proof-of-work consensus, and a decentralised UTXO transaction model. INTcoin builds on these proven foundations while replacing the cryptographic primitives with quantum-resistant alternatives — ensuring the system remains secure as computing technology evolves.

Unlike most cryptocurrencies that rely on elliptic curve cryptography (which quantum computers could break), INTcoin uses lattice-based signatures that remain secure even against a large-scale quantum computer.

Why Does INTcoin Exist?

Existing cryptocurrencies use ECDSA (Elliptic Curve Digital Signature Algorithm) for transaction signing. This algorithm is efficient and well-tested, but it has a critical weakness: a sufficiently powerful quantum computer running Shor's algorithm could derive private keys from public keys, allowing an attacker to spend anyone's funds.

Retrofitting post-quantum cryptography into an existing blockchain is extremely difficult:

  • It requires a consensus-breaking hard fork — every node must upgrade simultaneously

  • All existing addresses must migrate to new key formats, or risk being left vulnerable

  • The larger signature sizes (4,627 bytes vs ~72 bytes) change the economics of every transaction

  • Key derivation, wallet formats, and P2P protocols all need redesigning
  • INTcoin was built from scratch specifically to avoid these migration problems. Post-quantum cryptography is not an afterthought — it is the foundation that everything else is built on. Your funds are protected from day one.

    Why Post-Quantum?

    Quantum computers powerful enough to break today's cryptography don't exist yet — but they're being actively developed by governments and corporations worldwide. When they arrive, any cryptocurrency that uses ECDSA or Ed25519 signatures will be vulnerable to:

  • Key recovery attacks — deriving private keys from public keys

  • "Store now, decrypt later" — adversaries recording blockchain transactions today to break them later
  • The question is not *if* quantum computers will be powerful enough, but *when*. INTcoin ensures you don't have to worry about the answer.

    How It Works

    Signatures: ML-DSA-87 (Dilithium5)

    Every INTcoin transaction is signed with ML-DSA-87, the highest security level (Level 5) of the NIST Digital Signature Algorithm standard. This provides:

  • 256-bit classical security — as strong as AES-256

  • Post-quantum security — resistant to Shor's algorithm and known quantum attacks

  • Fast verification — thousands of signatures verified per second on commodity hardware
  • Mining: RandomX

    INTcoin uses RandomX, an ASIC-resistant proof-of-work algorithm optimised for general-purpose CPUs. This means:

  • Anyone can mine — no specialised hardware needed, just a regular computer

  • Fair distribution — no advantage for ASIC manufacturers

  • 2-minute block time — fast confirmations with 6-block finality
  • Encrypted Transport: ML-KEM-1024

    All peer-to-peer connections use ML-KEM-1024 (Kyber1024) key exchange with ChaCha20-Poly1305 encryption. This provides:

  • Forward secrecy — each connection uses fresh keys

  • Post-quantum key exchange — the handshake itself is quantum-resistant

  • Authenticated encryption — messages can't be tampered with
  • Key Specifications

    PropertyValue
    AlgorithmRandomX (ASIC-resistant CPU mining)
    Block time2 minutes
    Block reward105,113,636 INT (halves every ~4 years)
    Max supply221 trillion INT
    Decimals4 (1 INT = 10,000 base units)
    SignaturesML-DSA-87 (Dilithium5, NIST Level 5)
    Key exchangeML-KEM-1024 (Kyber1024)
    HashingSHA3-256
    Address formatBech32 (int1q... for mainnet)

    Features

    HD Wallet


    Your wallet is protected by a single seed phrase (12 or 24 words). All addresses are derived from this seed using SHA3-256-based hierarchical deterministic derivation (BIP44-compatible path m/44'/2210'/0'/0/0).

    Lightning Network


    Instant, low-fee payments via payment channels. INTcoin includes a built-in Lightning Network implementation with BOLT-11 invoices, BOLT-12 offers, and onion routing — all using post-quantum cryptography.

    Privacy Networks


    Connect via Tor or I2P for anonymous peer-to-peer networking. The wallet supports automatic onion service creation and I2P SAM session management.

    Standalone Wallet


    The desktop wallet runs an embedded full node — just download, install, and run. No server setup, no terminal commands, no RPC configuration. Available for Windows, macOS, and Linux.

    Partially Signed Transactions (PST)


    Multi-party signing, hardware wallet integration, and offline signing workflows using INTcoin's PST format (adapted from the BIP-174 standard for Dilithium5 signatures).

    Getting Started

  • Download the wallet from international-coin.org

  • Create a new wallet — write down your seed phrase and store it safely

  • Receive coins by sharing your int1q... address

  • Send coins by entering a recipient's address and amount
  • For developers: see the Technical Whitepaper and Developer Guide.

    Community

  • Website: international-coin.org

  • Explorer: explorer.international-coin.org

  • Discord: discord.gg/Y7dX4Ps2Ha

  • Telegram: t.me/INTcoin_official

  • GitHub: github.com/INT-devs/intcoin
  • Important Disclaimer

    Cryptocurrency is unregulated and inherently risky. INTcoin is
    experimental open-source software. The INTcoin Core Developers accept
    no liability for loss of funds, whether through software bugs,
    user error, market volatility, regulatory action, or any other cause.

  • There is no guarantee of the value, stability, or future

  • existence of INTcoin
  • Blockchain transactions are irreversible — if you send funds

  • to the wrong address or lose your seed phrase, nobody can help you
  • You are solely responsible for securing your wallet, backing

  • up your seed phrase, and verifying transaction details before sending
  • Cryptocurrency regulations vary by jurisdiction — it is your

  • responsibility to comply with the laws that apply to you
  • This whitepaper is not financial advice and should not be

  • treated as a solicitation to purchase or invest in INTcoin

    If you do not understand and accept these risks, do not use INTcoin.

    References

  • Nakamoto, S. (2008). *"Bitcoin: A Peer-to-Peer Electronic Cash System."* — Foundational architecture: chain of digital signatures, proof-of-work consensus, UTXO transaction model

  • Ducas, L., Kiltz, E., Lepoint, T., Lyubashevsky, V., Schwabe, P., Seiler, G., Stehlé, D. (2018). *"CRYSTALS-Dilithium: A Lattice-Based Digital Signature Scheme."* — INTcoin's transaction signature algorithm (standardised as NIST ML-DSA-87)

  • Avanzi, R., Bos, J., Ducas, L., Kiltz, E., Lepoint, T., Lyubashevsky, V., Schanck, J.M., Schwabe, P., Seiler, G., Stehlé, D. (2018). *"CRYSTALS-Kyber: A CCA-Secure Module-Lattice-Based KEM."* — INTcoin's post-quantum key exchange (standardised as NIST ML-KEM-1024)

  • tevador (2019). *"RandomX: ASIC-resistant proof-of-work algorithm."* — INTcoin's CPU-optimised mining algorithm

  • Poon, J., Dryja, T. (2016). *"The Lightning Network: Scalable Off-Chain Instant Payments."* — Foundation for INTcoin's layer-2 payment channels

  • Palatinus, M., Rusnak, P. (2013). *"BIP 39: Mnemonic code for generating deterministic keys."* — Seed phrase standard for wallet backup and recovery

  • deswa (2014). *"Digishield v3."* — INTcoin's per-block difficulty retargeting algorithm
  • License

    MIT License. See LICENSE.

    View on GitHub: User Whitepaper  |  Technical Whitepaper