<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Michael Vincent Franco</title>
    <description>The latest articles on Forem by Michael Vincent Franco (@0x000s3c).</description>
    <link>https://forem.com/0x000s3c</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F891960%2F8cb29759-c43f-4829-887c-fc8f412810d9.jpg</url>
      <title>Forem: Michael Vincent Franco</title>
      <link>https://forem.com/0x000s3c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/0x000s3c"/>
    <language>en</language>
    <item>
      <title>Building ShadowDEX: Bringing Monero-Grade Privacy to Solana with X25519 Handshakes 🔒⚡</title>
      <dc:creator>Michael Vincent Franco</dc:creator>
      <pubDate>Mon, 06 Apr 2026 13:13:01 +0000</pubDate>
      <link>https://forem.com/0x000s3c/building-shadowdex-bringing-monero-grade-privacy-to-solana-with-x25519-handshakes-2287</link>
      <guid>https://forem.com/0x000s3c/building-shadowdex-bringing-monero-grade-privacy-to-solana-with-x25519-handshakes-2287</guid>
      <description>&lt;h3&gt;
  
  
  The Problem with "Public" Ledgers
&lt;/h3&gt;

&lt;p&gt;We all love Solana for its 400ms block times and sub-penny fees. But there’s a massive elephant in the room: &lt;strong&gt;Privacy.&lt;/strong&gt; Every time you send a "Memo" or a trade intent on-chain, it’s public. If you’re negotiating a large OTC (Over-The-Counter) trade, bots can front-run you. If you’re just chatting wallet-to-wallet, the whole world can read your business. &lt;/p&gt;

&lt;p&gt;I’m building &lt;strong&gt;ShadowDEX&lt;/strong&gt; to fix this.&lt;/p&gt;




&lt;h2&gt;
  
  
  What is ShadowDEX?
&lt;/h2&gt;

&lt;p&gt;ShadowDEX is a decentralized messaging and atomic swap protocol. It treats the Solana blockchain as an immutable, encrypted post office. &lt;/p&gt;

&lt;p&gt;The core innovation is the &lt;strong&gt;Asymmetric Handshake Protocol (AHP)&lt;/strong&gt;. Instead of using centralized servers or shared passwords, it uses the same math that powers Monero and Signal: &lt;strong&gt;Diffie-Hellman Key Exchange (X25519).&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  How the "Secret Handshake" Works:
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;The Ephemeral Key:&lt;/strong&gt; When you send a message, the client generates a one-time "ghost" key.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Math:&lt;/strong&gt; It combines your private key with the receiver's public key to create a &lt;strong&gt;Shared Secret&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Payload:&lt;/strong&gt; We send the encrypted message and the ghost public key through the Solana Memo Program.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Reveal:&lt;/strong&gt; Only the receiver has the specific private key needed to "unseal" that shared secret. To everyone else, the blockchain just looks like random noise.&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  The Tech Stack 🛠️
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Blockchain:&lt;/strong&gt; Solana (L1)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Encryption:&lt;/strong&gt; &lt;code&gt;tweetnacl&lt;/code&gt; (X25519 / XSalsa20)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; Next.js + Tailwind&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Identity:&lt;/strong&gt; Ed25519 (Standard Solana Wallets)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Why I'm Posting: 🤝
&lt;/h2&gt;

&lt;p&gt;ShadowDEX is currently in its &lt;strong&gt;Alpha Prototype&lt;/strong&gt; phase, and I’m looking for the "Sovereign Individuals" of the dev world to help take this to the next level.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Collaborators
&lt;/h3&gt;

&lt;p&gt;If you are a Rust/Anchor dev, a ZK-researcher, or a UI/UX wizard who loves the cypherpunk aesthetic, let's talk. I'm specifically looking for help with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;ZK-Compression:&lt;/strong&gt; Hiding the sender/receiver metadata.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Atomic Swap Hooks:&lt;/strong&gt; Integrating Jupiter or Phoenix for private trade execution.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. Funding &amp;amp; Support
&lt;/h3&gt;

&lt;p&gt;We are looking for grants and strategic partners who believe that &lt;strong&gt;Privacy is a Human Right.&lt;/strong&gt; If you represent a DAO or a VC fund focused on Solana infrastructure, I’d love to share the full technical whitepaper with you.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Open Source
&lt;/h3&gt;

&lt;p&gt;The core encryption logic is being open-sourced. I want this to be a public good that any Solana dApp can integrate to protect their users.&lt;/p&gt;




&lt;h2&gt;
  
  
  Let's Connect 🌌
&lt;/h2&gt;

&lt;p&gt;The "Dark Fiber" of the internet belongs on the blockchain. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/0x00s3c/ShadowDex" rel="noopener noreferrer"&gt;0x00s3c&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;LinkedIn:&lt;/strong&gt; Michael Vincent Franco&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  solana #web3 #cryptography #privacy #opensource #0x00s3c #ShadowDEX
&lt;/h1&gt;

</description>
      <category>solana</category>
      <category>blockchain</category>
      <category>web3</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Building the First Quantum-Resistant Defense for BTC and Solana 🛡️💻</title>
      <dc:creator>Michael Vincent Franco</dc:creator>
      <pubDate>Tue, 31 Mar 2026 16:39:29 +0000</pubDate>
      <link>https://forem.com/0x000s3c/building-the-first-quantum-resistant-defense-for-btc-and-solana-k09</link>
      <guid>https://forem.com/0x000s3c/building-the-first-quantum-resistant-defense-for-btc-and-solana-k09</guid>
      <description>&lt;p&gt;The Looming "&lt;strong&gt;Q-Day&lt;/strong&gt;" is Real.&lt;/p&gt;

&lt;p&gt;We’ve spent the last decade perfecting decentralized finance, but we’re standing on a cryptographic fault line. Most modern blockchains rely on Elliptic Curve Cryptography (ECDSA and Ed25519). While these are "uncrackable" by today's standards, Shor’s Algorithm on a Cryptographically Relevant Quantum Computer (CRQC) could derive a private key from a public key in seconds.&lt;/p&gt;

&lt;p&gt;As someone who has spent over 6 years in IT Operations and Cybersecurity, my philosophy is: If it’s automated, it must be secured. And if it’s on the blockchain, it must be future-proof.&lt;/p&gt;

&lt;p&gt;That’s why I’ve launched Project Aegis-PQ.&lt;/p&gt;

&lt;p&gt;The Project: Protecting the Layer-1 Frontier&lt;br&gt;
I’m currently developing two primary defensive repositories to bridge the gap between today’s web3 and tomorrow’s post-quantum reality.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Bitcoin: BIP-360 &amp;amp; P2MR (Pay-to-Merkle-Root)
Bitcoin’s biggest vulnerability isn't just the math—it's the exposure. Once you spend from an address, your public key is revealed.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj408uuwfahxp4b0xmvh0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj408uuwfahxp4b0xmvh0.png" alt=" " width="800" height="516"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The Solution: I’m implementing BIP-360 on the Bitcoin Quantum Testnet. By using P2MR, we hide the public keys behind a Merkle root until the moment of the spend.&lt;/p&gt;

&lt;p&gt;The Defense: We integrate ML-DSA (Dilithium) signatures. Even if a quantum computer breaks the ECDSA layer, the lattice-based PQC layer holds the line.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Solana: The PQC-Secured Payment Bridge
Solana is built for speed, but speed shouldn't sacrifice longevity.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The Solution: I’ve developed a Hybrid PQC-Secured Bridge using Falcon-512 signatures.&lt;/p&gt;

&lt;p&gt;The Defense: It’s a specialized escrow system where high-value P2P transactions are gated by quantum-resistant verification before vendor release.&lt;/p&gt;

</description>
      <category>solana</category>
      <category>bitcoin</category>
      <category>blockchain</category>
      <category>cybersecurity</category>
    </item>
  </channel>
</rss>
