NewsCryptoLightning Labs Releases Wavelength Alpha for Self-Custodial Bitcoin Payments in Apps and AI Agents

Lightning Labs Releases Wavelength Alpha for Self-Custodial Bitcoin Payments in Apps and AI Agents

Author: Bitcoin Magazine·

Key Takeaways

  • Wavelength is intended to simplify Bitcoin and Lightning integration for applications without requiring developers to operate Lightning infrastructure.
  • The toolkit includes a self-custodial wallet that can run inside web or mobile apps, through compiled binaries, or as a standalone client.
  • The API can be exposed to AI agents through the Model Context Protocol, enabling machine payments while keeping wallet creation and unlocking outside the agent channel.
  • Lightning Labs says users can unilaterally exit to on-chain Bitcoin, and the company does not receive unilateral control of user funds.
  • Bitcoin is supported at launch, while stablecoin support through Taproot Assets is planned for a future release.
Lightning Labs Releases Wavelength Alpha for Self-Custodial Bitcoin Payments in Apps and AI Agents

Lightning Labs, the company behind core Lightning Network software including Lnd, Loop and Taproot Assets, has released the alpha version of Wavelength, a toolkit designed to let developers and AI agents add self-custodial Bitcoin payments to applications through a simple non-custodial API.

The release, described by Lightning Labs in a July 21, 2026 blog post as “Bitcoin on Easy Mode for Agents and Humans,” is intended to remove much of the operational work traditionally required to integrate Bitcoin and Lightning payments. Developers using Wavelength do not need to run nodes, manage payment channels or source liquidity directly.

Lightning Labs said the Lightning Network already enables instant, global, low-fee payments under user control, but that its infrastructure requirements have remained a barrier for many builders. Wavelength is designed to turn the more complex parts of Bitcoin and Lightning integration into a small set of API calls, a design choice aimed at app teams that want Bitcoin payment functionality without operating Lightning infrastructure themselves.

How Wavelength Works

Wavelength embeds a self-custodial wallet that can run inside web or mobile applications through WebAssembly or compiled binaries, or operate as a standalone client. Users control their own keys on-device, preserving the non-custodial model while shifting much of the payment coordination into developer-facing tooling.

The system supports on-chain Bitcoin, Lightning payments through atomic swaps, and an Ark-like settlement layer for fast, low-cost off-chain transfers that can settle to the blockchain in batches. Every off-chain payment uses a standard BOLT 11 invoice, allowing the wallet to interoperate with the existing Lightning Network from the first integration.

Lightning payments route through Loop to provide deep and reliable liquidity. A coordination service settles transfers between users, but Lightning Labs said it never receives unilateral control of user funds. According to the announcement, users can exit unilaterally to on-chain Bitcoin at any time through an explicit exit command and do not need cooperation from another party. The Wavelength SDK is open source.

The Wavelength API is also exposed to AI agents as typed tool calls through the Model Context Protocol, or 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.

Lightning Labs said this approach is paired with L402, its protocol for machine-native authentication and per-request Lightning payments. The pairing matters because L402 ties access control to payment at the request level, while Wavelength is meant to provide the wallet and payment execution layer that an application or agent can call.

Core commands in Wavelength cover the full payment lifecycle, including create and unlock, balance, recv for addresses or invoices, send, activity and exit. Integration options include the embedded SDK, a gRPC/REST API, a browser WASM package and an MCP server. Documentation is structured for both human developers and agents, including llms.txt indexes and agent onboarding guidance.

Availability, Fees and Roadmap

Wavelength is available immediately on Signet and testnet. Mainnet access is invitation-only, and interested parties can request access after installing the toolkit. Bitcoin is supported at launch. As an alpha release, the current rollout is framed around testing integrations and gathering developer feedback before broader mainnet availability.

Lightning Labs said stablecoin support is planned through Taproot Assets so the same API surface can handle both Bitcoin and stablecoin payments. Future development is also expected to include deeper mobile embedding and optional direct Lightning channel support using Lnd.

During the closed alpha, Lightning Labs said Lightning transactions carry a minimal 1 basis point service fee, in addition to standard network routing fees. Ordinary Bitcoin network fees apply for on-chain activity. The company said pricing may evolve.

On X, Lightning Labs summarized the launch: “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.” The post is available at https://x.com/lightning/status/2079659947512496616.

A follow-up X post directed builders to a form for early mainnet access: https://x.com/lightning/status/2079620936567779707.

The release positions Wavelength as infrastructure for application developers, “vibe coders” and autonomous agents that want to offer self-custodial Bitcoin payments as a default feature rather than a specialist integration. Full documentation, quickstarts and the open-source repository are available at wavelength.lightning.engineering and the linked GitHub project.

The original Bitcoin Magazine article was written by Juan Galt and published at https://bitcoinmagazine.com/technical/lightning-labs-launches-wavelength-bitcoin-on-easy-mode-for-developers-and-autonomous-agents.