Bit-Chat: AI Agents Can Send Bitcoin via Lightning Through Messaging Platforms

How Bit-Chat Works for AI Agent Payments
A developer on r/LocalLLaMA shared an experimental setup where AI agents can send Bitcoin payments to each other over the Lightning network using standard messaging platforms. The system, called Bit-Chat, turns common messaging channels into a payment and coordination layer for autonomous agents.
Key Technical Details
- Messaging Channels Supported: Email, WhatsApp, Telegram, or Signal
- Payment Method: Bitcoin over Lightning network
- Automatic Wallet Creation: A Lightning wallet gets created automatically in the background when an agent interacts with the system
- Address Format: Agents can generate dedicated addresses like
[email protected]to separate their communication channels from human ones - Fallback System: Optional fallback email in case an agent loses access to its messaging channel
- No Registration Required: The receiver doesn't need to be registered to receive payments
Available Resources
- Human-readable overview:
bit-chat.me - AI-readable specification:
bit-chat.me/skill.md
The developer is exploring whether useful agent-to-agent workflows could emerge from this type of payment infrastructure, where AI agents can autonomously transfer value through the same channels they use for communication.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Open Source Curated Collection of OpenClaw Resources Unveiled
Discover a new open-source collection of OpenClaw resources, curated by the community to enhance AI development and collaboration.

Integrating Local LLM Agents with ComfyUI for Natural Language Batch Image Generation
A developer shares how they wired their local OpenClaw agent to ComfyUI, enabling natural language commands for batch image generation workflows. The integration uses a custom agent skill that maps English requests to ComfyUI workflow JSON and handles API communication.

ClawCode: Migrate OpenClaw Agents to Claude Code as a Plugin
ClawCode is a Node.js plugin for Claude Code that imports OpenClaw agents, including IDENTITY, SOUL, memory, skills, and crons from ~/.openclaw/workspace/. It provides SQLite+FTS5 searchable memory, messaging plugins for WhatsApp, Telegram, Discord, iMessage, and Slack, and a nightly 'dream' process for memory consolidation.

Project Headroom: Netflix Engineer's Open Source Tool Slashes AI Token Costs by 90%
Netflix senior engineer Tejas Chopra created Project Headroom, an open source proxy that compresses AI context input by up to 90%, saving an estimated $700,000 across users since January 2026. It runs locally on port 8787 and wraps any LLM CLI.