Hi everyone,
We (Max and Philip) are working on a new self-custodial Lightning wallet called Lexe which can send and receive funds 24/7. We want to make Lightning as simple as using a mobile app, letting users custody their own keys, giving our users the ability to receive and settle payments 24/7 without having to run any infrastructure themselves.
The core technology that powers our product is Intel SGX, which allows programs to run in an hardware enclave completely isolated from the rest of the software stack, even the operating system. You might have heard of confidentiality of data at rest and in transit - SGX is part of a class of hardware-based technologies called TEEs (Trusted Execution Environments) which allows data to remain confidential in use, among other things. After seeing the Lightning ecosystem struggle with 24/7 interactivity and async payments, we thought: "What if we ran an entire Lightning node inside an SGX enclave? Then our users could be online all the time without giving us access to their keys." Over the last year and a half, Philip and I have been working hard to make this vision a reality.
Our mobile app is still in development, but most of the core components have already been built. Two weeks ago we launched our website, open-sourced our main codebase, and went public with our company and product. If you'd like to learn more about Lexe, you should check out these resources:
- Lexe website: lexe.app
- Our https://github.com/lexe-app/lexe-public/blob/master/SECURITY.md which explains how we architected our product
- Our open-source code: lexe-app/lexe-public
Here's some more links about us in general:
- Lexe Twitter: @lexeapp
- Lexe GitHub: lexe-app
- Stacker News post created for us at about the time of our website launch
- Max's Twitter: @MaxFangX
- Philip's Twitter: @phlip9
- Philip's notes on SGX
- Max's notes on SGX
- Max's website
- Philip's website
We (Max and Philip) have known each other since 2016 and worked on various projects together since then. We've worked on decentralized Bitcoin mixing protocols, wrote the world's first undergraduate course on cryptocurrencies, and were founding members of Blockchain at Berkeley, among other things. Philip also worked at Facebook Diem (formerly Libra (now revived as Aptos)) and wrote most of their networking stack.
Edit: Converted links to Markdown
nix build .#node-release-sgx
) :)