Inspiration Bitcoin has always been praised for its pseudonymity and decentralization—but at a cost: the absence of explicit, readable transaction context. Ideal for anonymity, yet difficult for users, firms, and institutions to navigate, audit, or discern purpose without turning to centralized solutions or sacrificing anonymity.

We imagined a future in which Bitcoin transactions can be imbued with contextual meaning, but in a secure and private manner. Building from LLMs, Whisper, and Zero-Knowledge Proofs, we developed BTC Whisper—a system that allows users to "speak" via their Bitcoin transactions without compromising full privacy.

What We Learned How Layer 2 Bitcoin solutions (such as the Lightning Network) can be augmented with metadata. Incubation of AI models (LLMs and Whisper) for summarization and contextual tagging. Application of Zero-Knowledge Proofs to make data verifiable but not observable. Developing secure, user-focused DApps with a focus on privacy-maintaining cryptography.

How We Built It Frontend: React + Tailwind CSS for a clean wallet UI.

Backend: Integrated with Lightning Network Daemon (LND) through gRPC. AI integration with OpenAI's GPT-4 API and Whisper for voice-to-text. Encryption with libsodium for safe message tagging. Zero-Knowledge Proofs through [snarkjs] and Circom for creating/validating proofs.

Metadata Management: Contextual messages are encrypted and held off-chain (e.g., IPFS or Arweave), and pointers are added to the Lightning invoice metadata.

Challenges We Overcame Planning a privacy-first system that will not congest the blockchain or Lightning invoices. Generating ZKPs for natural language statements, which involved abstract modeling. Combining voice and text AI tools in a light, secure environment. Making sure encrypted tags are both verifiable, yet non-revealing, for use cases such as audits or household finance monitoring.

BTC Whisper demonstrates that Bitcoin payments need not be context-less or opaque. Using AI and crypto innovation, we can create a future of explainable, secure, and private payments.

Built With

Share this project:

Updates