Post-Quantum Blockchain Infrastructure

📰 Read our Blog
Click anywhere to enter
Post-Quantum Blockchain

Trust Stack
Network

Next-generation post-quantum blockchain infrastructure.
Built in Rust with ML-DSA-65, Plonky3 STARKs,
Poseidon2 and MIK anti-Sybil consensus.

0 Lines of Rust
0 Git Commits
0 Active Nodes
Network
Height
Difficulty
Hashrate
Peers
Explorer →
Live

Latest Blocks

Architecture

Built for the Post-Quantum Era

Every layer designed to resist quantum attacks from day one.

ML-DSA-65
Cryptography

Quantum-Resistant
Signatures

Every transaction is signed with ML-DSA-65 — the NIST-standardized post-quantum signature scheme. While Bitcoin and Ethereum rely on ECDSA that quantum computers will break, TSN is immune from day one.

ML-DSA-65NIST Level 3Lattice-Based
Plonky3 STARKs
Privacy

Privacy Through
Zero-Knowledge

Plonky3 STARKs prove transactions are valid without revealing who sent what to whom. No trusted setup. No elliptic curves. Post-quantum by construction.

Plonky3STARKsNo Trusted Setup
MIK Consensus
Consensus

Mining Meets
Identity & Knowledge

MIK weaves three forces into one: accessible Proof-of-Work with Poseidon2, pseudonymous identity scoring, and a reputation layer that acts as the network's immune system.

Poseidon2 PoWAnti-SybilNo ASICs
Shielded Transactions
Protocol

Shielded by
Default

Amounts, senders, and recipients are hidden behind zero-knowledge proofs. Only commitments and nullifiers touch the chain. Your financial privacy is not optional — it's the architecture.

CommitmentsNullifiersChaCha20
100% Rust
Engineering

96,000 Lines of
Pure Rust

TSN is not a fork. No Substrate, no Cosmos SDK, no framework. Consensus engine, P2P protocol, zkVM, smart contracts, wallet, block format — all written from zero in Rust. We use battle-tested crypto primitives (ML-DSA-65, Poseidon2, Plonky3) but everything above the primitive layer is original TSN code. 298 source files. 432 tests.

Memory Safe96K Lines432 TestsZero GC
Built from Scratch
Independence

Built from
Scratch

TSN is not a fork. No Substrate, no Cosmos SDK, no framework. Consensus engine, P2P network protocol, zkVM, smart contracts, wallet, stablecoin module, block format — all designed and written from zero. We use battle-tested crypto primitives but everything above the primitive layer is original TSN code.

Not a Fork92K Lines298 FilesFrom Zero
TSN Ecosystem
Ecosystem

More Than
a Blockchain

Explorer, wallet, Whispr social network, ZST gold-backed stablecoin, and a full documentation suite. Everything post-quantum. Everything open source.

ExplorerWhisprZST Stablecoin
Node Architecture

A Multi-Role Decentralized Network

TSN nodes specialize by role via the --role CLI flag.

⛏️ Miner Node

--role miner

Full node with Poseidon2 proof-of-work mining. Validates transactions, produces blocks and secures the chain. Must register a MIK (Miner Identity Key) on-chain.

85% of block reward (42.5 TSN/block)

🔄 Relay Node

--role relay

Full node that stores the complete chain and relays blocks and transactions via gossip protocol. Serves fast-sync snapshots so new nodes can catch up in minutes.

10% relay pool share

📱 Light Client

--role light

Minimal node that syncs headers only and verifies transactions via ZK proofs. Designed for mobile and constrained devices. No full chain storage required.

no reward
TypeFull ChainMinesRelaysReward
Miner 85% block reward
Relay 10% relay pool
Light Client
Protocol

How a Shielded Transaction Works

1

Create Note

Shielded note with value, recipient key, and randomness. Nothing revealed.

2

Generate Proof

Plonky3 STARK proves validity without revealing any private data.

3

Commit & Nullify

Poseidon2 commitment to tree. Nullifier prevents double-spending.

4

Sign & Broadcast

ML-DSA-65 quantum-safe signature. Broadcasted to P2P network.

Resilience

Bulletproof Synchronization
& Fork Protection

TSN implements a multi-layered defense system that goes beyond what most L1 blockchains offer.

⚡ Fast-Sync Protocol

New nodes download a compressed state snapshot from any peer, verify it cryptographically (Ed25519 signature, multi-seed confirmation, SHA256, state root), then sync only missing blocks. Snapshots are published to GitHub as a public mirror.

< 5 min
Initial sync
gzip
Compressed
0
Trust required

⚖ Heaviest Chain Rule

Fork choice based on cumulative proof-of-work, not simply the longest chain. Same proven approach as Bitcoin Core.

canonical = max(∑ difficulty)
not max(height)
📦

Verified Snapshot System

Decentralized state snapshots with cryptographic verification. Instant chain restoration without trusting any single node.

Step 1
Export
Seed produces snapshot & signs manifest with Ed25519
Step 2
Confirm
2+ independent seeds verify block hash & state root, sign individually
Step 3
Publish
Snapshot & manifest published to seeds + GitHub mirror
Step 4
Verify
Importing node checks signature, confirmations, SHA256 & state root
Trust model: GitHub is a distribution mirror. Trust comes from Ed25519 signatures, multi-seed confirmations, and state root recalculation after import.
View in Explorer GitHub Snapshots

Anti-Fork Protections

MAX_REORG_DEPTH = 100No reorganization deeper than 100 blocks, regardless of cumulative work
Checkpoint FinalityEvery 100 blocks — deterministic finality, no reorg beyond checkpoint
Anti-Fork Sync GateMiners must be within 2 blocks of network tip to submit new blocks
Genesis VerificationAll nodes verify genesis block hash at startup — prevents silent forks
Fork ID VerificationPeers verify fork identity on handshake — prevents silent chain splits and eclipse attacks
Anchor Block FilterRejects blocks that do not reference a recent valid ancestor — prevents orphan spam

Most L1 blockchains rely on simple longest-chain rules. TSN combines 7 layers of protection for enterprise-grade chain stability.

Tokenomics

Fair and Transparent Economy

No premine, no private sale. Every TSN is mined by the community.

Proof of Work

Poseidon ZK-friendly Proof-of-Work consensus. Each mined block generates 50 TSN reward. Native ZK-proof verification of mining.

💰

Dev Fee 5%

85% of each block goes to the miner. 10% goes to the relay pool. 5% funds the development treasury. Zero premine. Treasury only grows with mining.

Team

The Specialists Behind TSN

A multidisciplinary team of developers, each an expert in their field.
We are you. We are no one. We are everyone. The code speaks for itself.

Vince.K
Vince.K CEO · Founder
Kai.V
Kai.V Architect · CTO / Lead Dev
Arjun.S
Arjun.S Protocol Engineer Core · Blockchain Engine
Elena.M
Elena.M Cryptography Engineer ML-DSA · Plonky3 · Poseidon2
Jamal.O
Jamal.O Network Engineer P2P · Kademlia · Gossip
Yuki.T
Yuki.T Infrastructure Engineer DevOps · CI/CD · Monitoring
Marcus.R
Marcus.R Security Engineer Audit · QA · Fuzzing
Network

TSN Network Topology

Each node is identified by a cryptographic Node ID — the Poseidon2 hash of its ML-DSA public key. No IP address is exposed.

SEED tsn:0x7a3f...c1d8 N-2 tsn:0x2e91...f4a2 N-3 tsn:0x8bc4...e7d3 N-4 tsn:0x5d0a...b9f1 N-5 tsn:0x1f6e...a3c5

Cryptographic Node ID

Each node generates an ML-DSA key pair at startup. Its network identifier is the Poseidon2 hash of its public key — unique, deterministic and non-reversible.

IP-less Discovery

The Kademlia DHT protocol routes messages via Node IDs (XOR distance, k=20). Network addresses are encrypted in the transport layer.

Network Status

7 nodes are provisioned for the testnet (2 miners + 5 seed nodes). Private testnet active since March 2026 — mainnet planned Q3 2026.

Demo

TSN Commands in Action

A preview of the TSN CLI — wallet generation, mining and network interactions.

tsn-node
$ ./bin/tsn wallet
Interactive wallet menu loaded...
[1] New wallet [2] Restore [3] Send [4] History [5] Balance
$ ./bin/tsn miner -t 2
Connecting to seed nodes...
Peers: 4 connected | Synced: block #1,247
Block #1,248 mined! +42.5 TSN (5 TSN relay pool, 2.5 TSN dev fee) | 1.2M attempts | 3.4s
$ ./bin/tsn history
TX #4a2f +42.5 TSN (mined block #39,412) 3 confirmations
Roadmap

From Code to Mainnet

A clear path: build, test privately, test publicly, then launch.

Phase 1 — Foundations

Core Blockchain, Crypto & Network

96k+ lines of Rust. Blocks, transactions, UTXO, Poseidon2, ML-DSA-65, Plonky3 STARKs, P2P networking, consensus, wallet, RPC API, explorer.

Completed
Phase 2 — Advanced Features

Multi-Role Nodes, Plonky3 Migration, zkVM

Multi-role nodes with --role CLI flag (Miner, Relay, Light Client). Viewing key export/import. Full Plonky3 STARKs migration. Zero-knowledge virtual machine foundations.

Completed
April 2026

Private Testnet

7 nodes running v2.1.5. Working transactions, dual mining, interactive wallet, P2P auto-update, verified snapshot system. Currently active.

⚠️ TSN tokens currently have no monetary value. This is a development testnet. Tokens can be mined for free by running a node. Economic value will only be introduced at the incentivized testnet phase.

Live Now
May — July 2026

Incentivized Public Testnet

Open to everyone. Bug bounty program, node operator rewards, smart contract testing, security audit. 2–3 months.

Upcoming
Q3 2026

Mainnet Launch

Genesis block. Fair launch, no premine. Full privacy by default. zkVM smart contracts live. Open-source release.

Planned
Ecosystem

Whispr — Decentralized Social Network

P2P private social network with E2E encrypted DMs, circles, blog, polls, AI assistant. No email, no phone — just a seed phrase. Launch App →

v0.3.0 — Live
Ecosystem

NetherSwap — Decentralized Exchange

Cross-chain anonymous DEX with AMM swap, liquidity pools, P2P escrow, yield farming, DAO governance, and prediction markets. Powered by TSN relayers.

In Development
Ecosystem

ZST — Gold-Backed Stablecoin (L2)

1 ZST = 1 gram of gold. Independent Layer 2 with decentralized oracle price feeds, 150% over-collateralization in TSN, and shielded zero-knowledge conversions.

Post-Mainnet
Comparison

Quantum Resistance at Every Layer

FeatureBitcoinEthereumMoneroTSN
SignaturesECDSAECDSAEd25519ML-DSA-65
ZK ProofsNoneSNARKsBulletproofsPlonky3
HashSHA-256KeccakKeccakPoseidon2
PrivacyTransparentTransparentRing SigsZK Shielded
Quantum SafeNoNoNoFull Stack ✓
FAQ

Understanding TSN
in Simple Terms

Answers to essential questions about Trust Stack Network.

TSN (Trust Stack Network) is a privacy-first, post-quantum blockchain. It's a shared ledger between computers (nodes) that agree on who owns what, without intermediaries — and with protection against future quantum computers.

Current blockchains (Bitcoin, Ethereum) use signatures that will be breakable by quantum computers. TSN uses ML-DSA-65 (standardized by NIST in 2024, FIPS 204) for signatures, Plonky3 STARKs for zero-knowledge proofs (AIR-based, post-quantum). When quantum computers arrive, TSN will already be protected.

Transaction amounts are hidden using Zero-Knowledge (ZK) proofs. When you send TSN, you generate a mathematical proof saying "I have sufficient funds" without revealing how much you own or how much you're sending. Only the recipient (with their viewing key) can see the amount received.

TSN is the native currency of the network. 1 TSN = 1 billion base units. You can get it in 3 ways:

  • Mining — Each mined block generates 50 TSN (42.5 for the miner, 5 for the relay pool, 2.5 dev fee)
  • Transactions — Someone can send you TSN

There is no premine: nobody owns TSN in advance. Every coin is mined.

On each mined block, 85% goes to the miner, 10% to the relay pool and 5% funds the development treasury. It's transparent and visible on-chain. This funds ongoing project development. There is no premine or private sale — the treasury only grows with mining, like everyone else.

1 You create a shielded transaction from your wallet
2 A Plonky3 proof is generated — it proves you have the funds without revealing them
3 The transaction is signed with your ML-DSA-65 key (post-quantum)
4 The P2P network propagates the transaction via gossip
5 A miner includes it in a block (Proof of Work)
6 The recipient scans the blockchain with their viewing key and sees their funds

TSN is developed by a dedicated engineering team with specialists in core development, cryptography, networking, devops and security. The project is 100% open source and the code is available on GitHub. Development runs 24/7 with continuous code review, automated tests and continuous integration.

The deployment plan is progressive:

  • Local testnet (7 nodes) — active since March 2026
  • Incentivized public testnet — open to the community, potentially with an airdrop for participants
  • Mainnet — after public testnet stabilization and security audits

The roadmap is adaptive and evolves with progress. Follow us for announcements.

Ready to Build the Post-Quantum Future?

Join the network, mine blocks, or explore the technology.