QoreChain

270 posts

QoreChain banner
QoreChain

QoreChain

@QoreChain

🧬 Post-quantum security. AI-native blockchain. Built for cross-chain interoperability.

Rolle, Suisse Katılım Mayıs 2025
13 Takip Edilen3.4K Takipçiler
QoreChain
QoreChain@QoreChain·
The point of protocol AI isn't speed. It's a network that can notice something is wrong and slow down. On QoreChain, AI shows up as deterministic anomaly signals and circuit-breaker logic, bounded jobs that observe and can pull a brake, never steer consensus on their own. Observe, don't drive. docs.qorechain.io
QoreChain tweet media
English
3
10
13
268
QoreChain
QoreChain@QoreChain·
HAWK didn't break with drama. A new attack halved its security margin, and its authors withdrew it from NIST's additional-signatures process within days. The finalized standards (ML-DSA, ML-KEM, SHAKE) are unaffected. That's how cryptography usually fails: by degrees. It's why QoreChain's signature schemes are governance-upgradable. Crypto agility is the exit plan you hope you never need. docs.qorechain.io
English
4
12
17
375
QoreChain
QoreChain@QoreChain·
You don't need to bond a validator to be part of the network's security surface. QoreChain light nodes (UX in the browser, SX as a daemon) participate and share in a slice of protocol fees. It's the low-friction on-ramp to running real infrastructure. Start here: docs.qorechain.io
QoreChain tweet media
English
4
13
26
484
QoreChain retweetledi
Liviu Epure
Liviu Epure@epure_liviu·
We built an Earn screen for QoreX that refuses to show a yield number when it can't honestly derive one. Sounds obvious. It isn't. The whole industry invents APRs. Ours comes only from live chain data, or it shows nothing. A blank is more honest than a made-up percentage.
English
2
9
20
233
QoreChain
QoreChain@QoreChain·
A wallet that will sign anything is not protecting you. In the current QoreX build, a QoreChain transaction that's missing its post-quantum extension gets refused — the wallet won't sign a silent downgrade to classical-only. "Never sign blind" is a policy, not a slogan. Being built in the open.
QoreChain tweet media
English
4
17
27
585
QoreChain
QoreChain@QoreChain·
"AI-native" usually means a chatbot in the docs. It should mean something the protocol itself can call. On QoreChain, AI shows up as deterministic, on-chain primitives — risk scoring a contract can invoke, anomaly signals the network can act on — not an off-chain service bolted to the side. Reproducible or it doesn't belong near consensus. docs.qorechain.io
QoreChain tweet media
English
2
10
20
471
QoreChain
QoreChain@QoreChain·
Harvest now, decrypt later. The attack doesn't need a quantum computer today. It needs your encrypted data today — and a quantum computer later. Anything with a long confidentiality life (records, keys, messages) is already exposed to a machine that doesn't exist yet. That's why key exchange, not just signatures, has to move now. docs.qorechain.io
QoreChain tweet media
English
8
15
30
624
QoreChain
QoreChain@QoreChain·
Your Bitcoin address is safe — until the first time you spend from it. Then the public key is out, and a future quantum computer only needs the key. The QoreX build includes a Q-Day scanner that flags exactly this: has an address already exposed its key? Serious question for holders — do you know which of your addresses are already "revealed"?
QoreChain tweet media
English
9
18
29
947
QoreChain
QoreChain@QoreChain·
Don't take our word for the cryptography. qorechain-pqc is open source (Apache-2.0), in six languages, with a shared cross-language test-vector suite — an ML-DSA signature made in one language verifies in every other. That's the crypto behind the chain and the wallet. Read it, run it, break it: github.com/qorechain
QoreChain tweet media
English
4
16
27
672
QoreChain
QoreChain@QoreChain·
Most "multi-VM" is one VM calling another over a bridge. Unified state is a different animal. On QoreChain, EVM, CosmWasm and SVM share one state. A single transaction can touch all three, atomically — no wrapped assets, no bridge in the middle. Based on our review of live public L1s, we haven't found another doing all three in unified state. Cross-VM, explained: docs.qorechain.io
QoreChain tweet media
English
9
14
30
3.3K
QoreChain
QoreChain@QoreChain·
A validator that only produces blocks is leaving its most useful job on the table. On QoreChain, a validator can also run a bridge watcher — observing 25+ connected chains and vouching for cross-chain events with a post-quantum-signed attestation. Block production is the baseline. Cross-network security is the value. How it works: docs.qorechain.io
QoreChain tweet media
English
8
16
25
561
QoreChain
QoreChain@QoreChain·
If you're evaluating a 'multi-VM' chain, the n-VM paper is a decent test to borrow: does it have one shared identity and one shared token state across VMs, or is it two VMs bridging into each other with separate ledgers underneath dressed up with good UX? A shared dispatcher design is a genuinely different architecture from a bridge. Worth reading the state model before believing the marketing.
English
5
12
29
528
QoreChain
QoreChain@QoreChain·
Sei's SIP-3 migration is a useful data point for the multi-VM conversation: after running EVM plus CosmWasm, the community voted to deprecate the whole Cosmos stack (CosmWasm, IBC, native oracle) and go EVM-only. That's not a failure, it's a team deciding two execution environments cost more to maintain than they returned. Worth asking of any multi-VM design: is the state actually unified, or are you paying the maintenance bill for two systems that happen to share a chain ID?
English
10
8
29
576
QoreChain
QoreChain@QoreChain·
A quantum-safe chain with a classical wallet is a vault with a screen door. That's why we're building QoreX — the official QoreChain wallet, quantum-safe by default. In the current development build, every QOR transfer is signed with a hybrid secp256k1 + ML-DSA-87 signature (validated on the diana testnet). Being built in the open. More soon.
QoreChain tweet media
English
18
26
42
1K
QoreChain
QoreChain@QoreChain·
Watching from the sidelines? Here is what you miss. Features get previewed in the community before anywhere else. Questions get answered by the people who build the chain. Contributors get recognized. Discord and Telegram links are in our bio. Come introduce yourself.
QoreChain tweet media
English
5
13
23
542
QoreChain
QoreChain@QoreChain·
A chain is only as quantum-safe as its weakest primitive. Cover the signature but leave the hash and key exchange classical, and you have not moved the security floor. QoreChain uses ML-DSA-87 for signatures, ML-KEM-1024 for key encapsulation, and SHAKE-256 as the default application hash, from Merkle trees to cross-layer attestations. Three finalized NIST standards, one floor. Full stack, or it does not count.
QoreChain tweet media
English
7
19
35
672
QoreChain
QoreChain@QoreChain·
Every network has two layers: the code, and the people who make it real. Thank you to everyone filing bug reports, running nodes, translating docs, and answering newcomers in the channels. You move this further than any roadmap does. Tag a QoreChain community member who deserves credit this week.
QoreChain tweet media
English
11
12
27
693
QoreChain
QoreChain@QoreChain·
Neither fix is glamorous. Both are boring, and both keep getting skipped.
English
0
1
4
84
QoreChain
QoreChain@QoreChain·
Same root pattern in both: something the protocol treats as ground truth was never actually proven — just trusted. The fix for family 1 is diversifying and cryptographically strengthening who can attest. The fix for family 2 is proving price/state inputs instead of sourcing them from a single manipulable venue.
English
1
0
3
99
QoreChain
QoreChain@QoreChain·
2026's bridge exploits keep getting lumped into one category: "bridge hack." They're not one thing. There are at least two distinct failure families, and they need different fixes. 🧵
English
6
12
23
559