QMS Network Official
Before QMS produces its first block, prove you were here. We're building a Layer 1 for the post-quantum era. The Quantum Early Access Pass is now live. Claim yours for beta testnet access and share it on X: https://qms.finance/#waitlist Original Tweet…
You do NOT need to connect a wallet to claim your Quantum Early Access Pass.
Please use only the official QMS link and stay safe.
Please use only the official QMS link and stay safe.
👍11
1,500 of you have claimed a Quantum Early Access Pass.
We see you. Thank you for showing up this early.
You got the card. Stay tuned for a special Discord role.
Original Tweet
X | LinkedIn | Medium | Docs
We see you. Thank you for showing up this early.
You got the card. Stay tuned for a special Discord role.
Original Tweet
X | LinkedIn | Medium | Docs
🔥22
Claimed a Quantum Early Access Pass but still not sure what QMS actually is? That’s understandable.
We're building a blockchain for the quantum era, with a quantum-resistant core and a mining system designed to solve real-world problems.
The next posts are the perfect place to start getting to know QMS -
Original Tweet
X | LinkedIn | Medium | Docs
We're building a blockchain for the quantum era, with a quantum-resistant core and a mining system designed to solve real-world problems.
The next posts are the perfect place to start getting to know QMS -
Original Tweet
X | LinkedIn | Medium | Docs
❤13
QMS Network Official
Introduction to QMS: The Architecture, Layer by Layer Quantum-resistant blockchains come in three shapes: retrofit chains migrating off ECDSA, native post-quantum chains starting from a clean base, and quantum-native chains that build around hardware that…
If you read one thing, read this.
It is the map of the design: useful-work mining, consensus and finality post-quantum from day one, and Ethereum-compatible execution so existing wallets work.
It is the map of the design: useful-work mining, consensus and finality post-quantum from day one, and Ethereum-compatible execution so existing wallets work.
👍11❤3
QMS Network Official
How Proof-of-Useful-Work Rewards the QMS Community Proof of work has always had one economic problem: the work itself has no value beyond securing the chain. Miners spend energy on hashes no one else wants. The protocol pays for them because no one else will.…
This is the “what are the miners actually doing” piece.
A client would post a planning job, such as which trucks take which stops, which assets sit in a book, lock a reward, and say what a good answer looks like. Then miners search, and every solution that clears that bar gets paid.
A client would post a planning job, such as which trucks take which stops, which assets sit in a book, lock a reward, and say what a good answer looks like. Then miners search, and every solution that clears that bar gets paid.
❤13👍3
QMS Network Official
Ethereum's Post-Quantum Migration Will Take a Decade. QMS Starts With Two Layers Settled Ethereum is the most detailed chain in the industry on post-quantum migration — a dedicated team, around ten client teams building to spec, a $20M three-year formal verification…
The usual question is why this matters if Ethereum is already doing post-quantum work.
This is what you need to know.
This is what you need to know.
❤20👍7
If you joined the QMS waitlist before this week, your Quantum Early Access Pass is ready to claim.
Hit "X Connect" on the waitlist page and get yours.
Just one click, you don't have to fill in the form again, and no wallet is required.
Original Tweet
X | LinkedIn | Medium | Docs
Hit "X Connect" on the waitlist page and get yours.
Just one click, you don't have to fill in the form again, and no wallet is required.
Original Tweet
X | LinkedIn | Medium | Docs
👍27❤10
Commercial compute buyers care about 4 things: a correct result, useful latency, predictable cost and clean integration.
QMS adds a fifth: verification.
That creates a focused opportunity in markets where transparency is part of the product. Onchain portfolios and auctions can settle against results every participant can inspect, giving asset managers, protocols and market operators a stronger basis for trust.
Fleet routing and factory scheduling offer valuable technical benchmarks. Onchain markets provide the clearest starting point for commercial adoption.
QMS is strongest where verification improves the buyer’s product.
Original Tweet
X | LinkedIn | Medium | Docs
QMS adds a fifth: verification.
That creates a focused opportunity in markets where transparency is part of the product. Onchain portfolios and auctions can settle against results every participant can inspect, giving asset managers, protocols and market operators a stronger basis for trust.
Fleet routing and factory scheduling offer valuable technical benchmarks. Onchain markets provide the clearest starting point for commercial adoption.
QMS is strongest where verification improves the buyer’s product.
Original Tweet
X | LinkedIn | Medium | Docs
❤31
7,000+ Quantum Early Access Passes claimed.
Tomorrow, we open the door to something special that only pass holders will have access to, and it will be announced here first.
Remember to follow us if you haven’t already.
Original Tweet
X | LinkedIn | Medium | Docs
Tomorrow, we open the door to something special that only pass holders will have access to, and it will be announced here first.
Remember to follow us if you haven’t already.
Original Tweet
X | LinkedIn | Medium | Docs
❤19👍18
This media is not supported in your browser
VIEW IN TELEGRAM
Last week showed what post-quantum migration looks like in practice.
1️⃣ Today’s hardware can perform the cryptography. The product work is not finished.
Blockstream Research ran experimental SLH-DSA implementations on four hardware wallets already on the market: Jade Plus, Trezor Safe 3, Ledger Nano Gen5/S+, and BitBox02 Nova.
All four generated signatures. In Blockstream’s cold-mode benchmark, Jade averaged 52.85 seconds and Ledger 120.12 seconds.
That proves the hardware can do the computation. It does not mean these wallets ship with post-quantum support or that the experimental implementations are ready to protect real funds.
2️⃣ Changing the signature can expose assumptions buried elsewhere in the protocol.
Ethereum currently selects sync committee aggregators by signing a fixed message and hashing the BLS signature. Because BLS signatures are unique, each validator effectively gets one attempt.
leanSig, the hash-based scheme being developed for Ethereum’s post-quantum consensus work, can produce multiple valid signatures for the same message. Without changing the selection process, a validator could keep generating signatures until it wins.
Draft EIP-8384 proposes selecting aggregators deterministically from beacon state data instead. Adopting it would require a hard fork because it changes Ethereum’s consensus rules and wire format. The proposal remains an open draft, not a scheduled upgrade.
3️⃣ This is a multi-year migration, not a single software update.
Ethereum’s current roadmap describes four tentative fork milestones and targets core L1 post-quantum infrastructure by around 2029. Full execution layer and ecosystem migration would take longer.
Its planned hash-based validator signatures are also roughly 3,000 bytes, compared with 96 bytes for BLS. That is why Ethereum must redesign aggregation and networking rather than simply replace one signature library with another.
Original Tweet
X | LinkedIn | Medium | Docs
1️⃣ Today’s hardware can perform the cryptography. The product work is not finished.
Blockstream Research ran experimental SLH-DSA implementations on four hardware wallets already on the market: Jade Plus, Trezor Safe 3, Ledger Nano Gen5/S+, and BitBox02 Nova.
All four generated signatures. In Blockstream’s cold-mode benchmark, Jade averaged 52.85 seconds and Ledger 120.12 seconds.
That proves the hardware can do the computation. It does not mean these wallets ship with post-quantum support or that the experimental implementations are ready to protect real funds.
2️⃣ Changing the signature can expose assumptions buried elsewhere in the protocol.
Ethereum currently selects sync committee aggregators by signing a fixed message and hashing the BLS signature. Because BLS signatures are unique, each validator effectively gets one attempt.
leanSig, the hash-based scheme being developed for Ethereum’s post-quantum consensus work, can produce multiple valid signatures for the same message. Without changing the selection process, a validator could keep generating signatures until it wins.
Draft EIP-8384 proposes selecting aggregators deterministically from beacon state data instead. Adopting it would require a hard fork because it changes Ethereum’s consensus rules and wire format. The proposal remains an open draft, not a scheduled upgrade.
3️⃣ This is a multi-year migration, not a single software update.
Ethereum’s current roadmap describes four tentative fork milestones and targets core L1 post-quantum infrastructure by around 2029. Full execution layer and ecosystem migration would take longer.
Its planned hash-based validator signatures are also roughly 3,000 bytes, compared with 96 bytes for BLS. That is why Ethereum must redesign aggregation and networking rather than simply replace one signature library with another.
Original Tweet
X | LinkedIn | Medium | Docs
🔥53❤17
This media is not supported in your browser
VIEW IN TELEGRAM
We hear you. The QMS Discord is now open!
Quantum Early Access Pass holders can claim the exclusive Quantum Pioneer Discord role while spots last.
Join the community and claim yours: https://discord.gg/qmsnetwork
Original Tweet
X | LinkedIn | Medium | Docs
Quantum Early Access Pass holders can claim the exclusive Quantum Pioneer Discord role while spots last.
Join the community and claim yours: https://discord.gg/qmsnetwork
Original Tweet
X | LinkedIn | Medium | Docs
🔥291❤173
Being early feels like sitting in a room before the lights come on. Then someone else walks in, and you both pretend this is completely normal :)
To everyone who has claimed the Quantum Pioneer role on Discord: well done!
Original Tweet
X | LinkedIn | Medium | Docs
To everyone who has claimed the Quantum Pioneer role on Discord: well done!
Original Tweet
X | LinkedIn | Medium | Docs
❤162🔥45🐳7👎4
QMS Network Official
Being early feels like sitting in a room before the lights come on. Then someone else walks in, and you both pretend this is completely normal :) To everyone who has claimed the Quantum Pioneer role on Discord: well done! Original Tweet X | LinkedIn | Medium…
Got your Qubits role but haven't gone Pioneer yet?
Head to #early-quantum-role inside the server and verify your Quantum Early Access Pass — it unlocks Quantum Pioneer: access to #pioneer-chat, early access to updates, and more.
Not in yet? discord.gg/qmsnetwork — while spots last.
Original Tweet
X | LinkedIn | Medium | Docs
Head to #early-quantum-role inside the server and verify your Quantum Early Access Pass — it unlocks Quantum Pioneer: access to #pioneer-chat, early access to updates, and more.
Not in yet? discord.gg/qmsnetwork — while spots last.
Original Tweet
X | LinkedIn | Medium | Docs
👍148❤69
There are 3 markets where QMS could create something new:
1. DeFi index protocols and onchain asset managers that need transparent portfolio construction.
2. DEXs, DAOs and block-space markets that need verifiable combinatorial clearing.
3. Decentralized energy and onchain ML teams that can test whether verifiable optimization is valuable enough to buy.
They share a requirement beyond compute: multiple parties need to trust the result without handing the decision to one operator.
Original Tweet
X | LinkedIn | Medium | Docs
1. DeFi index protocols and onchain asset managers that need transparent portfolio construction.
2. DEXs, DAOs and block-space markets that need verifiable combinatorial clearing.
3. Decentralized energy and onchain ML teams that can test whether verifiable optimization is valuable enough to buy.
They share a requirement beyond compute: multiple parties need to trust the result without handing the decision to one operator.
Original Tweet
X | LinkedIn | Medium | Docs
🔥76👍20👏10