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

Building a Self-Improving Dream Cycle with Cron Jobs and Claude
A developer built an autonomous dream cycle using two cron jobs: one at 10:30 PM for research and reflection, and another at 11:00 PM for review and planning. The system scans arXiv, GitHub trending, and Reddit, identifies weaknesses, and proposes concrete improvements.

MCP Server Connects Claude to Room EQ Wizard for Studio Acoustics Analysis
An open-source MCP server gives Claude AI control over Room EQ Wizard, enabling automated studio monitor calibration and room acoustics analysis. The tool includes 27 MCP tools for measurement control, signal generation, SPL metering, and EQ management.

Open-sourced self-healing skill for AI agents detects and fixes failures automatically
A new open-source skill enables AI agents to automatically detect failures, diagnose root causes, and implement fixes. It includes a failure scanner for crons, sub-agents, and deploy logs, plus a database that learns from previous fixes.

Skill Scaffolder: Build OpenClaw Skills Without Writing Code
Skill Scaffolder is an open-source tool that lets users create OpenClaw skills by describing what they want in plain English. It handles the entire process—interviewing users, writing skill files, testing, and installation—without requiring YAML, Python, or config files.