August 25, 2026
AI attacks outpace defensive security measures of Bitcoin projects
Short answer: two Bitcoin interoperability providers suspended service in August 2026 after months of AI-assisted attacks. Boltz halted all…

By Anuj
7 min read
Short answer: two Bitcoin interoperability providers suspended service in August 2026 after months of AI-assisted attacks. Boltz halted all Bitcoin, Lightning, and Liquid swaps on 3 August, and on 13 August all three founders stepped down and handed the project to an unnamed group of Bitcoiners. Atomiq Labs suspended all of its swaps on 20 August, which took Starknet's main native-Bitcoin on-ramp offline with it. Neither incident cost users any funds, because both protocols are non-custodial. Both teams gave the same reason for stopping: a small team cannot patch faster than automated attackers can probe.
What happened to Boltz in August 2026?
Boltz, a non-custodial Bitcoin swap provider running since 2019, suspended all swap services indefinitely on 3 August 2026 after a months-long campaign of AI-assisted attacks. The team described the cause as a steady rise in automated, AI-assisted probing of its infrastructure, and said plainly that "attackers now iterate faster than a team our size can find and patch."
Several of those attacks succeeded. Because Boltz ran non-custodial atomic swaps, where a swap either completes in full or reverts within one block, user bitcoin was never at risk. Boltz absorbed the losses itself and has not disclosed the amount. The refund API stayed online throughout so users with in-flight swaps could recover funds.
Boltz was a bootstrapped five-person team. Its statement on 3 August set expectations directly: "What we are seeing is a major paradigm shift for Bitcoin services operating on an open source stack, and it needs careful analysis. Do not expect swap services to resume shortly."
The downstream effect is the part most people felt. Aqua Wallet, Bull Bitcoin and ZEUS all had Boltz wired in as their swap provider, and all three lost swap functionality when Boltz stopped. On Bull Bitcoin, Lightning payments and Liquid-to-Bitcoin swaps began failing without explanation. One provider's decision propagated to several consumer wallets within hours.
Worth separating from the attack story: on 1 August, two days earlier, Boltz had already disabled swaps for EVM-based assets (USDT, USDC, WBTC, TBTC and RBTC) because of an integration bug. That was a different problem with a different cause.
Where does Boltz stand now?
Boltz has changed hands. On 13 August 2026 all three founders — Kilian Rausch, Michael and Karl — stepped down effective immediately, with no formal or authoritative role in the project going forward and any future contribution to its open-source software strictly voluntary.
An incoming group described as veteran Bitcoiners has agreed to take over, bringing capital and engineering resources, and work to find and fix the vulnerabilities is underway. The group has not been named. Boltz said it wanted to give them the freedom to introduce themselves in their own time. There is still no date for restoring swaps, and the total loss figure remains undisclosed.
Blockstream responded by accelerating a product of its own. It announced Blockstream Swaps, a non-custodial atomic swap service currently in beta with selected participants, and framed it as complementing the providers already doing this work rather than replacing any one of them, adding that it hopes Boltz remains an important part of the ecosystem.
What happened to Atomiq Labs?
Atomiq Labs suspended all of its cross-chain swaps on 20 August 2026, seventeen days after Boltz, and gave a near-identical reason: "As a small team, we are currently unable to defend against multiple sophisticated, AI-assisted attacks targeting our infrastructure."
Atomiq ran zero-slippage swaps between native BTC, including Lightning, and Bitcoin assets on Starknet such as strkBTC and wBTC. It did this through on-chain escrows secured by Bitcoin's proof-of-work rather than through a custodian or a validator set, which is why user security did not depend on Atomiq's operational status. No user funds were lost. The web application stayed accessible specifically so users could claim refunds on in-progress transactions, so nobody was left with assets locked in a dead contract.
Neither team has published technical detail on the attacks. That gap is worth noting rather than filling with speculation.
Where does Atomiq Labs stand now, and what does it mean for Starknet?
Starknet's native Bitcoin on-ramp went offline when Atomiq stopped, because Atomiq was the provider behind it. Starknet has said it is actively preparing a new integration to restore Bitcoin bridging, on a timeline of days rather than weeks, and that the replacement is expected to keep zero-slippage Bitcoin swaps and strkBTC support (Crypto Briefing, 20 August 2026).
Atomiq itself has published no restoration timeline. As of 21 August 2026 the swap service is down and the refund path is open.
What is an AI-assisted attack on a crypto protocol?
An AI-assisted attack is one where the attacker uses AI models to do the labour-intensive parts of offence: reading a codebase for vulnerability patterns, generating and iterating exploit payloads, and probing live infrastructure continuously rather than in bursts. It is not a new class of vulnerability. It is a change in how cheaply and how quickly known classes of vulnerability can be found and weaponised.
Both Boltz and Atomiq described the same shape of problem. Boltz called it automated, AI-assisted probing from multiple resourceful groups. Atomiq called it multiple sophisticated, AI-assisted attacks. Neither described a single novel technique. What both descriptions have in common is volume and iteration speed.
OpenZeppelin co-founder Manuel Araoz put the capability question bluntly earlier in 2026: "AI coding agents have become superhuman at finding smart contract vulnerabilities."
Have other crypto projects been targeted this way before?
Yes, and Boltz itself was under attack for months before it stopped. But the public attribution record is thinner than the headlines suggest, and it is worth being precise about what is actually established.
2026 has been an expensive year for DeFi regardless of cause. April 2026 alone saw more than $635 million stolen across 28 separate exploits, a monthly record, and year-to-date losses passed $840 million before the year was half over. The two largest were Drift Protocol at roughly $285 million and KelpDAO at roughly $292 million, the latter through a LayerZero V2 bridge weakness involving a 1-of-1 DVN configuration. The KelpDAO exploit then triggered $8.45 billion in Aave withdrawals and about $196 million in realised bad debt as confidence in rsETH collateral collapsed.
Those specific exploits had specific technical causes and were not publicly attributed to AI. What security researchers have argued is pattern-level: losses concentrated across many protocols in a short window look more like systematic scanning of a broad target set than like isolated opportunism. The clearest individually documented AI-specific case so far is smaller and different in kind — a prompt-injection attack that tricked an AI agent into transferring $204,000 out of a live wallet, reported as the first exploit of its type.
So the honest summary is this: Boltz and Atomiq are the first two teams to name AI-assisted attacks as the reason they shut down. They are not the first to be targeted, and they will not be the last, but they are the first to say it out loud and stop.
Why this is not a failure of proactive security
Both teams shut down while solvent, with user funds intact and refund paths open. That is a security process working, not a security process failing, and it is the part of the story that gets lost.
The reason small interop teams are losing has very little to do with diligence and a lot to do with an asymmetry that AI has made worse. Call it the patch-rate gap. A defender has to find and fix every flaw across every contract, every dependency and every integration point. An attacker needs one. AI compresses the attacker's side of that far more than the defender's, because finding a flaw is a search problem and fixing one is a coordination problem. Search parallelises almost perfectly. Review, testing, deployment and in some cases a governance vote do not.
That is the mechanism behind Boltz's sentence about attackers iterating faster than a five-person team can patch. It is not a statement about code quality. It is a statement about rate. A protocol can be audited, open-source, non-custodial and correctly designed, and still lose a race where one side has automated its search and the other has not automated its response.
Which points at an uncomfortable conclusion. The problem in these two cases is not that ecosystem projects failed to be proactive about security. It is that offensive capability is now available cheaply to well-resourced groups, and the resource gap between a five-person bootstrapped team and those groups is the actual vulnerability. Audits do not fix a rate problem, and neither does better Solidity.
What Starknet's Atomiq dependency actually exposed
Starknet's native Bitcoin route ran through a single provider, so a single provider's incident took the whole route offline. The bridge was not compromised and no funds were lost, and the on-ramp still stopped working.
This is not a Starknet-specific mistake. It is how most ecosystems' Bitcoin routes are configured, largely because very few teams do native BTC interop at all, so there is rarely a second option sitting ready. The Boltz shutdown demonstrated the same thing one layer up: Aqua, Bull Bitcoin and ZEUS each had one swap provider integrated, and each lost the feature at the same moment.
How should an ecosystem avoid a single-provider interop failure?
An ecosystem avoids single-provider interop failure by enabling several providers before it needs them, not after one goes down. Starknet is better placed for this than most, because its own bridges directory already lists twelve options, of which several handle Bitcoin: Atomiq Labs, Garden Finance, Orbiter Finance, NEAR Intents, Rango, Rhino.fi, Mini Bridge and Starknet's own strkBTC Bridge.
Three are worth naming as practical redundancy for the route Atomiq was serving:
- Orbiter Finance does cross-rollup transfers of Ethereum and Bitcoin-native assets, supports Starknet, and is already listed on Starknet's bridge directory.
- Garden Finance moves native Bitcoin between chains without giving up custody, and Starknet support for both strkBTC and WBTC alongside native BTC.
- NEAR Intents runs intent-based cross-chain swaps and is integrated with Starknet.
Listing a provider in a directory is not the same as enabling it. Redundancy only helps if the front-end can route across more than one provider, and if wallets stop hard-coding a single one. That is the specific lesson from the wallets that went dark when Boltz stopped.
Redundancy is not free. Every additional provider is more integration work, more surface to monitor, and another counterparty to diligence. The trade-off is real. It is also cheaper than having your ecosystem's Bitcoin on-ramp depend on whether one five-person team is currently winning a race against automated attackers.
What should users do right now?
Users with funds in flight should use the refund paths, which both teams deliberately kept open. Atomiq's web application is still accessible for claiming refunds on in-progress transactions. Boltz's refund API is still processing cooperative refunds and unilateral refunds are available. Do not send new funds to either service while swaps are suspended, and check whether your wallet's swap feature depends on a provider that is currently down.
Two teams in three weeks looked at the situation and decided the responsible thing was to stop before anyone lost money. Both of them were right. The part that should bother the rest of the ecosystem is that neither shutdown required either team to have done anything wrong.