Skip to content
RiverCore
Allbridge Loses $1.65M in Solana-to-Ethereum Bridge Exploit
Allbridge exploitcross-chain bridgeDeFi hackAllbridge Solana Ethereum bridge attackcross-chain bridge exploit 2026

Allbridge Loses $1.65M in Solana-to-Ethereum Bridge Exploit

21 Jul 20267 min readSarah Chen

Allbridge is down roughly $1.65 million in a fresh exploit, with the attacker routing the stolen assets from Solana to Ethereum and converting them into ETH. Put in context, that is about 2.9x the $570K the same protocol lost in its April 2023 flash-loan incident, and it is the second confirmed breach of an Allbridge deployment inside three years. The $1.65 million headline is the drained amount; the "approximately $2 million" framing in some reporting appears to include swap slippage and downstream conversion, though the source does not fully reconcile the gap.

What Happened

According to on-chain data flagged by Arkham Intelligence and Crypto Briefing, an attacker extracted roughly $1.65 million from Allbridge's infrastructure and moved the proceeds across networks, bridging from Solana into Ethereum before swapping into ETH. That routing pattern, Solana origin then ETH destination, is worth noting: it means the attacker used Allbridge (or a comparable route) as part of the exit itself, which is a common pattern when the attacker expects Solana-side freezes or centralized issuer intervention on stablecoins.

Allbridge is a cross-chain bridge protocol focused on stablecoin transfers. It operates across EVM-compatible networks and non-EVM chains including Solana, and it expanded that surface area in January 2026 when it integrated with Algorand, broadening its cross-chain stablecoin capabilities. More chains means more attack surface, and each new integration adds its own signing and messaging assumptions.

This is not Allbridge's first incident. In April 2023, the protocol suffered a flash-loan attack targeting its BNB Chain liquidity pools that resulted in roughly $570K in losses. That earlier event involved price manipulation rather than a direct fund drain, and Allbridge eventually recovered approximately $465K of those funds through a white-hat arrangement, about 82 percent of the loss. The 2023 outcome sets a benchmark for what a "good" post-mortem looks like here. Whether a similar recovery is achievable on a $1.65 million theft that already crossed two ecosystems is the open question.

The source does not disclose the specific contract or endpoint that was exploited, which matters because it changes the remediation path: a validator or signer compromise implies different fixes than a liquidity-pool logic bug. Testable prediction: if Arkham's tracking holds and the attacker attempts a centralized exchange deposit within 30 days, we should see either a partial freeze announcement or a public white-hat offer from Allbridge before mid-August 2026.

Technical Anatomy

Cross-chain bridges are structurally the hardest thing to secure in the entire crypto stack, and the reason is architectural rather than incidental. A bridge has to reconcile two chains that do not share a consensus mechanism, which forces the design into one of three shapes: a trusted multi-sig or federation, a light-client or zk-proof relay, or a liquidity-pool model with external attestation. Allbridge's stablecoin-focused, EVM-plus-non-EVM footprint (including Solana and, as of January 2026, Algorand) implies the latter two categories, and each carries a different failure mode.

In a liquidity-pool bridge, the invariant is that assets locked on chain A back mints or releases on chain B. If an attacker can either (a) mint on the destination without a valid lock, (b) manipulate the pricing oracle that governs swap ratios, or (c) exploit a signature verification bug on the messaging layer, the invariant breaks and the pool drains until it is empty or paused. The 2023 BNB Chain incident was category (b), price manipulation via flash loan. The source does not confirm which category the July 2026 incident falls into, but the fact that funds were then bridged out through Allbridge's own Solana-to-Ethereum path suggests the messaging layer itself was still operational post-exploit, which points away from a total signer compromise.

For context on how the industry is trying to fix this, Chainlink's CCIP and similar messaging standards (see the Chainlink docs) push toward decoupled risk management contracts and independent verification layers. Ethereum's own token standards, documented across the EIP repository, do not yet formalize cross-chain semantics, which leaves every bridge team to design its own trust model.

Compare the scale here to Kelp DAO's LayerZero-powered bridge, which lost $292 million in a single exploit in April 2026. Allbridge's $1.65 million is roughly 0.57 percent of Kelp's loss, so this is a small event in absolute terms. It is not small in signal terms: it is the second time the same protocol has been breached, and the industry has now seen two very different bridge architectures fail inside 15 months.

Who Gets Burned

The direct victims are Allbridge's liquidity providers and any protocol integrating its stablecoin routes. If Allbridge follows its 2023 playbook, LPs may see a partial socialization of the loss offset by a white-hat recovery. The 2023 recovery rate was around 82 percent; assuming a similar outcome on $1.65 million would imply roughly $1.35 million recovered and about $300K in residual loss. That is a rough upper bound, and the source does not commit to any recovery process for this incident yet.

The second-order group is every DeFi protocol that routes stablecoin flows through Allbridge on Solana or on the newer Algorand deployment. Teams that added the January 2026 Algorand integration into their treasury or settlement paths now have to answer an internal question this week: is the Algorand route implicated, or is exposure limited to the Solana-Ethereum path? The article does not clarify this, which means every integrating team is running blind until Allbridge publishes a scoped post-mortem.

The third group is the broader stablecoin-bridge category. Kelp DAO's $292 million April 2026 loss already forced a repricing of LayerZero-adjacent risk. A second, smaller Allbridge incident on top of that pushes institutional allocators to treat bridge TVL as materially riskier than same-chain DeFi TVL, which affects fee compression, LP yields, and the willingness of market makers to warehouse inventory across chains.

For crypto-native fintech and iGaming operators using stablecoin rails for cross-chain settlement, the next 90 days should include a hard look at bridge dependency mapping. Unknown but bounded: we do not know how many downstream integrators rely on Allbridge for meaningful volume, but the fact that the exploit sum was $1.65 million rather than tens of millions suggests pool sizes were modest, which caps second-order contagion.

Playbook for Crypto and DeFi

Concrete actions for the week:

Audit any cross-chain stablecoin route in your stack for Allbridge dependency, including the January 2026 Algorand integration. If you route through Allbridge, pause or reroute until the team publishes a scoped post-mortem identifying the exploited component. "Rerouting" here means having a pre-configured secondary bridge in your integration layer, not scrambling to write one now.

Monitor the attacker address. Arkham and similar platforms will continue tracking it. Set alerts on any transfer that lands at a centralized exchange deposit address; that is the leading indicator for either a freeze or a negotiation. If your desk holds ETH liquidity, be aware that a coordinated freeze on a $1.65 million tranche is small enough to be feasible if the funds hit a compliant venue.

Reprice bridge risk in your internal risk models. If you were treating stablecoin bridge TVL as equivalent to same-chain stablecoin holdings, stop. The 2023 Allbridge incident, the 2026 Kelp DAO $292 million loss, and now this event form a pattern. My take: bridge exposure should carry a discrete risk premium in any treasury model, and "which bridge, which architecture, which chains" should be a required field, not a footnote.

For teams building new cross-chain flows, prefer messaging layers with independent risk management contracts and circuit breakers over pure liquidity-pool bridges. The design goal is that a single exploit caps at a bounded per-epoch loss rather than draining a pool to zero.

Key Takeaways

  • Allbridge lost roughly $1.65 million, its second breach since April 2023, when it lost $570K and later recovered about $465K.
  • Funds were bridged from Solana to Ethereum and swapped to ETH, a routing pattern consistent with anticipating Solana-side freezes.
  • The source does not disclose the exploited component, so integrators cannot yet scope whether the January 2026 Algorand integration is implicated.
  • At $1.65 million, this event is about 0.57 percent of Kelp DAO's $292 million April 2026 bridge loss, but it reinforces the same category-level risk signal.
  • Testable prediction: if Arkham tracking holds, expect a public white-hat offer or partial freeze announcement before mid-August 2026, or acknowledge the 2023 playbook has not scaled.

Frequently Asked Questions

Q: How much did Allbridge lose in the July 2026 exploit?

The attacker drained approximately $1.65 million from Allbridge, with some reporting citing figures near $2 million once swap and conversion costs are included. The funds were bridged from Solana to Ethereum and then converted into ETH.

Q: Has Allbridge been hacked before?

Yes. In April 2023, Allbridge suffered a flash-loan attack on its BNB Chain liquidity pools that caused roughly $570K in losses through price manipulation. The team later recovered around $465K through a white-hat hacker arrangement.

Q: Can the stolen funds be recovered?

Recovery depends on whether the attacker moves funds to a centralized exchange or engages with a white-hat offer. Arkham Intelligence and similar platforms are expected to continue tracking the address, and Allbridge's 2023 outcome shows partial recovery is possible, though not guaranteed at this scale.

SC
Sarah Chen
RiverCore Analyst · Dublin, Ireland
SHARE
// RELATED ARTICLES
HomeSolutionsWorkAboutContact
News06
Dublin, Ireland · EUGMT+1
LinkedIn
🇬🇧EN▾