Lightning Labs released the alpha version of Wavelength on July 21, 2026, a toolkit that enables developers and AI agents to integrate self-custodial Bitcoin payments through a simple API without running nodes, managing channels, or sourcing liquidity. The company described Wavelength as "Bitcoin on Easy Mode for Agents and Humans" in its announcement. While the Lightning Network already delivers instant, global, low-fee payments under user control, it previously required infrastructure most builders preferred not to operate—Wavelength eliminates that barrier by converting Bitcoin and Lightning integration into a handful of API calls.
Wavelength embeds a self-custodial wallet that runs inside web or mobile applications via WebAssembly or compiled binaries, or as a standalone client. Users control their own keys on-device. The system supports on-chain Bitcoin, Lightning payments via atomic swaps, and an Ark-like settlement layer for fast, low-cost off-chain transfers that can settle in batches to the blockchain. Every off-chain payment uses a standard BOLT 11 invoice, enabling interoperability with the existing Lightning Network from the first integration.
Lightning payments route through Loop for deep, reliable liquidity. A coordination service settles transfers between users but never takes unilateral control of funds. According to the announcement, users can perform a unilateral exit to on-chain Bitcoin at any time via an explicit exit command, without needing cooperation. The Wavelength SDK is open source and available on GitHub.
Core commands cover the full lifecycle: create/unlock, balance, recv (for addresses or invoices), send, activity, and exit. Integration options include the embedded SDK, a gRPC/REST API, browser WASM package, and an MCP server.
The Wavelength API is exposed to AI agents as typed tool calls through the Model Context Protocol (MCP). Agents can hold balances and pay for API calls, data feeds, or other agent services in fractions of a cent. Wallet creation and unlocking are designed to remain outside the agent channel so seeds and passwords are not exposed to the model. This pairs with L402, Lightning Labs' protocol for machine-native authentication and per-request Lightning payments.
Documentation is structured for both human developers and agents, including llms.txt indexes and agent onboarding guidance.
Wavelength is available immediately on Signet and testnet. Mainnet access is invitation-only; interested parties can request it after installing the toolkit. Bitcoin is supported at launch. Stablecoin support is planned via Taproot Assets so the same API surface can handle both. Future work includes deeper mobile embedding and optional direct Lightning channel support using Lnd.
Lightning Labs stated that during the closed alpha, Lightning transactions carry a minimal 1 basis point service fee (plus standard network routing fees), with ordinary Bitcoin network fees applying for on-chain activity. Pricing may evolve.
On X, Lightning Labs summarized the release: "Announcing Wavelength, the easiest way to integrate bitcoin for agents and humans. With a simple non-custodial API, anyone can integrate Lightning into their app and get instant, high volume, low fee transactions. Machines can pay machines. Humans can pay humans. Anywhere." A follow-up post directed builders to a form for early mainnet access.
The release positions Wavelength as infrastructure that lowers the barrier for application developers, "vibe coders," and autonomous agents to offer self-custodial Bitcoin payments by default rather than as a specialist feature. Full documentation, quickstarts, and the open-source repository are available at wavelength.lightning.engineering and the linked GitHub project.
What did Lightning Labs release on July 21, 2026?
Lightning Labs released the alpha version of Wavelength, a toolkit that enables developers and AI agents to integrate self-custodial Bitcoin payments through a simple API without running nodes, managing channels, or sourcing liquidity.
How do AI agents use Wavelength for Bitcoin payments?
AI agents access the Wavelength API as typed tool calls through the Model Context Protocol (MCP). Agents can hold balances and pay for API calls, data feeds, or other agent services in fractions of a cent, with wallet creation and unlocking designed to remain outside the agent channel so seeds and passwords are not exposed to the model.
What is the current availability of Wavelength?
Wavelength is available immediately on Signet and testnet. Mainnet access is invitation-only, and interested parties can request it after installing the toolkit. During the closed alpha, Lightning transactions carry a minimal 1 basis point service fee plus standard network routing fees.
Related News