<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Fhenix</title>
        <link>https://paragraph.com/@fhenix</link>
        <description>Fhenix is the first confidential blockchain powered by Fully Homomorphic Encryption</description>
        <lastBuildDate>Sun, 21 Jun 2026 11:31:18 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Fhenix</title>
            <url>https://storage.googleapis.com/papyrus_images/209cebb1eb85e16ba694b323c3809ec2d16fba6d8de6d7519ca434d20f46f516.png</url>
            <link>https://paragraph.com/@fhenix</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Blockchain’s Last Challenge: Encrypted Web3]]></title>
            <link>https://paragraph.com/@fhenix/blockchain-s-last-challenge-encrypted-web3</link>
            <guid>UWdzbuwxPQTmni6lJquV</guid>
            <pubDate>Thu, 30 Nov 2023 15:16:28 GMT</pubDate>
            <description><![CDATA[Blockchain aims to be a space of freedom from arbitrary system ownership by centralized entities. A lack of privacy hinders said freedom. Blockchain commercialization is happening at a snail’s pace because of the general hesitation in using applications that open up data for public consumption. Transparency and privacy present a false dichotomy in Web3 and should co-exist to realize the values of Web3 across a broader spectrum of use cases. Data Encryption on Blockchain Blockchains sacrifice ...]]></description>
            <content:encoded><![CDATA[<p>Blockchain aims to be a space of freedom from arbitrary system ownership by centralized entities. A lack of privacy hinders said freedom. Blockchain commercialization is happening at a snail’s pace because of the general hesitation in using applications that open up data for public consumption. Transparency and privacy present a false dichotomy in Web3 and should co-exist to realize the values of Web3 across a broader spectrum of use cases.</p><p><strong>Data Encryption on Blockchain</strong></p><p>Blockchains sacrifice data confidentiality while minimizing trust, encouraging transparency and executing rules correctly. Data in a blockchain is public, as nodes need transparency to reach a consensus. However, this is not a goal of the system but a by-product. It limits the use cases we can build in Web3. For instance, private voting in DAOs, medical records management and sharing, payments, blind auctions, on-chain identity attestations and confidential real-world asset tokenization aren’t feasible without the confidentiality and privacy of user data.</p><p>Moreover, on-chain data transparency makes it not only possible but easy for malicious actors to identify and target users, leading to expensive phishing attacks and MEV extraction tactics.</p><p><strong>&quot;Privacy in messaging and payments, and the like, is so fundamental to democracy.&quot;</strong></p><p>—David Chaum</p><p>At <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://decrypt.co/200136/zk-proofs-particularly-relevant-in-financial-services-google-cloud-web3-lead">CCDAS 2023, James Tromans</a>, Google Cloud’s Head of Web3 Engineering, hailed ZK-proofs (Zero Knowledge proofs) as particularly relevant in financial services and Web3 more broadly. While we appreciate the nod toward privacy-preserving technologies, ZK-proof isn’t enough for several potential Web3 use cases. It’s scalable but has its own limitations.</p><p>See, a ZK-proof is a cryptographic technique that allows a prover to show to another party- the verifier- that a certain statement is true without exposing the statement or any information about it. Meaning that a zero-knowledge proof proves knowledge of information without giving away the information itself. And it makes it impossible to retrieve the original information from the proof. However, ZK-proofs don’t hide data from the prover or the third entity, so on a certain level, confidentiality is compromised.</p><p>Other privacy-preserving technologies work on the notion that to make Web3 more secure, we need to improve the scalability and efficiency of communications across tokens, networks, layers and applications. While programmable confidentiality is the goal, working on improving communication is like Henry Ford training horses to be faster because that’s what people asked for. Groundbreaking developments and innovation often blindside us because they aren’t obvious. While we focus on improving what’s in front of us, sometimes something appears that renders the status quo obsolete.</p><p>So, what’s the solution to blockchain’s data encryption problem, you ask?</p><p><strong>FHE or Fully Homomorphic Encryption, the holy grail of cryptography</strong></p><p>FHE is an encryption system that allows you to perform addition, multiplication, bit operations and more on top of encrypted data without needing to decrypt it. It provides quantum-secure computing with the guarantee that plaintext data and the derivative results are never exposed even to the server and stay shielded from breaches and modifications even when the infrastructure is compromised.</p><p>So, as FHE becomes commercially available-</p><ul><li><p>Data will stay encrypted at rest and across its computational lifecycle, optionally decrypted only in a trusted environment.</p></li><li><p>Data will be securely channeled into AI, big data and analytics applications to derive insights from one or multiple sources without exposing the information, decryption keys or the underlying evaluation code.</p></li></ul><p>While ZK-proofs are restricted to blockchains, FHE has the potential to expand beyond Web3, evident from the fact that a dozen companies, including Intel, are rushing to build hardware to support FHE.</p><p><strong>Why FHE?</strong></p><p>Current data privacy models are quickly losing relevance in Web3 implementations, as:</p><ul><li><p>We cannot guarantee infrastructure security. Breach points will always be there, waiting to be exploited. Therefore, securing data and preserving confidentiality means using advanced encryption technologies like FHE.</p></li><li><p>Quantum computing algorithms easily solve complex discrete logarithmic problems or factor large integers, the basis of widely used encryption technologies. This creates a need for Post-Quantum Cryptography (PQC) techniques such as FHE.</p></li></ul><p>FHE is gaining ground as:</p><ol><li><p>FHE boasts of a higher security level than enclaves.</p></li><li><p>It operates on a computation-bound framework instead of a communication-bound framework, presenting a scalable alternative to Multi-Party Communication (MPC).</p></li><li><p>It’s more generalizable than ZK-proofs, which cater to single-user privacy and necessitate an alteration in the programming paradigm.</p></li></ol><p><strong>Fhenix: Pioneering FHE Implementation</strong></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.fhenix.io/">Fhenix</a> is an FHE-enabled EVM protocol that provides fully homomorphic encryption natively for Solidity developers. It relies on fhEVM, a Fully Homomorphic EVM that allows developers to create encrypted smart contracts without specializing in cryptography.</p><p>Since Solidity already comes with an extensive suite of developer tools and libraries, getting started with fhEVM is easy. You don’t require learning new programming languages, a typical challenge with new technologies and platforms in Web3. Our long-term goal is to deliver an extension that allows for optional confidentiality and leaves it up to developers to code that in. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.zama.ai/post/confidential-erc-20-tokens-using-homomorphic-encryption">See this post</a> for a working example of a fhEVM contract by way of confidential ERC20 tokens.</p><p>FHE is the technology that will encourage Web2 corporates and financial institutions to partake in Web3. It’s also what Web3 developers have been waiting for to develop secure applications. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/watch?v=TC4kkRzRQG8">Guy Itzhaki, CEO of Fhenix</a>, shares how a Web3 developer built a private voting application in 24 hours using fhEVM on the devnet, made accessible in July 2023.</p><p>The consequences of lack of privacy are apparent in the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://decrypt.co/107376/bitcoin-privacy-problem-what-cypherpunks-are-doing">Bitcoin community</a>, where government and regulatory authorities can easily match transactions to real people. Guy Itzhaki says, “FHE regulation, like any other potent technology, highly depends on how we implement it and the kind of applications it powers. In general, we see increasing demand and acceptance from governments to add data privacy elements in technological fields”.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="">Fhenix</a> was founded by Guy Zyskind, the Founder of Secret and is led by Guy Itzhaki, a former Director at the Homomorphic Encryption &amp; Blockchain Group at Intel.</p><p>Forged by a partnership with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.zama.ai/">Zama</a>, a market leader in fully homomorphic encryption technologies, the Fhenix team comprises world-leading experts in private computation solutions.</p>]]></content:encoded>
            <author>fhenix@newsletter.paragraph.com (Fhenix)</author>
        </item>
        <item>
            <title><![CDATA[Fhenix Rising: The First Fully Homomorphic Encryption-Powered Blockchain to Bring End-to-End Encryption for Web3]]></title>
            <link>https://paragraph.com/@fhenix/fhenix-rising-the-first-fully-homomorphic-encryption-powered-blockchain-to-bring-end-to-end-encryption-for-web3</link>
            <guid>MNf2dvOKeILnMPI1PnS5</guid>
            <pubDate>Tue, 26 Sep 2023 13:03:31 GMT</pubDate>
            <description><![CDATA[Fhenix leverages cutting-edge Fully Homomorphic Encryption (FHE) technology to introduce for the first time native encryption capabilities into EVM smart contracts, enabling computation over encrypted data. This enhances data security and privacy to unparalleled levels, unlocking a multitude of innovative Web3 applications.Introduction It’s become increasingly clear that Web3 is the future of the Internet, but blockchain’s innate transparency presents challenges that inhibit the industry’s gr...]]></description>
            <content:encoded><![CDATA[<p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.fhenix.io/">Fhenix</a> leverages cutting-edge Fully Homomorphic Encryption (FHE) technology to introduce for the first time native encryption capabilities into EVM smart contracts, enabling computation over encrypted data. This enhances data security and privacy to unparalleled levels, unlocking a multitude of innovative Web3 applications.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/18fdfb347de2f58426b9d65d06b65bedbf581557eafaf729dcc02f5ffbe5fbac.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Introduction</strong></p><p>It’s become increasingly clear that Web3 is the future of the Internet, but blockchain’s innate transparency presents challenges that inhibit the industry’s growth trajectory. This is because a growing number of Web3 use cases revolve around sensitive data, rendering the full openness of public blockchains problematic.</p><p>This is for two main reasons:</p><ol><li><p><em>Exclusion:</em> Payments, voting, medical records, decentralized identity, and countless other use cases require confidentiality. As the scope of blockchain grows, the absence of robust encryption solutions could either push these applications off-chain or force them to compromise on data confidentiality.</p></li><li><p><em>Security:</em> On-chain data transparency makes it much simpler for malicious parties to identify and target users. This has led to billions lost through phishing attacks and other exploitative tactics like MEV extraction.</p></li></ol><p>While in Web2 space data encryption is a well-established and required standard, it seems that the ‘lack-of-encryption’ for commercially sensitive and personal data in Web3 is still a growing and evolving threat. To scale the industry forward, privacy must be an integral part of blockchain, meaning that data encryption and computation capabilities should be key features of all blockchains.</p><p>To address this challenge we need to bring developers the infrastructure and tools that allow easy integration of robust data encryption capabilities in the applications that are essential for this space to grow.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="">Fhenix</a> is rising to this challenge.</p><p>Fhenix is building the first confidential smart contract platform using fully homomorphic encryption (FHE). FHE is a novel cryptographic scheme that enables direct computation over encrypted data without ever revealing the underlying data. Fhenix’s goal is to advance application development in the blockchain ecosystem by bringing data encryption and encrypted data computation to smart contracts, transactions, and on-chain assets for the first time.</p><p>By leveraging the power of FHE, Fhenix redefines how sensitive data is being managed in the blockchain ecosystem, envisioning a future where privacy and decentralization are not at odds, but rather, complementary aspects of a secure digital economy.</p><p><strong>Fully Homomorphic Encryption</strong></p><p>FHE  is considered the holy grail of cryptography, as it enables direct computation over encrypted data while never revealing the data to the server, or in the context of blockchains – to validators or sequencers. This is all groundbreaking, with recent breakthroughs paving the way for Homomorphic Encryption data processing to arrive at last on the blockchain.</p><p>This means that Fhenix now enables a wide array of versatile use cases such as:</p><ul><li><p><strong>Trustless Gaming:</strong> Every game that requires players to hide their information from other players, like on-chain casino gaming, where you need to hide information between opponents or the dealer, while still allowing computation on the data.</p></li><li><p><strong>Private Voting:</strong> Both on-chain and off-chain voting mechanisms can operate with fully encrypted variables, ensuring confidentiality without sacrificing trustworthiness.</p></li><li><p><strong>Privacy-Preserving AI:</strong> The ability to compute encrypted data opens the door for on-chain artificial intelligence applications, thereby expanding the range of possible use cases exponentially.</p></li><li><p><strong>Confidential Token Transfers:</strong> P2P payments, commercial transactions, and other sensitive transfers can be made private, yet auditable.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/569c4ab6226d188a5c0a603a4b6b60574e7ff3ddb4343556f3579d80639b84ec.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>These are all multi-billion dollar industries growing at a rapid pace, but applicability also extends to areas such as blind auctions, MEV protection, account abstraction, and confidential DAOs. We are also merely at the beginning of what&apos;s truly possible, with many use cases undiscovered.</p><p>This is all possible due to fhEVM, which we’ll cover next.</p><p><strong>The Gold Standard: fhEVM</strong></p><p>fhEVM is a set of extensions for the Ethereum Virtual Machine (EVM) that allows Solidity developers to seamlessly create encrypted smart contracts without any cryptographic expertise. Solidity is the most popular Web3 language to date and comes with an extensive suite of developer tools and libraries, making fhEVM extremely easy to begin working with.</p><p>This is important, as blockchains that rely upon entirely novel programming languages have significant costs associated with attracting and training developers to begin using their unique language. In contrast, fhEVM taps into the expansive EVM community and enables developers to easily begin deploying new, innovative projects.</p><p>Fhenix also has a modular, extension-like design which means that its ability to compute encrypted data can be integrated across all blockchain layers, enabling the easy development of confidential smart contracts on public blockchains. For example, developers can now build applications around encrypted data, such as decentralized email services or private voting.</p><p>This comes in the form of the Fhenix SDK which can now be used by developers to add encryption capabilities to their existing products, seamlessly, without any changes to their existing smart contracts.</p><p>Fhenix’s limited access devnet was deployed in July 2023, and provides an approachable FHE playground where the fhEVM is already functional and in use. To apply for early access click <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/CwWVmdmazJ">here</a>.</p><p><strong>The Confidential Compute Constellation: Blockchain’s Encryption-First Future</strong></p><p>While public blockchains are pseudonymous in nature, this is insufficient for many blockchain applications and will become increasingly easy to correlate on-chain activity with real-world identities. Also, It is important to understand that confidentiality is not a “one-size-fits-all” issue solved by one technology alone. Like in blockchains, there are multiple tradeoffs between confidentiality technologies, such as security, scalability, decentralization, complexity and cost.</p><p>This insight led to the formation of the Confidential Compute Constellation: a collective of interconnected confidential solutions serving as an encryption hub for Web 3.0.</p><p>The Confidential Computing Constellation starts by combining Secret Network’s battle-tested platform, experience and community with the novel Fully Homomorphic Encryption technology that Fhenix introduced into a full-fledged smart contract platform.</p><p>The goal of the Constellation is to combine a wide range of confidential-computing technologies and solutions to create a single hub for privacy and confidentiality on Web3, offering confidential computing applications on member networks and providing privacy as a service to the EVM ecosystem and beyond.</p><p><strong>Encryption Allstars: The Team Behind Fhenix</strong></p><p>Fhenix was founded by <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.linkedin.com/in/gguyz/?originalSubdomain=il">Guy Zyskind</a>, the Founder of Secret and is led by <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.linkedin.com/in/guy-itzhaki">Guy Itzhaki</a>, a former Director at the Homomorphic Encryption &amp; Blockchain Group at Intel.</p><p>Forged by a partnership with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.zama.ai/">Zama</a>, a market leader in fully homomorphic encryption technologies, Fhenix team is composed of the world-leading experts in private computation solutions.</p><p><em>“Fhenix addresses a huge problem in the Ethereum ecosystem: a lack of encryption for commercially sensitive data,”</em> said Guy Zyskind, Fhenix and Secret Founder. <em>&quot;Fhenix gives users the confidence to put sensitive data on public blockchains while also giving developers the tools to compute and transform that data for the first time.”</em></p><p>Fhenix recently raised a $7.5M Seed Round led by Multichain Capital and Collider Ventures, with collaboration from Node Capital, Bankless, HackVC, TaneLabs, Hashkey and Metaplanet. The funds will be used to bring the Fhenix Network into public testnet early next year and to support ecosystem application development.</p><p><strong>Blockchain’s Renaissance: Upcoming Public Testnet</strong></p><p>FHENIX’s public testnet titled <em>Renaissance</em> will be open for participation in Q1 of 2024, inviting developers to familiarize themselves with the fhEVM environment and build novel applications. This is particularly exciting for developers keen on being first-movers in an emerging field of blockchain, and more details will be shared in the coming weeks.</p><p>We invite those interested to apply for early testnet access <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/CwWVmdmazJ">here</a>.</p><p>Join our social media channels to get all the updates!</p><p>Fhenix: Programable, Scalable, <strong>Encrypted</strong>.</p>]]></content:encoded>
            <author>fhenix@newsletter.paragraph.com (Fhenix)</author>
        </item>
    </channel>
</rss>