The Good Tech Companies - Zero-Knowledge, Zero Limits: The Vision Behind Aleo's New Blockchain Paradigm

Episode Date: May 27, 2025

This story was originally published on HackerNoon at: https://hackernoon.com/zero-knowledge-zero-limits-the-vision-behind-aleos-new-blockchain-paradigm. Aleo Founder How...ard Wu on privacy, ZK cryptography, and how compliant confidential computing is reshaping Web3 infrastructure. Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #aleo, #aleo-news, #blockchain, #cryptocurrency, #dlt, #web3, #good-company, #howard-wu, and more. This story was written by: @ishanpandey. Learn more about this writer by checking @ishanpandey's about page, and for more stories, please visit hackernoon.com. Aleo Founder Howard Wu on privacy, ZK cryptography, and how compliant confidential computing is reshaping Web3 infrastructure.

Transcript
Discussion (0)
Starting point is 00:00:00 This audio is presented by Hacker Noon, where anyone can learn anything about any technology. Zero Knowledge, Zero Limits, The Vision Behind Alio's New Blockchain Paradigm, by Aashan Pandey In the world of cryptography and privacy-first blockchain innovation, few names carry as much weight as Howard Wu. From co-authoring foundational protocols like Zex and Dizk to launching Alio, a layer-1 blockchain built from the ground up for programmable privacy, Wu has emerged as a core architect of the zero-knowledge, ZK, movement. In this edition of Hacker Noons, behind the startup, Ashan Pandey sits down with Howard Wu to explore the roots of Alio, the evolution of ZK cryptography, the interplay between compliance and privacy, and why the
Starting point is 00:00:45 personal computing revolution in web the 3rd of may have already begun. Ashan Pandey Hi Howard, it's a pleasure to welcome you to our, Behind the Startup, series. Tell us a bit about your background in cryptography and what led you to start Alio? Howard Wu Hi Ashan, thank you for having me. My interest in cryptography goes beyond a pure fascination with mathematics, it is a fundamental desire to define what trust means. This has implications throughout our daily lives, including how to best protect our personal
Starting point is 00:01:15 data online and in the real world. If we are going to take advantage of all the conveniences the web has to offer, how can we be safe? More than 5 billion people use the internet today, that's trillions of personally identifiable data, home addresses, social security numbers, credit card numbers, and even more deeply personal information like medical records. I had the privilege of working with Professor Alessandro Chiesa and Professor Don Song as an undergraduate and graduate researcher at UC Berkeley.
Starting point is 00:01:45 During my time at Berkeley, I co-authored the Zex research paper, which stands for Zero Knowledge Executions, alongside Professor Kiesa and fellow top minds in ZK Cryptography. Together, we then started Alio and set out to create a blockchain that was scalable, private and programmable, giving developers the ability to bake zero knowledge into applications for the most critical use cases including payments, identity, and defy. Ashaan Pandey Your work on Zex and Dizk is foundational in the Zk world. How did your academic research evolve into real-world cryptographic infrastructure adopted
Starting point is 00:02:19 by major protocols? Howard Wu I knew during my graduate studies that I wanted to make an impact in the real world with my research work. When we published the Zex research paper, I received a huge amount of inbounds from decentralized protocols and VCs alike. Ethereum's co-founder Vitalik asked me to launch Zex on Ethereum and DeFi protocols like Uniswap and Kyber wanted to use Zex to build decentralized dark pools. With the amount of inbound interest we received, I decided to take a leap of faith to commercialize Zex.
Starting point is 00:02:50 We named the company Alio, which stands for Autonomous Ledger Executions Off-Chain. Our goal was simple. Bitcoin brought decentralization, Ethereum brought programmability, and Zcash brought privacy. Alio was here to bring all three. After receiving initial seed funding from notable Silicon Valley VCs, we were off on our mission to build private smart contracts and introduce this entire new paradigm to the world of crypto.
Starting point is 00:03:16 We spent the first three years building, testing, and validating our architecture. Namely, we wanted to design a decentralized system that was scalable, confidential, and interoperable with the rest of crypto. And in our fourth year, we did just that and launched Alio with Coinbase and HashKey as our day-one launch partners. Ashan Pandey Alio is building a fully private, programmable blockchain using zero-knowledge proofs. What were the key technical and philosophical challenges in designing a platform that balances privacy, performance, and developer usability?
Starting point is 00:03:48 Howard Wu. From 2019 to early 2020, we spent almost a year figuring out how to deploy Zex onto Ethereum. We worked with folks from the Ethereum Foundation and Community Grants Team to explore what it would take to deploy a fully private system like Zex onto Ethereum. In the process, we learned a very hard truth. Privacy is incredibly difficult to achieve on a public by default blockchain. For instance, because Ethereum utilized an account-based model, every transaction's gas had to be paid for publicly by a publicly known address. And worse, the blockchain itself had no primitives to support the encryption and decryption of private state. We were inheriting the design tradeoffs of a bid-based system when we realized the future
Starting point is 00:04:30 of crypto was algebraic. The ability to introduce true privacy for users and applications were near impossible and cost-prohibitive to achieve on Ethereum. From this, we realized we needed to build an L1 from the ground up. We needed to build an L1 that was private by default, ZK-friendly, and intuitive for non-cryptographers in order to showcase the true power of ZK. From day one, our focus has been to ensure developers, without a PhD in mathematics or cryptography, could write, deploy, and run private smart contracts without friction. We iterated for years to ensure our
Starting point is 00:05:05 blockchain architecture made private state management and data availability, dA, intuitive and manageable for our developers. Ashant Pandey. With Provable, you're now focusing on compliant, confidential payments. Why do you believe compliance and privacy don't have to be mutually exclusive? And how does Proable achieve this balance? Howard Wu. Real world crypto payments won't achieve mass adoption until we offer transactional privacy for the end user.
Starting point is 00:05:33 I often like to share how there's amazing benefits associated with paying vendors in crypto, faster settlement times, easier cross border payments, but the drawbacks are huge. Nobody wants all of their information from their transactions out in the open for everyone, including competitors, data scientists, and governments, to see. Alio introduces compliance at every level of the protocol stack. For example, every account on Alio is protected by an account view key, which can decrypt Android transaction information. It allows compliance departments to offer a separation of responsibilities and on-chain access control to appropriate parties.
Starting point is 00:06:10 For instance, you may want to give an entry-level software engineer visibility into the transaction graph and metadata, while allowing fraud or compliance teams to use view keys to access transaction history. Aashan Pandey, Alio introduces a new model of application deployment compared to EVM-based systems. What changes when developers build on Alio, and how Dozerot knowledge proofs change the DAP paradigm? Howard Wu. Ethereum was not designed to be privacy first.
Starting point is 00:06:38 Like most blockchains, it was built with transparency at its core. And like most blockchains, Ethereum operates like a mainframe. Users timeshare this fully public world computer to run their code in 100 milliseconds time slices. This architecture neither scales nor offers privacy for its users. Alio is built to scale user transactions and offer them true privacy using ZK cryptography. Instead of re-executing every transaction on the blockchain, on Alio, users submit transactions with a ZK proof of execution, allowing the network to merely verify that the transaction was executed properly. In doing so, where Ethereum is a mainframe,
Starting point is 00:07:17 Alio introduces the personal computing revolution. You run your own computations, you protect your personal data, and you decide what gets shared with the public network. It's a truly powerful paradigm shift for crypto. Ashaan Pandey We're seeing a wave of ZK innovation, from ZK VMs to recursive proof systems. What do you see as the next major breakthrough in zero-knowledge cryptography, and what's overhyped? Howard Wu The last two years has been an exciting
Starting point is 00:07:45 time for ZK researchers and developers. The growth in interest for ZK technology has been exponential, and the use cases for ZK have increased dramatically. I believe ZK will be a bridge between Web2 systems and Web3 platforms. For instance, the rise of recent advances in ZK identity solutions shows how ZK-ISIN answered to many of the growing challenges of the web. You can now use ZK-TOA for age verification. Namely, you can attest to the fact that you are over the age of 18 without revealing your
Starting point is 00:08:16 date of birth to everyone on the public web. In addition, ZK allows you to prove that you aren't from an OFAC-sanctioned country, without revealing your nationality. This extends ZK into the territory of KYC, AML, where the stakes for compliance and financial safety are high. A'Shawn Pondy. Many privacy-oriented chains struggle with adoption due to developer complexity or regulatory uncertainty.
Starting point is 00:08:41 What strategies is Alio using ToonBoard both developers and real-world use cases? Howard Wu. Alio is committed to growing and educating the next generation of Web3 developers so that people worldwide can experience the power of ZK cryptography for themselves. Our Code Sprint Hackathon encourages developers to compete by building DApps in critical areas, including private compliant stable coins, verifiable private-state and DeFi use cases like lending and borrowing protocols. We'll be announcing the latest round of winners soon.
Starting point is 00:09:13 We have also partnered with Google Cloud to provide developers with ZK infrastructure and datasets, such as our one-click node deployment in ITS Marketplace, integration of Alio's blockchain data into Google BigQuery, and grants from the Google Cloud for Startups program. Don't forget to like and share the story. Thank you for listening to this Hacker Noon story, read by Artificial Intelligence. Visit HackerNoon.com to read, write, learn and publish.

There aren't comments yet for this episode. Click on any sentence in the transcript to leave a comment.