FOURIER

39 posts

FOURIER banner
FOURIER

FOURIER

@0xfourier

ZK proof generation & gas optimization for EVM + Solana | GhostProver - GPU proving infrastructure | Independent benchmarks published |https://t.co/TvXJeYl70M

On-Chain Katılım Haziran 2026
44 Takip Edilen73 Takipçiler
Sabitlenmiş Tweet
FOURIER
FOURIER@0xfourier·
@_devisha Logos node is not even demanding like the other ones
English
1
0
4
99
devisha
devisha@_devisha·
easiest way to actually participate in a decentralised world is to run a node just run a node
Alisher@alisher

Run a @Logos_network node right in Basecamp. Sharing the instructions I prepared for Circles stewards. They'll help you avoid some little bugs and get from zero to a green node in less than 10 min. Follow it manually or hand it to your favorite agent. alisher.any.org/run-a-logos-bl…

English
3
3
16
779
Akshay Gulati
Akshay Gulati@AkshaySGulati·
Get Exclusive Early Access to India's First & Most Powerful Investing Research Platform. Use AI to do fundamental and technical analysis on 6000 NSE + BSE stocks within minutes. Register for the Live Walkthrough Session for Free.
English
504
1.5K
9.2K
34.3M
FOURIER
FOURIER@0xfourier·
#NVIDIA owns Zero Knowledge proving. There's no ROCm and no SYCL. If you don't own an NVIDIA GPU, you don't prove, that sounds like monopoly to me. I want to end this🧵
English
1
0
0
41
FOURIER
FOURIER@0xfourier·
The Kaspa PQ benchmarks were the first output of something bigger. Today we compiled the first circuit of Maat, a universal ZK compliance layer for real-world financial instruments. ->Not DeFi primitives. ->Not token mechanics. Proof that an invoice has never been financed before. Proof that a borrower has no active insolvency proceedings. Proof that financials match filed returns. Without revealing the underlying data to anyone. The same ZK infrastructure that proved post-quantum signatures on Kaspa in 16 seconds is now being applied to the $7 trillion trade finance market. Primitives are open. MIT. github.com/NthMOMENT/maat… This is what we're building.
FOURIER tweet media
English
2
0
10
356
FOURIER
FOURIER@0xfourier·
Superb question. Maat's proof layer is chain agnostic. The circuits don't care where the state root lands. Kaspa's blockDAG is genuinely compelling for proof timestamping @ 1BPS, no single chain bottleneck and the GHOSTDAG ordering gives one a natural audit trail for sequential registration. Current default is Arbitium (we have existing, supporting contracts on there). Kaspa anchoring is on the roadmap, especially interesting for the invoice uniqueness registry where ordering and timestamp finality matter. Worth a deeper conversation.
English
0
0
2
38
HL
HL@HenriqueLampert·
@0xfourier Are there any plans to leverage Kaspa's BlockDAG for state root anchoring and proof timestamping?
English
1
0
1
32
FOURIER
FOURIER@0xfourier·
@Arcium "Stake can be slashed if your operator misbehaved" - examples?
English
0
0
0
36
Arcium
Arcium@Arcium·
Staked ARX is locked for at least 2 days, unstaking triggers a cooldown with no rewards, and stake can be slashed if your operator misbehaves. Only delegate to operators you trust. Get started: stake.arcium.com
English
4
1
26
2.1K
Arcium
Arcium@Arcium·
Staking went live on July 9. 800,000 ARX is already staked and earning computation fees in SOL.
Arcium tweet media
English
39
33
194
18.7K
FOURIER
FOURIER@0xfourier·
@Logos_network I was trying to setup a testnet node. However the docs on your website are returning a 404. Any help?
English
1
0
0
21
Logos
Logos@Logos_network·
Testnet v0.1 was the convergence of the Logos stack. It proved that messaging, storage and consensus could be brought together and made to work as one. Testnet v0.2 is about architectural readiness and hardening of the core protocols.
Privacy_Fighter@Noisey_tech

Ethereum’s original vision was never just a blockchain. It was a complete stack: - EVM: consensus - Whisper: messaging - Swarm: storage - Mist: the interface They abandoned it @Logos_network picked up the torch & modules converged in testnet v0.1. It gets even better in v0.2

English
2
3
13
1.3K
Thariq
Thariq@trq212·
Hi, this is an experiment we launched in March that was meant to prevent account abuse from unauthorized resellers and protect against distillation. The team has landed stronger mitigations since then and we’ve actually been meaning to take this down for a while. We merged the PR and this should be fully rolled back in tomorrow’s release.
English
330
65
830
596.3K
International Cyber Digest
International Cyber Digest@IntCyberDigest·
‼️ BREAKING: Anthropic has embedded hidden spyware-like code in Claude Code that covertly targets Chinese users. It then sends information regarding every user by injecting it into their prompt message. Claude Code is sending info like timezone, proxy and possible AI Lab connections into the system prompt in ways Chinese users can't notice. A coding agent with repo and command permissions should not silently hide routing metadata inside prompts. This is a serious breach of user trust.
International Cyber Digest tweet mediaInternational Cyber Digest tweet media
English
858
2.7K
17.5K
5.4M
FOURIER
FOURIER@0xfourier·
On the prover network side, I run dedicated SP1/RISC Zero back ends for teams hitting exactly this kind of zkVM proving bottleneck. SLH-DSA at 30 mins is brutal on local hardware. If you want to benchmark on RTX 4090/A6000 infra with optimized CUDA kernels, I'm willing to run a free test proof to see if we can get that under 5 mins. DMs open.
English
0
0
0
2
Pavel Emdin
Pavel Emdin@emdin·
Solid work guys! For readers -- KII interns ran a quantum resilient signature verifier inside a RISC0 zkVM (tmk most mature general zkVM, e.g. Citrea, zk rollup on Bitcoin) and checked the resulting STARK proof onchain via zk opcode. This is a proof that L1 ZK can verify genuinely complex computation, like tx signing with non-standard keys. Both NIST approved schemes (ML-DSA, SLH-DSA) and Falcon (a promising draft), with sane benchmarks. For PQ speed doesn't matter that much, these are rare and high-value spends. For high-throughput PQ transactions a specialized VM is the better fit, which is the angle we're taking with the Igra Multitude quantum zone (PoC publishing soon). @KaspaKii Will it be possible to see the impl? The in-zkVM verifier and the spend-binding covenant are the most interesting parts.
Kaspa Kii@KaspaKii

Hi Pavel, happy to. Sound vs bound: both, and worth separating two layers. The guest runs the actual verification algorithm (RustCrypto ml-dsa/slh-dsa, Pornin's fn-dsa-vrfy) and only halts with exit code 0 if verify returns valid. The STARK proves that exact program - pinned by its image ID - executed and halted over the committed journal. So a valid proof to the real verification ran on the committed (pk, message) and accepted: soundness, not just a binding. The two layers, kept separate: the three on-chain results in the table prove verification - the real verifier ran in-zkVM and accepted a (pk, msg) committed in the journal. By themselves they're replayable attestations, not spend authorsation. Spend-binding is a separate construction (a PQ-UTXO, tx e33a1332): there the covenant reconstructs the signed message - input outpoint + the single output's amount/spk - from the tx via KIP-10 introspection, so the proof only validates this spend. So don't read the table rows as spend-auth; spend-auth is the PQ-UTXO. The one thing none of it asserts is that the verifier matches FIPS bit-for-bit , a valid proof faithfully proves "this code ran and accepted," so correctness rests on the verifier (→ KATs) plus RISC0's STARK soundness (FRI proximity-gap conjecture + Fiat-Shamir-in-QROM heuristic ~ conjectured, not proven; no DL/pairing, so no Shor exposure). KATs - we ran them. All 29 official NIST ACVP sigVer vectors ran through the crate's verify_with_context - byte-identical source to what the guest compiles to RISC-V, executed host-native (the full sweep in-zkVM is just slow, not different; deterministic, so host-native == in-zkVM). ML-DSA-44 (FIPS-204): 15/15 match NIST (3 accept, 12 should-reject, all correctly rejected). SLH-DSA-SHA2-128s (FIPS-205): 14/14. To close the "did you run the actual ELF" gap, I ran the real in-zkVM guest ELF on a valid + a one-byte-tampered case per scheme -accepts valid, rejects tampered. So: 29for29 on the exact source, 2-per-scheme end-to-end in-circuit. Falcon: FIPS-206 is draft with no final NIST ACVP, so that verifier I have only via roundtrip + the on-chain proof - explicitly not claiming Falcon KAT-clean (its on-chain ✓ means the proof verifies that this verifier ran, not that it's FIPS-conformant; same-day re-run when the vectors drop). Benchmarks:: (single M1 Max, CPU, unoptimised; prove = composite + succinct compression; proof is a constant 222,668-byte succinct receipt, size-fixed regardless of cycle count): Falcon-512 ~2.4 min (115s + 29s, measured this session); ML-DSA-44 ~9 min, SLH-DSA-SHA2-128s ~28 min (last two: composite from prior runs on the same machine, succinct tail re-measured - stable to the minute). SLH-DSA heaviest because hash-based verification is thousands of SHA-256 - your point exactly, proving is the gating constraint. Prover network I guess it's under consideration. Proving is also compute-heavy and embarrassingly parallel, which makes pointing otherwise stranded compute (and the energy behind it) at a verifiable-proof market an interesting angle. I think more to consider once it's past a sketch. Scopewise fully agreed. Spend-auth layer. The tx envelope is secp256k1 Schnorr and mining is kHeavyHash PoW both classical so "Kaspa is PQ" would be wrong and we don't say it. (One place we've started poking past spend-auth is a hash-only UTXO-set accumulator - the MuHash/commitment layer -feasibility primitive, not consensus-integrated).

English
3
41
185
10.7K
FOURIER
FOURIER@0xfourier·
@Arcium So, a blackbox governance layer. Who has eyes on what the blackbox does with the info it collects?
English
0
0
0
38
Arcium
Arcium@Arcium·
Introducing Arcium Blackthorn™ Encrypted Superintelligence ↓
Arcium tweet media
English
109
122
592
188.4K
FOURIER
FOURIER@0xfourier·
@zinc_cash @world_xyz Market cap $4.29M and deployed capital is $18M. That's inverted, how's your CD ratio looking on that $18M deployed?
English
0
0
0
50
ZINC
ZINC@zinc_cash·
Hey @world_xyz, follow the mines?
English
9
9
127
8.3K