Lightning Labs Launches Wavelength: Bitcoin Payments for Any App, Any Developer, Any Agent
Building with Bitcoin on Lightning just got dramatically simpler. On July 21, 2026, Lightning Labs announced the alpha release of Wavelength, a toolkit that lets any developer add self-custodial Bitcoin payments to any application with a handful of API calls.
Wavelength is open to everyone today on signet and testnet, with mainnet access available by invite. Furthermore, the announcement signals something bigger than a developer tool launch. Specifically, it signals that the hardest parts of integrating Lightning are now being abstracted away entirely.
For African Bitcoin developers, that matters enormously.
What Wavelength actually is
Lightning has always delivered on its core promise. Instant settlements, global reach, and fees small enough for micropayments. However, accessing those capabilities required running your own node, opening and balancing payment channels, sourcing liquidity, and maintaining that infrastructure continuously.
Most developers did not want to do any of that. Therefore, Lightning stayed out of reach for a large share of builders who wanted the capability without owning the machinery underneath it.
Wavelength closes that gap. You drop a small client into your app, call a handful of friendly commands, and you have a self-custodial Bitcoin wallet that can send and receive over Lightning. No node to run, no channels to manage, no liquidity to source. If you can call an API, you can support Bitcoin.
In short, Wavelength turns Lightning integration from a specialist job into an afternoon’s work.
The developer experience
The toolkit is built around six core commands that cover the full payment lifecycle:
- create / unlock — spin up or open a self-custodial wallet
- balance — read the wallet’s current balance
- recv — get a receive address or a Lightning BOLT 11 invoice
- send — pay a Lightning invoice or send on-chain
- activity — view a normalised history of payments
- exit — move funds back to the Bitcoin blockchain unilaterally
That last command matters. A user can always move their balance back to the Bitcoin blockchain on their own, at any time, without anyone’s cooperation or permission. Therefore, self-custody is not just a marketing claim. It is exposed directly as a command. The user holds their own keys throughout.
Developers can integrate Wavelength in several ways. Specifically, they can run a standalone client over gRPC and REST, embed the SDK inside their app, use a WASM package to run the wallet in the browser, or run an MCP server so AI agents can drive the wallet as tool calls.
Self-custody without running infrastructure
Behind the scenes, a coordination service settles transfers between users instantly and at very low cost, so no one has to run their own infrastructure to transact. But that service never has unilateral control of any user funds.
Under the hood, this is powered by an Ark-like settlement layer. Specifically, Ark is a Bitcoin scaling protocol that batches off-chain transfers efficiently while keeping users in control of their funds. As a result, Wavelength delivers the convenience of a managed payments experience with the trust guarantees of holding your own Bitcoin.
Furthermore, Wavelength connects to Lightning through Loop, Lightning Labs’ liquidity service that has spent years moving real volume across the network. Therefore, developers inherit deep, reliable Lightning liquidity from day one without sourcing or managing any of it themselves.
Every payment uses the standard BOLT 11 invoice format. As a result, Wavelength wallets work with the entire existing Lightning Network immediately, with no extra integration work and no walled garden.
Bitcoin payments for AI agents
One of the most forward-looking aspects of Wavelength is its native support for AI agents. An agent can hold a Bitcoin balance and send and receive Bitcoin as part of a workflow: paying for an API the moment it calls one, buying a data feed, settling up with another agent, all in fractions of a cent with no card, no account, and no human approving each transaction.
This works through MCP (Model Context Protocol), a standardised way for AI assistants to call external tools. Wavelength exposes its wallet commands as typed MCP tool calls. Furthermore, wallet creation and unlock deliberately stay on the command line and never pass over the agent channel. Therefore, seeds and passwords are never exposed to the model.
The fit with L402 is also significant. With L402, an open protocol that uses Lightning with machine-native authentication built in, any API can ask for a few sats per request instead of a monthly subscription and an API key. An agent hits the endpoint, the server replies with a Lightning invoice, the agent pays it, and it gets access, with no signup and no pre-existing relationship.
In other words, Wavelength enables a future where AI agents pay for what they use, instantly, in Bitcoin, with no intermediary required.
Why this matters for African developers
Africa’s Lightning developer ecosystem has grown substantially over the past two years. Africa Free Routing has trained hundreds of developers across 14 bootcamps. Btrust has graduated cohorts across 24 countries. BitDevs chapters now operate in more than 13 African cities.
However, the barrier between “understanding Lightning” and “integrating Lightning into a real product” has remained high. Specifically, the node management, channel balancing, and liquidity sourcing requirements kept many developers from shipping Bitcoin-native applications even after completing their training.
Wavelength directly addresses that barrier. A developer who completed a Lightning bootcamp in Kisumu, Kampala, or Lagos can now add a working Bitcoin wallet to their application without running a single node. Furthermore, the toolkit is open-source, and the documentation includes a full corpus for AI agent ingestion, making it highly accessible for developers working with AI coding tools.
Notably, one command installs Wavelength skills into Claude Code, Cursor, Codex, Copilot, Gemini CLI, and other AI coding environments:
npx skills add lightninglabs/wavelength-sdkTherefore, African developers using AI-assisted coding tools can get Wavelength working in their projects immediately.
What comes next
Stablecoins are the next major addition to Wavelength. They are coming through Taproot Assets, Lightning Labs’ protocol for issuing assets like stablecoins on Bitcoin and transacting on Lightning, so the same simple API will support both.
Lightning Labs is also investing in mobile support, so embedding Wavelength in a mobile app becomes as smooth as server-side integration. Furthermore, future releases will support Lightning channel funding through LND, enabling full micropayment capabilities for developers who want them.
The alpha is live on signet and testnet today. The live demo at wavelength.lightning.engineering/demo lets you open a real self-custodial wallet in seconds, with no signup needed. Mainnet access is available by requesting an invite through the official form.
The bigger picture
Phase three of African Bitcoin was about asking how to build with Bitcoin. Wavelength is one of the most significant answers that question has received.
Specifically, it removes the last major technical barrier between a motivated African developer and a working Bitcoin payments product. No node. No channels. No liquidity management. Just an API, a few commands, and a self-custodial wallet that works with the entire Lightning Network from day one.
As Lightning Labs put it in the announcement: “The hard parts of integrating Bitcoin are now abstracted away.”
For the African developer ecosystem that has spent the last two years learning how Lightning works, that sentence carries real weight.
Start building at wavelength.lightning.engineering.
Sources
- Lightning Labs — Announcing Wavelength: Bitcoin on Easy Mode for Agents and Humans — https://lightning.engineering/posts/2026-07-21-wavelength-launch/
- Wavelength GitHub — https://github.com/lightninglabs/wavelength
- Wavelength Documentation — https://wavelength.lightning.engineering/
- Wavelength Live Demo — https://wavelength.lightning.engineering/demo/
- Taproot Assets — https://github.com/lightninglabs/taproot-assets
- Loop — https://github.com/lightninglabs/loop
- L402 Protocol — https://docs.lightning.engineering/the-lightning-network/l402
